@font-face {
  font-family: "Signika";
  src: url(../fonts/Signika-Regular.ttf); }
@font-face {
  font-family: "SignikaBold";
  src: url(../fonts/Signika-Bold.ttf); }
@font-face {
  font-family: "SignikaLight";
  src: url(../fonts/Signika-Light.ttf); }
@font-face {
  font-family: "SignikaSemiBold";
  src: url(../fonts/Signika-SemiBold.ttf); }
@font-face {
  font-family: 'Roboto';
  src: url(../fonts/Roboto-Regular.ttf); }
@font-face {
  font-family: 'RobotoBold';
  src: url(../fonts/Roboto-Bold.ttf); }
@font-face {
  font-family: 'RobotoItalic';
  src: url(../fonts/Roboto-Italic.ttf); }
@font-face {
  font-family: 'RobotoLight';
  src: url(../fonts/Roboto-Light.ttf); }
@font-face {
  font-family: 'RobotoMedium';
  src: url(../fonts/Roboto-Medium.ttf); }
@font-face {
  font-family: 'RobotoThin';
  src: url(../fonts/Roboto-Thin.ttf); }
nav {
  height: 60px;
  border-radius: 0;
  background-color: #3C505E;
  padding: 0 30px; }
  nav .logo {
    height: inherit;
    font-size: 20px;
    font-family: "Signika";
    font-weight: 600;
    display: inline-block;
    color: white; }
    nav .logo div a {
      margin-top: 7px;
      display: block;
      color: inherit; }
      nav .logo div a span {
        display: block;
        font-size: 14px;
        line-height: 7px;
        font-weight: 400; }
  nav #menu {
    float: right; }
    nav #menu .burger-container {
      display: none; }
    nav #menu ul.filters {
      float: right;
      list-style: none; }
      nav #menu ul.filters li {
        display: inline-block; }
        nav #menu ul.filters li a {
          color: white;
          height: 60px;
          line-height: 60px;
          padding: 0 20px;
          font-size: 13px; }
          nav #menu ul.filters li a:hover {
            color: #8aa206; }
        nav #menu ul.filters li:last-child a {
          padding-right: 0; }
    nav #menu .burger-container {
      float: right;
      height: 60px;
      position: relative; }
      nav #menu .burger-container .burger {
        vertical-align: middle;
        cursor: pointer;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 50%; }
        nav #menu .burger-container .burger .bar {
          height: 4px;
          width: 24px;
          margin-bottom: 4px;
          background-color: white;
          transition: 0.15s linear; }
          nav #menu .burger-container .burger .bar:last-child {
            margin: 0; }
        nav #menu .burger-container .burger:hover .bar {
          background-color: #A0BD06; }

.search-section-bg {
  background-color: #5F7482;
  display: block; }
  .search-section-bg .search-section {
    max-width: 840px;
    width: 100%;
    margin: auto;
    padding: 44px 0; }
    .search-section-bg .search-section .jumbo-text {
      text-align: center; }
    .search-section-bg .search-section h3 {
      color: white;
      font-size: 26px;
      margin-bottom: 30px; }
    .search-section-bg .search-section p {
      color: white;
      font-size: 36px;
      margin: 0; }
      .search-section-bg .search-section p span {
        font-weight: bold; }
    .search-section-bg .search-section form {
      padding: 42px 0 70px; }
      .search-section-bg .search-section form input {
        height: 60px;
        width: calc(100% - 170px);
        float: left;
        padding-left: 20px;
        font-size: 16px;
        color: #5F7482;
        margin-right: 20px; }
      .search-section-bg .search-section form button {
        width: 150px;
        height: 60px;
        float: left;
        font-size: 18px; }
    .search-section-bg .search-section.collapsed {
      padding: 0; }
      .search-section-bg .search-section.collapsed form {
        padding: 20px 0 66px; }
        .search-section-bg .search-section.collapsed form input {
          height: 45px; }
        .search-section-bg .search-section.collapsed form button {
          height: 45px; }

