@charset "UTF-8";
/*
	Table of contents
	1. Import
	2. Variables
	3. Global
	4. Navbar
	5. Footer
	6. Do you have questions? [CTA]
	7. Homepage
	8. Funeral home / Company
	9. News
	10. Contact
	11. Add company
	12. Cooperation
	13. Cookies info
	14. Add review
	15. Map pomorskie
	16. Job
*/
html {
  position: relative;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
}

.row {
  margin: 0px;
}

::-webkit-input-placeholder {
  color: #565C60;
}

:-moz-placeholder {
  color: #565C60;
  opacity: 1;
}

::-moz-placeholder {
  color: #565C60;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #565C60;
}

a,
button,
input[type=submit] {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

.no-margin {
  margin: 0;
}

.no-margin-left {
  margin-left: 0;
}

.no-margin-right {
  margin-right: 0;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

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

.text-align-left {
  text-align: left;
}

.text-align-right {
  text-align: right;
}

.text-align-justify {
  text-align: justify;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.p_404 {
  padding: 200px 0 150px;
  text-align: center;
}
.p_404 p {
  margin: 0 0 30px;
  font-size: 40px;
  color: #fff;
  font-weight: 500;
}
.p_404 .button {
  width: auto;
  max-width: 100%;
  padding: 0 30px;
}

.banner {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  position: relative;
  z-index: 2;
}

.cover {
  opacity: 0.5;
  background-color: #333333;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.page-banner {
  height: 350px;
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: center;
}
.page-banner .page-title {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 45px;
  font-family: "Noto Serif", serif;
}
.page-banner .page-title:nth-child(2) {
  margin-top: 15px;
}

.pagination-wrapper {
  text-align: center;
}
.pagination-wrapper ul {
  margin: 40px 0 0;
}
.pagination-wrapper .pag-desc {
  display: block;
  margin: 5px auto 0;
  text-align: center;
  border: none;
  font-weight: 300;
  font-size: 13px;
  color: #333333;
  width: 100%;
}
.pagination-wrapper .page-item.active .page-link {
  background-color: #BA8B33;
  border-color: #BA8B33;
  color: #fff;
}
.pagination-wrapper .page-item .page-link {
  color: #333333;
  border-color: #DDD8D8;
  outline: none !important;
}
.pagination-wrapper .page-item .page-link.next-prev:hover {
  background-color: transparent;
  border-color: #DDD8D8;
}
.pagination-wrapper .page-item .page-link:hover {
  background-color: #BA8B33;
  border-color: #BA8B33;
  color: #fff;
}
.pagination-wrapper .page-item img {
  width: auto;
  height: 16px;
  top: -2px;
  position: relative;
}

.breadcrumbs-wrapper {
  padding: 30px 0;
  position: relative;
  z-index: 2;
}
.breadcrumbs-wrapper span {
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.breadcrumbs-wrapper span a {
  color: #333333;
}
.breadcrumbs-wrapper span a:hover {
  color: #BA8B33;
}
.breadcrumbs-wrapper .breadcrumb_last {
  color: #BA8B33;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  letter-spacing: 0.05em;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.page-content p,
.page-content li {
  color: #333333;
}
.page-content a {
  color: #BA8B33;
}
.page-content a:hover {
  color: #92999D;
}
.page-content blockquote {
  padding-left: 20px;
  position: relative;
}
.page-content blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  height: calc(100% + 10px);
  width: 3px;
  background-color: #BA8B33;
}
.page-content blockquote p,
.page-content blockquote li {
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
  color: #333333;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  font-family: "Noto Serif", serif;
  color: #333333;
  position: relative;
  margin: 0 0 15px;
  line-height: 1.2;
}
.page-content h1 {
  margin: 0 0 30px;
}
.page-content h1 {
  font-size: 42px;
}
.page-content h2 {
  font-size: 39.6px;
}
.page-content h3 {
  font-size: 35.2px;
}
.page-content h4 {
  font-size: 30.8px;
}
.page-content h5 {
  font-size: 26.4px;
}
.page-content h6 {
  font-size: 22px;
}
.page-content p,
.page-content li {
  font-size: 16px;
  line-height: 1.6;
  color: #333333;
  font-weight: 300;
  margin-bottom: 30px;
}
.page-content p strong,
.page-content li strong {
  font-weight: 700;
}
.page-content p img,
.page-content li img {
  margin-bottom: 0;
}
.page-content li {
  margin-bottom: 5px;
}
.page-content li:last-of-type {
  margin-bottom: 0;
}
.page-content p + ul {
  margin-top: -20px;
}
.page-content ul,
.page-content ol {
  margin-bottom: 30px;
  padding-left: 20px;
}
.page-content ul ul,
.page-content ul ol,
.page-content ol ul,
.page-content ol ol {
  margin-top: 10px;
}
.page-content img {
  margin-bottom: 30px;
  max-width: 100%;
  height: auto;
}

.arrow-list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.arrow-list ul li {
  position: relative;
  padding-left: 28px;
}
.arrow-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  height: 10px;
  width: 16px;
  background-image: url("../img/arrow-right.svg");
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}

.button {
  height: 45px;
  line-height: 43px;
  display: inline-block;
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0 30px;
}
.button.white-border {
  border-color: #fff;
  color: #fff;
}
.button.white-border:hover {
  color: #BA8B33;
  background-color: #fff;
}
.button.gold {
  background-color: #BA8B33;
  border-color: #BA8B33;
  color: #fff;
}
.button.gold:hover {
  background-color: #92999D;
  border-color: #92999D;
  color: #fff;
}
.button.gray {
  background-color: #92999D;
  border-color: #92999D;
  color: #fff;
}
.button.gray:hover {
  background-color: #BA8B33;
  border-color: #BA8B33;
  color: #fff;
}

.block {
  padding: 70px 0 0;
}
.block.last {
  padding-bottom: 70px;
}
.block.block-bottom {
  padding: 0 0 70px;
}
.block.block-page {
  padding: 30px 0 70px;
}

.image-header {
  text-align: center;
}
.image-header.white .title {
  color: #fff;
}
.image-header.white .subtitle {
  color: #fff;
}
.image-header .title {
  font-family: "Noto Serif", serif;
  margin: 0;
  font-size: 30px;
  color: #333333;
}
.image-header .subtitle {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  color: #333333;
}
.image-header img {
  width: 120px;
  height: auto;
  margin: 15px 0 10px;
}

.gray-bg {
  background-color: #F8F8F8;
}

.phone-sticky {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}
.phone-sticky a {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 600;
  padding: 0 20px;
  background-color: #BA8B33;
  color: #fff;
  border: 1px solid #DDD8D8;
}
.phone-sticky i {
  margin-right: 5px;
}
.phone-sticky img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.phone-sticky .green {
  display: none;
}

.sticky-mobile .button {
  display: none;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1300px;
  }
}
@media (max-width: 1199px) {
  .sticky-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
  }
  .sticky-mobile .part {
    width: 50%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sticky-mobile .gold {
    background-color: #BA8B33;
  }
  .sticky-mobile .white-box {
    background-color: #fff;
    border-top: 1px solid #DDD8D8;
  }
  .sticky-mobile .white-box a {
    color: #28a745;
    background-color: transparent;
    display: block;
    width: 100%;
    border-radius: 0;
  }
  .sticky-mobile .white-box .white {
    display: none;
  }
  .sticky-mobile .white-box .green {
    display: inline-block;
  }
  .sticky-mobile .button {
    width: 100%;
    border-radius: 0;
    height: 45px;
    line-height: 43px;
    display: block;
  }

  .phone-sticky {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    display: inline-block;
    max-width: 100%;
  }
  .phone-sticky a {
    padding: 0;
    border: none;
  }
}
@media (max-width: 991px) {
  .block {
    padding-top: 50px;
  }
  .block.last {
    padding-bottom: 50px;
  }
  .block.block-bottom {
    padding-bottom: 50px;
  }
  .block.block-page {
    padding: 0 0 50px;
  }

  .page-banner .page-title {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .image-header .title {
    font-size: 30px;
  }
  .image-header .subtitle {
    font-size: 14px;
  }

  .breadcrumbs-wrapper span {
    font-size: 14px;
  }

  .page-content h1 {
    font-size: 32px;
  }
  .page-content h2 {
    font-size: 28px;
  }
  .page-content h3 {
    font-size: 24px;
  }
  .page-content h4 {
    font-size: 20px;
  }
  .page-content h5 {
    font-size: 18px;
  }
  .page-content h6 {
    font-size: 16px;
  }
  .page-content p,
.page-content li {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .button {
    height: 35px;
    line-height: 33px;
    padding: 0 20px;
    font-size: 13px;
    border-width: 1px;
    font-weight: 400;
  }

  .image-header .title {
    font-size: 25px;
  }
  .image-header .subtitle {
    font-size: 14px;
  }

  .page-content p,
.page-content li {
    font-size: 14px;
  }

  .page-banner {
    height: 250px;
  }
  .page-banner .page-title {
    font-size: 25px;
  }

  .page-content h1 {
    font-size: 28px;
  }
  .page-content h2 {
    font-size: 25px;
  }
  .page-content h3 {
    font-size: 22px;
  }
  .page-content h4 {
    font-size: 19px;
  }
  .page-content h5 {
    font-size: 16px;
  }
  .page-content h6 {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .page-banner .page-title {
    font-size: 20px;
  }
}
.navbar-expand-lg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 10px 0;
}
.navbar-expand-lg .container {
  padding: 0 30px;
}
.navbar-expand-lg .navbar-brand img {
  width: 380px;
  height: auto;
  height: 54px;
}
.navbar-expand-lg .navbar-nav {
  margin-right: 15px;
}
.navbar-expand-lg .navbar-nav .menu-item {
  margin: 0 12px;
  position: relative;
}
.navbar-expand-lg .navbar-nav .menu-item a {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  letter-spacing: 1.5px;
  display: block;
  z-index: 2;
}
.navbar-expand-lg .navbar-nav .menu-item a:hover::before {
  width: 100%;
}
.navbar-expand-lg .navbar-nav .menu-item a::before {
  content: "";
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: -4px;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #BA8B33;
  width: calc(100% + 30px);
  position: absolute;
  left: -15px;
  top: -8px;
  padding: 30px 15px 3px;
  z-index: 1;
  display: none;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu .menu-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding: 5px 0;
  margin: 0;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu .menu-item:last-of-type {
  border: none;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu .menu-item a {
  font-weight: 300;
  font-size: 13px;
  text-transform: none;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu .menu-item a:hover {
  opacity: 0.8;
}
.navbar-expand-lg .navbar-nav .menu-item .sub-menu .menu-item a::before {
  opacity: 0;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children a {
  padding-right: 25px;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children a::before {
  opacity: 0;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children a::after {
  content: "";
  width: 14px;
  height: 8px;
  position: absolute;
  right: 0;
  top: 7px;
  background-repeat: no-repeat;
  background-image: url("../img/chevron-down.svg");
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children a.shown::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.navbar-expand-lg .navbar-nav .menu-item-has-children .sub-menu a {
  padding: 0;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children .sub-menu a::after {
  display: none;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  z-index: 999;
  padding: 50px 35px 20px;
  -webkit-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -moz-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -o-transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.25, 1, 0.2, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.mobile-nav.showed {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.mobile-nav .close-nav {
  position: absolute;
  right: 15px;
  top: 5px;
  color: #BA8B33;
  font-size: 30px;
}
.mobile-nav .close-nav img {
  width: 16px;
  height: auto;
}
.mobile-nav .navbar-nav .menu-item {
  margin: 10px 0;
}
.mobile-nav .navbar-nav .menu-item a {
  color: #333333;
  font-size: 15px;
  display: block;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  background-color: #92999D;
  width: 100%;
  height: 100%;
  display: none;
}
.overlay.showed {
  opacity: 0.6;
  z-index: 998;
  display: block;
}

@media (max-width: 1600px) {
  .navbar-expand-lg .navbar-brand {
    margin: 0;
  }
  .navbar-expand-lg .navbar-brand img {
    width: 350px;
  }
  .navbar-expand-lg .button {
    font-size: 12px;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
  }
  .navbar-expand-lg .navbar-nav .menu-item {
    margin: 0 12px;
  }
  .navbar-expand-lg .navbar-nav .menu-item a {
    font-weight: 400;
    font-size: 13px;
  }
  .navbar-expand-lg .navbar-nav .menu-item-has-children a {
    padding-right: 20px;
  }
}
@media (max-width: 1500px) {
  .navbar-expand-lg .navbar-brand img {
    width: 250px;
  }
  .navbar-expand-lg .navbar-nav .menu-item {
    margin: 0 10px;
  }
}
@media (max-width: 1365px) {
  .navbar-expand-lg .navbar-brand img {
    width: 240px;
  }
  .navbar-expand-lg .button {
    font-size: 12px;
    height: 35px;
    line-height: 33px;
    padding: 0 10px;
  }
  .navbar-expand-lg .navbar-nav .menu-item {
    margin: 0 6px;
  }
  .navbar-expand-lg .navbar-nav .menu-item a {
    font-weight: 400;
    font-size: 11px;
  }
  .navbar-expand-lg .navbar-nav .menu-item .sub-menu {
    width: calc(100% + 16px);
    left: -8px;
    top: -4px;
    padding: 30px 8px 3px;
  }
  .navbar-expand-lg .navbar-nav .menu-item-has-children a {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-lg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
  }
  .navbar-expand-lg .navbar-nav {
    display: none;
  }
  .navbar-expand-lg .navbar-brand {
    padding: 0;
  }
  .navbar-expand-lg .navbar-brand img {
    width: 400px;
  }
  .navbar-expand-lg .container .button {
    display: none;
  }
  .navbar-expand-lg .navbar-toggler {
    color: #fff;
    background-color: #BA8B33;
    border-radius: 3px;
    outline: none !important;
    padding: 0;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    font-size: 25px;
    position: absolute;
    right: 30px;
    top: 20px;
  }
  .navbar-expand-lg .navbar-toggler span {
    margin: 3px 0;
    display: block;
    width: 26px;
    height: 3px;
    background-color: #fff;
  }
}
@media (max-width: 575px) {
  .navbar-expand-lg .navbar-brand img {
    width: 250px;
  }
  .navbar-expand-lg .navbar-toggler {
    top: 15px;
    right: 15px;
  }
}
footer .top {
  padding: 40px 0;
  background-color: #333333;
}
footer .bottom {
  padding: 10px 0;
}
footer .bottom p,
footer .bottom a {
  color: #333333;
}
footer .bottom p {
  margin-bottom: 0;
  font-size: 13px;
}
footer .bottom a {
  font-weight: 400;
  font-size: 13px;
}
footer p,
footer li,
footer a {
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
}
footer p {
  margin-bottom: 20px;
}
footer a:hover {
  color: #BA8B33;
}
footer .text .header {
  font-size: 24px;
}
footer .text p {
  font-size: 13px;
}
footer .text p:last-of-type {
  margin: 0;
}
footer .text a {
  font-size: 13px;
}
footer .header {
  font-family: "Noto Serif", serif;
  font-size: 24px;
}
footer ul {
  padding: 0;
  margin: 0 -10px;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}
footer ul li {
  width: 50%;
  display: inline-block;
  padding: 0 10px;
  margin-bottom: 5px;
}
footer ul li.bold a {
  font-weight: 400;
}
footer .inline-menu {
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  margin: 40px 0 0;
  padding-top: 30px;
  text-align: center;
  display: block;
}
footer .inline-menu ul {
  justify-content: center;
}
footer .inline-menu ul li {
  margin: 10px 0 0;
  width: auto;
  color: #fff;
  text-decoration: none;
}
footer .social-media {
  display: flex;
  justify-content: flex-start;
  padding-top: 20px;
  width: 100%;
}
footer .social-media a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 5px;
  color: #333333;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
footer .social-media a:hover {
  opacity: 0.8;
}
footer .social-media a img {
  width: 16px;
  height: auto;
}
footer .social-media a img.facebook {
  width: 12px;
}
footer .partners-wrapper {
  padding: 15px 0;
  border-bottom: 1px solid #DDD8D8;
}
footer .partners-wrapper .container {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
footer .partners-wrapper .desc {
  width: 160px;
  max-width: 160px;
  height: 50px;
}
footer .partners-wrapper .desc img {
  width: 50px;
  height: auto;
  display: inline-block;
  margin-right: 15px;
}
footer .partners-wrapper .desc .text {
  font-family: "Noto Serif", serif;
  color: #333333;
  display: inline-block;
  font-size: 16px;
}
footer .partners-wrapper .owl-carousel {
  max-width: calc(100% - 160px);
}
footer .partners-wrapper .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
footer .partners-wrapper img {
  max-width: 80%;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  footer {
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  footer .top {
    padding-top: 10px;
  }
  footer .top .header {
    padding-top: 30px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  footer ul {
    margin: 0;
  }
  footer ul li {
    width: 100%;
    padding: 0;
  }
  footer .inline-menu {
    text-align: left;
  }
  footer .inline-menu ul {
    justify-content: flex-start;
  }
  footer .inline-menu ul li {
    width: 100%;
    padding: 0;
    margin: 5px 0 0;
  }
}
@media (max-width: 575px) {
  footer .partners-wrapper .container {
    flex-flow: column;
    flex-wrap: wrap;
  }
  footer .partners-wrapper .desc {
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: auto;
  }
  footer .partners-wrapper .desc .text {
    display: block;
    margin: 10px 0;
  }
  footer .partners-wrapper .owl-carousel {
    width: 100%;
    max-width: 100%;
  }
}
.questions-cta {
  padding: 30px 0;
  background-color: #BA8B33;
  text-align: center;
  z-index: 2;
  position: relative;
}
.questions-cta a,
.questions-cta p {
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.8px;
}
.questions-cta p a {
  font-weight: 400;
}
.questions-cta p a:hover {
  opacity: 0.8;
}
.questions-cta p {
  font-weight: 600;
  margin: 0 auto;
}
.questions-cta .icon {
  height: 60px;
  margin: 30px auto 20px;
}
.questions-cta .icon img {
  height: 100%;
  width: auto;
}
.questions-cta img {
  max-width: 100%;
  height: auto;
}
.questions-cta .button {
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 1.2px;
  font-weight: 600;
  line-height: 38px;
  height: 40px;
  padding: 0 20px;
}
.questions-cta .button:hover {
  opacity: 1;
}

@media (max-width: 991px) {
  .questions-cta {
    padding: 50px 0;
  }
}
@media (max-width: 575px) {
  .questions-cta .icon {
    height: 45px;
  }
  .questions-cta a,
.questions-cta p {
    font-size: 16px;
  }
}
.home-banner {
  padding: 150px 0 50px;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
}
.home-banner .cover {
  opacity: 0.5;
  background-color: #333333;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.home-banner .container {
  z-index: 2;
  position: relative;
}
.home-banner .title {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  text-align: center;
  margin: 0 0 20px;
}
.home-banner .title .bold {
  font-weight: 700;
}
.home-banner .subtitle {
  color: #fff;
  text-align: center;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 300;
}
.home-banner .box {
  margin-top: 30px;
}
.home-banner .box .inside {
  padding: 30px;
  border: 1px solid #fff;
  height: 100%;
}
.home-banner .box img {
  height: 80px;
  width: auto;
  display: block;
  margin: 0 auto 20px;
}
.home-banner .box .name {
  font-size: 24px;
  color: #fff;
  font-family: "Noto Serif", serif;
  text-align: center;
  margin: 0 0 10px;
}
.home-banner .box .name a {
  color: #fff;
}
.home-banner .box .text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.map-label {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #BA8B33;
  display: none;
  padding: 5px 10px;
  color: #fff;
  border-radius: 3px;
  font-weight: 300;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.map-label.showed {
  display: block;
}

.map-list-wrapper .voivodeship {
  text-transform: lowercase;
}
.map-list-wrapper .map-wrapper {
  text-align: center;
  padding-top: 50px;
}
.map-list-wrapper .map-wrapper img {
  width: 100%;
  height: auto;
  transform: scale(1.25);
}
.map-list-wrapper .map-wrapper svg {
  max-width: 100%;
}
.map-list-wrapper .map-wrapper svg path,
.map-list-wrapper .map-wrapper svg polygon {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.map-list-wrapper .map-wrapper svg a:visited path,
.map-list-wrapper .map-wrapper svg a:visited polygon {
  fill: #c3c3c3 !important;
  stroke: #fff !important;
}
.map-list-wrapper .map-wrapper svg a:hover path,
.map-list-wrapper .map-wrapper svg a:hover polygon {
  fill: #BA8B33 !important;
}
.map-list-wrapper .map-wrapper svg g path,
.map-list-wrapper .map-wrapper svg g polygon {
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  cursor: pointer;
}
.map-list-wrapper .map-wrapper svg g a:visited path {
  fill: #c3c3c3 !important;
  stroke: #fff !important;
}
.map-list-wrapper .map-wrapper svg g a:hover path {
  fill: #BA8B33 !important;
}
.map-list-wrapper .image-header {
  margin-bottom: 30px;
}
.map-list-wrapper .arrow-list {
  padding: 0 60px;
}
.map-list-wrapper .arrow-list ul {
  display: flex;
  flex-wrap: wrap;
}
.map-list-wrapper .arrow-list ul.voivodeships {
  text-transform: lowercase;
}
.map-list-wrapper .arrow-list ul li {
  width: 50%;
}
.map-list-wrapper .arrow-list ul a {
  color: #333333;
}
.map-list-wrapper .arrow-list ul a:hover {
  color: #BA8B33;
  opacity: 1;
}

.companies-listing {
  position: relative;
  z-index: 2;
}
.companies-listing .empty p {
  margin: 0;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.companies-listing .empty-page {
  text-align: center;
  margin-top: 30px;
}
.companies-listing .item {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.companies-listing .item .badge {
  display: none;
  border-radius: 0;
  padding: 10px;
  width: 160px;
  text-align: center;
  position: absolute;
  left: -37px;
  top: 25px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.companies-listing .item .badge.available {
  background-color: #4caf50;
  display: block;
}
.companies-listing .item .badge.reserved {
  background-color: #b12218;
  display: block;
}
.companies-listing .item .badge.reserved span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
}
.companies-listing .item .badge.Premium {
  background-color: #BA8B33;
}
.companies-listing .item .badge.Standard {
  background-color: #92999D;
}
.companies-listing .item .badge.Minimum {
  background-color: #212121;
}
.companies-listing .item .badge span {
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.companies-listing .item .image {
  width: 250px;
  height: auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #DDD8D8;
  border-right: 0;
}
.companies-listing .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.companies-listing .item .inside {
  width: calc(100% - 250px);
  background-color: #fff;
  border: 1px solid #DDD8D8;
  padding: 30px 35px;
}
.companies-listing .item p {
  color: #333333;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 5px;
}
.companies-listing .item .address {
  color: #565C60;
  margin-bottom: 5px;
}
.companies-listing .item .address a {
  color: #565C60;
}
.companies-listing .item .address a:hover {
  color: #BA8B33;
}
.companies-listing .item .address i {
  color: #BA8B33;
}
.companies-listing .item .tel {
  font-weight: 700;
}
.companies-listing .item .tel a {
  color: #BA8B33;
}
.companies-listing .item img {
  width: 16px;
  height: auto;
  margin-right: 5px;
}
.companies-listing .item img.marker {
  width: 12px;
}
.companies-listing .item .title {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  margin: 0 0 10px;
}
.companies-listing .item .title a {
  color: #333333;
}
.companies-listing .item .title a:hover {
  color: #BA8B33;
}
.companies-listing .item .button {
  border: none;
  height: auto;
  line-height: 1.3;
  color: #BA8B33;
  width: auto;
  background-color: transparent;
  padding: 0;
  border-bottom: 1.5px solid #BA8B33;
  border-radius: 0;
}
.companies-listing .button-wrapper {
  text-align: center;
  margin-top: 30px;
}

.cta-add {
  position: relative;
  text-align: center;
  padding: 90px 30px;
}
.cta-add .border-wrapper {
  position: absolute;
  z-index: 2;
  left: 15px;
  top: 15px;
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  border: 2px solid #fff;
}
.cta-add .cover {
  opacity: 0.5;
  background-color: #333333;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.cta-add .container {
  z-index: 3;
  position: relative;
}
.cta-add .title {
  color: #fff;
  font-family: "Noto Serif", serif;
  font-size: 45px;
  text-align: center;
  margin: 0 0 20px;
}
.cta-add .subtitle {
  color: #fff;
  text-align: center;
  font-style: italic;
  font-size: 22px;
  margin: 0 0 20px;
  font-weight: 300;
}

.about-home .row {
  align-items: center;
}
.about-home .page-content {
  padding: 0 60px;
  text-align: center;
}
.about-home .page-content p {
  text-align: center;
  line-height: 1.8;
}
.about-home .image img {
  width: 100%;
  height: auto;
}

.press-info-wrapper .item a {
  position: relative;
  display: block;
}
.press-info-wrapper .item a:hover .cover {
  background-color: #BA8B33;
}
.press-info-wrapper .item .cover {
  background-color: #333333;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
  opacity: 0.35;
}
.press-info-wrapper .item img {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
}
.press-info-wrapper .item .inside {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  flex-flow: column;
  padding: 15px;
}
.press-info-wrapper .item .inside img {
  max-width: 90%;
  width: 150px;
  height: auto;
  margin-top: 15px;
}
.press-info-wrapper .item span {
  color: #fff;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 1px;
  text-align: center;
  font-family: "Noto Serif", serif;
}

.about-company .item {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.about-company .item:last-of-type {
  margin-bottom: 0;
}
.about-company .image-wrapper.order-12 {
  text-align: right;
}
.about-company .image-wrapper img {
  width: 100%;
  height: auto;
  display: inline-block;
}
.about-company .image-wrapper .image {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.about-company .page-content p:last-of-type {
  margin: 0;
}

@media (max-width: 1199px) {
  .home-banner .box .inside {
    padding: 30px 20px;
  }
  .home-banner .box img {
    height: 60px;
  }
  .home-banner .box .name {
    font-size: 19px;
  }
  .home-banner .box .text {
    font-size: 14px;
  }

  .companies-listing .item {
    position: relative;
  }
  .companies-listing .item .image {
    height: auto;
    width: 100%;
    border: 1px solid #DDD8D8;
    border-bottom: none;
  }
  .companies-listing .item .image img {
    object-fit: unset;
    height: auto;
    margin: 0;
  }
  .companies-listing .item .inside {
    width: 100%;
  }

  .about-home .page-content {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .map-list-wrapper.block-page .image-header .title,
.map-list-wrapper.block-page .image-header img {
    display: none;
  }
  .map-list-wrapper .arrow-list {
    padding: 0 15px;
  }
  .map-list-wrapper .arrow-list ul li {
    width: 100%;
  }
  .map-list-wrapper .map-wrapper {
    margin-top: 50px;
  }

  .about-home .page-content {
    padding: 0 0 30px;
  }

  .about-company .image-wrapper {
    text-align: center;
  }
  .about-company .image-wrapper.order-12 {
    text-align: center;
  }
  .about-company .image-wrapper .image {
    width: 200px !important;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .home-banner .text-wrapper {
    order: 2;
    margin-top: 20px;
  }
  .home-banner .box {
    margin-top: 10px;
  }
  .home-banner .box:nth-child(2) {
    margin: 0;
  }
  .home-banner .title {
    font-size: 35px;
  }
  .home-banner .subtitle {
    font-size: 20px;
  }

  .cta-add {
    padding: 70px 30px;
  }
  .cta-add .title {
    font-size: 35px;
  }
  .cta-add .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .home-banner .box .inside {
    padding: 20px;
  }
  .home-banner .box img {
    height: 50px;
  }

  .companies-listing .item .inside {
    padding: 15px 20px;
  }

  .map-list-wrapper.home .map-wrapper svg {
    margin: -50px auto 0;
  }
  .map-list-wrapper .map-wrapper svg {
    height: 200px;
    width: 260px;
    display: block;
    margin: -100px auto 30px;
  }

  .about-company .image-wrapper .image {
    width: 150px !important;
  }
}
@media (max-width: 479px) {
  .home-banner {
    padding-top: 65px;
  }
  .home-banner .title {
    font-size: 25px;
  }
  .home-banner .subtitle {
    font-size: 16px;
  }
  .home-banner .owl-dots {
    bottom: 10px;
  }

  .cta-add {
    padding: 50px 30px;
  }
  .cta-add .title {
    font-size: 25px;
  }
  .cta-add .subtitle {
    font-size: 15px;
  }
}
.company-wrapper {
  margin-top: 40px;
}
.company-wrapper .image {
  padding-right: 30px;
}
.company-wrapper .image img {
  width: 100%;
  height: auto;
}
.company-wrapper .page-content {
  padding-left: 30px;
}
.company-wrapper .page-content .title {
  margin: 10px 0 30px;
  font-size: 35px;
}
.company-wrapper .page-content ul {
  padding: 0;
  margin: 0 0 30px;
  list-style-type: none;
}
.company-wrapper .page-content ul li {
  font-size: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}
.company-wrapper .page-content ul li:last-of-type {
  margin-bottom: 0;
}
.company-wrapper .page-content ul .tel {
  font-weight: 700;
}
.company-wrapper .page-content ul .tel a {
  color: #BA8B33;
}
.company-wrapper .page-content ul a {
  color: #333333;
}
.company-wrapper .page-content ul a:hover {
  color: #BA8B33;
}
.company-wrapper .page-content ul i {
  width: 25px;
  display: inline-block;
  color: #BA8B33;
  position: relative;
  top: 1px;
}
.company-wrapper .page-content ul img {
  width: 16px;
  height: auto;
  position: absolute;
  left: 0;
  top: 7px;
}
.company-wrapper .page-content ul img.marker {
  width: 13px;
}
.company-wrapper .page-content ul .fa-phone {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -3px;
}
.company-wrapper .main-content {
  padding: 30px 15px 0;
}

@media (max-width: 991px) {
  .company-wrapper {
    margin-top: 0;
  }
  .company-wrapper .page-content,
.company-wrapper .image {
    padding: 0 15px;
  }
  .company-wrapper .page-content .title {
    font-size: 30px;
  }
  .company-wrapper .page-content ul li {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .company-wrapper .page-content .title {
    font-size: 25px;
  }
  .company-wrapper .page-content ul li {
    font-size: 15px;
  }
}
.news-wrapper .all-news {
  padding-right: 60px;
}

.news-listing .item {
  margin-top: 30px;
}
.news-listing .item img {
  width: 100%;
  height: auto;
}
.news-listing .item .image {
  position: relative;
}
.news-listing .item .image .category {
  background-color: #BA8B33;
  position: absolute;
  left: 30px;
  top: 30px;
  display: none;
}
.news-listing .item .image .category a {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  display: inline-block;
  padding: 0 15px;
}
.news-listing .item .image .category a:hover {
  background-color: #92999D;
}
.news-listing .item .inside {
  background-color: #fff;
  border: 1px solid #DDD8D8;
  padding: 30px;
}
.news-listing .item .inside .title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin: 0;
}
.news-listing .item .inside .title a {
  color: #333333;
}
.news-listing .item .inside .title a:hover {
  color: #BA8B33;
}
.news-listing .item .inside .date {
  color: #92999D;
  font-weight: 300;
  font-style: italic;
  font-size: 15px;
  margin: 10px 0;
}
.news-listing .item .inside p {
  margin: 0 0 20px;
  color: #565C60;
  font-size: 15px;
  font-weight: 300;
}
.news-listing .item .inside .button {
  border: none;
  height: auto;
  line-height: 1.3;
  color: #BA8B33;
  width: auto;
  background-color: transparent;
  padding: 0;
  border-bottom: 1.5px solid #BA8B33;
  border-radius: 0;
}

.sidebar-wrapper {
  position: relative;
}
.sidebar-wrapper .sidebar {
  position: sticky;
  left: 0;
  top: 0;
  margin: 30px 0;
}

.sidebar-news .item {
  margin-bottom: 30px;
}
.sidebar-news .header {
  font-size: 20px;
  font-family: "Noto Serif", serif;
  color: #333333;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.sidebar-news .box {
  border-top: 2px solid #BA8B33;
  padding: 30px 20px;
  background-color: rgba(217, 210, 200, 0.25);
  width: 100%;
}
.sidebar-news form {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.sidebar-news form input {
  width: calc(100% - 40px);
  height: 40px;
  border: 1px solid #DDD8D8;
  border-right: 0;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #565C60;
  padding: 0 10px;
  outline: none;
}
.sidebar-news form button {
  width: 40px;
  height: 40px;
  border: none;
  background-color: #BA8B33;
  color: #fff;
  outline: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.sidebar-news form button:hover {
  background-color: #92999D;
}
.sidebar-news form button img {
  width: 16px;
  height: auto;
}
.sidebar-news .categories {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sidebar-news .categories li {
  padding: 10px 0;
  border-bottom: 1px solid #92999D;
}
.sidebar-news .categories li:first-of-type {
  padding-top: 0;
}
.sidebar-news .categories li:last-of-type {
  padding-bottom: 0;
  border: none;
}
.sidebar-news .categories li a {
  color: #565C60;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.sidebar-news .categories li a:hover {
  color: #BA8B33;
}
.sidebar-news .categories li a i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 13px;
}
.sidebar-news .sidebar-post {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}
.sidebar-news .sidebar-post:last-of-type {
  margin-bottom: 0;
}
.sidebar-news .sidebar-post .image {
  width: 60px;
  display: inline-block;
}
.sidebar-news .sidebar-post .image:hover {
  opacity: 0.8;
}
.sidebar-news .sidebar-post .image img {
  width: 100%;
  height: auto;
}
.sidebar-news .sidebar-post .text {
  margin: 0;
  width: calc(100% - 80px);
  margin-left: 20px;
}
.sidebar-news .sidebar-post .text .title {
  margin: 0;
  line-height: 1.3;
  position: relative;
  top: -2px;
}
.sidebar-news .sidebar-post .text a {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: inline-block;
}
.sidebar-news .sidebar-post .text a:hover {
  color: #BA8B33;
}

.post-wrapper .page-content {
  margin-top: 30px;
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .news-wrapper .all-news {
    padding-right: 15px;
  }
  .news-wrapper .sidebar-wrapper {
    padding-left: 0;
  }

  .post-wrapper .page-content {
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .news-wrapper .sidebar-wrapper {
    padding: 0 15px;
  }
  .news-wrapper .sidebar-wrapper .sidebar {
    margin-bottom: 0;
  }

  .post-wrapper .page-content {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .news-listing .item .inside {
    padding: 15px 20px;
  }
  .news-listing .item .inside .title {
    font-size: 16px;
  }
  .news-listing .item .inside .date {
    font-size: 13px;
  }
  .news-listing .item .image .category {
    top: 20px;
    left: 20px;
  }

  .sidebar-post {
    align-items: flex-start;
  }
  .sidebar-post .image {
    width: 40px;
  }
  .sidebar-post .text {
    width: calc(100% - 50px);
    margin-left: 10px;
  }
  .sidebar-post .text a {
    font-size: 14px;
    font-weight: 400;
  }
}
span.wpcf7-not-valid-tip {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}

.wpcf7-response-output {
  border: none !important;
  padding: 0 !important;
  color: #333333;
  font-size: 15px;
}

.form-wrapper form {
  margin-top: -30px;
}
.form-wrapper form .image-header {
  text-align: center;
  margin: 60px auto 20px;
}
.form-wrapper form .image-header p {
  margin: 0;
  display: block;
}
.form-wrapper form .image-header img {
  width: 120px;
}
.form-wrapper form p {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: flex-start;
}
.form-wrapper form label {
  width: 100%;
  padding: 0 15px;
  margin: 0 0 15px;
}
.form-wrapper form .half {
  width: 50%;
}
.form-wrapper form textarea {
  width: 100%;
  border: 1px solid #DDD8D8;
  height: 120px;
  outline: none !important;
  color: #565C60;
  font-size: 16px;
  font-weight: 300;
  padding: 10px 15px;
  letter-spacing: 0.7px;
}
.form-wrapper form input {
  outline: none !important;
}
.form-wrapper form input:not([type=submit]) {
  width: 100%;
  border: 1px solid #DDD8D8;
  height: 45px;
  color: #565C60;
  font-size: 16px;
  font-weight: 300;
  padding: 0 15px;
  letter-spacing: 0.7px;
}
.form-wrapper form input[type=submit] {
  background-color: #BA8B33;
  border-color: #BA8B33;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.form-wrapper form input[type=submit]:hover {
  background-color: #92999D;
  border-color: #92999D;
}
.form-wrapper form .file {
  position: relative;
  padding-left: 300px;
  display: flex;
  align-items: center;
  min-height: 45px;
}
.form-wrapper form .file:hover::before {
  background-color: #BA8B33;
}
.form-wrapper form .file::before {
  content: "Dodaj zdjęcie wyróżniające";
  position: absolute;
  left: 15px;
  top: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  font-size: 14px;
  letter-spacing: 1.5px;
  font-weight: 500;
  padding: 0 30px;
  color: #fff;
  background-color: #92999D;
  cursor: pointer;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.form-wrapper form .file .input-file {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 270px;
  height: 100%;
  cursor: pointer;
}
.form-wrapper form .file .file-value {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
  color: #565C60;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.form-wrapper form .info span {
  font-size: 14px;
  font-weight: 400;
}
.form-wrapper form .info .comment {
  color: #BA8B33;
  font-weight: 300;
}
.form-wrapper form .communities {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.form-wrapper form .checkbox {
  position: relative;
}
.form-wrapper form .checkbox.small {
  width: 25%;
}
.form-wrapper form .checkbox.not-available .checkbox-text {
  color: #f64747;
}
.form-wrapper form .checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.form-wrapper form .checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #565C60;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.form-wrapper form .checkbox .wpcf7-list-item-label::before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #DDD8D8;
  background-repeat: no-repeat;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
}
.form-wrapper form .checkbox .wpcf7-list-item {
  margin: 0;
}
.form-wrapper form .checkbox .wpcf7-list-item label {
  padding: 0;
}
.form-wrapper form .checkbox .checkbox-text {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #565C60;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.5;
}
.form-wrapper form .checkbox .checkbox-text::before {
  content: "";
  height: 15px;
  width: 15px;
  position: absolute;
  left: 0;
  top: 3px;
  border: 1px solid #DDD8D8;
  background-repeat: no-repeat;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
  -webkit-background-size: 90%;
  -moz-background-size: 90%;
  -o-background-size: 90%;
  background-size: 90%;
}
.form-wrapper form .checkbox input:checked ~ .checkbox-text::before {
  background-image: url("../img/tick.svg");
}
.form-wrapper form .checkbox input:checked ~ .wpcf7-list-item-label::before {
  background-image: url("../img/tick.svg");
}
.form-wrapper form .pakiet {
  padding-left: 40px;
  position: relative;
}
.form-wrapper form .pakiet input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.form-wrapper form .pakiet .download {
  z-index: 3;
  position: relative;
  color: #333333;
  font-size: 15px;
  padding-left: 35px;
  display: inline-block;
  margin-top: 15px;
}
.form-wrapper form .pakiet .download::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 27px;
  background-image: url("../img/pdf-icon.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
}
.form-wrapper form .pakiet .download:hover {
  color: #BA8B33;
}
.form-wrapper form .pakiet .pakiet-name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #BA8B33;
  margin-bottom: 10px;
  position: relative;
}
.form-wrapper form .pakiet .pakiet-name::before {
  content: "";
  height: 18px;
  width: 18px;
  border-radius: 50%;
  position: absolute;
  left: -25px;
  top: 7px;
  border: 1px solid #DDD8D8;
}
.form-wrapper form .pakiet .pakiet-name::after {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  left: -20px;
  top: 12px;
}
.form-wrapper form .pakiet .pakiet-name .price {
  color: #BA8B33;
  font-style: italic;
}
.form-wrapper form .pakiet .desc {
  font-weight: 300;
  color: #565C60;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
  font-style: italic;
}
.form-wrapper form .pakiet .desc::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BA8B33;
  position: absolute;
  left: 0;
  top: 10px;
}
.form-wrapper form .pakiet input:checked ~ .pakiet-name::after {
  background-color: #BA8B33;
}
.form-wrapper form .not-shown {
  display: none;
}
.form-wrapper form .selectric {
  border: 1px solid #DDD8D8;
  background-color: transparent;
  height: 45px;
}
.form-wrapper form .selectric .label {
  margin: 0 40px 0 15px;
  height: 43px;
  color: #565C60;
  font-size: 15px;
  line-height: 43px;
  font-weight: 300;
  letter-spacing: 0.7px;
}
.form-wrapper form .selectric .button {
  width: 40px;
  height: 43px;
  padding: 0;
  background-color: transparent;
}
.form-wrapper form .selectric .button::after {
  display: none;
}
.form-wrapper form .selectric .button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 10px;
  background-image: url("../img/chevron-down-gold.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
}

@media (max-width: 991px) {
  .form-wrapper form {
    margin-top: 30px;
  }
  .form-wrapper form .image-header {
    margin: 30px auto 20px;
  }
}
@media (max-width: 575px) {
  .form-wrapper form .half {
    width: 100%;
  }
  .form-wrapper form input:not([type=submit]) {
    height: 35px;
    padding: 0 15px;
    font-size: 13px;
  }
  .form-wrapper form textarea {
    font-size: 13px;
  }
  .form-wrapper form .checkbox .wpcf7-list-item-label {
    font-size: 13px;
  }
  .form-wrapper form .file {
    padding: 50px 15px 0;
  }
  .form-wrapper form .file::before {
    max-width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 13px;
    font-weight: 400;
    padding: 0 15px;
  }
}
@media (max-width: 479px) {
  .form-wrapper form .pakiet .pakiet-name {
    font-size: 17px;
  }
  .form-wrapper form .pakiet .pakiet-name::before {
    top: 6px;
  }
  .form-wrapper form .pakiet .desc {
    font-size: 14px;
  }
}
.thank-you .text {
  margin: 30px 0 0;
  font-size: 25px;
  color: #333333;
  font-weight: 400;
}

.add-company-sidebar .part {
  margin-bottom: 50px;
}
.add-company-sidebar .image-header .title {
  font-size: 25px;
}
.add-company-sidebar .image-header img {
  width: 120px;
  margin: 10px 0 8px;
}
.add-company-sidebar .item {
  margin-top: 20px;
}
.add-company-sidebar .item .number {
  font-size: 25px;
  font-family: "Noto Serif", serif;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  background-color: #BA8B33;
}
.add-company-sidebar .item .number span {
  line-height: 50px;
  display: inline-block;
  position: relative;
}
.add-company-sidebar .item .desc {
  font-size: 17px;
  color: #565C60;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.3;
}
.add-company-sidebar .star {
  margin: 30px 0 0;
  font-weight: 300;
  color: #565C60;
  font-size: 14px;
  line-height: 1.3;
  position: relative;
  padding-left: 10px;
}
.add-company-sidebar .star span {
  position: absolute;
  left: 0;
  top: 0;
  color: #BA8B33;
  font-weight: 500;
}
.add-company-sidebar .download-list {
  padding: 0;
  margin: 30px 0 0;
  list-style-type: none;
}
.add-company-sidebar .download-list li {
  position: relative;
  margin-bottom: 40px;
  padding-left: 50px;
}
.add-company-sidebar .download-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 38px;
  height: 40px;
  background-image: url("../img/pdf-icon.svg");
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -moz-background-position: center;
  -o-background-position: center;
  background-position: center;
}
.add-company-sidebar .download-list li:last-of-type {
  margin-bottom: 0;
}
.add-company-sidebar .download-list li a {
  font-size: 17px;
  color: #565C60;
  text-align: center;
  position: relative;
}
.add-company-sidebar .download-list li a:hover {
  color: #BA8B33;
}
.add-company-sidebar .download-list li i {
  color: #BA8B33;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
}

.add-company {
  padding-right: 60px;
}

@media (max-width: 1199px) {
  .add-company {
    padding: 0 15px;
  }
  .add-company form {
    margin: 0;
  }
}
@media (max-width: 991px) {
  .add-company {
    margin-bottom: 40px;
  }

  .add-company-sidebar {
    text-align: center;
  }
  .add-company-sidebar .star {
    width: auto;
    display: inline-block;
  }
  .add-company-sidebar .download-list {
    width: auto;
    display: inline-block;
    text-align: left;
  }
}
.cooperation-text {
  justify-content: space-between;
}
.cooperation-text .item {
  padding: 0 15px 0 30px;
  max-width: 25%;
  position: relative;
}
.cooperation-text .item::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #BA8B33;
  position: absolute;
  left: 15px;
  top: 11px;
}

.cooperation-ctas .cta-add {
  height: 100%;
  display: flex;
  align-items: center;
}

.cooperation-adv .item {
  margin-top: 50px;
  text-align: center;
}
.cooperation-adv .item p {
  margin: 0;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #565C60;
}
.cooperation-adv .item i {
  display: inline-block;
  color: #BA8B33;
  font-size: 60px;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .cooperation-text .item {
    max-width: 50%;
    width: 50%;
  }
}
@media (max-width: 479px) {
  .cooperation-text .item {
    max-width: 100%;
    width: 100%;
  }
}
.cookies-info {
  position: fixed;
  left: 20px;
  bottom: 6%;
  width: 300px;
  background-color: #fff;
  padding: 15px 20px 15px;
  -webkit-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  z-index: 99999;
  display: none;
}
.cookies-info.shown {
  display: block;
}
.cookies-info .title {
  margin: 0;
  font-size: 1.75rem;
  color: #333333;
}
.cookies-info .text {
  margin: 0.7em 0;
  font-size: 15px;
  color: #333333;
}
.cookies-info .text a {
  color: #BA8B33;
}
.cookies-info .text a:hover {
  opacity: 0.8;
}
.cookies-info .button {
  margin-top: 0.2em;
  border: 0;
  padding: 6px 9px;
  border-radius: 3px;
  text-transform: none;
  font-weight: 400;
  line-height: unset;
  height: auto;
}

.add-review-content p {
  margin-bottom: 15px;
}

.add-review form {
  margin: 0;
  padding: 20px 0;
}
.add-review .questions {
  border-left: 1px solid #DDD8D8;
  padding-left: 45px;
}
.add-review .question {
  position: relative;
}
.add-review .question input {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.add-review .question p {
  margin: 0 0 15px;
  line-height: 1.3;
  font-size: 20px;
  color: #333333;
  font-weight: 700;
}
.add-review .question .stars {
  margin-bottom: 25px;
}
.add-review .question .stars .star {
  display: inline-block;
  margin-right: 2.5px;
  cursor: pointer;
}
.add-review .question .stars .star.empty-star .empty {
  display: block;
}
.add-review .question .stars .star.empty-star .full {
  display: none;
}
.add-review .question .stars .star.full-star .empty {
  display: none;
}
.add-review .question .stars .star.full-star .full {
  display: block;
}
.add-review .question .stars .star img {
  width: 25px;
  height: auto;
}
.add-review .card {
  border: none;
  padding: 20px 0;
}
.add-review .chart-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.add-review .chart-wrapper .chart {
  position: relative;
}
.add-review .chart-wrapper .review {
  color: #333333;
  font-size: 25px;
  margin: 10px 0 0;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.add-review .chart-wrapper canvas {
  width: 100%;
}
.add-review .chart-wrapper .review-count {
  margin: 20px 0 0;
  font-size: 16px;
  color: #333333;
  font-weight: 300;
}
.add-review .button {
  margin-top: 20px;
  outline: none;
}
.add-review .add-review-pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
}
.add-review .add-review-pop-up.opened {
  display: flex;
}
.add-review .add-review-pop-up .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background-color: #333333;
  z-index: 1;
}
.add-review .add-review-pop-up .inside {
  position: relative;
  z-index: 2;
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
}
.add-review .add-review-pop-up img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
}
.add-review .add-review-pop-up p {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 300;
  color: #333333;
  font-size: 16px;
}
.add-review .add-review-pop-up .thank-you {
  font-size: 22px;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  margin-bottom: 10px;
}

.testimonials-form .form-wrapper form {
  margin-top: 10px;
}

.testimonials .owl-carousel {
  margin-top: 40px;
}
.testimonials .owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}
.testimonials .owl-carousel .owl-dots .owl-dot {
  border: 1px solid #92999D;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
}
.testimonials .owl-carousel .owl-dots .owl-dot.active {
  border-color: #BA8B33;
  background-color: #BA8B33;
}
.testimonials .item .logo {
  width: 100%;
  height: 100px;
  margin-bottom: 20px;
}
.testimonials .item .logo img {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: 100%;
  object-fit: contain;
}
.testimonials .item .name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}
.testimonials .item p {
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .add-review .questions {
    border-left: none;
    border-bottom: 1px solid #DDD8D8;
    padding-left: 15px;
    margin-bottom: 50px;
  }
  .add-review form {
    padding: 0 0 50px;
  }
}
@media (max-width: 767px) {
  .add-review .question p {
    font-size: 16px;
  }
}
#svg9025 a {
  -moz-transform: scale(1.5) !important;
}

@media (max-width: 1199px) {
  .map-wrapper #svg9025 {
    min-width: 300px !important;
    min-height: 250px !important;
    zoom: 1.5 !important;
  }
  .map-wrapper #svg9025 a {
    -moz-transform: scale(1) !important;
  }
}
@media (max-width: 600px) {
  .map-wrapper #svg9025 {
    min-width: 190px !important;
    min-height: 220px !important;
    zoom: 1 !important;
  }
}
@media (min-width: 1200px) {
  #svg9450 {
    min-height: 310px !important;
  }
  #svg9450 a {
    -moz-transform: scale(1.5) !important;
  }
}
.job-offer .icon {
  width: 200px;
  height: 200px;
  max-width: 100%;
}
.job-offer .form-wrapper form {
  margin-top: 0;
}

/*# sourceMappingURL=style.css.map */
