/*@import url(../fonts/fonts.css);*/ 
:root {
  --color-1: #ed3c36;
  --bg-color-1: #ed3c36;  
  --color-2: #ccc;
  --color-3: #58595d;
  --opacity-01: 0.1; 
}
.color-1 { color:var(--color-1) !important;}
.content a {
    color: var(--color-1) !important;
}
.bg-color-3{
    background-color: #f1f1f1;
}
.color-3{
    color: var(--color-3);
    }
html, body {
  font-family: 'Roboto', sans-serif;
}
a{
  text-decoration: none;
}
.lazy-img {
  z-index: 1;
}
.text-red {
  color: #ed3c36;
}
.dashed {
  margin: 1rem 0;
  border-top: 1px dashed #e0e0e0;
  border-bottom: 1px dashed #e0e0e0;
  height: 7px;
}
.svg-top {
  top: -2px;
}
.svg-fill-red {
  fill: #ed3c36;
}
.oswald {
  font-family: 'Oswald', sans-serif;
}
header .search-container button, header .search-container input {
  font-family: 'Oswald', sans-serif;
}
header .search-container .btn-search {
  font-family: 'Oswald', sans-serif;
  background-color: #58595d;
  border-color: #58595d;
}
header .search-container .btn-search:hover {
  background-color: #333;
  border-color: #333;
}
header .search-container input {
  border: 1px solid #58595d;
}
header .logo {
  width: calc(8% + 10px);
}
header .logo img {
  width: 100%;
  height: 180px;
  z-index: 1;
}
header .header-top {
  background-color: #76777b;
}
header .header-top .dropdown-login:after {
  display: none;
}
header .header-top .dropdown-form-login {
  min-width: 300px;
}
header .header-top a,
header .header-top a span{
    text-decoration: none;
}
header .header-top a:hover{
    text-decoration: underline;
}
header .navbar {
  background-color: #58595d;
}
header .navbar .nav-link {
  color: rgba(255, 255, 255, 1) !important;
}
header .navbar .nav-link:hover {
  background-color: #ed3c36;
}
header .navbar .active {
  color: #ed3c36 !important;
}
header .navbar .active:hover {
  color: #fff !important;
}
header .navbar .show {
  background-color: #ed3c36;
}
header .navbar .dropdown-item {
  color: #fff;
}
header .navbar .dropdown-item:hover, header .navbar .dropdown-item:focus {
  color: #ed3c36;
}
header .dropdown-item.active, header .dropdown-item:active {
  color: #58595d;
  text-decoration: none;
  background-color: white;
}
.slideshow img {
  object-fit: cover;
  min-height: 513px;  
  object-fit: contain;
  min-height: auto;
}
.section-title,
.section-title a{
  font-family: 'Oswald', sans-serif;
  color: #58595d;
}
.section-title a:hover{
    text-decoration: underline;
}
.section-title img {
  object-fit: contain;
  width: 41px;
}
.latest-news .spinner {
  height: 250px;
}
.latest-news img {
  object-fit: cover;
  height: 250px;
}
/*.latest-news .card-body {
  z-index: 2;
  background-color: rgba(88, 89, 92, .9);
}*/
.latest-news .card-body {
  z-index: 2;
    
}
.latest-news .card-body a:hover svg{
    transform: translateX(5px);
    transition: transform 250ms;
  }
.latest-news .card-title a {
  line-height:1.2
    
}
.latest-news a{
    text-decoration: none;
}
.latest-news a:hover,
.latest-news a:hover span{
    text-decoration: underline !important;
}
.latest-news .card-title a:hover{
    color:var(--color-3);
}
.last-intervention .slogan a {
  color: inherit;
}
.last-intervention .card {
  border-left: 1px solid #ed3c36;
}
.last-intervention a.more{
    text-decoration: none;
}
.last-intervention a.more:hover{
    text-decoration: underline;
    color:var(--color-1);
}
.last-intervention a.more:hover svg{
    transform: translateX(5px);
    
    transition: transform 250ms;
  }
.law-and-taxes .article {
  height: 170px;
}
.law-and-taxes .card-text a{
    color: var(--color-3);
}
.law-and-taxes .card-text a:hover,
.law-and-taxes .more a:hover{
    text-decoration: underline;
}
.law-and-taxes .more a:hover{
    color: var(--color-1);
}
.law-and-taxes .more a:hover svg{
    transform: translateX(5px);
    
    transition: transform 250ms;
  }
.law-and-taxes .card-text a:hover svg{
    transform: translateX(10px);
    transition: transform 250ms;    
}

.cost-calculation .bg, .other-boxes .bg {
  background-color: #e0e0e0;
}
.video-and-article iframe {
  width: 100%;
  height: 215px;
}
.video-and-article .more a:hover svg{
    transform: translateX(5px);
    transition: transform 250ms;
  }
.video-and-article .more a:hover{
    color: var(--color-1);
    text-decoration: underline;
}
.video-and-article .card-text a{
    color: var(--color-3);
}
.video-and-article .card-text a:hover{
    text-decoration: underline;
}
.video-and-article .card-text a:hover svg{
    transform: translateX(10px);
    transition: transform 250ms;    
}

