<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*
*  Theme name: Pralnia
*  Version: 1.0
*  Author: Gekos
*
*/
/* 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 {
  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; }

@font-face {
  font-family: "SlatePro-Light";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro-Light.woff2") format("woff2"), url("./fonts/SlatePro-Light.woff") format("woff"); }

@font-face {
  font-family: "SlatePro-Regular";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro.woff2") format("woff2"), url("./fonts/SlatePro.woff") format("woff"); }

@font-face {
  font-family: "SlatePro-Medium";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro-Medium.woff2") format("woff2"), url("./fonts/SlatePro-Medium.woff") format("woff"); }

@font-face {
  font-family: "SlatePro-Bk";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro-Bk.woff2") format("woff2"), url("./fonts/SlatePro-Bk.woff") format("woff"); }

@font-face {
  font-family: "SlatePro-Bold";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro-Bold.woff2") format("woff2"), url("./fonts/SlatePro-Bold.woff") format("woff"); }

@font-face {
  font-family: "SlatePro-Black";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/SlatePro-Black.woff2") format("woff2"), url("./fonts/SlatePro-Black.woff") format("woff"); }

html {
  font-size: 16px;
  font-family: 'SlatePro-Regular', sans-serif;
  font-weight: 400;
  height: 100%; }
  @media (min-width: 992px) and (max-width: 1799px) {
    html {
      font-size: 14px; } }

body {
  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 {
  display: inline-block;
  text-decoration: none; }
  .o-link--white {
    color: #ffffff; }
  .o-link--padding {
    padding: 5px 0 0; }

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

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 0 30px;
  margin: 0 auto; }
  @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--accordion {
    max-width: 1200px; }
    @media (max-width: 991px) {
      .container--accordion {
        padding: 0 0 0 30px; } }

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

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

.padding20 {
  padding: 20px 0; }

.action-btn {
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  padding: 16px 0;
  margin: 20px 0;
  transition: all 0.1s ease-in-out;
  width: 260px;
  text-align: center; }
  .action-btn--hero {
    background-color: #1299C2;
    margin: 20px 0 !important; }
  .action-btn--intro {
    background-color: #2D3D6A; }

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

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

.flex-column {
  flex-direction: column; }

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

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

.contact_h3 {
  color: #2D3D6A;
  font-family: 'SlatePro-Medium', sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase; }
  .contact_h3--white {
    color: #ffffff; }
  .contact_h3--first {
    margin: 0 0 10px; }
  .contact_h3--offer {
    margin: 0 0 35px; }

.icon-list {
  display: block;
  align-items: center; }
  @media (max-width: 991px) {
    .icon-list {
      display: flex;
      flex-direction: column; } }

.icon__item {
  display: block;
  padding: 0 15px 0 0;
  font-size: .875rem;
  font-weight: 300; }

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

.icon__link {
  color: #1299C2;
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 500;
  align-items: center;
  padding: 5px 0; }
  .icon__link--white {
    color: #ffffff; }
  .icon__link--darkgrey {
    color: #2C2C2C; }

/* headingz */
@media (max-width: 991px) {
  .heading-component {
    text-align: center; } }

