/*
Theme Name: Adwokat Banczyk Theme
Author: Samatix
Author URI: https://samatix.pl
Version: 0.1
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: banczyk
*/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCs16Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
* {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Montserrat', sans-serif;
}
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
}
a,
a:link,
a:visited {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1900px;
  padding: 0 30px;
  margin: 0 auto;
}
@media only screen and (min-width: 2200px) {
  .container {
    max-width: 79vw;
    padding: 0 0.391vw;
  }
}
.container-md {
  max-width: 1440px;
}
@media only screen and (min-width: 2200px) {
  .container-md {
    max-width: 38.5vw;
    padding: 0 0.391vw;
  }
}
.container-sm {
  max-width: 1230px;
}
@media only screen and (min-width: 2200px) {
  .container-sm {
    max-width: 34vw;
    padding: 0 0.391vw;
  }
}
p,
ul li,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #25313C;
}
ul:not(.nav__ul) {
  padding-left: 0px;
  list-style: none;
}
ul:not(.nav__ul) li {
  position: relative;
  padding-left: 20px;
  margin: 8px 0;
}
ul:not(.nav__ul) li:first-child {
  margin-top: 0;
}
ul:not(.nav__ul) li:last-child {
  margin-bottom: 0;
}
ul:not(.nav__ul) li:after {
  content: '';
  height: 0.4em;
  width: 0.4em;
  background: #af9159;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: 0;
}
p,
ul li {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.5px;
}
@media only screen and (min-width: 1920px) {
  p,
  ul li {
    font-size: 22px;
  }
}
.nav {
  padding: 85px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: 0.6s;
}
.nav.active {
  background: #25313C;
  padding: 15px 0;
}
.nav__container {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #fff;
}
.nav__ul {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
}
.nav__ul li::after {
  display: none;
}
.nav__ul li a {
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  transition: 0.6s;
  position: relative;
  letter-spacing: 0px;
}
.nav__ul li a::before {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  transition: 0.6s;
}
.nav__ul li a:hover::before {
  width: 100%;
}
.nav__social img {
  height: 24px;
  width: 24px;
}
.nav__mobile {
  height: 36px;
  width: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
}
.nav__mobile span {
  height: 2px;
  width: 18px;
  background: #fff;
  position: relative;
}
.nav__mobile span::before,
.nav__mobile span::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 16px;
  background: #fff;
}
.nav__mobile span::before {
  top: -6px;
}
.nav__mobile span::after {
  bottom: -6px;
}
.nav__lang {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
.nav__lang span.active {
  font-weight: bold;
}
.nav__lang span.active::before {
  font-weight: 400;
}
.nav__lang span:last-child::before {
  content: "/ ";
}
.nav__logo {
  margin: 0 auto 0 0;
}
.nav__logo img {
  width: 100%;
  max-width: 22.786vw;
}
.header {
  padding: calc(170px + 10vh) 0;
  background-image: url("./assets/image/background.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
.header__contact {
  position: absolute;
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 20;
}
.header__contact-col {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__contact-col img {
  height: 36px;
}
.header__contact-content {
  background-image: url("./assets/image/header-contact.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 12px solid #af9159;
  padding: 24px;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 36px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.header__contact-content p {
  margin: 6px 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 2;
  color: #fff;
}
.header__contact-content p:first-child {
  margin-top: 0;
}
.header__contact-content p:last-child {
  margin-bottom: 0;
}
.header .container {
  display: flex;
  align-items: center;
  gap: 48px;
}
.header__hero {
  position: relative;
  max-width: 30vw;
  width: 100%;
}
.header__hero img {
  width: 100%;
  height: auto;
  display: block;
  clip-path: polygon(0 100px, 100px 0, 100% 0, 100% 10%, 100% calc(100% - 100px), calc(100% - 100px) 100%, 10% 100%, 0% 100%, 0% 10%);
}
.header__hero::before,
.header__hero::after {
  content: '';
  height: 100%;
  width: 22%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
  transform: scaleX(-1);
}
.header__hero::before {
  background-image: url("./assets/image/bordertop.png");
  top: -12px;
  left: -12px;
  background-position: top left;
}
.header__hero::after {
  background-image: url("./assets/image/borderbottom.png");
  bottom: -12px;
  right: -12px;
  background-position: bottom right;
}
.header__page {
  padding: 150px 0;
}
.header__content {
  color: #fff;
  max-width: 750px;
}
.header__content p {
  color: #fff;
}
.header__content .btn {
  margin-top: 24px;
}
.header__content span {
  text-transform: uppercase;
}
.header__content h2 {
  text-transform: uppercase;
  color: #fff;
}
.header__content h2 span {
  color: #af9159;
}
.blog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 48px;
  position: relative;
}
.blog__header::before {
  content: '';
  position: absolute;
  bottom: -6px;
  right: 0;
  width: 65%;
  height: 2px;
  background-color: #af9159;
}
.blog__header-page::before {
  display: none;
}
.blog__header-page .heading {
  width: 100%;
  max-width: 180px;
  padding: 0;
}
.blog__header-page .heading h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.blog__header-page .heading h2::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 100%;
  bottom: -12px;
  border-radius: 12px;
  background: #af9159;
}
.blog__header-page .heading h2 span {
  transform: rotate(45deg);
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  background: #af9159;
}
.blog__header-page .article__permalink {
  position: relative;
}
.blog__header-page-section {
  margin-bottom: unset;
}
.blog__select {
  padding: 6px 0;
  border: none;
  border-bottom: 2px solid #af9159;
  color: #af9159;
  background: #f8f4f1;
  font-weight: bold;
  letter-spacing: 0.75px;
  text-transform: uppercase;
}
.blog__select:focus {
  outline: none;
}
.page-template-onas .heading-section {
  margin-bottom: 0;
}
.boxes {
  position: relative;
  display: block;
}
.boxes::before,
.boxes::after {
  content: '';
  width: 64px;
  height: 64px;
  background: #af9159;
  position: absolute;
  z-index: 1;
}
.boxes::before {
  left: -12px;
  top: -12px;
}
.boxes::after {
  right: -12px;
  bottom: -12px;
}
.single-post .container-md {
  position: relative;
  z-index: 2;
}
.single-post .container-md::before {
  content: '';
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
  position: absolute;
  height: 30vh;
  width: 100vw;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  background: #f9f7f5;
  z-index: -1;
}
.contact__container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.contact__row {
  display: flex;
  align-items: center;
}
.contact__icon {
  width: 64px;
}
.contact__icon img {
  height: auto;
  max-width: 32px;
}
.contact__social {
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 12px;
}
.contact__col {
  flex: 1;
  min-width: 340px;
}
.contact__form {
  padding: 36px 64px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.contact__form textarea {
  resize: none;
}
.contact__form input,
.contact__form textarea {
  border: 1px solid #e9e9e9;
  background: #e9e9e9;
  transition: 0.6s;
  width: 100%;
  padding: 12px;
  font-size: 16px;
  resize: none;
}
.contact__form input:focus,
.contact__form textarea:focus {
  border-color: #af9159;
  outline: none;
}
.contact__form input[type=checkbox] {
  width: auto;
}
.zespol__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  margin-top: 36px;
}
.zespol__image {
  position: relative;
}
.zespol__image::before,
.zespol__image::after {
  content: '';
  height: 100%;
  width: 16%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.zespol__image::before {
  background-image: url("./assets/image/bordertop.png");
  top: 0;
  right: 0;
  background-position: top right;
}
.zespol__image::after {
  background-image: url("./assets/image/borderbottom.png");
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
.zespol__image img {
  width: 100%;
  height: auto;
  display: block;
}
.zespol:nth-child(2) .zespol__image::before {
  transform: scaleX(-1);
  background-position: top left;
  left: 0;
  right: unset;
}
.zespol:nth-child(2) .zespol__image::after {
  transform: scaleX(-1);
  left: unset;
  right: 0;
  background-position: bottom right;
}
.zespol__content {
  margin: 12px 0 0;
  text-align: right;
}
.zespol__content span {
  text-transform: uppercase;
}
.zespol__content p {
  font-weight: bold;
  margin: 0;
}
.referencja {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  flex: 1;
  max-width: 50%;
  margin-bottom: 24px;
}
.referencja__header {
  padding: 24px 0 48px;
}
.referencja__header img {
  max-width: 100%;
  height: auto;
}
.referencja__header,
.referencja__title {
  text-align: center;
}
.referencja__container {
  margin-top: 36px;
  display: flex;
  gap: 36px;
}
.referencja__content {
  border-top: 1px solid #af9159;
  position: relative;
  z-index: 5;
}
.referencja__content::before,
.referencja__content::after {
  content: '';
  z-index: -1;
  position: absolute;
  background-image: url("./assets/image/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.referencja__content::before {
  width: 15%;
  height: 200px;
  left: -12px;
  top: 24px;
  background-position: center top;
}
.referencja__content::after {
  width: 25%;
  height: 200px;
  right: -12px;
  bottom: -12px;
  background-position: center bottom;
}
.klienci__container {
  background-color: #fbf7f6;
  padding: 36px 0;
  border: 1px solid #af9159;
  width: 100%;
}
.klienci__ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.heading h1,
.heading h2,
.heading h3,
.heading h4,
.heading h5,
.heading h6 {
  margin: 0;
  text-transform: uppercase;
  color: #25313C;
}
.heading h2 {
  font-size: 28px;
  letter-spacing: 0.75px;
}
@media only screen and (min-width: 1920px) {
  .heading h2 {
    font-size: 44px;
  }
}
.heading-page {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.heading-page h2 {
  position: relative;
  padding: 24px 0;
}
.heading-page h2 span {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #af9159;
}
.heading-page h2 span:first-child {
  left: -36px;
}
.heading-page h2 span:last-child {
  right: -36px;
}
.heading-page h2::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 240px;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  background: #af9159;
  border-radius: 12px;
}
.heading-hr h2 {
  padding: 24px 0;
}
.heading-hr h2::before {
  content: '';
  position: absolute;
  height: 4px;
  width: 240px;
  bottom: 6px;
  left: 0;
  background: #af9159;
  border-radius: 12px;
}
.heading-section {
  padding-left: 24px;
  position: relative;
  margin-bottom: 48px;
}
.heading-section::before {
  content: '';
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  left: 0;
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: #af9159;
}
.heading-center {
  text-align: center;
}
.heading-colored h1,
.heading-colored h2,
.heading-colored h3,
.heading-colored h4,
.heading-colored h5,
.heading-colored h6 {
  color: #af9159;
}
.align-items-center {
  align-items: center;
}
.justify-content-between {
  justify-content: space-between;
}
.row {
  display: flex;
  gap: 24px;
}
.row.row-reverse {
  flex-direction: row-reverse;
}
.col {
  min-width: 330px;
  max-width: 690px;
  flex: 1;
}
.btn,
a.btn,
button.btn,
.wpcf7-submit {
  display: inline-flex;
  padding: 18px 48px;
  text-transform: uppercase;
  background-color: #af9159;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 1.3px;
  transition: 0.6s;
}
.btn:hover,
a.btn:hover,
button.btn:hover,
.wpcf7-submit:hover {
  cursor: pointer;
  background-color: #907645;
}
.news__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding-top: 12px;
  margin-top: 36px;
  border-top: 1px solid #af9159;
}
.news__thumbnail {
  position: relative;
  z-index: 3;
}
.news__thumbnail img,
.news__content img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.wpcf7-form label {
  font-weight: bold;
}
.wpcf7-list-item {
  margin: 0;
}
.wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.wpcf7-list-item label span {
  font-weight: 400;
}
.wpcf7-submit {
  max-width: 330px;
}
.border {
  position: relative;
  display: block;
}
.border img {
  clip-path: polygon(0 0%, 0% 0, 100% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0% 100%, 0% 10%);
}
.border::before,
.border::after {
  content: '';
  height: 100%;
  width: 12%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.border::before {
  background-image: url("./assets/image/bordertop.png");
  top: 0;
  right: 0;
  background-position: top right;
}
.border::after {
  background-image: url("./assets/image/borderbottom.png");
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
.border-reverse img {
  clip-path: polygon(0 100px, 100px 0, 100% 0, 100% 10%, 100% calc(100% - 100px), calc(100% - 100px) 100%, 10% 100%, 0% 100%, 0% 10%);
}
.border-reverse::before,
.border-reverse::after {
  transform: scaleX(-1);
}
.border-reverse::before {
  background-image: url("./assets/image/bordertop.png");
  top: 0px;
  left: 0px;
  right: unset;
  background-position: top left;
}
.border-reverse::after {
  background-image: url("./assets/image/borderbottom.png");
  bottom: 0;
  left: unset;
  right: 0;
  background-position: bottom right;
}
.about__btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.about__bg {
  position: relative;
}
.about__bg::before {
  content: '';
  width: 70%;
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-image: url("./assets/image/law.svg");
  z-index: -1;
}
.about__desc {
  position: relative;
  max-width: 600px;
  z-index: 5;
}
@media only screen and (min-width: 1920px) {
  .about__desc {
    max-width: 55%;
  }
}
.about__desc .heading,
.about__desc p,
.about__desc a {
  position: relative;
  z-index: 7;
}
.about__desc::before {
  content: '';
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("./assets/image/law.svg");
  z-index: 1;
}
.about__swiper {
  width: 470px;
  height: 670px;
  position: relative;
}
.about__slide {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
}
.about__slide.active {
  opacity: 1;
}
.about__slide::before,
.about__slide::after {
  content: '';
  height: 100%;
  width: 16%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
.about__slide::before {
  background-image: url("./assets/image/bordertop.png");
  top: 0;
  right: 0;
  background-position: top right;
}
.about__slide::after {
  background-image: url("./assets/image/borderbottom.png");
  bottom: 0;
  left: 0;
  background-position: bottom left;
}
.about__slide img {
  width: 100%;
  display: block;
  height: auto;
}
.about__slide:nth-child(2)::before {
  transform: scaleX(-1);
  background-position: top left;
  left: 0;
  right: unset;
}
.about__slide:nth-child(2)::after {
  transform: scaleX(-1);
  left: unset;
  right: 0;
  background-position: bottom right;
}
.about__slider {
  display: flex;
  gap: 36px;
  width: 100%;
  max-width: 780px;
}
.about__slider-control {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 220px;
}
.about__slider-content {
  position: relative;
  text-align: right;
  height: 42px;
  width: 100%;
  margin: 24px 0 12px;
}
.about__slider-content div {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.6s;
}
.about__slider-content div.active {
  opacity: 1;
}
.about__slider-content span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.about__slider-content p {
  font-weight: bold;
  font-size: 14px;
  margin: 0;
}
.about__slider-index {
  text-align: right;
  font-size: 24px;
}
.about__slider-index #curSlide {
  font-weight: 900;
}
.about__slider-prev {
  transform: scaleX(-1);
}
.about__slider-pagination {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.about__slider-pagination div {
  width: 2px;
  height: 20%;
  min-height: 100px;
  background: #dedcdb;
  transition: 0.6s;
}
.about__slider-pagination div.active {
  background: #2a353e;
}
.about__slider-navigation {
  display: flex;
  gap: 12px;
  margin: 12px 0;
}
.about__slider-navigation div {
  transition: 0.6s;
}
.about__slider-navigation div.disabled {
  opacity: 0.4;
}
.about__slider-navigation div img {
  height: 48px;
  width: 48px;
}
.about__slider-navigation div:hover {
  cursor: pointer;
}
.about__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 36px;
}
.specjalizacja {
  position: relative;
}
.specjalizacja__wrapper {
  background-image: url("./assets/image/specjalizacja-bg.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 12px;
  display: flex;
  flex-direction: column;
  transition: 0.6s;
  position: relative;
  z-index: 3;
  height: 100%;
}
.specjalizacja__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 100%;
  background-color: #25313C;
  z-index: 1;
}
@media only screen and (min-width: 1920px) {
  .specjalizacja__wrapper::before {
    width: calc(100% - 28px);
  }
}
.specjalizacja:hover .specjalizacja-arrow {
  top: -6px;
  right: -6px;
}
.specjalizacja-arrow {
  position: absolute;
  height: 60px;
  width: 60px;
  background-image: url("./assets/image/specjalizacja.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 4px;
  right: 4px;
  transition: 0.6s;
  z-index: 1;
  transform: scaleX(-1);
}
.specjalizacja:nth-child(n+5):nth-child(-n+8) .specjalizacja__wrapper {
  background-image: url("./assets/image/specjalizacja-bg-2.svg");
  background-position: center left;
}
.specjalizacja:nth-child(n+5):nth-child(-n+8) .specjalizacja__wrapper::before {
  top: 0;
  left: unset;
  right: 0px;
}
.specjalizacja:nth-child(n+5):nth-child(-n+8) .specjalizacja-arrow {
  right: unset;
  left: 4px;
  transform: scaleX(1);
}
.specjalizacja:nth-child(n+5):nth-child(-n+8):hover .specjalizacja-arrow {
  right: unset;
  left: -6px;
}
.specjalizacja__content {
  text-align: center;
  width: 100%;
  max-width: 1280px;
  margin: 24px auto 48px;
}
.specjalizacja__image {
  text-align: center;
  width: 100%;
  padding: 24px 0;
  position: relative;
  z-index: 3;
}
.specjalizacja__image img {
  height: 128px;
}
.specjalizacja__header {
  padding: 24px 0;
  text-align: center;
  background-image: url("./assets/image/specjalizacja-bg.jpg");
  background-size: cover;
  background-position: center;
}
.specjalizacja__header h3 {
  color: #fff;
  margin: 12px 0 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.75px;
}
.specjalizacja__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 0 0;
  position: relative;
  z-index: 4;
}
.specjalizacja__footer p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}
.specjalizacja__footer img {
  height: 24px;
}
.specjalizacja__container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-gap: 24px;
}
.section {
  padding: 130px 0;
}
.section:first-child {
  background-image: url("./assets/image/topright.jpg"), url("./assets/image/bottomleft.jpg");
}
.section__404 {
  background-image: url("./assets/image/404-bg.jpg");
  background-size: cover;
  background-position: center;
}
.section__bg-1,
.section__bg-2,
.section__bg-3,
.section__bg-4,
.section__bg-5,
.section__bg-6 {
  background-repeat: no-repeat;
  background-size: contain;
}
.section__bg-1 {
  background-image: url("./assets/image/topright.jpg");
  background-position: top right;
}
.section__bg-2 {
  background-image: url("./assets/image/bottomleft.jpg");
  background-position: bottom left;
}
.section__bg-3 {
  background-image: url("./assets/image/bottomleft.jpg"), url("./assets/image/topright.jpg");
  background-position: bottom left, top right;
}
.section__bg-4 {
  background-image: url("./assets/image/topleft.jpg");
  background-position: top left;
}
.section__bg-5 {
  background-image: url("./assets/image/bottomright.jpg");
  background-position: bottom right;
}
.section__bg-6 {
  background-image: url("./assets/image/bottomright.jpg"), url("./assets/image/topleft.jpg");
  background-position: bottom right, top left;
}
.section__404 {
  aspect-ratio: 16/10;
  display: flex;
  align-items: center;
}
.section__quote {
  background-image: url("./assets/image/section-quote.jpg");
  background-position: center;
  background-size: cover;
}
.section__quote .container {
  text-align: center;
}
.section__quote .container p {
  color: #fff;
}
.section__stat {
  background-image: url("./assets/image/stat.jpg");
  background-position: center;
  background-size: cover;
  padding: 96px 0;
  overflow: hidden;
}
.section__colored {
  background: #25313C;
}
.img-responsive {
  max-width: 100%;
  height: auto;
}
.shadow {
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.3));
}
.redirect-to-blog {
  border: 2px solid #af9159;
  padding: 72px 12px;
  text-align: center;
  margin-top: 72px;
}
.redirect-to-blog h2 {
  margin-top: 0;
}
.stat {
  display: flex;
  align-items: flex-start;
  flex: 1;
  gap: 24px;
  justify-content: center;
  max-width: 320px;
  height: 100px;
  position: relative;
}
.stat::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120%;
  aspect-ratio: 1/1;
  background-image: url("./assets/image/stat.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.stat__icon {
  height: 78px;
}
.stat__icon img {
  height: 100%;
}
.stat__container {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.stat__content {
  color: #af9159;
}
.stat__content span {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
}
.stat__content p {
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
  color: #af9159;
}
.article__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
}
.article__detail {
  display: flex;
  align-items: center;
  margin: 8px 0 0;
  gap: 12px;
}
.article__detail p {
  font-size: 16px;
  margin: 0;
}
.article__title {
  font-size: 22px;
  color: #af9159;
  margin: 16px 0;
}
.article__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.article__excerpt {
  margin: 0 0 16px;
}
.article__permalink {
  text-align: right;
  font-weight: bold;
  color: #af9159 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: flex-end;
}
.article__permalink:hover img {
  right: -8px;
}
.article__permalink img {
  height: 16px;
  transition: 0.6s;
  position: relative;
  right: 0;
}
.article__permalink-back img {
  transform: scaleX(-1);
  right: unset;
  left: 0;
}
.article__permalink-back:hover img {
  left: -8px;
}
.footer {
  color: #fff;
  background-color: #25313C;
  margin-top: auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.footer__map {
  height: 500px;
}
.footer__map iframe {
  height: 100%;
  width: 100%;
}
.footer__social img {
  height: 45px;
  width: 45px;
}
.footer__logo {
  width: 100%;
}
.footer__logo img {
  width: 100%;
  max-width: 660px;
  height: auto;
}
.footer__top {
  background-image: url("./assets/image/footer.jpg");
  background-position: center right;
  background-size: cover;
  padding: 60px 0 30px;
  text-align: center;
}
.footer__top p {
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
}
.footer__copy {
  height: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__copy p {
  margin: 0;
  color: #fff;
}
.footer__bottom {
  height: 70px;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.footer__bottom .container {
  text-align: right;
}
.footer__bottom .container p {
  color: #000;
}
.footer__bottom .container p a {
  font-weight: bold;
  color: #ff4e00;
}
@media only screen and (min-width: 1920px) {
  .header__hero {
    max-width: 20vw;
  }
}
@media only screen and (max-width: 1230px) {
  .nav__container {
    gap: 12px;
  }
  .nav__logo,
  .nav__mobile,
  .nav__lang,
  .nav__social {
    position: relative;
    z-index: 105;
  }
  .nav__mobile {
    display: flex;
  }
  .nav__ul {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 150px 24px 36px;
    background: #25313C;
    z-index: 90;
    transition: 0.6s;
  }
  .nav__ul.active {
    left: 0;
  }
  .nav__ul li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1205px) {
  .specjalizacja__container {
    grid-template-columns: repeat(3, 1fr);
  }
  .stat {
    min-width: 360px;
  }
  .stat::before {
    display: none;
  }
  .stat__container {
    flex-wrap: wrap;
    gap: 36px;
  }
  .header__contact-col {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1070px) {
  .specjalizacja__wrapper {
    background-size: cover;
  }
}
@media only screen and (max-width: 895px) {
  .about__container {
    flex-direction: column;
  }
  .nav__logo img {
    max-width: 360px;
  }
  .zespol__container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 795px) {
  .section {
    padding: 60px 0;
  }
  .stat {
    justify-content: center;
  }
  .article__container {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  .row {
    flex-wrap: wrap;
  }
  .row-reverse {
    flex-direction: column-reverse;
  }
  .stat {
    justify-content: flex-start;
  }
  .stat__icon {
    aspect-ratio: 1/1;
    display: flex;
    justify-content: center;
  }
  .contact__icon {
    height: auto;
    width: 36px;
  }
  .contact__icon img {
    width: 24px;
  }
  .contact__form {
    padding: 24px;
  }
  .nav__ul {
    padding: 90px 24px 36px;
  }
  .nav__ul li a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 715px) {
  .nav {
    padding: 40px 0;
  }
  .header {
    padding: calc(80px + 10vh) 0 340px;
  }
  .header__contact-content {
    flex-direction: column;
  }
  .header__container {
    gap: 24px;
    flex-direction: column-reverse;
  }
  .header__hero {
    max-width: 480px;
  }
  .specjalizacja__container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 685px) {
  .header__page .header__contact-col img {
    display: none !important;
  }
}
@media only screen and (max-width: 575px) {
  .about__slider {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
  }
  .about__slider-pagination {
    display: none;
  }
  .about__slider-control {
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }
  .about__slider-content {
    text-align: center;
  }
  .about__slider-content div {
    right: unset;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  .about__swiper {
    height: 530px;
    width: 100%;
  }
  .footer__map {
    height: 300px;
  }
  .nav__logo img {
    max-width: 300px;
  }
}
@media only screen and (max-width: 505px) {
  .nav__logo img {
    max-width: 220px;
  }
  .header__contact-content p {
    font-size: 12px;
  }
  .referencja {
    max-width: 100%;
  }
  .klienci__ul {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 440px) {
  .header__contact-col {
    flex-direction: column;
    align-items: flex-start;
  }
  .nav__lang span.active {
    display: none;
  }
  .nav__lang span::before {
    display: none;
  }
  .stat {
    min-width: unset;
  }
  .stat__icon img {
    height: 64px;
  }
  .stat__content span {
    font-size: 32px;
  }
  .stat__content p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 415px) {
  .specjalizacja__container {
    grid-template-columns: 1fr;
  }
  .about__swiper {
    height: 470px;
  }
  .nav__logo {
    max-width: 160px;
  }
  a.btn,
  button.btn,
  .btn {
    padding: 12px 28px;
  }
  .col {
    min-width: 100%;
  }
}
@media only screen and (max-width: 365px) {
  .container {
    padding: 0 15px;
  }
  .about__swiper {
    height: 420px;
  }
  .contact__col {
    min-width: unset;
  }
}
/*# sourceMappingURL=style.css.map */