.date {
  background-color: #ed3c36;
  line-height: 19px;
}
.calendar-of-events a.more:hover svg{
    transform: translateX(5px);
    
    transition: transform 250ms;
  }
.calendar-of-events  a.more:hover{
    color: var(--color-1);
    text-decoration: underline;
}


.logos-carousel img {
  object-fit: contain;
  height: 80px;
  max-width: 80%;
}
.footer .eagle {
  right: 0;
  z-index: 1;
}
.footer .eagle img {
  object-fit: contain;
  height: 445px;
}
.footer iframe {
  width: 100%;
  height: 234px;
}
.footer .contact {
  background-color: #58595d;
}
.footer .contact .title {
  font-family: 'Oswald', sans-serif;
  z-index: 1;
}
.footer .contact .find-company {
  z-index: 2;
}
.footer .contact .find-company img {
  object-fit: contain;
  width: 60%;
  height: 234px;
}
.footer .contact svg {
  fill: #ed3c36;
}
.newsletter {
  background-color: #ebebeb;
}
.newsletter .title, .newsletter input {
  font-family: 'Oswald', sans-serif;
  color: #58595d;
}
.newsletter .form-check span, .newsletter .form-check a {
  color: #ed3c36;
}
.newsletter button {
  font-family: 'Oswald', sans-serif;
  background-color: #58595d;
  border-color: #58595d;
}
.newsletter input {
  border: 1px solid #58595d;
}
.copyright {
  border-bottom: 8px solid #ed3c36;
}
.copyright a {
  color: inherit;
}
.banner-header img {
  object-fit: contain;
  height: auto;
}
.child-category .active {
  color: #ed3c36 !important;
}
.singular-title {
  font-family: 'Oswald', sans-serif;
  background-color: #f1f1f1;
}
.sidebar-menu {
  font-family: 'Oswald', sans-serif;
}
.sidebar-menu .active {
  color: #ed3c36 !important;
}
.polish_voivodeship {
  transition: all 0.3s;
  fill: #58595d;
}
.polish_voivodeship:hover {
  fill: #e0e0e0;
}
.polish_voivodeship.active {
  fill: var(--color-1);
  opacity: 0.6;
}
.autocomplete-results-company-name {
  z-index: 1;
  overflow: auto;
  min-height: 1px;
  max-height: 250px;
}
.autocomplete-results-company-name li.company-name {
  cursor: pointer;
}
.autocomplete-results-company-name li.company-name:hover {
  background-color: #e0e0e0;
}
.pagination .active a {
  background-color: transparent !important;
  color: #fff !important;
}
.card-content img {
  /*width: 100%;*/
  height: auto;
}
.content .card-content{
    padding-left: 2rem;
    padding-right: 2rem;
}
.content .wp-block-columns:last-child{
     margin-bottom: 1rem;   
}
.content .card-content a{
     color: var(--color-1);     
}
.content .card-content a:hover{
    text-decoration: underline;
}
.ekspert{
    position: relative;
}
.ekspert .etykieta{
    min-height: 150px;
}
.ekspert  img.znak-loga {  
  position:absolute;
  left:20px;
  top:25px;
  z-index: 100;
  width: auto; 
  height: clamp(1.3rem, 1.3rem + .9vw, 3rem);
}
.ekspert  .h{
    font-size: clamp(1rem, 1rem + .5vw, 2rem);
}
.ekspert a.text{
    display: block;
    color:var(--color-3);
    min-height: 4rem
}
.ekspert a.text:hover{
    text-decoration: underline;
}
.ekspert a.text svg{
    vertical-align: bottom;
}
.ekspert  a:hover svg{
    transform: translateX(10px);
    
    transition: transform 250ms;
  }
/* =============== logos-grid ========== */
.logos-grid .img-kontener  {
    height: 170px;
    background-color: white;
}
.logos-grid img {
  object-fit: contain;
    max-height:150px;
/*  height: 80px;
  max-width: 80%;*/
}
.logos-grid .h{
    font-size: clamp(1rem, 1rem + .5vw, 2rem);
}
.logos-grid a.text:hover{
    text-decoration: underline;
    color:var(--color-3);
}
 .logos-grid  a.text svg{
    vertical-align: bottom;
}
.logos-grid a:hover svg{
    transform: translateX(10px);
    
    transition: transform 250ms;
  }
