@charset "UTF-8";
/*
*
*  Theme name: Specjalista
*  Version: 1.0
*  Author: Wrona.it 
*
*/

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;
  font-weight: 700; }

.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: 'Inria Sans', sans-serif;
  font-weight: 400;
  height: 100%; }

body {
  background-color: #FBFBFB;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  height: 100%; }

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 {
  flex: 1 0 auto; }

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

.o-link {
  text-decoration: none; }

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

img {
  width: 100%;
  height: auto; }

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto; }
  @media (min-width: 1350px) {
    .container {
      max-width: 1500px; } }
  .container--absolute {
    width: 100%;
    position: absolute;
    max-width: 1920px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    padding: 0; }
    @media (min-width: 1201px) {
      .container--absolute {
        display: flex; } }
  @media (min-width: 1200px) and (max-with: 1365px) {
    .container--lg {
      max-width: 1200px; } }
  @media (min-width: 1366px) and (max-with: 1799px) {
    .container--lg {
      max-width: 1300px; } }
  @media (min-width: 1800px) {
    .container--lg {
      max-width: 1350px; } }
  .container--single {
    max-width: 1080px; }
    .container--single p {
      text-align: justify; }
    .container--slownik {
      max-width: 1140px;
    }

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

.red {
  color: #D9001F; }

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

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

.py-50 {
  padding-top: 50px!important;
  padding-bottom: 50px!important;
}
.mx-50 {
  margin-left: 50px!important;
  margin-right: 50px!important;
}

.mt-35 {
  margin-top: 35px!important;
}

.color-white {
  color: #ffffff; }

.color-red {
  color: #D9001F; }

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

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

.flex-2equal__item {
  width: 50%; }
  @media (max-width: 991px) {
    .flex-2equal__item {
      width: 100%; } }

.flex--center {
  align-items: center;
  justify-content: center; }

.action-btn {
  background-color: #D9001F;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0.5px;
  padding: 12px 15px;
  margin: 24px 0;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
  text-align: center; }
  @media (min-width: 1801px) {
    .action-btn {
      width: 215px;
    }
  }
  .action-btn--hero {
    text-transform: uppercase;
  }
  .action-btn--testimonials {
    text-transform: uppercase;
    margin-left: auto;
  }
  @media (max-width: 991px) {
    .action-btn--testimonials {
      width: 100%;
      max-width: 250px;
    }
  }

.paoc-popup {
  background-color: #D9001F;
  color: #ffffff; }

.header-social {
  display: inline-block;
  list-style: none;
  margin: 0; }

@media (min-width: 1201px) {
  .header-social {
    align-items: center;
    display: flex;
    height: 100%; } }

@media (max-width: 1200px) {
  .header-social {
    display: none; } }

.header-social__item a {
  display: inline-block;
  padding: 0 10px; }

.header-social__item:nth-child(1) {
  padding-left: 0; }

.header-social__item:nth-child(1) a {
  color: #000000; }

.header-social__item:nth-child(2) {
  color: #ffffff;
  height: 100%; }

.header-social__item:nth-child(2) a {
  height: 100%; }

.header-social__item:nth-child(2) a {
  font-weight: 500;
  padding: 0 25px; }
  @media (min-width: 1800px) {
    .header-social__item:nth-child(2) a {
      font-weight: 600;
      padding: 0 40px;
      letter-spacing: 0.5px; } }

.header-social__item a {
  display: flex;
  align-items: center;
  padding: 0 25px 0 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 300; }

.header-social__item img {
  width: 100%;
  max-width: 20px;
  margin-right: 10px; }

.header-social__phone {
  animation-name: pulse;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  font-size: 1.2rem!important;
}

@media (min-width: 1800px) {
  .header-social__phone {
    font-size: 1.2rem!important;
  }
}

@media (min-width: 992px) {
  .main-nav .custom-html-widget {
    display: inline-block;
    position: absolute;
    top: -37px;
    right: 0;
    z-index: 999;
    background: #fff;
    padding: 10px; } }

@media (max-width: 991px) {
  .main-nav .custom-html-widget {
    display: none; } }



.heading-component {
  width: 100%; }
  @media (max-width: 991px) {
    .heading-component {
      text-align: center; } }
  .heading-component--pricing {
    padding-bottom: 80px;
    max-width: 820px; }
    @media (max-width: 991px) {
      .heading-component--pricing {
        padding-bottom: 40px; } }

.pre-heading {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
  letter-spacing: 0.8px;
  text-transform: uppercase; }
  @media (max-width: 991px) {
    .pre-heading {
      font-size: .8875rem; } }
  .pre-heading--testimonials {
    color: #ffffff; }
  .pre-heading--contact {
    color: #ffffff; }

.main-heading {
  color: #000000;
  font-size: 37px;
  font-weight: 900;
  line-height: 44px;
  margin-top: 0;
  text-wrap: balance;
  width: 100%; }
  @media (min-width: 1801px) {
    .main-heading {
      font-size: 48px;
      line-height: 55px; } }
  .main-heading--maxwidth {
    max-width: 1000px;
    margin: 0 auto; }
  .main-heading--services {
    max-width: 100%; }
    @media (min-width: 992px) {
      .main-heading--services {
        margin-left: 115px; } }
    @media (max-width: 991px) {
      .main-heading--services {
        text-align: center; } }

.after-heading {
  font-size: 16px;
  line-height: 22px;
  margin: 25px 0 0; }
  @media (min-width: 1801px) {
    .after-heading {
      margin: 50px 0 0;
      font-size: 20px;
      line-height: 29px; }
    .after-heading--kontakt {
      font-size: 24px;
      font-weight: 700;
      line-height: 32px;
    } }

.paoc-popup {
  border: none;
  padding: 5px 10px; }

.paoc-popup-modal {
  flex-basis: 100% !important;
  max-width: 1140px !important; }

@media (max-width: 1139px) {
  .paoc-popup-modal {
    flex-basis: 100% !important;
    max-width: 500px !important; } }

.paoc-popup-modal-cnt {
  padding: 0 !important; }

/*POPUP*/
.paoc-popup-modal {
  flex-basis: 100% !important;
  max-width: 1140px !important; }

@media (max-width: 1139px) {
  .paoc-popup-modal {
    flex-basis: 100% !important;
    max-width: 500px !important; } }

.paoc-popup-modal-cnt {
  padding: 0 !important; }

.paoc-popup-modal,
.paoc-popup-modal-cnt {
  background-color: transparent !important;
}

.ads-popup {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1140px; }

@media (max-width: 1139px) {
  .ads-popup {
    max-width: 500px;
    margin: auto; } }

.ads-popup__item:first-of-type {
  width: 46%;
  background: url(/wp-content/uploads/2022/04/bg-form.jpg) center/cover no-repeat; }

@media (min-width: 992px) {
  .ads-popup__item:first-of-type {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .ads-popup__item:nth-of-type(2) {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

@media (max-width: 1139px) {
  .ads-popup__item:first-of-type {
    width: 100%;
    display: none; } }

.ads-popup__item:nth-of-type(2) {
  background-color: #D9001F;
  width: 54%;
  padding: 30px; }

@media (max-width: 1139px) {
  .ads-popup__item:nth-of-type(2) {
    width: 100%; } }

.ads-popup-list {
  list-style-type: none;
  padding: 15px 0 0; }

.ads-popup-list__item {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  border-top: 1px solid #ddd; }

.ads-popup-list__item:first-of-type {
  border: none; }

.ads-popup-list__icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.ads-popup-list__icon--30 {
  background: url(/wp-content/uploads/2020/09/location.svg) 50% no-repeat;
  background-size: 80% auto; }

.ads-popup-list__icon--otoczenie {
  background: url(/wp-content/uploads/2020/09/forest.svg) 50% no-repeat;
  background-size: 80% auto; }

.ads-popup-list__icon--komfort {
  background: url(/wp-content/uploads/2020/09/eko.svg) 50% no-repeat;
  background-size: 80% auto; }

.ads-popup-list-content__heading {
  padding: 0;
  color: #ED5823;
  font-size: 17px;
  font-weight: 600; }

.ads-popup-list-content__description {
  color: #212121;
  font-size: 12px; }

:-ms-input-placeholder {
  font-family: Exo, sans-serif;
  font-style: normal; }

::-moz-placeholder {
  font-family: Exo, sans-serif;
  font-style: normal; }

::placeholder {
  font-family: Exo, sans-serif;
  font-style: normal; }

.ads-klauzula {
  display: flex;
  justify-content: flex-start;
  margin: 10px 0 0;
  width: 100%; }

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

.ads-popup .ads-form {
  background-color: #D9001F;
  padding: 30px; }

.ads-popup .ads-form__heading {
  position: relative;
  padding: 0 0 15px 20px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin: 0; }

.ads-popup .ads-form__heading--red {
  color: #ED5823; }

@media (max-width: 1139px) {
  .paoc-popup-close {
    width: 30px;
    height: 30px;
    left: 0;
    right: 0;
    top: -15px;
    margin: auto; } }

.box-list {
  margin: 50px 0 0; }
  @media (min-width: 1801px) {
    .box-list {
      margin: 80px 0 0;
    }
  }
  @media (max-width: 991px) {
    .box-list {
      justify-content: center; } }
  .box-list__hr {
    background-color: #000000;
    width: 38px;
    height: 2px;
    margin: 55px 0 16px; }
    @media (max-width: 991px) {
      .box-list__hr {
        margin: 25px auto; } }
  .box-list__item {
    width: calc(25% - 14px);
    margin: 0 18px 24px 0;
    position: relative;
    text-align: left; }
    .box-list__item--virtues {
      background-color: #ffffff;
      border-radius: 12px;
      box-shadow: 0 6px 30px #e5e6e6;
      color: #000000;
      padding: 22px 37px; }
      .box-list__item--virtues:hover {
        background-color: #D9001F;
        color: #ffffff; }
        .box-list__item--virtues:hover .box-list__img {
          display: none; }
        .box-list__item--virtues:hover .box-list__img-hover {
          display: inline; }
        .box-list__item--virtues:hover .box-list__hr {
          background-color: #ffffff; }
    .box-list__item--about:nth-child(4) {
      background-color: #D9001F;
      border-radius: 12px;
      color: #ffffff;
      height: 300px;
      padding: 22px 20px; }
    .box-list__item--about .box-list__img {
      border-radius: 12px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 300px;
      margin: 0; }
      @media (min-width: 1801px) {
        .box-list__item--about .box-list__img {
          height: 370px; } }
      @media (min-width: 992px) and (max-width: 1350px) {
        .box-list__title {
          font-size: 16px!important;
        }
        .box-list-innerlist {
          padding-top: 0!important;
        }
      }
      @media (min-width: 1350px) {
        .box-list__item--about:nth-child(4) {
          height: 400px;
        }
        .box-list__item--about .box-list__img {
          height: 400px;
        }
      }
      @media (min-width: 1801px) {
        .box-list__item--about .box-list__img {
          height: 370px;
        }
        .box-list__item--about:nth-child(4) {
          height: 370px;
          padding: 22px 40px;
        }
      }
    .box-list__item--about .box-list__content {
      padding: 22px 40px; }
    .box-list__item--grid {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center;
      padding: 22px 40px;
      width: 100%; }
    @media (min-width: 992px) {
      .box-list__item:nth-child(4) {
        margin-right: 0; } }
    @media (max-width: 991px) {
      .box-list__item {
        width: 100%;
        max-width: 350px;
        margin: 20px auto;
        text-align: center; }
        .box-list__item .box-list__img {
          height: auto; } }
  .box-list-innerlist {
    padding: 30px 0 0; }
    .box-list-innerlist__item {
      margin: 0 0 8px;
    }
    @media (min-width: 1801px) {
      .box-list-innerlist__item {
        margin: 0 0 16px;
      }
      .box-list-innerlist__item:last-child {
        margin: 0;
      }
    }
    .box-list-innerlist__link {
      color: #ffffff;
      font-size: 23px;
      line-height: 32px; }
      @media (min-width: 1801px) {
        .box-list-innerlist__link {
          letter-spacing: 0.3px;
        }
        .box-list-innerlist__link:last-child {
          letter-spacing: 0;
        }
      }
  .box-list__img {
    margin: 26px auto 10px;
    width: 75px;
    height: auto;
    position: relative;
    z-index: 2; }
  .box-list__img-hover {
    display: none; }
  .box-list__title {
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    margin: 0 0 8px;
    position: relative;
    z-index: 2; }
    @media (min-width: 1801px) {
      .box-list__title {
        font-size: 23px;
        line-height: 32px;
        margin: 0 0 16px; } }
    .box-list__title--skills {
      font-size: 13px;
      line-height: 17px;
      margin: 10px 0 0; }
  .box-list__smalltxt {
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    letter-spacing: .5px;
    padding: 0;
    position: relative;
    z-index: 2; }
    @media (min-width: 1801px) {
      .box-list__smalltxt {
        font-size: 15px;
        font-weight: 400; } }
    .box-list__smalltxt--italic {
      font-style: italic;
      line-height: 25px; }

.nav__toggler {
  display: none; }
  @media (max-width: 1200px) {
    .nav__toggler {
      display: block;
      position: absolute;
      right: 15px;
      top: 12.5px;
      z-index: 1; } }

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

@media (max-width: 1200px) {
  .mobile-phone-icon {
    color: #D9001F;
    display: block;
    position: absolute;
    top: 22px;
    right: 80px;
    font-size: 25px;
    z-index: 1;
  }
}
@media (min-width: 1201px) {
  .mobile-phone-icon {
    display: none;
  }
}

.menu {
  width: 400px;
  margin: 0 auto;
  background: #ccc;
  border-radius: 20px; }

.nav__menu_open {
  display: block !important; }

.accordion {
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0; }
  @media (min-width: 1801px) {
    .accordion {
      padding: 112px 0;
    }
  }
  @media (max-width: 991px) {
    .accordion {
      padding: 0; } }
  .accordion--contact {
    padding: 20px 0 0; }

.accordion__item {
  background-color: #ffffff;
  padding: 25px;
  margin: 0 0 32px 0; }
  .accordion__item--faq {
      border-radius: 12px;
    box-shadow: 0 6px 30px #e5e6e6;
  }
  .accordion__item--contact {
    border-bottom: 1px solid #E6E6E6;
    margin: 0;
    padding: 10px 0; }
    .accordion__item--contact:last-child {
      border-bottom: none;
    }
  @media (min-width: 1801px) {
    .accordion__item {
      padding: 10px 40px; } }

.accordion__title {
  color: #000000;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0; }
  .accordion__title--contact {
    font-size: 16px;
    line-height: 32px; }

.accordion__title:hover {
  color: #000000; }

.accordion__title:hover .open-btn:before,
.accordion__title:hover .open-btn:after {
  background-color: #000000; }

.accordion__txt {
  display: flex;
  align-items: center; }

.accordion__item.active .accordion__title {
  color: #D9001F; }

.accordion__item.active .close-btn:before,
.accordion__item.active .close-btn:after {
  background-color: #000000; }

.accordion__item.active ._2r22 {
  fill: #fff;
  transform: rotate(90deg); }

.accordion__content-wrap {
  overflow: hidden; }

.accordion__content {
  color: #000000;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 1rem;
  padding-right: 60px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

.open-btn {
  position: relative;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2022/04/chevron-down.svg) center/contain no-repeat; }

.accordion__item.active .open-btn {
  fill: #D9001F;
  transform: rotate(180deg); }

.accordion__item .open-btn {
  display: flex;
  align-items: center; }

.accordion__img {
  display: inline-block;
  margin: 20px 0; }

.logos-list {
  gap: 15px;
  padding: 30px 0 0; }
  .logos-list--contact {
    text-align: center; }
  @media (max-width: 991px) {
    .logos-list {
      background: rgba(255, 255, 255, 0.5);
      border-radius: 12px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      padding: 15px; } }
  @media (min-width: 1801px) {
    .logos-list {
      padding: 58px 0 0; } }
  .logos-list__intro-text {
    padding: 25px 0;
    margin: 25px 0 0; }
    @media (max-width: 991px) {
      .logos-list__intro-text {
        text-align: center;
      }
    }
  .logos-list__item {
    display: inline-block;
    margin: 5px 0 0;
    padding: 0 45px 0 0; }
    @media (max-width: 991px) {
      .logos-list__item {
        display: block;
        padding: 0 10px 0 0; } }
    .logos-list__item:last-child {
      padding: 0; }
    @media (min-width: 1801px) {
      .logos-list__item {
        padding: 0 105px 0 0; }
        .logos-list__item:last-child {
          padding: 0; } }
  .logos-list__img {
    height: 27px;
    width: auto; }
    @media (min-width: 1801px) {
      .logos-list__img {
        height: 38px; } }
  @media (max-width: 415px) {
    .logos-list {
      padding: 15px 0;
    }
    .logos-list__item {
        width: calc(33.333% - 10px);
    }
    .logos-list__img {
      height: 21px;
    }
  }

.icon-list {
  display: flex;
  align-items: center; }
  .icon-list--contact {
    display: block; }

.icon__item {
  display: inline-block;
  padding: 0 15px 0 0; }
  @media (max-width: 991px) {
    .icon__item {
      display: flex;
      justify-content: center; } }
  .icon__item--contact {
    display: block; }

.icon__img {
  display: inline-block;
  width: 15px;
  height: auto;
  margin-right: 10px; }
  .icon__img--offer {
    width: 30px; }

.icon__link {
  color: #D9001F;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 28px;
  font-weight: 300;
  align-items: center;
  padding: 15px 0; }
  @media (max-width: 991px) {
    .icon__link {
      font-size: 18px;
      line-height: 32px; } }
  .icon__link--white {
    color: #ffffff; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #A3A3A3;
  font-family: 'Inria Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #A3A3A3;
  font-family: 'Inria Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #A3A3A3;
  font-family: 'Inria Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #A3A3A3;
  font-family: 'Inria Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px; }

.cf7-form {
  gap: 16px;
  margin: 30px 0; }

.wpcf7-form-control-wrap {
  width: 100%; }

input.wpcf7-form-control,
textarea.wpcf7-form-control {
  border: none;
  border-radius: 12px;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  padding: 6px 16px;
  width: 100%; }
  @media (max-width: 991px) {
    input.wpcf7-form-control,
    textarea.wpcf7-form-control {
      margin: 0 auto;
    }
  }

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

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

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

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

.cf7-rodo__txt {
  color: #ffffff;
  text-align: justify; }

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

.acceptance .wpcf7-not-valid-tip {
  bottom: 29px;
  left: -12px;
  font-size: 24px;
}
.wpcf7-response-output {
  color: #ffffff;
  padding: 20px 10px;
}

input[type=submit] {
  border: 1px solid #ffffff;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  max-width: 215px;
  width: 100%; }
@media (max-width: 991px) {
  input[type=submit] {
    margin: 20px auto;
  }
}

@media (min-width: 992px) {
  .specjalisci-menu {
    list-style-type: none;
    display: inline-block; }
  .nav {
    display: flex;
    align-items: center;
    margin-left: auto; }
  .menu__item.active .menu__link {
    color: #D9001F;
    font-weight: 500; }
  .menu__item-has-children {
    position: relative; }
  .menu__item-has-children:after {
    content: "";
    left: 0;
    right: 0;
    height: 50px;
    bottom: -30px;
    width: 100%;
    position: absolute; }
  .specjalisci-menu .sub-menu > .menu__link:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #f1f1f3;
    width: 35px;
    height: 1px; }
  .specjalisci-menu .sub-menu > .menu__item:last-child > a:after {
    display: none; }
  .specjalisci-menu .sub-menu > .menu__link {
    transition: all 0.35s ease-in-out; }
  .specjalisci-menu .sub-menu > .menu__item:hover > a {
    color: #B62325; }
  .menu__item {
    display: inline-block; }
  .menu__link {
    display: inline-block;
    padding: 15px 5px;
    text-decoration: none;
    color: #000000;
    font-weight: 300;
    letter-spacing: 0.5px;
    transition: all 0.35s ease-in-out;
    white-space: nowrap;
    text-transform: uppercase; }
  .menu__item:first-child .menu__link {
    padding-left: 0; }
  .menu__item:last-child .menu__link {
    padding-right: 0; }
  .specjalisci-menu > .menu__item > a {
    font-size: 1rem; } }
  @media (min-width: 1550px) {
    .menu__link {
      padding: 15px 15px;
    }
  }

@media (max-width: 1200px) {
  .MainLogo {
    max-width: 9rem; }
  .nav {
    height: 5.5rem; }
  .logo img {
    width: 120px; }
  .nav__toggle {
    display: inline-block;
    position: absolute;
    z-index: 10;
    padding: 0;
    border: 0;
    background: transparent;
    outline: 0;
    right: 15px;
    top: 15px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.15s linear; }
  .nav__toggle:hover,
  .nav__toggle:focus {
    background-color: rgba(0, 0, 0, 0.5); }
  .specjalisci-menu {
    display: none;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5;
    visibility: hidden;
    opacity: 1;
    transition: opacity 0.3s cubic-bezier(0, 0.995, 0.99, 1) 0.3s; }
  .nav--open .specjalisci-menu {
    display: flex;
    margin-top: 70px;
    opacity: 1; }
  .menu__link {
    color: white;
    display: block;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-size: 1.25rem;
    text-decoration: none;
    padding: 1rem; }
  .menu__link:hover,
  .menu__link:focus {
    outline: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .menuicon {
    display: block;
    cursor: pointer;
    color: #D9001F;
    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: #D9001F;
    width: 284vmax;
    height: 284vmax;
    top: -142vmax;
    overflow-x: hidden;
    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 .specjalisci-menu,
  .nav--open .specjalisci-menu {
    visibility: visible; }
  .nav:target .menu__item,
  .nav--open .menu__item {
    opacity: 1;
    transform: translateY(0); } }

.gallery {
  gap: 25px;
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 1801px) {
    .gallery {
      padding: 80px 0;
    }
  }
  .gallery-item {
    margin: 0;
    width: calc(25% - 18.75px); }
    @media (max-width: 991px) {
      .gallery-item {
        width: 100%;
        max-width: 300px;
        margin: 0 auto; } }
    .gallery-item img {
      border-radius: 12px;
      box-shadow: 0 6px 30px #a1a1a1;
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: auto; }

/* bookero */
body .bookero-plugin-form .bookero-plugin-header {
  background-color: #D9001F; }

body .bookero-plugin-form .calendar-days-list-cell,
body .bookero-plugin-form .hours-section .hours-wrapper .hours-list-item {
  font-size: 16px;
  font-weight: 300; }

body .bookero-plugin-form .calendar-days-list-cell.is-valid {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #212121; }

body .bookero-plugin-form .calendar-days-list-cell.is-selected {
  background: #D9001F;
  border-color: #D9001F;
  color: #ffffff; }

body .bookero-plugin-form .hours-section .hours-wrapper .hours-list-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #212121; }

body .bookero-plugin-form .hours-section .hours-wrapper .hours-list-item.is-selected {
  background: #D9001F;
  border-color: #D9001F;
  color: #ffffff; }

body .bookero-plugin-form .submit-section .submit-button {
  background: #D9001F; }

body .bookero-plugin-form .submit-section .submit-button:hover {
  background: #bf041f; }

.header {
  position: relative;
  display: flex;
  height: 70px;
  flex: 0 0 auto;
  align-items: center;
  z-index: 999; }
  @media (min-width: 1801px) {
    .header {
      height: 105px; } }
    .header.fixed {
      position: fixed;
      z-index: 999;
      top: 0;
      left: 0;
      right: 0;
      padding: 0;
      color: #adadad;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
      background: #ffffff;
      padding: 35px 0;
      margin: 0; }
  @media (max-width: 991px) {
    .header .container {
      padding: 0 15px;
      z-index: 1; } }

@media (min-width: 1201px) {
  .header-pusher {
    height: 105px; } }

@media (min-width: 1201px) {
  .nav__toggler {
    display: none; } }

@media (min-width: 1201px) {
  .header .main-nav {
    margin-left: auto; } }

/* site logo */
.site-logo {
  display: inline-flex;
  margin: 10px 0 0;
  position: relative;
  z-index: 1; }
@media (min-width: 1350px) and (max-width: 1660px) {
  .site-logo {
    top: 10px;
  }
}

.site-logo a {
  display: inline-flex;
  align-items: center; }

.site-logo svg {
  width: 100%;
  max-width: 150px;
  height: auto; }
  @media (min-width: 1661px) {
    .site-logo svg {
      max-width: 215px; } }
  @media (min-width: 1201px) and (max-width: 1660px) {
    .site-logo svg {
      max-width: 185px;
    }
  }

@media (max-width: 991px) {
  .site-logo {
    display: inline-block;
    margin: 0; }
  .site-logo svg {
    max-width: 180px;
    padding: 20px 10px 10px; } 
  .mobile-menu-active .site-logo {
    display: none;
  }}


.single-page .container {
  padding: 50px 0; }

.single-page .sidebar {
  width: 28%; }
  @media (max-width: 991px) {
    .single-page .sidebar {
      width: 100%;
      margin: 0 0 20px; } }
  .single-page .sidebar__heading {
    position: relative;
    color: #040404;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    font-size: 1.6875rem;
    line-height: 1.5rem;
    margin: 0 0 5px 45px; }
    .single-page .sidebar__heading:before {
      content: "";
      position: absolute;
      width: 34px;
      height: 1px;
      background-color: #000;
      bottom: 0;
      left: -45px; }
    @media (max-width: 991px) {
      .single-page .sidebar__heading {
        width: 100%;
        max-width: 210px;
        margin: 0 auto; } }
  .single-page .sidebar__subheading {
    color: #000;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.6rem;
    text-transform: uppercase;
    margin-left: 45px; }
    @media (max-width: 991px) {
      .single-page .sidebar__subheading {
        width: 100%;
        max-width: 210px;
        margin: 0 auto; } }

.single-page .main-content {
  width: 72%; }
  @media (max-width: 991px) {
    .single-page .main-content {
      width: 100%;
      padding: 0 30px; } }
  .single-page .main-content p {
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    line-height: 1.625rem; }
    @media (max-width: 991px) {
      .single-page .main-content p {
        text-align: justify; } }

.footer {
  position: relative;
  z-index: 0;
  flex-shrink: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 32px; }
.footer > .container {
    border-top: 1px solid #E6E6E6;
      padding: 25px 30px;
}
  @media (min-width: 1801px) {
    .footer > .container {
      padding: 55px 30px; } }
  .footer__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 50%; }
    @media (max-width: 991px) {
      .footer__left {
        width: 100%;
        justify-content: center; } }
  .footer__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50%;
    text-align: right; }
    @media (max-width: 991px) {
      .footer__right {
        width: 100%;
        justify-content: center; } }
  .footer__img {
    width: 50px;
    height: 50px;
    margin-right: 20px; }
  .footer__link {
    color: #000000;
    font-weight: 400; }
    .footer__link:nth-child(1) {
      padding-right: 20px; }

.hero {
  position: relative;
  width: 100vw;
  height: auto; }
@media (max-width: 1200px) {
  .hero {
    width: 100%;
  }
}

.hero > .container {
  position: relative;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start; }
  @media (min-width: 1550px) {
    .hero>.container {
      padding: 55px 30px;
    }
  }
  @media (max-width: 1200px) {
    .hero > .container {
      justify-content: center; } }

.hero-img {
  box-shadow: 20px 20px 40px rgb(110, 108, 108, 0.42);
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  right: 0;
  width: 53%; }
  @media (max-width: 1200px) {
    .hero-img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover;
      position: relative; } }

.hero-content {
  color: #000000;
  position: relative;
  max-width: 420px; }
  @media (max-width: 1200px) {
    .hero-content {
      background-color: #ffffff;
      border-radius: 12px;
      padding: 12px;
      text-align: center;
      margin-top: 0; 
    width: 100%;
  margin: 220px auto 0; } }
  @media (min-width: 1800px) {
    .hero-content {
      max-width: 580px; } }
  .hero-heading {
    color: #000000;
    font-size: 35px;
    line-height: 55px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0; }
    .hero-heading span {
      display: inline-block; }
    .hero-heading--thin {
      font-weight: 500;
      font-size: 35px;
      line-height: 35px;
      letter-spacing: 0; }
    .hero-heading--red {
      color: #D9001F;
      font-size: 65px;
      font-weight: 900;
      line-height: 65px;
      letter-spacing: 1px;
      padding: 10px 0; }
      @media (max-width: 991px) {
        .hero-heading--red {
          text-shadow: 0 0 1px #fff; } }
      @media (min-width: 1801px) {
        .hero-heading--red {
          font-size: 73px;
          line-height: 75px;
          padding: 24px 0 24px; } }
        .hero-heading--56 {
            font-size: 46px;
            line-height: 48px;
          }
        @media (min-width: 1801px) {
          .hero-heading--56 {
            font-size: 56px;
            line-height: 58px;
          }
        }
    @media (max-width: 1200px) {
      .hero-heading {
        font-size: 33px;
        line-height: 41px; } }
    @media (min-width: 1800px) {
      .hero-heading {
        font-size: 66px;
        line-height: 72px;
        letter-spacing: 3px; } }
    @media (max-width: 1200px) {
      .logos-list {
        padding: 15px 0;
      }
      .logos-list__item {
        width: calc(33.333% - 10px);
      }
      .hero-heading--thin {
        font-size: 18px;
      }
      .hero-heading--red {
        font-size: 40px;
        line-height: 40px;
      }
      .hero-descr {
        font-size: 16px;
        line-height: 20px;
      }
      .hero-italic {
        font-size: 16px;
        line-height: 32px;
        margin: 24px 0;
      }
      .action-btn--hero {
        font-size: 13px;
        padding: 11px 30px;
      }
    }
    .hero-flex {
      display: flex;
    }
    .hero-flex .hero-content {
      margin-left: auto;
    }
    .hero--3 {
      margin-top: 80px;
    }
    @media (min-width: 1200px) {
      .hero--3 .hero-descr {
        width: 100%;
        max-width: 466px;
      }
    }
    .hero--3 .logos-list {
      padding: 0;
      margin: 0 auto;
    }

    @media (max-width: 991px) {
      .hero--3 .hero-heading {
        text-align: center;
      }
      .hero--3 .hero-descr {
        text-align: center;
      }
      
      .hero--3 >.container {
        padding: 0 30px 55px;
      }
      .hero--3 .hero-content {
        margin: 0 auto;
      }
    }

    @media (min-width: 1550px) {
      .hero--3>.container {
        padding: 0 30px 55px;
      }
    }

.hero-italic {
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  padding: 0 0 10px;
  margin: 0;
  font-style: italic; }

.hero-descr {
  font-size: 14px;
  padding: 0 0 24px;
  margin: 0; }
  @media (min-width: 1801px) {
    .hero-descr {
      font-size: 20px;
      line-height: 29px; } }


@media (min-width: 1201px) and (max-width: 1550px) {
  .hero-heading--thin {
    font-size: 20px;
    line-height: 25px;
  }
  .hero-heading--red {
    font-size: 43px;
    line-height: 43px;
  }
}     

.virtues {
  padding: 50px 0 100px; }
  @media (min-width: 1801px) {
    .virtues {
      padding: 108px 0 160px;
    }
  }

.about-us {
  background-color: #F4F4F4;
  padding: 100px 0 0;
  position: relative; }
  @media (min-width: 1801px) {
    .about-us {
      padding: 157.5px 0 0;
    }
  }
  .about-us:before {
    content: "";
    background: url("/wp-content/uploads/2022/04/logo-o-firmie.svg") center/cover no-repeat;
    width: 115px;
    height: 115px;
    position: absolute;
    left: 0;
    right: 0;
    top: -57.5px;
    margin: 0 auto; }

.services {
  padding: 100px 0; }
@media (max-width: 991px) {
  .services {
    padding: 50px 0;
  }
}
  .services .container {
    background-color: #ffffff;
    border-radius: 12px;
    padding-left: 82px;
    padding-right: 0; }
    @media (max-width: 991px) {
      .services .container {
        padding: 0 25px 0 25px; } }
  .services__left {
    align-items: center;
    padding: 50px 100px 50px 0;
    width: 62%; }
    @media (max-width: 991px) {
      .services__left {
        width: 100%;
        padding: 25px 0; } }
  .services__right {
    width: 38%; }
    @media (max-width: 991px) {
      .services__right {
        width: 100%; } }
  .services__img {
    border-radius: 12px;
    box-shadow: 20px 20px 40px rgba(110, 108, 108, 0.42);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
    @media (max-width: 991px) {
      .services__img {
        display: block;
        height: auto;
        max-width: 500px;
        margin: 20px auto; } }

.four-steps__img {
  border-radius: 6px 0 0 6px;
  position: absolute;
  right: -105px;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto;
  height: 100%;
  z-index: 2; }

.grid-4steps {
  display: grid;
  grid-template-columns: 115px 1fr;
  margin: 20px 0; }
  @media (max-width: 991px) {
    .grid-4steps {
      grid-template-columns: 58px 1fr; } }
  .grid-4steps__number {
    color: #dadada;
    font-size: 23px;
    font-weight: 600; }
  .grid-4steps__h3 {
    font-size: 23px;
    font-weight: 700;
    line-height: 32px; }
  .grid-4steps__p {
    font-size: 15px;
    font-weight: 400; }
  .grid-4steps__content {
    padding-bottom: 24px;
    border-bottom: 1px solid #E6E6E6; }
  @media (max-width: 991px) {
    .grid-4steps {
      border-bottom: 1px solid #E6E6E6;
    }
    .grid-4steps__content {
      border-bottom: none;
    }
  }

.achievements {
  background-color: #FBFBFB;
  padding: 50px 0; }
  .achievements-list {
    gap: 30px;
    padding: 50px 0; }
    .achievements-list__item {
      width: calc(33.333% - 20px); }
      @media (max-width: 991px) {
        .achievements-list__item {
          width: 100%; } }
      .achievements-list__item:hover > .achievements-list__link {
        background-image: url("/wp-content/uploads/2022/04/arrow-right-red.svg"); }
    .achievements-list__img {
      width: 100%;
      height: auto; }
      @media (max-width: 991px) {
        .achievements-list__img {
          display: block;
          max-width: 300px;
          margin: 20px auto 0; } }
    .achievements-list__h3 {
      font-size: 20px;
      line-height: 28px;
      margin: 20px 0;
      text-align: center; }
      @media (min-width: 1801px) {
        .achievements-list__h3 {
          margin: 40px 0 32px;
        }
      }
    .achievements-list__link {
      display: block;
      margin: 0 auto;
      width: 32px;
      height: 32px;
      background: url("/wp-content/uploads/2022/04/arrow-right-black.svg") center/cover no-repeat; }

.our-clients {
  background-color: #F4F4F4;
  padding: 100px 0; }
  .our-clients__left {
    width: 49%;
    padding-right: 65px; }
    @media (max-width: 991px) {
      .our-clients__left {
        width: 100%;
        padding-right: 0; } }
  .our-clients__right {
    width: 51%; }
    @media (max-width: 991px) {
      .our-clients__right {
        width: 100%; } }
  .our-clients-list {
    gap: 30px; }
    .our-clients-list__item {
      width: calc(50% - 15px); }
      @media (max-width: 991px) {
        .our-clients-list__item {
          width: 100%; } }
    .our-clients-list__img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: auto; }
      @media (max-width: 991px) {
        .our-clients-list__img {
          display: block;
          max-width: 300px;
          margin: 20px auto 0; } }

.credentials {
  padding: 100px 0; }
  .credentials-list {
    gap: 25px;
    padding: 25px 0; }
    .credentials-list__item {
      width: calc(25% - 18.75px); }
      @media (max-width: 991px) {
        .credentials-list__item {
          width: 100%; } }
    .credentials-list__img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: auto; }

.faq {
  background: url("/wp-content/uploads/2022/04/wrona-logo-bg.svg") center/cover no-repeat #F4F4F4;
  padding: 50px 0; }
  @media (min-width: 1801px) {
    .faq {
      padding: 100px 0;
    }
  }
  .faq__flex {
    gap: 30px; }
  .faq__left {
    width: calc(50% - 15px); }
    @media (max-width: 991px) {
      .faq__left {
        width: 100%;
        padding: 30px 0 0; } }
  .faq__right {
    width: calc(50% - 15px); }
    @media (max-width: 991px) {
      .faq__right {
        width: 100%;
        padding: 0 0 30px; } }
  .faq-bottom__title {
    font-size: 28px;
    font-weight: 900; }

.contact {
  padding: 50px 0; }
  @media (min-width: 1801px) {
    .contact {
      padding: 100px 0;
    }
  }
  .contact__flex {
    margin: 50px 0; }
  .contact__h2, .contact__h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    line-height: 32px; }
  .contact__left {
    background-color: #D9001F;
    border-radius: 12px;
    box-shadow: 14px 0 30px rgba(0, 0, 0, 0.19);
    padding: 50px 65px;
    position: relative;
    width: 45%; }
    @media (max-width: 991px) {
      .contact__left {
        padding: 50px 30px;
        max-width: 500px;
        margin: 0 auto;
        width: 100%; } }
  .contact__right {
    background-color: #ffffff;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    box-shadow: 0 6px 30px #E5E6E6;
    padding: 115px 30px;
    width: 55%; }
    @media (max-width: 991px) {
      .contact__right {
        padding: 50px 15px;
        width: 100%; } }
    @media (min-width: 1801px) {
      .contact__right {
        padding: 115px 75px; } }
      .contact-p {
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
      }

.schedule-meeting {
  background-color: #fbfbfb;
  padding: 50px 0 0; }
  @media (min-width: 1801px) {
    .schedule-meeting {
      padding: 100px 0 0;
    }
  }
  .schedule-meeting__left {
    width: 52%;
    padding-right: 65px; }
    @media (max-width: 991px) {
      .schedule-meeting__left {
        width: 100%;
        padding-right: 0; } }
  .schedule-meeting__right {
    width: 42%; }
    @media (max-width: 991px) {
      .schedule-meeting__right {
        width: 100%; } }
  .schedule-meeting-list {
    list-style-type: none;
    padding-left: 25px; }
    .schedule-meeting-list__item {
      border-bottom: 1px solid #E6E6E6;
      padding-bottom: 24px;
      font-size: 16px;
      line-height: 21px;
      font-weight: 400;
      margin: 25px 0; }
      @media (min-width: 1801px) {
        .schedule-meeting-list__item {
          font-size: 20px;
          line-height: 29px;
        }
      }
      .schedule-meeting-list__item:last-child {
        border-bottom: none;
      }
      .schedule-meeting-list__item:before {
    content: "\2022";
      color: #D9001F;
      font-size: 29px;
      font-weight: bold;
      display: inline-block;
      width: 25px;
      margin-left: -28px;
      position: relative;
      bottom: 0px; }
        @media (min-width:1801px) {
          .schedule-meeting-list__item:before {
            font-size: 25px;
          }
        }

.title-area {
  padding: 50px 0;
}
.title-area__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 27px;
}

.page-intro {
  background-color: #ffffff;
  box-shadow: 0 6px 30px #E5E6E6;
  border-radius: 12px;
  padding: 32px 56px;
}

.page-intro-list__column {
  border-right: 1px solid #E6E6E6;
  padding: 32px 20px;
  width: 25%;
}
@media (min-width: 1801px) {
  .page-intro-list__column {
    padding: 32px 30px;
  }
}
@media (max-width: 991px) {
  .page-intro {
    padding: 32px 20px;
  }
  .page-intro-list__column {
    border-right: none;
    width: 100%;
    padding: 0 20px;
  }
}

.page-intro-list__column:last-child {
  border-right: none;
}
.page-intro-list__item {
  display: grid;
  grid-template-columns: 25px 1fr;
  align-items: center;
  padding: 5px 0;
}
.page-intro-list__icon {
  background-image: url('/wp-content/uploads/2022/04/Yes.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
}
.page-intro-list__txt {
  font-size: 14px;
  margin: 0;
}

@media (min-width: 1801px) {
  .page-intro-list__txt {
    font-size: 18px;
  }
  .title-area {
    padding: 80px 0 54px;
  }
  .title-area__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 32px;
  }
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 1801px) {
  h2 {
    font-size: 24px;
  }
} 

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 29px;
}
@media (min-width: 1801px) {
  p {
    font-size: 18px;
  }
}
.paoc-popup {
  padding: 12px 25px!important;
}

.jak-dojechac {
  color: #ffffff;
  font-size: 16px;
  line-height: 32px;
  font-style:italic;
  font-weight: 300;
}

/* checkmark */
.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

.wpcf7-acceptance .wpcf7-list-item .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 10px;
  width: 10px;
  background-color: #fff;
  border: 1px solid #fff;
}
@media (min-width: 1801px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark {
    width: 18px;
    height: 18px;
  }
}

.wpcf7-acceptance .wpcf7-list-item .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 1px;
  top: 1px;
  width: 6px;
  height: 6px;
  background-color: #000000;
}
@media (min-width: 1801px) {
  .wpcf7-acceptance .wpcf7-list-item .checkmark:after {
    background-color: #000000;
    width: 14px;
    height: 14px;
  }
}

.wpcf7-acceptance .wpcf7-list-item input[type="checkbox"]:checked~.checkmark:after {
  display: block;
}

.acceptance {
  float: left;
  margin: 0 10px 0 0!important;
  width: 20px;
}
@media (min-width: 1801px) {
  .acceptance {
      width: 50px;
    }
}



@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}


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

aside {
  display: block; }


.page-template-page-home2 .hero-img {
  height: calc(100vh - 105px);
}

.hero-content .hero-heading--red2 {
  font-size: 48px;
  line-height: 50px;
  padding: 15px 0px;
}
.hero-content .hero-heading--thin2 {
  font-size: 26px;
  line-height: 26px;
}

.form-hero input.wpcf7-form-control,
.form-hero textarea.wpcf7-form-control {
  border: 1px solid #BDBDBD;
}

.form-hero :-ms-input-placeholder {
  color: #000000;
  font-weight: 400;
}
.form-hero ::-moz-placeholder {
  color: #000000;
  font-weight: 400;
}
.form-hero ::placeholder {
  color: #000000;
  font-weight: 400;
}
.form-hero .cf7-rodo__txt {
  color: #000000;
}
.form-hero .wpcf7-acceptance .wpcf7-list-item .checkmark {
  border: 1px solid #000000;
}
.form-hero .wpcf7-not-valid-tip {
  color: firebrick;
}
.form-heading {
  font-size: 23px;
  font-weight: 500;
  margin-top: 83px;
}


.page-template-page-home2 .hero>.container {
  padding: 0 30px 55px;
}

.page-template-page-home2 .hero-descr {
  padding: 0;
}

.testimonials-intro__component {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .testimonials-intro__component {
    display: block;
    margin: 50px 0;
    text-align: center;
  }
}

.testimonials__intro {
  color: #000000;
  font-size: 28px;
  line-height: 30px;
  font-weight: 900;
  margin: 0;
}

.testimonials-list {
  width: 100%;
}

.testimonial {
  color: #000000;
  padding: 42px 30px 0;
}
.testimonial:hover {
  box-shadow: 0 6px 30px #E5E6E6;
  background-color: #ffffff;
  border-radius: 12px;
}
.testimonial__header {
  display: grid;
  grid-template-columns: 46px 1fr;
  margin: 0 0 24px;
}

.testimonial__icon {
  background: url('/wp-content/uploads/2022/11/icon-opinie.svg') center/contain no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.testimonial__name {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.testimonial__main {
  font-size: 15px;
  font-weight: 400;
  margin: 0 0 24px;
}
.testimonial__rating {
  color: #E9B808;
}

.owl-carousel .owl-stage {
  list-style-type: none;
  padding-inline-start: 0;
}

.steps__nav {
  align-items: center;
  display: grid;
  justify-content: center;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 991px) {
  .steps__nav {
    margin-top: 0!important;
  }
}

.steps-nav {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 112px;
  top: 0;
}
@media (max-width: 999px) {
  .steps-nav {
    width: 125px;
  }
}

.owl-prev,
.owl-next {
  background-color: transparent;
    border: none;
  position: absolute;
}
.owl-prev {
  top: 0;
  left: 0;
}
.owl-next {
  top: 0;
  right: 0;
}

.owl-dot {
  background-color: #F4F4F4;
  border: 1px solid #DBDBDB;
  border-radius: 12px;
  width: 40px;
  height: 8px;
  margin: 0 8px;
}
.owl-dot.active {
  background-color: #D9001F;
  border: 1px solid #D9001F;
}

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

.grid-list__item {
  border-bottom: 1px solid #E6E6E6;
  display: grid;
  grid-template-columns: 90px 1fr;
  padding: 23.5px 20px 23.5px 0;
  align-items: center;
}
.grid-list__item:last-child {
  border-bottom: none;
}

@media (min-width: 1800px) {
  .grid-list__item {
    grid-template-columns: 90px 1fr;
    padding: 23.5px 38px 23.5px 0;
  }
}


@media (max-width: 991px) {
  .grid-list__item {
    display: block;
    text-align: center;
  }
}

.grid-list__icon {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  margin-left: 20px;
}

@media (min-width: 1800px) {
  .grid-list__icon {
    background-size: 100% auto;
    width: 72px;
    height: 100px;
  }
}

@media (max-width: 991px) {
  .grid-list__icon {
    display: block;
    margin: 0 auto 15px;
    width: 70px !important;
    height: 70px !important;
  }
}

.grid-list__icon--1 {
  background-image: url(/wp-content/uploads/2022/12/certificate.svg);
    width: 36px;
    height: 36px;
}
.grid-list__icon--2 {
  background-image: url(/wp-content/uploads/2022/12/speed.svg);
  width: 45px;
  height: 36px;
}
.grid-list__icon--3 {
  background-image: url(/wp-content/uploads/2022/12/exchange-rate.svg);
  width: 36px;
  height: 36px;
}
.grid-list__icon--4 {
  background-image: url(/wp-content/uploads/2022/12/communication.svg);
  width: 36px;
  height: 36px;
}

.grid-list__title {
  font-size: 23px;
  font-weight: 700;
  line-height: 32px;
  margin: 0 0 10px;
}

.grid-list__descr {
  font-size: 15px;
  font-weight: 400;
}




.google-reviews {
  display: none;
  padding: 25px 0 25px 20px;
  border-radius: 74px;
  margin: 0;
  width: 100%;
  max-width: 350px;
}
@media (max-width: 1200px) {
	.google-reviews {
		display: none!important;
	}
}
@media (min-width: 1201px) and (max-width: 1660px) {
  .google-reviews {
    max-width: 280px;
  }
}

.google-reviews--contact {
	display: flex!important;
    border-left: 0px solid #ebebeb;
    width: 100% !important;
    padding: 25px 35px;
    border-radius: 74px;
    box-shadow: 0 0 10px #ddd;
    margin: 60px 0 0;
	max-width: 100%;
}
.google-reviews--contact .google-reviews__left {
	width: 20%;
}
.google-reviews--contact .google-reviews__img {
	max-width: 72px;
}
.google-reviews--contact .block-reviews__top {
	padding: 0 0 7px;
}
@media (min-width: 1200px) and (max-width: 1499px) {
  .main-nav__wrap.fixed .google-reviews {
    max-width: 250px;
  }
  .google-reviews--fixed .block-info__p {
    font-size: 10px;
  }
}
.google-reviews__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 15%;
  padding: 0;
}
@media (min-width: 992px) and (max-width: 1660px) {
  .google-reviews__left {
    width: 6%;
  }
}
.google-reviews__right {
  border-left: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none !important;
  padding: 0 0 0 10px;
  width: 80%;
}
.google-reviews__img {
  width: 100%;
  height: auto;
}
.google-reviews__img {
    max-width: 40px;
}
@media (min-width:1350px) and (max-width: 1660px) {
  .google-reviews__img {
    max-width: 20px;
  }
} 

.google-reviews .block-reviews p {
	line-height: 18px;
}
@media (min-width: 992px) and (max-width: 1660px) {
  .google-reviews .block-reviews p {
    font-size: 10px;
  }
}
@media (min-width: 1350px) and (max-width: 1660px) {
  .google-reviews .block-reviews p {
    line-height: 13px;
  }
}
.block-reviews__top {
  display: flex;
  align-items: center;
}
.block-reviews__google {
  color: #141414;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin: 0;
}
.block-reviews__rating {
  color: #000000;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 100%;
  margin: 0 8px 0 10px;
}
.block-reviews__stars {
  display: inline-block;
  max-width: 72px;
}

.block-info__p {
  color: #171717;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.72px;
  line-height: 18px;
  padding: 0;
  margin: 0;
}
@media (min-width: 1350px) {
  .header .google-reviews {
    display: inline-flex;
  }
}





/* HELPER */

.helper {
  box-shadow: 0 0 10px #000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: fixed;
  width: 100%;
  max-width: 345px;
  right: calc((100% - 1500px) / 2);
  z-index: 999;
  bottom: -520px;
  transition: bottom 0.35s ease-in-out;
}

@media (max-width: 1200px) {
  .helper {
    display: none;
  }
}
@media (min-width: 1201px) and (max-width: 1500px) {
  .helper {
    right: calc((100% - 1200px) / 2);
  }
}

.helper.loaded {
  bottom: -464px;
}

.helper.active {
  bottom: 0;
}

.helper-toggler {
  cursor: pointer;
  background-color: #D9001F;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 14px;
}
.helper-toggler__ring {
  background: url("/wp-content/uploads/2023/02/ring.svg") center/contain no-repeat;
  display: inline-block;
  width: 28px;
  height: 28px;
}
.helper-toggler__txt {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 0 15px;
}
.helper-toggler__chevron {
  background: url("/wp-content/uploads/2023/02/chevron-down-ico.svg");
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: auto;
}
.helper-main {
  background-color: #ffffff;
  padding: 14px 18px 30px;
}
.helper-main-top {
  display: grid;
  grid-template-columns: 82px 1fr;
  align-items: center;
}

.helper-main__img {
  object-fit: cover;
  object-position: center 6px;
  background: #e0f4f3;
  border-radius: 50%;
  width: 82px;
  height: 82px;
}
.google-reviews--helper {
  display: inline-flex;
  padding: 0;
}

.google-reviews__img--helper {
  display: inline-block;
  margin-right: 10px;
  width: 100%;
  max-width: 20px;
  height: auto;
}
.block-info__p--helper {
  color: #171717;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin: 10px 0 0;
}

.google-reviews__right--helper {
  padding: 0 0 0 22px;
  width: 100%;
}

.helper-list {
  list-style-type: none;
  padding: 0;
  margin: 40px 0 0;
}
.helper-list--contact {
  gap: 15px;
  margin: 30px 0 0;
}

.helper-list__item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  font: 400 15px/15px 'Inria Sans';
  margin: 0 0 15px;
}
.helper-list__item:last-child {
  margin: 0;
}

.helper-list__item--contact {
  display: block;
  margin: 0;
  width: calc(33.3333% - 10px);
}

.helper-list__item--contact a {
  color: #141414;
  display: block;
  font: 400 14px/14px 'Inria Sans';
  text-align: center;
}

.helper-list__icon {
  display: inline-block;
  background: url('/wp-content/uploads/2023/02/check-circle-ico.svg') center/contain no-repeat;
  width: 16px;
  height: 16px;
}

.helper-list__icon--contact {
  display: block;
  margin: 0 auto 10px;
  width: 32px;
  height: 32px;
}

.helper-list__icon--phone {
  background: url('/wp-content/uploads/2023/02/phone-ico.svg') center/contain no-repeat;
}
.helper-list__icon--message {
  background: url('/wp-content/uploads/2023/02/message-ico.svg') center/contain no-repeat;
}
.helper-list__icon--whatsapp {
  background: url('/wp-content/uploads/2023/02/whatsapp-ico.svg') center/contain no-repeat;
}

.helper-phone {
  color: #D9001F;
  display: block;
  font: 700 40px/32px 'Inria Sans';
  margin: 40px 0 0;
  text-align: center;
}

.pulse {
  animation-name: pulse;
  animation-duration: 4s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}


/* słownik */

.page-header {
  text-align: center;
  padding: 100px 0;
  background: url(/wp-content/uploads/2022/04/hero-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.page-header__title {
  color: #fff;
  font-size: 73px;
  line-height: 75px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 0;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}


.container.post-content {
  max-width: 1200px;
}
.post-content {
  padding: 50px 0 100px;
}
@media (max-width: 1200px) {
  .post-content {
      padding: 25px 15px;
  }    
}

@media (max-width: 1200px) {
  .post-content__title {
      text-align: center;
  }
}

@media (min-width: 1201px) {
  .post-content__img {
      display: block;
      width: 100%;
      max-width: 500px;
      height: auto;
  }
}

@media (max-width: 1200px) {
  .post-content__img {
      display: block;
      margin: 0 auto;        
      width: 100%;
      max-width: 300px;
      height: auto;
  }    
}

section.slownik {
  padding: 50px 0; }
  @media (min-width: 1801px) {
    section.slownik {
      padding: 100px 0;
    }
  }

.alphabetic-list-wrap {
  display: flex;
  justify-content: center;
}
.alphabetic-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin: 60px 0;
  text-align: center;
  width: 100%;
  max-width: 1000px;
}

.alphabet-letter {
  border: 1px solid #8595a4;
  cursor: pointer;
  display: inline-block;
}

.alphabet-link {
  display: inline-block;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  padding: 10px;
}

.alphabet-letter.active {
  border: 2px solid #D9001F;
}


.slownik-letters-wrap {
  display: flex;
  justify-content: center;
}

.slownik-letters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 60px;
  gap: 20px;
  width: 100%;
}
.slownik-letter {
  font-weight: 300;
  padding: 20px;
  width: calc(25% - 15px);
  max-width: 240px;
}
@media (max-width: 499px) {
  .slownik-letter {
    width: 100%;
  }
}
@media (min-width: 500px) and (max-width: 991px) {
  .slownik-letter {
    width: calc(50% - 15px);
  }
}

.slownik-letter > span {
  color: #D9001F;
  display: block;
  text-align: left;
  margin-top: -35px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
}

.slownik__content {
  padding: 10px 20px 20px;    
}

.slownik__post {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 25px;
}
.gap-30 {
  gap: 30px;
}
@media (max-width: 991px) {
  .gap-30 {
    gap: 0;
  }
}

.posts-more {
  margin: 50px 0 0;
}

.posts-more__heading {
  color: #D9001F;
  font-size: 22px;
  font-weight: 500;
}

.posts-more-list {
  gap: 5px 15px;
}

.posts-more .slownik__item {
  display: inline-block;
  
}

.crumbs__link {
  font-weight: 600;
}


.header-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  margin-left: 10px;
  z-index: 1;
  
}

.header-icon--whatsapp {
  background-image: url('/wp-content/uploads/2023/08/whatsapp-icon.svg');
}
.header-icon--telegram {
  background-image: url('/wp-content/uploads/2023/11/telegram-ico.svg');
  margin-left: 65px;
  width: 35px;
  height: 35px;
}


@media (max-width: 1199px) {
  .header-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .header-icon--telegram {
    margin-left: 45px;
  }
}

@media (max-width: 1440px) {
  .header-icon--whatsapp {
    height: 30px;
    width: 30px;
  }
  .header-icon--telegram {
    margin-left: 50px;
    height: 25px;
    width: 25px;
  }
}

.single-post-thumbnail {
	width: 100%;
	height: 100%;
	max-height: 260px;
}

@media(min-width: 760px) {
	.single-post-thumbnail {
	max-height: 500px;
}
}

.single-post-thumbnail-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.single-post-title-area {
	padding: 0 0 54px;
}