.main-heading {
  color: #ffffff;
  font-family: 'SlatePro-Bold', sans-serif;
  font-size: 3.8715rem;
  line-height: 3.8715rem;
  font-weight: 900;
  margin-bottom: 25px; }
  .main-heading--blue {
    color: #1299C2; }
  .main-heading--margin {
    margin-bottom: 50px; }
  @media (max-width: 991px) {
    .main-heading {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

.after-heading {
  color: #ffffff;
  font-family: 'SlatePro-Regular', sans-serif;
  font-size: 1.375rem;
  line-height: 1.6875rem; }
  @media (max-width: 991px) {
    .after-heading {
      font-size: 1rem;
      line-height: 1rem; } }
  .after-heading--black {
    color: #2F2F2F; }
  .after-heading--intro {
    color: #2F2F2F;
    font-size: 1.125rem;
    line-height: 1.625rem;
    width: 100%;
    max-width: 523px;
    padding: 15px 0 0; }

.arrow-white {
  width: 8px;
  height: auto;
  position: absolute;
  right: 19px;
  top: 8px; }
  @media (min-width: 992px) {
    .arrow-white {
      right: 15px;
      top: 10px; }
  }

.arrow-black {
  width: 8px;
  height: auto;
  position: absolute;
  right: 1px;
  top: 18px; }

@media (min-width: 992px) {
  .arrow-white {
    display: block; }
  .arrow-black {
    display: none; } }

@media (max-width: 991px) {
  .arrow-white {
    display: none; }
  .arrow-black {
    display: block; } }

.page .main-content {
  padding: 50px 30px; }

.delimiter {
  width: 6px;
  height: 6px;
  margin: 0 5px; }



/* pralnia slider */
.pralnia-slider {
  position: absolute;
  top: 0;
  bottom: 0; }

@media (min-width: 801px) {
  .pralnia-slider {
    font-size: 1rem; } }

@media (max-width: 800px) {
  .pralnia-slider {
    font-size: .5rem; } }

.pralnia-slider__content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }

@media (min-width: 1800px) {
  .pralnia-slider__content {
    max-width: 800px; } }

.pralnia-slider__item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100vw;
  background-size: cover; }

.pralnia-slider__item img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  height: 100%; }

@media (min-width: 801px) {
  .pralnia-slider__item {
    height: 100%; } }

@media (max-width: 800px) {
  .pralnia-slider__item {
    height: 100%; } }

.pralnia-slider__container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto; }

@media (max-width: 999px) {
  .pralnia-slider__container {
    text-align: center;
    margin: 100px 30px 0; } }

.pralnia-slider-ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%; }

.pralnia-slider__item {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out; }

.pralnia-slider li img {
  width: 100%;
  margin: 0 auto;
  height: inherit; }

.pralnia-slider .visible {
  position: relative;
  z-index: 1;
  opacity: 1; }

.pralnia-slider__arrow {
  position: absolute;
  z-index: 9999;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  background-size: cover;
  border: none;
  outline: none;
  cursor: pointer; }

@media (max-width: 1000px) {
  .pralnia-slider__arrow {
    width: 12px;
    height: 12px; } }

.pralnia-slider__arrow--prev {
  left: 30px;
  background: url(/wp-content/uploads/2020/12/prev.svg) center no-repeat; }

.pralnia-slider__arrow--next {
  right: 30px;
  background: url(/wp-content/uploads/2020/12/next.svg) center no-repeat; }

@media (max-width: 800px) {
  .pralnia-slider__arrow--prev {
    left: 20px;
    width: 16px;
    height: 12px; }
  .pralnia-slider__arrow--next {
    right: 20px;
    width: 16px;
    height: 12px; } }

.pralnia-slider-nav {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
  list-style: none;
  padding: 0;
  width: 100%;
  max-width: 1140px;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  z-index: 999;
  margin: 0 auto; }
  @media (min-width: 1800px) {
    .pralnia-slider-nav {
      bottom: 50px; } }
  .pralnia-slider-nav:before {
    content: "";
    left: calc(-50vw + 50%);
    right: 0;
    width: 100vw;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0 auto;
    margin: auto 0;
    z-index: -1; }
    @media (max-width: 991px) {
      .pralnia-slider-nav:before {
        display: none; } }

.pralnia-slider-nav__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  margin: 0 10px;
  cursor: pointer; }
  @media (min-width: 1800px) {
    .pralnia-slider-nav__dot {
      width: 20px;
      height: 20px; } }