/* ===============  ========== */
.bg-color-1 {
    color: rgba(237,60,54,1.00);
    background-color: rgba(237,60,54,.10);
}
#table-results-search-affiliated-companies > :not(caption) > * > *{
    padding: 1rem;
}
/*.results-search-affiliated-companies td:first-child{
    border-right: 1px solid white;
}*/
body[data-post=set_aff_companies] .wp-block-columns .wp-block-column:nth-child(2){
    background-color: #f1f1f1;
    padding: 2rem;
}
/* ===============  ========== */
.newsletter label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px -20px;
  width: 25px;
  height: 25px;
  transition: transform 0.28s ease;
  border: 2px solid #58595d;
}
.newsletter input[type=checkbox] {
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.btn-more-post{
    border:0px;
    background-color: transparent;
    color:var(--color-1);
}
.btn-more-post:hover{
    text-decoration: underline;
}
.btn.btn-send-questions,
.btn.szukaj{
   color:#212529;
    background-color: #fff ;
    border-color: #212529; 
    
   color:var(--color-1);
    background-color: transparent;
    border-color: var(--color-1);  
    
    border-radius: .3rem;
}
.btn.btn-send-questions:hover,
.btn.szukaj:hover{
   color: #fff;
    background-color: #212529;
    border-color: #212529; 
    
   background-color:var(--color-1);
    color: #fff ;
    border-color: var(--color-1);      
}
.breadcrumb a{
    text-decoration: none;
}
.breadcrumb a:hover{
    text-decoration: underline;
}
@media (min-width: 1921px) {
    .ekspert .etykieta{
        min-height: 180px;
    }    
}
@media (max-width: 1200px) {
    .footer .eagle {
        right: 0;
        z-index: 1;
        bottom: -1px;
    }
    .footer .eagle img {
        object-fit: contain;
        height: 270px;
    }    
}
@media (max-width: 992px) {
    .law-and-taxes .article {
        height: auto;
    }
}
@media (max-width: 768px) {
    .footer .eagle img {
        height: 200px;
    }    
}
@media (max-width: 576px) {
    .footer .eagle img {
        height: 150px;
    }    
}
/** mobile */
.header-mobile {
  display: none;
  background-color: #58595d;
}
.icon-hamburger {
  width: 37px;
  height: 37px;
  position: relative;
  margin: 10px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.icon-hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.icon-hamburger span:nth-child(1) {
  top: 0;
}
.icon-hamburger span:nth-child(2) {
  top: 12px;
}
.icon-hamburger span:nth-child(3) {
  top: 24px;
}
.icon-hamburger.open-hamburger span:nth-child(1) {
  top: 18px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.icon-hamburger.open-hamburger span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.icon-hamburger.open-hamburger span:nth-child(3) {
  top: 18px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.mobile-contact {
  font-size: .9rem;
}
.mobile-contact svg {
  position: relative;
  top: -1px;
  left: -4px;
  fill: #29292a
}
.header-mobile-default .navbar-brand, .header-mobile-default .navbar-toggler {
  position: relative;
  z-index: 11;
}
.header-mobile-default .navbar-toggler {
  position: relative;
  z-index: 11;
}
.nav-mobile {
  background-color: #58595d;
  height: 100vh;
  min-height: 100vh;
  overflow: scroll;
  z-index: 9;
  width: 0;
  transition: all .3s;
}
.nav-mobile .active {
  background-color: #ed3c36 !important;
}
.nav-mobile.show-nav {
  width: 100%;
}
.hamburger-fixed {
  position: fixed;
  top: 10px;
}
.header-mobile-scroll {
  background-color: #58595d;
  z-index: 10;
  height: 71px;
  margin-top: -9px;
}
.header-mobile-scroll .logo {
  width: calc(18% + 50px);
}
.navbar-fixed-top {
    transition: all .3s;
    top: -100px;
}
/* *******************************************************

* ******************************************************** */
ul.elementy-poziomu-1 {
    list-style: none;
column-gap: 20px;
    
}

ul.elementy-poziomu-1 li {
     
        
}
 ul.elementy-poziomu-1 a.elementWezla {
    display: inline-block;
    color: black; 
   
    width:auto;
    background-color: #ffffff;
    padding: 1.4rem 2rem 1.5rem 2rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 15px 15px 0 rgb(204 204 204 / 30%);
    -webkit-box-shadow: 15px 15px 0 rgb(204 204 204 / 30%);
    display: block;
    text-decoration: none;
}
ul.elementy-poziomu-1 a.elementWezla:hover {
  background-color: rgb(33, 37, 41);
  box-shadow: 5px 5px 0 rgb(204 204 204 / 80%);
  -webkit-box-shadow: 5px 5px 0 rgb(204 204 204 / 80%);
  border: 1px solid rgb(33, 37, 41);
    color:white;
}
/* *******************************************************

* ******************************************************** */



@media screen and (min-width: 0px) and (max-width: 992px) {
  nav.navbar-fixed-top, .header-top {
    display: none;
  }
  .header-mobile {
    display: block;
  }
  header .logo {
    width: calc(18% + 35px);
  }
}

.navbar-default li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-default .dropdown-submenu, .navbar-default .dropdown-menu {
    background-color: #ed3c36;
    position: relative;
}
.navbar-default .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.navbar-fixed-top li:hover > ul.dropdown-menu {
    display: block;
}
.navbar-fixed-top .dropdown-submenu, .navbar-fixed-top .dropdown-menu {
    background-color: #ed3c36;
    position: relative;
}
.navbar-fixed-top  .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.youtube-iframe iframe {
    width: 100%;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
}
img.alignright {
    margin: 0 0 0 auto;
    display: block;
    float: right;
}
img.alignleft {
    padding-right: 20px;
    display: block;
    float: left;
}
img.size-full {
    width: auto;
    height: auto;
}
#gallery-1 img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    padding: 10px;
    border: none !important;
}