@media only screen and (max-width: 575px) {
  nav {
    padding: 0 15px; }
    nav #menu .burger-container {
      display: block; }
    nav #menu ul.filters {
      display: none;
      position: absolute;
      top: 60px;
      right: 10px;
      height: auto;
      background-color: #3C505E;
      z-index: 50; }
      nav #menu ul.filters li {
        transition: 0.15s linear;
        display: block; }
        nav #menu ul.filters li:hover {
          background-color: #2f3f4a; }

  .search-section-bg .search-section.expanded {
    padding: 20px; }
    .search-section-bg .search-section.expanded form {
      padding: 20px 0; }
      .search-section-bg .search-section.expanded form input {
        width: 100%;
        margin: 0;
        float: none; }
      .search-section-bg .search-section.expanded form button {
        display: block;
        margin: auto;
        margin-top: 20px;
        float: none; }
  .search-section-bg .search-section.collapsed form {
    padding: 20px 0; }
    .search-section-bg .search-section.collapsed form input::placeholder {
      color: red;
      opacity: 0; }
    .search-section-bg .search-section.collapsed form button {
      display: block;
      float: none; } }
body {
  font-size: 18px;
  font-family: "Signika"; }

main {
  min-height: calc(100vh - 246px); }

a {
  text-decoration: none !important;
  color: #A0BD06;
  transition: 0.15s linear; }
  a:hover, a:active, a:focus {
    color: #8aa206; }

p {
  font-size: 18px; }

section {
  background-color: white;
  padding: 35px 0; }

button, input {
  border: 0;
  transition: 0.15s linear; }

.btn {
  color: white;
  border-radius: 0;
  border: 0;
  font-size: 14px; }
  .btn.btn-firstColor {
    background-color: #3C505E; }
    .btn.btn-firstColor:hover {
      color: white;
      background-color: #2f3f4a !important; }
  .btn.btn-secondColor {
    background-color: #5F7482; }
    .btn.btn-secondColor:hover {
      color: white;
      background-color: #485863 !important; }
  .btn.btn-thirdColor {
    background-color: #A0BD06; }
    .btn.btn-thirdColor:hover {
      color: white;
      background-color: #8aa206 !important; }

.no-padding {
  padding: 0; }

.darkerBg {
  background-color: #F2F5F7; }

.ligherBg {
  background-color: white; }

input {
  border-radius: 0;
  box-shadow: none;
  font-size: 18px; }

.form-control {
  font-size: 18px;
  border-radius: 0; }

.banner {
  background: #c4c4c4;
  max-height: 250px;
  padding: 0;
  width: 970px;
  max-width: 100%;
  margin: auto; }
  .banner ins a {
    display: block; }
    .banner ins a img {
      max-width: 100%;
      height: auto !important; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  ul li a {
    font-family: "Roboto";
    color: #3C505E;
    display: block; }

.bullet-list {
  margin: 20px 0;
  padding-left: 40px;
  list-style-type: disc; }

.articles_list .article {
  margin-bottom: 20px; }
  .articles_list .article a img {
    max-width: 100%;
    margin-bottom: 10px; }
  .articles_list .article a span {
    display: block; }

.emphasis_underline {
  text-decoration: underline; }

.emphasis_bold {
  font-weight: 600; }

@media only screen and (max-width: 768px) {
  .articles_list .article:last-child {
    display: none; } }
.article {
  margin-bottom: 20px; }
  .article img {
    max-width: 100%;
    margin-bottom: 10px; }

.sidebar {
  float: right;
  max-width: 300px; }
  .sidebar .ad {
    max-width: 300px;
    max-height: 600px;
    overflow: hidden; }
    .sidebar .ad ins a {
      display: block;
      margin-bottom: 35px; }
  .sidebar #relatedCompanies h2 {
    color: #3C505E;
    margin-bottom: 35px; }
  .sidebar #relatedCompanies ul {
    font-size: 15px;
    color: #3C505E; }
    .sidebar #relatedCompanies ul li {
      margin-bottom: 20px; }
      .sidebar #relatedCompanies ul li a {
        margin-bottom: 10px;
        font-weight: bold; }
      .sidebar #relatedCompanies ul li p {
        font-size: 15px;
        margin-bottom: 0;
        font-family: "Roboto"; }

.breadcrumb {
  background-color: white;
  border-radius: 0;
  border-bottom: 1px solid #E0E0E0;
  font-size: 13px;
  font-family: "Roboto";
  padding-left: 30px;
  margin: 0; }
  .breadcrumb li a span {
    color: #5F7482; }
  .breadcrumb li span {
    color: #A0BD06; }

footer {
  width: 100%;
  background-color: #3C505E; }
  footer .menu {
    background-color: #5F7482;
    height: 40px; }
    footer .menu ul.filters {
      float: right; }
      footer .menu ul.filters li {
        display: inline-block; }
        footer .menu ul.filters li a {
          color: white;
          height: 40px;
          line-height: 40px;
          padding: 0 20px;
          font-size: 13px; }
          footer .menu ul.filters li a:hover {
            color: #8aa206; }
  footer nav {
    width: 100%;
    display: block; }
    footer nav .logo {
      float: left;
      line-height: 60px; }
    footer nav .copyright {
      float: right;
      display: inline-block;
      line-height: 60px;
      color: white;
      margin: 0; }

.pagination {
  height: 40px;
  display: table;
  margin: auto;
  margin-bottom: 30px; }
  .pagination > li {
    min-width: 20px;
    text-align: center; }
    .pagination > li.active > a {
      color: black;
      background-color: #A0BD06;
      border-color: #A0BD06;
      border-radius: 5px; }
      .pagination > li.active > a:hover {
        color: black;
        background-color: #8aa206;
        border-color: #8aa206; }
    .pagination > li > a {
      color: #3C505E; }
      .pagination > li > a:hover {
        color: #8aa206; }

.v-banner {
  display: none; }

@media (min-width: 1500px) {
  .v-banner {
    display: block;
    position: fixed;
    height: 600px;
    width: 180px;
    top: 60px; }

  #v-banner-left {
    left: 0; }

  #v-banner-right {
    right: 0; } }

.banner-di-big {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
  padding: 0 0 35px 0; }
    
.banner-di-big > a > img {
  width: 100%; }

section.alerts {
  padding: 0; }
  section.alerts .alert {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5px;
    border-radius: 0; }
section.contact-us h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  margin: 60px 0 20px 0; }
section.contact-us a {
  color: #3C505E; }
section.contact-us .basicInfo p {
  font-family: "Roboto";
  margin: 0;
  line-height: 19px;
  font-size: 16px; }
section.contact-us .contact-box {
  text-align: center;
  padding: 1em; }
  section.contact-us .contact-box .image-container {
    display: inline-block;
    padding: 1em;
    background-color: white; }
section.contact-us .contact-notice {
  display: flex;
  flex-wrap: wrap; }
  section.contact-us .contact-notice p {
    margin: 20px;
    flex: 1 0 150px;
    text-align: center;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 19px;
    color: #5F7482; }

.cursor_pointer {
  cursor: pointer; }

.arrow {
  background: url("../img/blue_left_arrow.png");
  width: 12px;
  height: 10px;
  margin-right: 8px;
  display: inline-block; }

.arrow-down {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

.arrow-up {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg); }

.terms ol {
  font-family: "Roboto"; }
.terms ul {
  margin-left: 40px;
  font-family: "Roboto";
  list-style-type: disc; }

section.filters {
  color: #3C505E;
  padding-bottom: 50px; }
  section.filters h2 {
    font-size: 30px; }
  section.filters p {
    line-height: 22px;
    font-family: "Roboto"; }
  section.filters .searchableBy span {
    color: #3C505E;
    display: block;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px solid #E0E0E0; }
section.map {
  background-color: #F2F5F7; }
  section.map .text {
    /*position: absolute;*/
    max-width: 500px;
    /*top: 50%;*/
    transform: translate(0, 30%);
    color: #3C505E; }
    section.map .text h2 {
      font-size: 36px; }
    section.map .text p {
      font-family: "Roboto"; }
  section.map #map-pl {
    font-size: 14px; }
section.interesting h2 {
  color: #3C505E; }
section.interesting a {
  font-size: 15px;
  line-height: 40px;
  border-bottom: 1px solid #E0E0E0; }
section.interesting ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

@media only screen and (max-width: 1200px) {
  section.map .text {
    display: block;
    float: none;
    margin: auto;
    margin-bottom: 65px;
    max-width: 100%;
    text-align: center; }
  section.map .script {
    display: block;
    float: none; } }
@media only screen and (max-width: 992px) {
  section.map .text {
    position: static;
    transform: none;
    max-width: 100%; }
  section.map #map-pl #polska {
    left: 0;
    margin: auto; } }
@media only screen and (max-width: 768px) {
  section.filters .searchableBy {
    margin-top: 30px; } }
@media only screen and (max-width: 576px) {
  section #map-pl {
    transform: scale(0.7);
    margin-left: -20px; } }
@media only screen and (max-width: 400px) {
  section #map-pl {
    transform: scale(0.6);
    margin-left: -70px; } }
.search-results .title {
  margin-bottom: 30px; }
  .search-results .title h1 {
    color: #3C505E; }
.search-results p {
  margin-bottom: 0;
  font-size: 15px;
  font-family: "RobotoLight";
  display: inline-block;
  margin-right: 10px; }

section.details {
  border-top: 1px solid #A0BD06; }
  section.details h1 {
    color: #3C505E;
    font-size: 36px;
    font-weight: bold; }
  section.details h4 {
    color: #3C505E; }
  section.details .content {
    width: calc(100% - 300px);
    padding: 0 15px 0 0;
    float: left; }
    section.details .content .basicData {
      float: left;
      width: 100%;
      max-width: calc(100% - 300px);
      padding: 0 15px; }
      section.details .content .basicData #basicDataTable {
        width: 100%; }
        section.details .content .basicData #basicDataTable tr {
          border-bottom: 1px solid #E0E0E0;
          font-family: "Roboto";
          font-size: 15px; }
          section.details .content .basicData #basicDataTable tr th {
            padding: 10px 0;
            width: 50%; }
          section.details .content .basicData #basicDataTable tr td {
            font-weight: normal;
            padding: 10px 0;
            width: 50%; }
    section.details .content .extraData {
      float: left;
      width: 100%;
      max-width: 300px; }
      section.details .content .extraData .buttons {
        width: 300px;
        margin-bottom: 10px;
        font-size: 14px; }
        section.details .content .extraData .buttons .btn-thirdColor {
          display: inline-block;
          width: 120px;
          height: 44px;
          line-height: 44px;
          padding: 0;
          margin-right: 16px; }
        section.details .content .extraData .buttons .btn-firstColor {
          display: inline-block;
          width: 160px;
          height: 44px;
          line-height: 44px;
          padding: 0; }
      section.details .content .extraData .lastChanged {
        color: #B3B9BD;
        font-family: "Roboto";
        padding: 16px 0; }
        section.details .content .extraData .lastChanged p {
          font-size: 14px;
          margin-bottom: 5px; }
      section.details .content .extraData #staticMap {
        display: block;
        position: relative;
        width: 300px;
        height: 220px;
        background-image: url("../img/map.png");
        overflow: hidden; }
        section.details .content .extraData #staticMap .overlay {
          position: absolute;
          height: 100%;
          width: 100%;
          z-index: 5;
          background-color: rgba(255, 255, 255, 0.2); }
        section.details .content .extraData #staticMap .address-wrapper {
          background-color: rgba(255, 255, 255, 0.8);
          z-index: 6;
          position: absolute;
          bottom: 15px;
          margin: 0 15px;
          color: #3C505E;
          width: calc(100% - 30px); }
          section.details .content .extraData #staticMap .address-wrapper .btn {
            z-index: 6;
            display: block;
            font-size: 110%; }
        section.details .content .extraData #staticMap .pin {
          z-index: 6;
          position: absolute;
          top: 40%;
          left: 50%;
          height: 50px;
          transform: translate(-40%, -100%); }
    section.details .content .partners {
      margin-top: 40px;
      float: left;
      width: 100%; }
      section.details .content .partners h2 {
        margin-bottom: 30px;
        font-size: 21px; }
      section.details .content .partners .partner {
        border-bottom: 1px solid #E0E0E0;
        margin-top: 20px; }
        section.details .content .partners .partner p {
          font-family: "RobotoLight";
          font-size: 15px;
          text-transform: capitalize;
          margin-bottom: 8px; }
        section.details .content .partners .partner:last-child {
          margin-right: 0; }
    section.details .content .contacts {
      padding-top: 30px;
      float: left;
      width: 100%; }
      section.details .content .contacts h2 {
        margin-bottom: 30px;
        font-size: 21px; }
      section.details .content .contacts .contact {
        border-bottom: 1px solid #E0E0E0;
        margin-top: 20px;
        line-height: 27px; }
        section.details .content .contacts .contact p {
          font-family: "RobotoLight";
          font-size: 15px; }
        section.details .content .contacts .contact a {
          line-height: 27px;
          font-size: 15px;
          font-family: "Roboto";
          display: block;
          margin-bottom: 10px; }

.newest {
  margin-top: 40px;
  float: left;
  padding-right: 15px; }
  .newest h3 {
    margin-bottom: 30px;
    font-size: 21px; }
  .newest .company a {
    color: #A0BD06; }
  .newest .company p {
    margin-bottom: 0;
    font-family: "Roboto";
    font-size: 15px;
    text-transform: capitalize; }
    .newest .company p:last-child {
      margin-bottom: 10px; }
  .newest .company:last-child {
    margin-right: 0; }

.adbox {
  padding-top: 40px;
  float: left;
  max-width: 300px; }
  .adbox .ad-small {
    background-color: #c4c4c4;
    max-width: 300px;
    max-height: 250px;
    overflow: hidden;
    margin-bottom: 20px; }

@media only screen and (max-width: 1200px) {
  section.details .content {
    width: 100%;
    padding: 0; }
  section.details .sidebar {
    display: none; } }
@media only screen and (max-width: 1024px) {
  .newest {
    width: 100%;
    padding: 0; }

  .adbox {
    max-width: 100%;
    width: 100%; }
    .adbox .ad-small {
      display: inline-block;
      float: left; }
      .adbox .ad-small:first-child {
        margin-right: calc(100% - 600px); } }
@media only screen and (max-width: 768px) {
  section.details .content {
    float: none;
    display: flex;
    flex-direction: column;
    margin-top: 30px; }
    section.details .content .basicData {
      order: 2;
      float: none;
      max-width: 100%; }
    section.details .content .extraData {
      max-width: 100%;
      order: 1;
      float: none;
      padding: 0 15px; }
      section.details .content .extraData .buttons {
        width: 100%;
        display: flex;
        float: none; }
        section.details .content .extraData .buttons a {
          flex: 100%;
          float: none;
          width: auto !important; }
      section.details .content .extraData .lastChanged {
        padding-top: 0;
        width: 100%;
        text-align: center; }
        section.details .content .extraData .lastChanged p {
          display: inline-block; }
      section.details .content .extraData #staticMap {
        display: none; }
    section.details .content .partners {
      order: 4; }
    section.details .content .contacts {
      order: 3; }

  .newest {
    margin-top: 0; }
    .newest .row:nth-child(2) {
      display: none; }

  .adbox {
    max-width: 100%;
    width: 100%; }
    .adbox .ad-small:first-child {
      margin: auto;
      float: none;
      display: block; }
    .adbox .ad-small:last-child {
      display: none; } }
.categories {
  max-width: 600px;
  width: 100%; }
  .categories h1 {
    margin-bottom: 30px; }
  .categories .category {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
    padding-bottom: 5px; }
    .categories .category a {
      text-transform: capitalize;
      font-size: 22px; }
    .categories .category span {
      font-family: "Roboto"; }

.rodo .rodo_h1 {
  max-width: 900px;
  margin: 100px auto;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  text-align: center; }
.rodo .rodo_h1_uppercase {
  display: block;
  text-transform: uppercase; }
.rodo .rodo_paragraph, .rodo .rodo_paragraph li > p {
  font-size: 18px;
  line-height: 25px;
  opacity: 1; }
.rodo .rodo_paragraph li {
  list-style-type: decimal; }
.rodo .rodo_list_level_1 {
  list-style-type: none;
  counter-reset: rodo_list_level_1; }
  .rodo .rodo_list_level_1 > li {
    margin: 20px 0; }
.rodo .rodo_list_level_1_heading {
  position: relative; }
  .rodo .rodo_list_level_1_heading::before {
    position: absolute;
    left: -25px;
    counter-increment: rodo_list_level_1;
    content: counter(rodo_list_level_1) ". ";
    text-align: right; }
.rodo .rodo_list_level_2 {
  margin: 20px 0;
  list-style-type: none;
  counter-reset: rodo_list_level_2; }
  .rodo .rodo_list_level_2 > li {
    position: relative;
    counter-increment: rodo_list_level_2; }
    .rodo .rodo_list_level_2 > li::before {
      position: absolute;
      left: -25px;
      content: counter(rodo_list_level_2) ") ";
      text-align: right; }
.rodo .rodo_list_level_3 {
  margin: 10px 0;
  list-style-type: none;
  counter-reset: rodo_list_level_3; }
  .rodo .rodo_list_level_3 > li {
    position: relative;
    counter-increment: rodo_list_level_3; }
    .rodo .rodo_list_level_3 > li::before {
      position: absolute;
      left: -25px;
      content: counter(rodo_list_level_3,lower-alpha) ") ";
      text-align: right; }