.pralnia-slider-nav__dot.active {
  background: #1299C2; }

@media (max-width: 991px) {
  .pralnia-slider-nav {
    justify-content: center; }
  .pralnia-slider-nav__dot {
    width: 20px;
    height: 20px; } }

/* Mobilny menu bar fixed */
.December2017_Mobile_Bar * {
  box-sizing: border-box; }

.December2017_Mobile_Bar__item span {
  color: #19202b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400; }

.December2017_Mobile_Bar__item {
  width: 33.3333%; }

.December2017_Mobile_Bar__item img {
  position: relative;
  display: block;
  font-size: 20px;
  color: #19202b;
  margin: 0 auto 5px;
  width: 20px;
  height: auto; }

.December2017_Mobile_Bar {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 2000;
  text-align: center; }

.December2017_Mobile_Bar__item {
  padding-top: 12px;
  padding-bottom: 8px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  background-color: transparent;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  height: 100%;
  float: left;
  display: block; }

.December2017_Mobile_Bar a {
  text-decoration: none;
  transition: all .2s ease;
  line-height: normal !important;
  margin: 0 !important; }

@media (min-width: 992px) {
  .December2017_Mobile_Bar {
    display: none; } }

@media (max-width: 991px) {
  .December2017_Mobile_Bar {
    display: block; } }

.pralnia-nav-top__right .btn {
  padding: 10px 18px; }

.pralnia-nav__top {
  display: flex;
  padding: 15px 0; }

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

.icon-box {
  text-decoration: none !important; }

.icon-box:hover .icon-box__subtitle {
  color: #fecd10;
  text-decoration: none !important; }

.icon-box__title {
  display: none; }

.header .icon-box__subtitle {
  color: #fff; }

.header .pralnia-nav__top .icon-box {
  display: flex;
  align-items: center; }

.icon-box__text {
  display: flex; }

.pralnia-nav__bottom {
  position: relative; }

@media (min-width: 992px) {
  .pralnia-nav__bottom {
    background: #1299C2; } }

/*MAIN LOGO*/
.MainLogo {
  display: inline-block;
  text-decoration: none !important; }
  .MainLogo--mobile {
    justify-content: flex-start; }
    .MainLogo--mobile img {
      max-width: 200px; }
    @media (min-width: 992px) {
      .MainLogo--mobile {
        display: none; } }

.MainLogo__img {
  width: 100%;
  max-width: 229px;
  margin: 5px;
  padding: 0 5px 0 0; }

.pralnia-nav__bottom.fixed .MainLogoTxt__item {
  color: #ffffff; }

@media (max-width: 991px) {
  .MainLogo__img {
    padding: 0 5px 0 0; } }

/* Menu */
@media (min-width: 992px) {
  .header .main-nav {
    position: relative; } }

@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center; } }

@media (max-width: 991px) {
  .header .main-nav {
    display: block; }
  .main-nav .container {
    padding: 0; }
    .main-nav .container:after {
      content: "";
      display: block;
      clear: both; } }

.pralnia-logo {
  position: absolute;
  z-index: 999;
  align-items: center;
  top: 15px;
  transition: all 0.35s ease-in-out; }

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

.pralnia-logo--small {
  top: 10px; }

.pralnia-logo,
.pralnia-logo-txt {
  display: flex; }

.pralnia-logo-txt {
  align-items: flex-end;
  padding: 0 5px; }

.pralnia-logo-txt__1,
.pralnia-logo-txt__2 {
  font-weight: 600;
  font-size: 38px;
  color: #fff; }

.pralnia-logo-txt__2 {
  display: inline-block;
  padding: 0 2px; }

.pralnia-menu {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
  width: 100%;
  justify-content: center; }
  @media (min-width: 992px) {
    .pralnia-menu {
      padding: 10.5px 0; } }

@media (max-width: 991px) {
  .pralnia-menu {
    flex-direction: column;
    padding: 40px 0; }
  .pralnia-menu .pralnia-menu__item {
    display: block;
    z-index: 9; } }

.pralnia-menu__link {
  color: #fff;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'SlatePro-Regular', sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
  text-decoration: none !important;
  text-transform: uppercase; }

@media (min-width: 992px) {
  .pralnia-menu__link {
    padding: 0 25px; } }

.pralnia-menu__link:hover {
  color: #dddddd; }

.current-menu-item .pralnia-menu__link {
  color: #ffffff;
  font-weight: 900; }

.pralnia-nav-top .container {
  display: flex;
  flex-wrap: wrap; }

.pralnia-nav-top__left,
.pralnia-nav-top__right {
  width: 20%; }

.pralnia-nav-top__center {
  width: 60%;
  text-align: center; }

.pralnia-nav-top__right {
  margin-left: auto; }

.pralnia-nav-top-item {
  display: inline-block;
  padding-right: 15px; }

.pralnia-nav-top-item a {
  color: #fff;
  text-decoration: none; }

@media (max-width: 991px) {
  .pralnia-nav {
    -webkit-box-flex: 0;
    padding: 15px 16px;
    overflow: hidden;
    position: relative;
    background: transparent;
    flex: 0 0 auto;
    width: 100%; } }

.pralnia-menu &gt; .menu-item {
  position: relative;
  display: inline-block; }

.pralnia-menu .sub-menu {
  display: none;
  list-style-type: none;
  padding: 0; }

.pralnia-menu .sub-menu.active {
  display: block; }

@media (min-width: 992px) {
  .pralnia-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 250px;
    padding: 0 20px;
    background: #fff;
    top: 35px;
    z-index: 1; } }

.pralnia-menu .sub-menu &gt; .menu-item &gt; a {
  position: relative;
  display: inline-block;
  padding: 10px 0;
  text-transform: uppercase;
  color: #000;
  font-size: 12px; }

@media (min-width: 992px) {
  .menu-item-has-children {
    position: relative; }
  .menu-item-has-children:after {
    content: "";
    left: 0;
    right: 0;
    height: 50px;
    bottom: -30px;
    width: 100%;
    position: absolute; }
  .pralnia-menu .sub-menu &gt; .menu-item &gt; a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 2px solid #f1f1f3;
    width: 35px;
    height: 1px; }
  .pralnia-menu .sub-menu &gt; .menu-item:last-child &gt; a:after {
    display: none; }
  .pralnia-menu .sub-menu &gt; .menu-item:hover &gt; a {
    color: #555555;
    font-weight: 600; } }

@media (max-width: 991px) {
  .pralnia-menu .sub-menu &gt; .menu-item &gt; a {
    padding: 10px 0; }
  .pralnia-menu .sub-menu {
    background: #eee; }
  .pralnia-menu &gt; .menu-item {
    display: block;
    text-align: center; }
  .pralnia-menu &gt; .menu-item &gt; a {
    position: relative;
    display: inline-block;
    padding: 15px 15px;
    text-decoration: none;
    color: #171717;
    font-family: 'SlatePro-Medium', sans-serif;
    font-weight: initial;
    letter-spacing: 0.5px;
    white-space: nowrap;
    text-transform: uppercase; } }

.pralnia-menu_open {
  display: block !important; }

.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 (min-width: 992px) {
  .nav__toggler {
    display: none; } }

@media (max-width: 991px) {
  .nav__toggler {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 0; }
  .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: 991px) and (min-width: 992px) {
  .nav__toggler {
    display: none; } }

@media (max-width: 991px) and (max-width: 991px) {
  .nav__toggler {
    position: absolute;
    top: 40px;
    right: -10px;
    background: #1299C2;
    border: none;
    display: flex;
    flex-direction: column;
    width: 70px;
    cursor: pointer; }
  .nav__toggler-label {
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    cursor: pointer; }
  .nav__toggler-label span {
    display: block;
    width: 100%;
    border-radius: 3px;
    height: 5px;
    background: #1299C2;
    position: relative; }
  .nav__toggler-label span + span {
    margin-top: 6px; }
  .nav__toggler-label.active span:nth-child(1) {
    -webkit-animation: ease .2s top forwards;
    animation: ease .2s top forwards; }
  .nav__toggler-label.not-active span:nth-child(1) {
    -webkit-animation: ease .2s top-2 forwards;
    animation: ease .2s top-2 forwards; }
  .nav__toggler-label.active span:nth-child(2) {
    -webkit-animation: ease .2s scaled forwards;
    animation: ease .2s scaled forwards; }
  .nav__toggler-label.not-active span:nth-child(2) {
    -webkit-animation: ease .2s scaled-2 forwards;
    animation: ease .2s scaled-2 forwards; }
  .nav__toggler-label.active span:nth-child(3) {
    -webkit-animation: ease .2s bottom forwards;
    animation: ease .2s bottom forwards; }
  .nav__toggler-label.not-active span:nth-child(3) {
    -webkit-animation: ease .2s bottom-2 forwards;
    animation: ease .2s bottom-2 forwards; }
  @-webkit-keyframes top {
    0% {
      top: 0;
      transform: rotate(0); }
    50% {
      top: 12px;
      transform: rotate(0); }
    100% {
      top: 12px;
      transform: rotate(45deg); } }
  @keyframes top {
    0% {
      top: 0;
      transform: rotate(0); }
    50% {
      top: 12px;
      transform: rotate(0); }
    100% {
      top: 12px;
      transform: rotate(45deg); } }
  @-webkit-keyframes top-2 {
    0% {
      top: 12px;
      transform: rotate(45deg); }
    50% {
      top: 12px;
      transform: rotate(0deg); }
    100% {
      top: 0;
      transform: rotate(0deg); } }
  @keyframes top-2 {
    0% {
      top: 12px;
      transform: rotate(45deg); }
    50% {
      top: 12px;
      transform: rotate(0deg); }
    100% {
      top: 0;
      transform: rotate(0deg); } }
  @-webkit-keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0); }
    50% {
      bottom: 11px;
      transform: rotate(0); }
    100% {
      bottom: 11px;
      transform: rotate(135deg); } }
  @keyframes bottom {
    0% {
      bottom: 0;
      transform: rotate(0); }
    50% {
      bottom: 11px;
      transform: rotate(0); }
    100% {
      bottom: 11px;
      transform: rotate(135deg); } }
  @-webkit-keyframes bottom-2 {
    0% {
      bottom: 13px;
      transform: rotate(135deg); }
    50% {
      bottom: 13px;
      transform: rotate(0); }
    100% {
      bottom: 0;
      transform: rotate(0); } }
  @keyframes bottom-2 {
    0% {
      bottom: 13px;
      transform: rotate(135deg); }
    50% {
      bottom: 13px;
      transform: rotate(0); }
    100% {
      bottom: 0;
      transform: rotate(0); } }
  @-webkit-keyframes scaled {
    50% {
      transform: scale(0); }
    100% {
      transform: scale(0); } }
  @keyframes scaled {
    50% {
      transform: scale(0); }
    100% {
      transform: scale(0); } }
  @-webkit-keyframes scaled-2 {
    0% {
      transform: scale(0); }
    50% {
      transform: scale(0); }
    100% {
      transform: scale(1); } }
  @keyframes scaled-2 {
    0% {
      transform: scale(0); }
    50% {
      transform: scale(0); }
    100% {
      transform: scale(1); } } }

@media (min-width: 992px) {
  .header .main-nav {
    position: relative;
    z-index: 10; } }

@media (min-width: 992px) {
  .main-nav {
    display: flex;
    align-items: center; }
  .pralnia-menu--footer {
    margin-top: 39px; }
  .pralnia-menu--footer &gt; .menu-item:nth-of-type(1) &gt; a {
    padding-left: 0; } }

@media (max-width: 991px) {
  .header .main-nav {
    display: block; } }

@media (max-width: 991px) {
  .pralnia-menu {
    display: none; }
  .pralnia-menu__open {
    display: block; } }

/* hero */
.hero {
  position: relative;
  left: calc(-50vw + 50%);
  right: 0;
  width: 100vw;
  height: 400px; }
  @media (min-width: 1500px) {
    .hero {
      height: 600px; } }
  @media (min-width: 1800px) {
    .hero {
      height: 800px; } }
  @media (min-width: 2500px) {
    .hero {
      height: 1000px; } }

.pralnia-slider__item &gt; .container {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media (max-width: 991px) {
    .pralnia-slider__item &gt; .container {
      justify-content: center; } }

.hero-content {
  color: #ffffff;
  position: absolute;
  max-width: 500px;
  margin-top: 0; }
  @media (max-width: 991px) {
    .hero-content {
      text-align: center;
      margin-top: 0;
      padding: 0 30px; } }
  @media (min-width: 1800px) {
    .hero-content {
      max-width: 650px; } }
  .hero-content .hero-heading {
    color: #ffffff;
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    letter-spacing: 1px; }
    .hero-content .hero-heading--thin {
      font-weight: 100;
      letter-spacing: 0; }
    .hero-content .hero-heading--orange {
      color: #000;
      letter-spacing: 1px; }
    @media (max-width: 991px) {
      .hero-content .hero-heading {
        font-size: 33px;
        line-height: 41px; } }
    @media (min-width: 1800px) {
      .hero-content .hero-heading {
        font-size: 66px;
        line-height: 72px;
        letter-spacing: 3px; } }

.hero-descr {
  font-size: 13px;
  padding: 10px 0 0; }
  @media (max-width: 500px) {
    .hero-descr {
      padding: 10px 30px 0; } }
  @media (min-width: 1800px) {
    .hero-descr {
      font-size: 15px; } }

.hero-2 {
  background: url("/dybka/wp-content/uploads/2021/04/jpg-04.jpg") center no-repeat;
  background-size: cover !important;
  margin-bottom: 50px; }
  @media (min-width: 1800px) {
    .hero-2 {
      background: url("/dybka/wp-content/uploads/2021/04/jpg-04.jpg") center -485px no-repeat; } }

/* page header */
.page-header {
  position: relative;
  padding: 50px 0 50px; }

@media (max-width: 991px) {
  .page-header {
    padding-top: 85px; } }

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

.page-header__title {
  font-size: 55px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0; }
  @media (max-width: 991px) {
    .page-header__title {
      letter-spacing: 0; } }

.page-header__subtitle {
  color: #ffffff;
  font-family: 'SlatePro-Light';
  margin: 10px 0 0; }
  @media (max-width: 991px) {
    .page-header__subtitle {
      font-size: .9rem; } }

@media (max-width: 991px) {
  .page-header__title {
    font-size: 35px; } }

@media (max-width: 500px) {
  .page-header__title {
    font-size: 25px; } }

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

.page-header__title--single {
  font-size: 35px;
  line-height: 40px;
  width: 100%;
  max-width: 645px;
  margin: 20px auto 0; }

@media (max-width: 500px) {
  .page-header__title--single {
    font-size: 30px;
    line-height: 35px; } }

.page-header__slogan {
  position: relative;
  z-index: 1;
  font-size: 35px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 0 30px;
  width: 100%;
  max-width: 600px; }

.page-header__blog {
  width: 100%;
  max-width: 600px;
  margin: 25px auto; }

.crumbs {
  text-align: center;
  margin: 25px 0 10px; }

.crumbs a {
  font-size: 12px; }

.current {
  color: #ffffff;
  font-size: 12px; }

.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 */
.footer {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  overflow-x: hidden; }
  .footer:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/wp-content/uploads/2021/07/bublle-footer.png") center top no-repeat; }
  .footer:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 50px;
    bottom: 0;
    background-color: #1299C2; }
  .footer__logo {
    display: block;
    width: 100%;
    max-width: 200px;
    height: auto;
    margin: 130px auto 80px; }

.footer-top {
  position: relative;
  padding: 0 0 35px; }

.footer-top-list {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0; }

.footer-top-list-loga {
  list-style-type: none;
  padding: 0; }

.footer-top-list-loga &gt; li {
  display: inline-block;
  margin: 20px 20px 0 0; }

.footer-top-list-loga img {
  width: 100%;
  max-height: 130px;
  width: auto; }

@media (max-width: 992px) {
  .footer-top-list-loga img {
    width: 100% !important;
    max-width: 150px;
    height: auto !important;
    max-height: initial !important; } }

.footer-top-list__item {
  width: 33.33333%; }

@media (min-width: 992px) {
  .footer-top-list__item {
    display: flex;
    flex-direction: column;
    padding: 0 40px; } }

@media (max-width: 991px) {
  .footer-top-list__item {
    width: 100%;
    padding: 0 20px; }
  .footer-top-list__item:nth-of-type(1),
  .footer-top-list__item:nth-of-type(3) {
    text-align: center; } }

.footer-top p {
  color: #ffffff; }

.footer-bottom {
  color: #ffffff; }

.footer-bottom .container {
  border-top: 1px solid #ffffff;
  padding: 35px 0; }

.footer-bottom__left {
  font-size: 13px;
  width: 50%;
  text-align: left; }

.footer-bottom__right {
  width: 50%;
  text-align: right; }

@media (max-width: 991px) {
  .footer-bottom__left,
  .footer-bottom__right {
    width: 100%;
    text-align: center;
    padding: 5px 0; } }

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

#menu-footer-menu {
  list-style-type: none;
  padding: 0; }
  @media (max-width: 991px) {
    #menu-footer-menu {
      margin: 50px 0;
      text-align: center; } }

#menu-footer-menu &gt; li a {
  position: relative;
  color: #fff;
  padding: 0 0 30px;
  font-family: 'SlatePro-Light', sans-serif;
  font-size: 15px;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase; }

#menu-footer-menu &gt; li a:before {
  content: "\f060";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: -26px;
  top: 5px;
  bottom: 0;
  margin: auto;
  font-size: 12px;
  opacity: 0;
  transition: all 0.35s ease-in-out;
  color: #fff; }

#menu-footer-menu &gt; li a:hover:before {
  right: -16px;
  opacity: 1; }

/* Menu Footer */
.intro {
  position: relative;
  padding: 50px 0; }
  .intro:before {
    content: "";
    background-color: #fbfbfb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 170px; }
  .intro__item:nth-child(1) {
    width: 38%; }
    @media (max-width: 991px) {
      .intro__item:nth-child(1) {
        width: 100%;
        text-align: center; } }
  .intro__item:nth-child(2) {
    position: relative;
    width: 62%; }
    @media (max-width: 991px) {
      .intro__item:nth-child(2) {
        width: 100%; } }
    .intro__item:nth-child(2):before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 335px;
      height: 311px;
      background: url("/wp-content/uploads/2021/07/bublle-01.png") center/cover no-repeat; }
  @media (max-width: 991px) {
    .intro__item {
      width: 100%; } }
  .intro__img {
    width: 100%;
    max-width: 300px; }

.offer {
  padding: 0 0 50px; }
  .offer-list {
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr;
    grid-template-rows: repeat(2, 253px);
    grid-gap: 20px; }
    @media (max-width: 991px) {
      .offer-list {
        display: block; } }
    .offer-list__item {
      border: 1px solid #ddd;
      margin: 0 0 20px; }
      .offer-list__item--blue {
        background-color: #1299C2; }
      .offer-list__item--darkblue {
        background-color: #2D3D6A; }
      .offer-list__item:nth-child(1) {
        grid-column: 1 / 2;
        grid-row: 1/2; }
      .offer-list__item:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3; }
      .offer-list__item:nth-child(3) {
        grid-column: 2 / 3;
        grid-row: 1 / 3; }
      .offer-list__item:nth-child(4) {
        grid-column: 3 / 4;
        grid-row: 1 / 3; }
    .offer-list__photo {
      width: 40%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 991px) {
        .offer-list__photo {
          width: 100%;
          height: 230px; } }
      .offer-list__photo--column {
        width: 100%;
        height: 230px; }
    .offer-list__content {
      padding: 24px;
      width: 60%; }
      @media (max-width: 991px) {
        .offer-list__content {
          width: 100%;
          text-align: center; } }
      .offer-list__content--column {
        width: 100%; }
    .offer-list__h3 {
      font-family: 'SlatePro-Medium', sans-serif;
      font-size: 1.375rem;
      line-height: 1.375rem;
      margin: 0 0 10px; }
      .offer-list__h3--blue {
        color: #1299C2; }
      .offer-list__h3--darkblue {
        color: #2D3D6A; }
      .offer-list__h3--white {
        color: #ffffff; }
    .offer-list__p {
      font-size: 14px;
      line-height: 21px; }
      .offer-list__p--white {
        color: #ffffff; }
      .offer-list__p--black {
        color: #2F2F2F; }
    .offer-list__link {
      display: inline-block;
      letter-spacing: 1px;
      margin-top: 10px; }
      .offer-list__link--white {
        color: #ffffff; }
      .offer-list__link--darkblue {
        color: #2D3D6A; }

.faq {
  padding: 50px 0;
  position: relative; }
  .faq__heading {
    color: #000000;
    font-family: 'SlatePro-Regular', sans-serif;
    font-weight: 700;
    font-size: 1.875rem; }

.accordion {
  font-family: 'SlatePro-Regular', sans-serif;
  list-style-type: none;
  padding: 0;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative; }
  .accordion:after {
    content: "";
    position: absolute;
    left: -150px;
    bottom: -50px;
    width: 362px;
    height: 265px;
    background: url("/wp-content/uploads/2021/07/bublle-03.png") center/cover no-repeat; }
    @media (max-width: 991px) {
      .accordion:after {
        width: 100%;
        left: 0;
        right: 0; } }

.accordion__item {
  border-top: 1px solid #f3f5f7;
  padding: 5px 0;
  position: relative; }
  .accordion__item:last-child {
    border-bottom: 2px solid #f3f5f7; }
  .accordion__item .accordion__title:before {
    display: flex;
    align-items: center;
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    font-size: 1.2rem;
    margin: auto 0; }
  .accordion__item:nth-child(1) .accordion__title:before {
    content: "01"; }
  .accordion__item:nth-child(2) .accordion__title:before {
    content: "02"; }
  .accordion__item:nth-child(3) .accordion__title:before {
    content: "03"; }
  .accordion__item:nth-child(4) .accordion__title:before {
    content: "04"; }
  .accordion__item:nth-child(5) .accordion__title:before {
    content: "05"; }
  .accordion__item:nth-child(6) .accordion__title:before {
    content: "06"; }
  .accordion__item:nth-child(7) .accordion__title:before {
    content: "07"; }
  .accordion__item:nth-child(8) .accordion__title:before {
    content: "08"; }

.accordion__title {
  position: relative;
  color: #8b8b8b;
  display: grid;
  grid-template-columns: 1fr 40px;
  align-items: center;
  cursor: pointer;
  padding: 15px 0;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  z-index: 2;
  margin: 0; }

.accordion__title:hover {
  color: #1299C2; }

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

.accordion__item.active .accordion__title {
  color: #1299C2; }

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

.accordion__content-wrap {
  overflow: hidden; }

.accordion__content {
  color: #6f6f6f;
  text-align: justify;
  padding: 10px 90px 0 0;
  font-size: 17px;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }
  @media (max-width: 991px) {
    .accordion__content {
      padding: 10px 40px 0 0; } }

.open-btn {
  position: relative;
  width: 13px;
  height: 13px;
  background: url("/wp-content/uploads/2021/07/arrow-down.svg") center/contain no-repeat;
  transition: all 0.15s ease-in-out; }

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

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

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


</pre></body></html>