@charset "UTF-8";
/*@import "../assets/OwlCarousel/src/scss/owl.carousel.scss";
@import "../assets/OwlCarousel/src/scss/owl.theme.default.scss";
@import "../assets/OwlCarousel/src/scss/owl.theme.green.scss";*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body {
  font-family: "Montserrat", sans-serif;
  max-width: 2440px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  font-size: 18rem;
  line-height: 120%;
}
body.compensate-for-scrollbar {
  margin-right: auto !important;
}
body h1 {
  color: #000000;
  font-size: 40rem;
  margin-bottom: 20rem;
}
body h2 {
  color: #000000;
  font-size: 28rem;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
}
body h3 {
  color: #003199;
  font-size: 25rem;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
}
body h4 {
  color: #000000;
  font-size: 23rem;
  text-transform: uppercase;
}
body p {
  color: #000000;
  font-size: 18rem;
  margin-bottom: 10rem;
}
body a {
  color: #003199;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  font-size: 18rem;
}
body a:hover {
  color: #ffd30b;
  text-decoration: none;
}
body ul {
  list-style: none;
  padding-left: 10rem;
}
body ul li {
  margin-bottom: 10px;
  color: #000000;
  font-size: 18rem;
  white-space: normal;
}
body ul li strong,
body ul li span {
  display: contents;
}
body ul li:before {
  content: " ";
  display: inline-block;
  min-width: 0;
  width: 8px;
  height: 8px;
  background-color: #ffd30b;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 1px;
}
body ol {
  padding-left: 30rem;
}
body figure {
  margin: 0;
  max-width: 100%;
  width: 100% !important;
}
body figure.image-style-align-center {
  display: flex;
  justify-content: center;
}
body figure.image-style-align-left {
  display: flex;
  justify-content: flex-start;
}
body figure.image-style-align-right {
  display: flex;
  justify-content: flex-end;
}
body input[type=number],
body input[type=text],
body input[type=tel],
body input[type=email],
body input[type=password],
body select,
body textarea {
  border: none;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: 110%;
  color: #262626;
  font-weight: 300;
  padding-left: 20px;
  border: 2px solid #ffd30b;
}
body textarea.form-control {
  height: 150px;
  border: none;
  width: 100%;
  margin: 0;
  background-color: #fff;
  border-radius: 10px;
  font-size: 110%;
  color: #262626;
  font-weight: 300;
  padding-left: 20px;
  padding-top: 5px;
  border: 2px solid #ffd30b;
}
body textarea {
  height: 300px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
}

html {
  font-size: 1px;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hidden-element {
  display: none;
}

.dropdown-menu {
  min-width: unset;
}

.dropdown-item {
  margin-bottom: 0;
}

.form-group {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
input.form-control {
  height: 48px;
  font-size: 16px;
  border-radius: 0px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  color: #000000;
}
input.form-control:placeholder {
  color: rgba(0, 0, 0, 0.5);
}
input.input-image {
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 25px;
  padding-left: 50px;
}

select.form-control {
  height: 44px;
  font-size: 16px;
  border-radius: 0px;
  border: 1px solid #dfdfdf;
  color: #000000;
  padding: 0px 15px;
  background-color: #f5f5f5;
}

.checkbox-label {
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  display: flex;
  margin: 0 10px 20px 10px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.checkbox-label input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 1px;
  height: 1px;
}
.checkbox-label .checkbox-styled {
  min-width: 22px;
  min-height: 22px;
  max-width: 22px;
  max-height: 22px;
  background-color: #f5f5f5;
  border: 1px solid #dfdfdf;
  display: inline-flex;
  justify-content: center;
  margin-right: 5px;
}
.checkbox-label .checkbox-styled span {
  color: rgba(255, 255, 255, 0);
  font-size: 24px;
}
.checkbox-label .checkbox-styled.checked span {
  color: #000000;
}
.checkbox-label:hover {
  color: #ffd30b;
}
.checkbox-label .regulamin p {
  margin: 0;
}

.btn,
.elementor-button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  font-family: "Montserrat", sans-serif;
  font-size: 21rem;
  background-color: transparent;
  line-height: inherit;
}
.btn:hover,
.elementor-button:hover {
  background-color: transparent;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.gradient-text {
  background: -webkit-linear-gradient(130deg, #755147 20%, #f1d3b3 39%, #b37f55 64%, #774f2f 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-primary {
  border-radius: 5px;
  border: none;
  background-color: #ffd30b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500;
}
.btn-primary:hover {
  border-color: transparent !important;
  background-color: #ffd30b !important;
  color: #fff !important;
}
.btn-primary:active, .btn-primary:focus {
  border-color: transparent !important;
  background-color: #ffd30b !important;
  color: #fff !important;
}

.btn-secondary {
  border-radius: 5px;
  border: 1px solid #ffd30b !important;
  background-color: #ffd30b;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: lowercase;
  padding: 10px 40px;
  min-width: 180px;
  font-weight: 500;
}
.btn-secondary:hover {
  border: 1px solid #ffd30b !important;
  background-color: #003199 !important;
  color: #ffd30b !important;
}
.btn-secondary:active, .btn-secondary:focus {
  border-color: transparent !important;
  background-color: #ffd30b !important;
  color: #fff !important;
}

button {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

form {
  position: relative;
}
form .r-name {
  position: absolute;
  top: 0px;
  right: 0px;
  opacity: -1;
  z-index: -1;
}

.my-tilt {
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.my-tilt:hover {
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
}

.max-linie-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.max-linie-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.max-linie-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.max-linie-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.max-linie-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.mr-1 {
  margin-right: 5rem !important;
}

.mr-2 {
  margin-right: 10rem !important;
}

.mr-3 {
  margin-right: 15rem !important;
}

.mr-4 {
  margin-right: 20rem !important;
}

.ml-1 {
  margin-left: 5rem !important;
}

.ml-2 {
  margin-left: 10rem !important;
}

.ml-3 {
  margin-left: 15rem !important;
}

.ml-4 {
  margin-left: 20rem !important;
}

.mt-1 {
  margin-top: 5rem !important;
}

.mt-2 {
  margin-top: 10rem !important;
}

.mt-3 {
  margin-top: 15rem !important;
}

.mt-4 {
  margin-top: 20rem !important;
}

.mb-1 {
  margin-bottom: 5rem !important;
}

.mb-2 {
  margin-bottom: 10rem !important;
}

.mb-3 {
  margin-bottom: 15rem !important;
}

.mb-4 {
  margin-bottom: 20rem !important;
}

.foto-block-group,
.only-text-group,
.steps-group,
.two-text-group,
.card-photo-group {
  padding: 0 !important;
}

.steps-group,
.two-text-group {
  padding-bottom: 40rem !important;
}

.card-photo-group {
  color: #000000 !important;
}

header {
  padding-top: 0px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 8;
}
header.sticked {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  padding-top: 0px;
  transform: translateY(-60px);
}
header #closetoggle {
  fill: #003199;
}
header #closetoggle svg {
  margin-right: 8px;
}

.shop-go-to-summary .btn-go-to-cart {
  display: none;
}

.shop-go-to-cart .btn-go-to-summary {
  display: none;
}
.shop-go-to-cart #shop-delivery {
  display: none;
}
.shop-go-to-cart #shop-discount {
  display: none;
}

.shop-cart .shop-product {
  display: flex;
  justify-content: space-between;
}
.shop-cart .summary-price {
  display: flex;
  justify-content: space-between;
}
.shop-cart .packaging-price {
  display: flex;
  justify-content: space-between;
}
.shop-cart .delivery-price {
  display: flex;
  justify-content: space-between;
}

main {
  position: relative;
  margin-top: 150rem;
}

.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  z-index: 9999999;
}
.preloader img {
  transition: 3s;
  -webkit-transition: 3s;
  width: 5vw;
  animation-name: preloader;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

#author-page .map-links ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 5px;
}
#author-page .map-links ul ul li {
  width: 100%;
}
#author-page .map-links ul li {
  width: 25%;
}

.userpanel-text-form {
  padding: 30px 0;
}
.userpanel-text-form .one-szkolenie {
  transition: 0.3s !important;
  -webkit-transition: 0.3s !important;
  margin-bottom: 20px;
}
.userpanel-text-form .one-szkolenie:hover {
  transform: scale(0.95) !important;
}
.userpanel-text-form .one-szkolenie img {
  width: 100%;
}
.userpanel-text-form .one-szkolenie .buttons {
  margin-top: 15px;
}
.userpanel-text-form .one-szkolenie .buttons .btn {
  padding: 10px 20px;
  font-size: 120%;
}
.userpanel-text-form .settings {
  width: fit-content;
  width: -moz-fit-content;
}
.userpanel-text-form .settings .link {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  margin-bottom: 2px;
  display: flex;
  align-items: center;
}
.userpanel-text-form .settings .link .text {
  color: #fff;
  font-size: 120%;
  font-weight: 600;
  padding: 10px 20px;
  display: block;
  background-color: #000000;
  width: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.userpanel-text-form .settings .link .icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  position: relative;
}
.userpanel-text-form .settings .link .icon img {
  max-width: 50%;
  max-height: 50%;
}
.userpanel-text-form .settings .link .icon .settings-icon {
  max-width: 30%;
  max-height: 30%;
  position: absolute;
  top: 3px;
  right: 3px;
}
.userpanel-text-form .settings .link:hover {
  transform: scale(0.95);
}
.userpanel-text-form .settings .link:last-child {
  margin-bottom: 0;
}
.userpanel-text-form h2 {
  font-size: 240%;
}
.userpanel-text-form h2:first-child {
  padding-top: 0;
}
.userpanel-text-form p,
.userpanel-text-form label {
  font-size: 140%;
  width: 100%;
}
.userpanel-text-form .alert {
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  font-weight: 400;
  margin-top: 5px;
}
.userpanel-text-form .discount_code input {
  border: 2px solid #000000 !important;
}
.userpanel-text-form .discount_price {
  display: none;
}
.userpanel-text-form .discount_price .old-price {
  text-decoration: line-through;
}
.userpanel-text-form .contact-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.userpanel-text-form form input[type=text],
.userpanel-text-form form input[type=email],
.userpanel-text-form form input[type=number],
.userpanel-text-form form input[type=password],
.userpanel-text-form form input[type=tel] {
  border-radius: 25px;
  border: 1px solid rgba(0, 0, 0, 0.2392156863);
  padding: 5px 20px;
  height: 50px;
  max-width: 450px;
  width: 100%;
  margin: 0;
  background-color: #fff;
}
.userpanel-text-form form .checkbox-label {
  font-size: 120%;
  margin-top: 0;
}
.userpanel-text-form form .checkbox-label a {
  font-size: 100%;
}
.userpanel-text-form form a {
  font-size: 120%;
}
.userpanel-text-form form .error {
  color: #721c24;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  max-width: 420px;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: 400;
}
.userpanel-text-form form .special-label {
  width: 420px;
  max-width: 100%;
  font-size: 120%;
}
.userpanel-text-form .row-530 {
  margin: 0 auto;
}
.userpanel-text-form .form-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
}
.userpanel-text-form .form-text {
  margin-left: auto;
  margin-right: auto;
  max-width: 450px;
  margin-bottom: 15px;
}
.userpanel-text-form .form-text .text-inner h2 {
  padding-bottom: 20rem;
}
.userpanel-text-form .error {
  margin-top: 5px;
  font-size: 100%;
  color: red;
  font-weight: 400;
  width: 100%;
  text-align: center;
  display: none;
}
.userpanel-text-form .form-error input {
  border-color: red !important;
}
.userpanel-text-form .form-error .error {
  display: block;
}
.userpanel-text-form .form-error .label-error .checkbox-styled {
  border-color: red !important;
}
.userpanel-text-form .form-error-format input {
  border-color: red !important;
}
.userpanel-text-form .form-error-format .error-format {
  display: block;
}
.userpanel-text-form .form-error-isset input {
  border-color: red !important;
}
.userpanel-text-form .form-error-isset .error-isset {
  display: block;
}
.userpanel-text-form .form-error-old-password input {
  border-color: red !important;
}
.userpanel-text-form .form-error-old-password .error-data {
  display: block;
}

.better-info {
  display: none;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 300;
  justify-content: center;
  align-items: center;
  padding: 30px;
}
.better-info .wrapper {
  max-width: 600px;
  font-weight: 500;
  position: relative;
  padding: 30px 45px 30px 145px;
  background-color: #fff;
  border-radius: 15px;
}
.better-info .wrapper.success {
  background-position: center left 45px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url("../img/send.svg");
}
.better-info .wrapper.warning {
  background-position: center left 45px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url("../img/info-warning.svg");
}
.better-info .wrapper.danger {
  background-position: center left 45px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url("../img/info-danger.svg");
}
.better-info .wrapper.info {
  background-position: center left 45px;
  background-repeat: no-repeat;
  background-size: 65px;
  background-image: url("../img/info-info.svg");
}
.better-info .wrapper .btn-close {
  color: black;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: 600;
}
.better-info .wrapper a {
  color: #3499b5;
}
.better-info .wrapper a:hover {
  text-decoration: underline;
}
.better-info .wrapper h4 {
  text-transform: uppercase;
}
.cookies-mini {
  box-shadow: 0 -1px 5px 0 #acabab;
  cursor: pointer;
  background-color: #f2f2f2;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: fixed;
  z-index: 5000;
  left: 20px;
  bottom: 20px;
}
.cookies-mini img {
  width: 30px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.cookies-mini:hover img {
  transform: rotate(90deg);
}

.cookies-settings {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3333333333);
}
.cookies-settings .container {
  max-height: calc(100vh - 40px);
  display: flex;
  flex-direction: column;
}
.cookies-settings .wrapper {
  position: relative;
  display: none;
  width: 1000px;
  max-width: calc(100% - 40px);
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 -1px 10px 0 #acabab;
}
.cookies-settings .btn-close {
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #ffd30b;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
}
.cookies-settings .scroll-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
}
.cookies-settings .cookie-change {
  display: flex;
  justify-content: center;
}
.cookies-settings .cookie-change input[type=checkbox] {
  position: relative;
  width: 48px;
  height: 28px;
  margin: 0;
  background: #fff;
  -webkit-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  border: none;
  top: 0;
  border: 2px solid #ffd30b;
}
.cookies-settings .cookie-change input[type=checkbox]:checked {
  background-color: #ffd30b;
}
.cookies-settings .cookie-change input[type=checkbox]:checked:before {
  right: 2px;
  left: 20px;
}
.cookies-settings .cookie-change input[type=checkbox]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  right: 20px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0;
  border: 2px solid #ffd30b;
}
.cookies-settings .one-cookie {
  cursor: pointer;
  margin-top: 10px;
  border-top: 1px solid #f2f2f2;
}
.cookies-settings .one-cookie h3 {
  margin-top: 0;
  padding-top: 10px;
}
.cookies-settings .one-cookie-more {
  background-color: #f2f2f2;
  padding: 10px;
}
.cookies-settings .cookie-more {
  display: none;
}
.cookies-settings .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #f2f2f2;
}
.cookies-settings .buttons .btn {
  font-size: 100%;
  padding: 8px 10px;
  min-width: 100px;
  margin: 10px;
  border: 2px solid #ffd30b;
}
.cookies-settings .buttons .btn.btn-empty {
  background-color: transparent;
  color: #ffd30b;
  border-color: #ffd30b;
}
.cookies-settings .buttons .btn.btn-empty:hover, .cookies-settings .buttons .btn.btn-empty:focus {
  border: 2px solid #ffd30b !important;
  background-color: transparent !important;
  color: #ffd30b !important;
}
.cookies-settings .buttons .btn:hover, .cookies-settings .buttons .btn:focus {
  border: 2px solid #ffd30b !important;
  background-color: #ffd30b !important;
  color: #fff !important;
}

.cookies-info {
  position: fixed;
  z-index: 999999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.cookies-info .wrapper {
  width: 500px;
  max-height: calc(100% - 40px);
  max-width: calc(100% - 40px);
  background-color: #fff;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 -1px 10px 0 #acabab;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  left: 20px;
  bottom: 20px;
  right: auto;
  top: auto;
}
.cookies-info h2 {
  font-size: 24rem;
}
.cookies-info .more {
  display: none;
}
.cookies-info .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cookies-info .buttons .btn {
  font-size: 100%;
  padding: 8px 10px;
  min-width: 100px;
  margin: 10px;
  border: 2px solid #ffd30b;
}
.cookies-info .buttons .btn.btn-empty {
  background-color: transparent;
  color: #ffd30b;
  border-color: #ffd30b;
}
.cookies-info .buttons .btn.btn-empty:hover, .cookies-info .buttons .btn.btn-empty:focus {
  border: 2px solid #ffd30b !important;
  background-color: transparent !important;
  color: #ffd30b !important;
}
.cookies-info .buttons .btn:hover, .cookies-info .buttons .btn:focus {
  border: 2px solid #ffd30b !important;
  background-color: #ffd30b !important;
  color: #fff !important;
}

#top-bar {
  background-color: #f2f2f2;
  height: 60px;
  display: flex;
  align-items: center;
}
#top-bar .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#top-bar .left .telephone a {
  display: flex;
  align-items: center;
  color: #000000;
}
#top-bar .left .telephone a:hover {
  color: #ffd30b;
}
#top-bar .left .telephone .foto {
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}
#top-bar .left .telephone img {
  width: 21px;
}
#top-bar .left .telephone span {
  font-weight: 600;
  font-size: 16rem;
}
#top-bar .right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  padding-right: 35px;
}
#top-bar .right .links a {
  display: flex;
  align-items: flex-end;
}
#top-bar .right .links span {
  font-size: 17rem;
  font-weight: 700;
  margin-right: 7px;
}
#top-bar .right .links img {
  width: 71px;
}
#top-bar .right .socials {
  display: flex;
  align-items: center;
  margin-left: 55px;
}
#top-bar .right .socials a {
  background-color: #fff;
  border-radius: 50%;
  width: 33px;
  min-width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}
#top-bar .right .socials img {
  max-width: 19px;
  max-height: 19px;
}

.hwrap {
  padding: 0 75px;
}

#main-nav {
  background-color: white;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  height: 100%;
  width: 100%;
  padding: 20rem 0;
}
#main-nav .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 0;
  background-color: #ffffff;
  width: 100%;
}
#main-nav .inner #logo {
  display: flex;
  align-items: center;
}
#main-nav .inner #logo img {
  width: 164px;
}
#main-nav .inner #logo .motto {
  margin-left: 15px;
}
#main-nav .inner #logo .motto .first {
  font-size: 190%;
  line-height: 100%;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
#main-nav .inner #logo .motto .second {
  font-size: 145%;
  line-height: 100%;
  color: #000000;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  text-transform: uppercase;
}
#main-nav .btn-menu {
  z-index: 1;
  margin-left: auto;
  margin-right: 60rem;
  display: none;
}
#main-nav .btn-menu span {
  display: block;
  height: 3px;
  width: 40px;
  background-color: #0d23a5;
  border-radius: 4px;
  margin-top: 7px;
  margin-bottom: 7px;
}
#main-nav .btn-menu.menu-small {
  display: block;
}

#main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  width: 100%;
}
#main-menu.mini-menu {
  top: 0;
  position: absolute;
  background-color: #fff;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  left: 0;
  transform: translateY(-100%);
  align-items: flex-start;
  max-height: 100vh;
  overflow-y: auto;
}
#main-menu.mini-menu .page-nav {
  margin: 0 auto;
  list-style: none;
  padding: 0;
  order: 2;
  margin-bottom: 20px;
  flex-direction: column;
  max-width: 500px;
}
#main-menu.mini-menu .page-nav li {
  margin-left: 0;
  width: 100%;
}
#main-menu.mini-menu .page-nav li a {
  padding: 0;
  color: #000000;
  width: 100%;
}
#main-menu.mini-menu .page-nav li:first-child {
  margin-top: 5vw;
}
#main-menu.mini-menu .page-nav li:last-child {
  border-bottom: 1px solid #ffd30b;
}
#main-menu.mini-menu .page-nav .my-dropdown {
  flex-direction: column;
  position: relative;
}
#main-menu.mini-menu .page-nav .my-dropdown-toggle {
  width: 100%;
}
#main-menu.mini-menu .page-nav .my-dropdown-toggle:after {
  color: #ffd30b;
}
#main-menu.mini-menu .page-nav .dropdown-menu {
  width: 100%;
  position: relative;
  box-shadow: none;
  font-size: 90%;
  background-color: transparent;
}
#main-menu.mini-menu .page-nav .dropdown-menu li {
  background-image: url("/img/play.svg");
  background-repeat: no-repeat;
  background-position: 5px center;
  background-size: 12px;
  padding-left: 20px;
}
#main-menu.mini-menu .page-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
#main-menu.mini-menu.open {
  transform: translateY(0);
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding-left: 50px;
}
.page-nav li {
  margin: 0;
  padding: 0;
}
.page-nav li a {
  font-weight: 500;
  display: block;
  padding: 0;
  font-size: 18rem;
  color: #000000;
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0s;
}
.page-nav li a span {
  width: fit-content;
  width: -moz-fit-content;
  display: block;
  padding: 15px 25px;
  font-size: 16rem;
}
.page-nav li a:hover {
  background-color: #f2f2f2;
  color: #000000;
  /*background-color: $main-blue;
  color: #ffffff;*/
  border-radius: 15px;
}
.page-nav li:before {
  display: none;
}
.page-nav .my-dropdown {
  position: relative;
}
.page-nav .my-dropdown:hover {
  background-color: #f2f2f2;
  color: #ffd30b;
  border-radius: 15px;
}
.page-nav .my-dropdown .my-dropdown-toggle {
  display: flex;
  align-items: center;
}
.page-nav .my-dropdown .my-dropdown-toggle .caret {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.page-nav .my-dropdown .my-dropdown-toggle:after {
  display: none;
}
.page-nav .my-dropdown .dropdown-menu {
  border-radius: 15px;
  box-shadow: none;
  border-top: 3px solid #ffd30b;
  left: 0px;
  right: auto;
  top: calc(100% - 2px);
  box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  min-width: 100%;
}
.page-nav .my-dropdown .dropdown-menu li {
  width: 100%;
  margin-left: 0;
}
.page-nav .my-dropdown .dropdown-menu li:first-child a {
  color: #000000;
  font-weight: 500;
}
.page-nav .my-dropdown .dropdown-menu li a {
  width: 100%;
}
.page-nav .my-dropdown .dropdown-menu li a span {
  padding: 15px 15px;
}

#big-slider .inner {
  position: relative;
}
#big-slider .special-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
}
#big-slider .special-wrapper .special-container {
  bottom: -1px;
  position: relative;
  z-index: 31;
  width: 100%;
  height: 9vw;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#big-slider #layerslider {
  height: 675px;
  z-index: 0;
}
#big-slider #layerslider .ls-wrapper {
  width: 100% !important;
  height: 100% !important;
}
#big-slider #layerslider .foto {
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  height: 500px;
  float: right;
}
#big-slider #layerslider .ls-layer {
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center;
}
#big-slider #layerslider .ls-layer .slider-bg {
  width: 100vw;
  height: 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
#big-slider #layerslider .ls-layer .slider-bg .container {
  height: 100%;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
  padding-left: 40px;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
  font-size: 20rem;
  color: #fff;
  margin-bottom: 10px;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper ul li:before {
  content: " ";
  display: flex;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-color: #ffd30b;
  border-radius: 50%;
  margin-right: 20px;
  border: none;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
  font-size: 43rem;
  color: #fff;
  font-weight: 600;
  white-space: normal;
  margin-bottom: 30px;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper p {
  font-size: 18rem;
  color: #fff;
  font-weight: 400;
  white-space: normal;
  margin-bottom: 30px;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn:nth-child(2) {
  margin-left: 15px;
}
#big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
  max-width: 560px;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .button-nav {
  color: #000000;
  margin-left: 15px;
  margin-right: 15px;
}
.pagination .button-nav:hover {
  color: #000000;
}
.pagination .numbers {
  display: flex;
}
.pagination .numbers a {
  width: 30px;
  height: 38px;
  border: 1px solid #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  margin-right: 4px;
  color: #000000;
}
.pagination .numbers a.active {
  background-color: #f2f2f2;
  color: #fff;
}
.pagination .numbers a:hover:not(.active) {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #000000;
}
.pagination .numbers span {
  align-self: flex-end;
}

.owl-carousel {
  position: relative;
}
.owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 50%;
  opacity: 0.7;
  position: absolute;
  top: calc(50% - 25px);
  border: 1px solid #f2f2f2 !important;
}
.owl-carousel .owl-nav button img {
  width: 12px;
}
.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
  left: -60px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -60px;
}
.owl-carousel .owl-nav button:hover {
  opacity: 1;
}
.owl-carousel .owl-nav button:focus {
  outline: none;
}
.owl-carousel .one-news {
  color: #000000;
  display: block;
}
.owl-carousel .one-news img {
  height: 400px;
  width: 100%;
  object-fit: cover;
  object-position: center center;
}
.owl-carousel .one-news .wrapper {
  display: flex;
}

.table-responsive {
  padding-top: 10px;
}
.table-responsive .table {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  margin-bottom: 50px;
  background-color: #f2f2f2;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
}
.table-responsive .table thead {
  background-color: #fff;
  color: #000000;
}
.table-responsive .table thead,
.table-responsive .table tbody {
  flex-direction: column;
  width: 100%;
  display: flex;
}
.table-responsive .table tr {
  width: 100%;
  display: flex;
}
.table-responsive .table th {
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.5);
  border: none;
}
.table-responsive .table td {
  color: #000000;
  width: 100%;
  padding: 5px 10px;
  border-color: #ffd30b;
}

#tadam-login .wrapper {
  width: 400px;
  max-width: 400px;
}

.tadam {
  z-index: 999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
.tadam .wrapper {
  position: relative;
  transform: scale(0);
  transform-origin: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  min-width: 280px;
  max-width: 80%;
  min-height: 200px;
  max-height: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.tadam .btn-close {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000;
  z-index: 9999;
  box-shadow: none;
  border: none;
  color: #fff;
}
.tadam.open {
  opacity: 1;
}
.tadam.open .wrapper {
  transform: scale(1);
}

#movie-tadam {
  z-index: -999;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
}
#movie-tadam .tadam-inner {
  position: relative;
  transform: scale(0);
  transform-origin: right;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  overflow: hidden;
  margin: 30px;
  width: 80%;
  height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#movie-tadam .tadam-inner .close-tadam {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #000;
  z-index: 9999;
  box-shadow: none;
  border: none;
  color: #fff;
}
#movie-tadam .tadam-inner .movie-container {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
#movie-tadam .tadam-inner .movie-container .wideo {
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.4);
  height: fit-content;
  height: -moz-fit-content;
  width: auto;
  border-radius: 15px 0px 15px 15px;
  position: relative;
}
#movie-tadam.open {
  z-index: 999;
  opacity: 1;
}
#movie-tadam.open .tadam-inner {
  transform: scale(1);
}

.newsy {
  padding-top: 45px;
  padding-bottom: 60px;
}
.newsy .one-news {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.newsy .foto {
  margin-right: 60px;
}
.newsy .foto img {
  width: 300px;
  height: 255px;
  object-fit: cover;
}
.newsy .text {
  flex: 1 1 50%;
  padding: 20px 0;
}
.newsy .date span {
  color: #000000;
  font-weight: 500;
}
.newsy h2 {
  font-weight: 700;
  font-size: 47rem;
  text-align: center;
  margin-bottom: 60px;
}
.newsy h3 {
  font-size: 29rem;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
}
.newsy p {
  margin-bottom: 20px;
  line-height: 24rem;
}
.newsy .buttons {
  justify-content: flex-start;
  margin-top: 32px;
}
.newsy .buttons .btn {
  height: 44px;
  color: #000000;
}
.newsy .buttons a:hover {
  background-color: #003199 !important;
}

#galleries .foto img {
  width: 100%;
  object-fit: cover;
  height: 265px;
}
#galleries .foto .logo {
  object-fit: contain;
}
#galleries h4 {
  margin-top: 20px;
}

.footer-information {
  padding: 30px 0;
}
.footer-information .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-information .one-information {
  max-width: calc(33.33% - 10px);
  display: flex;
  align-items: center;
}
.footer-information .foto {
  min-width: 100px;
  width: 100px;
  height: 100px;
  background-color: rgba(255, 211, 11, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-information .foto img {
  max-width: 60%;
  max-height: 60%;
}
.footer-information .text {
  padding: 0 25px;
}
.footer-information p {
  font-size: 17rem;
}
.footer-information p:last-child {
  margin-bottom: 0;
}
.footer-information a {
  font-size: 17rem;
  color: #000000;
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}
.footer-information a img {
  width: 21px;
  height: auto;
  max-height: unset;
  max-width: unset;
  margin-right: 12px;
}
.footer-information a span {
  display: block;
}
.footer-information a:hover {
  color: #ffd30b;
}
.footer-information a:last-child {
  margin-bottom: 0;
}

.bottom-footer {
  background-color: #ffffff;
  padding: 30px 0;
}
.bottom-footer .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.bottom-footer .wrapper .copyright {
  display: flex;
}
.bottom-footer p {
  color: #000000;
  font-size: 16rem;
  margin-bottom: 0;
}
.bottom-footer a {
  color: #000000;
  font-size: 16rem;
}
.bottom-footer a:hover {
  color: #ffd30b;
}

.subsite figure.image {
  margin-top: 15px;
  margin-bottom: 15px;
}

.page-foto {
  position: relative;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-foto::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 71, 224, 0.8);
}
.page-foto .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page-foto .container .wrapfoto {
  margin: 0;
  text-align: center;
}
.page-foto .container .wrapfoto div p {
  font-size: 20rem;
  color: #ffffff !important;
  margin: 0;
  position: relative;
  padding: 30rem 60rem;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.4);
  width: 55vw;
  margin: 30rem 0;
  margin-left: auto;
  margin-right: auto;
}
.page-foto .container .wrapfoto div a {
  color: #000000;
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 20px 30px;
  text-align: center;
  font-size: 18px;
  font-weight: 1000;
  text-decoration: none;
  color: #000000;
  background-color: #ffd30b;
  cursor: pointer;
  border-radius: 15px;
  border: none;
  text-transform: uppercase;
}
.page-foto .container .wrapfoto div a:hover {
  color: white;
  background-color: #003199;
}
.page-foto .container .wrapfoto h2 {
  font-size: 90rem;
  font-weight: 1000;
  color: #ffffff;
  position: relative;
  text-transform: none;
}
.page-foto .container .wrapfoto h1 {
  color: #ffffff;
  margin: 0;
  position: relative;
  font-size: 75rem;
  font-weight: 600;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.form-text-group .module-title {
  position: relative;
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}
.form-text-group .module-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 71, 224, 0.8);
}
.form-text-group .module-title .container {
  display: flex;
  justify-content: center;
}
.form-text-group .module-title h2 {
  font-size: 60rem;
  font-weight: 1000;
  color: #ffffff;
  position: relative;
  text-transform: none;
}

.form-text-group .container-fluid {
  display: flex;
  justify-content: center;
  align-items: center;
}
.form-text-group .module-title {
  background-image: url("../img/formularzkontaktowy.webp");
}

.faq {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.faq .one-item {
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
  padding: 30px;
  margin-bottom: 30px;
}
.faq .one-item h4 {
  font-weight: 600;
  font-size: 24rem;
  line-height: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
}
.faq .one-item h4 .roll {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  width: 40px;
  height: 40px;
  box-shadow: 0px 12px 24px rgba(47, 65, 129, 0.1);
  border-radius: 5px;
  flex: none;
  order: 1;
  flex-grow: 0;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url("../img/plus.svg");
}
.faq .one-item h4 .roll.open {
  background-image: url("../img/minus.svg");
  background-color: #0d23a5;
}
.faq .one-item .line {
  border: 1px solid #b0baf1;
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
}
.faq .one-item p,
.faq .one-item ul li,
.faq .one-item ol li,
.faq .one-item a,
.faq .one-item td {
  font-size: 18px;
  line-height: 30px;
  color: #2c3655;
}
.faq .one-item .item-body {
  display: none;
}
.faq .one-item .item-body .inner p {
  text-align: left;
}
.faq .one-item .item-body .inner h4 {
  cursor: auto;
  margin-top: 32px;
}
.faq .one-item .item-body .inner ul li:before {
  display: none;
}

.foto-block-group {
  padding-bottom: 10px;
}
.foto-block-group .text {
  background-color: #edf1f8;
}
.foto-block-group ul li {
  display: flex;
}
.foto-block-group ul li:before {
  margin-top: 5px;
  min-width: 8px;
}

.card-photo-wrapper .card-photo {
  padding: 15px;
}
.card-photo-wrapper .card-photo p {
  font-size: 18rem;
}

.only-text-group {
  position: relative;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.only-text-group::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 71, 224, 0.8);
}
.only-text-group .only-text-wrapper {
  padding: 20px;
  text-align: center;
}
.only-text-group h2 {
  position: relative;
  font-size: 50rem;
  font-weight: 800;
  padding-bottom: 20px;
  color: #ffffff;
}
.only-text-group ul {
  position: relative;
}
.only-text-group ul li {
  color: #ffffff;
}
.only-text-group p {
  position: relative;
  color: #ffffff !important;
}
.only-text-group .buttons {
  position: relative;
}

#only-text-group-995 {
  display: block;
  height: auto;
  background-color: #ffffff;
}
#only-text-group-995 .module-title {
  background-image: url("../img/mapastronytitle.webp");
}
#only-text-group-995 a {
  display: none;
}
#only-text-group-995 ul {
  column-count: 3;
  padding-bottom: 50px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
#only-text-group-995 ul li {
  display: flex;
}
#only-text-group-995 ul li:before {
  display: none;
}
#only-text-group-995 ul li a {
  display: block;
}
#only-text-group-995 p {
  color: #000000 !important;
  text-align: left;
}
#only-text-group-995 h2 {
  font-size: 30rem;
}
#only-text-group-995:before {
  background-color: #ffffff;
  color: #000000 !important;
  display: none;
}

#only-text-group-997 {
  display: block;
  height: auto;
  background-color: #ffffff;
}
#only-text-group-997 a {
  display: none;
}
#only-text-group-997 ul {
  column-count: 3;
  padding-bottom: 50px;
  padding-top: 16px;
  padding-left: 0;
  padding-right: 0;
}
#only-text-group-997 ul li {
  display: flex;
}
#only-text-group-997 ul li:before {
  display: none;
}
#only-text-group-997 ul li a {
  display: block;
}
#only-text-group-997 p {
  color: #000000 !important;
  text-align: left;
}
#only-text-group-997 h2 {
  font-size: 30rem;
  color: #000000 !important;
}
#only-text-group-997:before {
  background-color: #ffffff;
  color: #000000 !important;
  display: none;
}

#only-text-group-205 {
  background-image: url("../img/codingonlytext.webp");
  height: 68vh;
}

.text-inner h2 {
  color: #003199;
}

#only-text-group-200 {
  background-image: url("../img/bg_blok.webp");
}
#only-text-group-200 li span {
  position: relative;
  color: #ffffff !important;
}

#only-text-group-246 {
  background-image: url("../img/skup-mieszkan-za-gotowke.webp");
  height: 68vh;
}

#only-text-group-241 {
  background-image: url("../img/firma-kupujaca-nieruchomosci-w-poznaniu.webp");
  height: 68vh;
}

#only-text-group-251 {
  background-image: url("../img/potrzeba-szybkiej-sprzedazy-mieszkania.webp");
  height: 68vh;
}

#only-text-group-248 {
  height: 68vh;
  background-image: url("../img/jestes-zobligowany-do-sprzedazy-mieszkania.webp");
}

#only-text-group-250 {
  height: auto;
  background-color: #ffffff !important;
}

#only-text-group-248 {
  background-image: url("../img/jestes-zmuszony-do-sprzedazy-mieszkania.webp");
  height: 68vh;
}

#only-text-group-216 {
  background-image: url("../img/jestes-zmuszony-do-sprzedazy-mieszkania(2).webp");
  height: 68vh;
}

#only-text-group-232 {
  height: 68vh;
  background-image: url("../img/pomoc-prawna.webp");
}

#only-text-group-221 {
  background-image: url("../img/najlepszy-skup-mieszkan.webp");
  height: 68vh;
}

#only-text-group-225 {
  height: 68vh;
  background-image: url("../img/problemy-prawne-warszawa.webp");
}

#only-text-group-230 {
  height: 68vh;
  background-image: url("../img/skupwarszawa.webp");
}

#only-text-group-268 {
  background-image: url("../img/nieruchomosci-zawadzki-lodz.webp");
  height: 68vh;
}

#only-text-group-272 {
  background-image: url("../img/wiele-firm-zajmuje-sie-skupem.webp");
  height: 68vh;
}

#only-text-group-278 {
  background-image: url("../img/zawadzki-najlepszy.webp");
  height: 68vh;
}

#only-text-group-273 {
  background-image: url("../img/wiele-firm-zajmuje-sie-skupem.webp");
  height: 68vh;
}

#only-text-group-296 {
  background-image: url("../img/skup-nieruchomosci-z-lokatorem.webp");
  height: 68vh;
}

#only-text-group-298 {
  background-image: url("../img/skupujemy-zniszczone-domy.webp");
  height: 68vh;
}

#only-text-group-313 {
  background-image: url("../img/dostajeszgotowke.webp");
  height: 80vh;
}

#only-text-group-334 {
  background-image: url("../img/skup-nieruchomosci-z-lokatorem-zawadzki.webp");
  height: 80vh;
}

#only-text-group-160 {
  height: auto;
  display: block;
  background-color: #ffffff;
  color: #000000 !important;
}
#only-text-group-160 a {
  display: none;
}
#only-text-group-160 p,
#only-text-group-160 h2,
#only-text-group-160 h3 {
  color: #000000 !important;
}
#only-text-group-160 h2 {
  font-size: 30rem;
}
#only-text-group-160:before {
  background-color: #ffffff;
  color: #000000 !important;
  display: none;
}

#foto-block-group-261,
#foto-block-group-265,
#foto-block-group-252,
#foto-block-group-264,
#foto-block-group-219 {
  margin: 0;
  padding: 0;
}

.borrad {
  background-color: #ffd30b;
  border-radius: 15px;
  padding: 0 !important;
}
.borrad a {
  width: 100%;
}
.borrad a:hover {
  background-color: #003199 !important;
  color: #ffffff !important;
}
.borrad a span {
  font-weight: 600;
}
.borrad:hover {
  background-color: #003199 !important;
  color: #ffffff !important;
}

.topmenu {
  margin: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}

.two-text .container {
  display: flex;
  justify-content: center;
}
.two-text .container ul {
  column-count: 3;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: max-content;
  border-radius: 10px;
  overflow: hidden;
  max-width: calc(100vw - 30px);
}
.two-text .container ul li {
  color: #374151;
  padding: 10px 0;
  border: none;
  font-size: 1em;
  /* Przełam słowa, aby nie wychodziły poza ekran */
  word-wrap: break-word;
  /* Przełam słowa, aby nie wychodziły poza ekran */
  hyphens: auto;
}

#two-text-group-328 h2,
#two-text-group-332 h2,
#two-text-group-337 h2 {
  font-size: 35rem;
  margin: 45rem 0;
  margin-bottom: 0;
}
#two-text-group-328 .two-text .container,
#two-text-group-332 .two-text .container,
#two-text-group-337 .two-text .container {
  display: flex;
  justify-content: center;
}
#two-text-group-328 .two-text .container ul,
#two-text-group-332 .two-text .container ul,
#two-text-group-337 .two-text .container ul {
  column-count: 8;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: max-content;
  border-radius: 10px;
  overflow: hidden;
}

#two-text-group-337 .two-text .container ul {
  column-count: 5;
}

.notel span {
  margin-left: 30rem;
  font-size: 18em;
  font-weight: 500 !important;
}

.form-text {
  margin: 0;
}
.form-text .container-fluid {
  padding: 0;
}
.form-text .wrapper {
  width: 100%;
}
.form-text .form {
  background-color: rgb(237, 241, 248);
  /* max-width: 775px; */
}
.form-text .form h2,
.form-text .form p {
  max-width: 745px;
}
.form-text .form form {
  max-width: 745px;
}
.form-text .text-inner {
  max-width: 745px;
  margin-left: auto;
}
.form-text .text-inner h2 {
  font-size: 25rem;
  padding-bottom: 20rem;
}
.form-text .text-inner h3 {
  color: #000000;
  margin-top: 30px;
  font-size: 27px;
}
.form-text .text-inner ul li::before {
  display: none;
}
.form-text .text-inner ul li img {
  width: 5.5% !important;
}
.form-text .text-inner p,
.form-text .text-inner a {
  font-size: 18rem;
  padding: 10rem;
  color: #000000;
  text-align: left;
}
.form-text .text-inner p img,
.form-text .text-inner a img {
  color: #003199;
}
.form-text .text-inner p {
  padding: 25px 0;
  padding-bottom: 15px;
}
.form-text .text-inner a {
  padding: 0;
  font-size: 35rem;
  font-weight: 700;
}
.form-text .form input,
.form-text .form textarea {
  border: 2px solid #495057;
}
.form-text .form input {
  color: #000000;
}
.form-text .form h2,
.form-text .form p,
.form-text .form ul,
.form-text .form li {
  color: #000000;
  text-align: center;
}
.form-text .form h2 {
  font-size: 35rem;
}
.form-text .form p {
  font-size: 15rem;
}
.form-text .form p a,
.form-text .form p span {
  font-size: 15rem;
  color: #000000;
}
.form-text .form p a:hover {
  color: #ffd30b !important;
}
.form-text .form .checkbox-label {
  margin: 0;
}

.form-photo h2 {
  text-align: center;
  font-size: 35rem;
}
.form-photo p {
  text-align: center;
}

.onlytextbtnwycena {
  color: #000000;
  position: relative;
  display: inline-block;
  margin: 10px;
  padding: 15px 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 1000;
  text-decoration: none;
  letter-spacing: 1px;
  color: #000000;
  background-color: #ffd30b;
  cursor: pointer;
  border-radius: 15px;
  border: none;
  text-transform: uppercase;
}
.onlytextbtnwycena:hover {
  color: white;
  background-color: #003199;
}

#foto-block-group-315 .module-title,
#foto-block-group-317 .module-title,
#foto-block-group-319 .module-title,
#foto-block-group-321 .module-title,
#foto-block-group-323 .module-title,
#foto-block-group-325 .module-title,
#foto-block-group-327 .module-title,
#card-text-group-324 .module-title,
#only-text-group-995 .module-title {
  position: relative;
  height: 25vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#foto-block-group-315 .module-title::before,
#foto-block-group-317 .module-title::before,
#foto-block-group-319 .module-title::before,
#foto-block-group-321 .module-title::before,
#foto-block-group-323 .module-title::before,
#foto-block-group-325 .module-title::before,
#foto-block-group-327 .module-title::before,
#card-text-group-324 .module-title::before,
#only-text-group-995 .module-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 71, 224, 0.8);
}
#foto-block-group-315 .module-title .container,
#foto-block-group-317 .module-title .container,
#foto-block-group-319 .module-title .container,
#foto-block-group-321 .module-title .container,
#foto-block-group-323 .module-title .container,
#foto-block-group-325 .module-title .container,
#foto-block-group-327 .module-title .container,
#card-text-group-324 .module-title .container,
#only-text-group-995 .module-title .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#foto-block-group-315 .module-title h2,
#foto-block-group-317 .module-title h2,
#foto-block-group-319 .module-title h2,
#foto-block-group-321 .module-title h2,
#foto-block-group-323 .module-title h2,
#foto-block-group-325 .module-title h2,
#foto-block-group-327 .module-title h2,
#card-text-group-324 .module-title h2,
#only-text-group-995 .module-title h2 {
  font-size: 60rem;
  font-weight: 1000;
  color: #ffffff;
  position: relative;
  text-transform: none;
}

#foto-block-group-315 .module-title {
  background-image: url("../img/skup-nieruchomosci-z-lokatorem-main.webp");
}

#foto-block-group-317 .module-title {
  background-image: url("../img/skup-nieruchomosci-z-komornikiem-main.webp");
}

#foto-block-group-319 .module-title {
  background-image: url("../img/skup-nieruchomosci-z-kredytem-main.webp");
}

#foto-block-group-321 .module-title {
  background-image: url("../img/skup-nieruchomosci-z-dlugiem-main.webp");
}

#foto-block-group-323 .module-title {
  background-image: url("../img/skup-nieruchomosci-po-rozwodzie-main.webp");
}

#card-text-group-324 .module-title {
  background-image: url("../img/co-skupujemy.webp");
}

#foto-block-group-325 .module-title {
  background-image: url("../img/skup-nieruchomosci-do-remontu-main.webp");
  background-position: bottom;
}

#foto-block-group-327 .module-title {
  background-image: url("../img/skup-udzialow-w-nieruchomosciach-main.webp");
  background-position: bottom;
}

/*footer*/
#cities {
  background-color: #003199;
  color: #ffffff;
  padding-bottom: 40rem;
}
#cities h2 {
  color: #ffffff;
  text-align: center;
  padding: 45rem 15rem;
  margin: 0;
}
#cities .container-fluid ul {
  list-style: none;
  padding: 0;
  margin: 0;
  column-count: 4;
}
#cities .container-fluid ul li {
  list-style: none;
}
#cities .container-fluid ul li:before {
  display: none;
}
#cities .container-fluid ul li a {
  font-size: 15rem;
  text-decoration: none;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
}
#cities .container-fluid ul li a:hover {
  color: #ffd30b;
}

#form-photo-group-292 .form-photo .form-inner {
  max-width: 765px;
}

#form-text-group-329 .container-fluid {
  padding: 0 15px;
}
#form-text-group-329 .form-text {
  background-color: transparent;
}
#form-text-group-329 .form-text .wrapper {
  width: auto;
  max-width: unset;
}
#form-text-group-329 .wrapper .text {
  display: flex;
}
#form-text-group-329 .wrapper .form {
  flex: 0 1 auto;
  max-width: 50%;
}
#form-text-group-329 .form {
  background-color: #003199;
}
#form-text-group-329 .form input {
  border: 1px solid #495057;
}
#form-text-group-329 .form textarea {
  border: 1px solid #495057;
}
#form-text-group-329 .form p {
  font-size: 25rem;
  padding: 20rem;
  padding-top: 40rem;
  line-height: normal;
  color: #ffffff;
  max-width: unset;
}
#form-text-group-329 .form p a {
  color: #ffffff;
  font-size: 15rem;
}
#form-text-group-329 .form form {
  max-width: unset;
}
#form-text-group-329 .form form p {
  padding: 0;
  color: #ffffff !important;
  font-size: 15rem;
}
#form-text-group-329 .text {
  position: relative;
  background-image: url("../img/main.webp");
  background-size: cover;
  background-position: right;
  color: white;
  display: flex;
  justify-content: center;
}
#form-text-group-329 .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#form-text-group-329 .text .text-inner {
  position: relative;
  margin: 0;
  padding-bottom: 10rem;
  max-width: unset;
}
#form-text-group-329 .text .text-inner img {
  background-color: #003199;
  border-radius: 40rem;
  margin-right: 10rem;
}
#form-text-group-329 .text .text-inner h3,
#form-text-group-329 .text .text-inner p,
#form-text-group-329 .text .text-inner ul {
  color: #000000;
}
#form-text-group-329 .text .text-inner h3 li,
#form-text-group-329 .text .text-inner p li,
#form-text-group-329 .text .text-inner ul li {
  color: #000000;
}
#form-text-group-329 .text .text-inner h3 li:before,
#form-text-group-329 .text .text-inner p li:before,
#form-text-group-329 .text .text-inner ul li:before {
  display: none;
}
#form-text-group-329 .text .text-inner h3 {
  font-weight: 700;
  padding: 20rem;
  padding-top: 45rem;
  text-transform: none;
  text-align: center;
}
#form-text-group-329 .text .text-inner ul {
  width: 80%;
  padding: 25px 65px;
}
#form-text-group-329 .text .text-inner ul li {
  padding: 10rem;
  font-size: 22rem;
  font-weight: 600;
}

#form-text-group-32 .form-text {
  background-color: transparent;
}
#form-text-group-32 .form-text .wrapper {
  width: auto;
}
#form-text-group-32 .wrapper .text {
  display: flex;
}
#form-text-group-32 .wrapper .form {
  flex: 0 1 auto;
  max-width: 50%;
}

.regulamin p a {
  color: #ffffff;
  font-size: 15rem;
}
.regulamin p a:hover {
  color: #ffd30b;
}

.reviews-con {
  width: 100%;
}
.reviews-con .reviews {
  color: #000;
}
.reviews-con .reviews .reviews-title {
  text-align: center;
  margin: 45rem 0;
  margin-bottom: 0;
}
.reviews-con .reviews .reviews-title h2 {
  font-size: 35rem;
  font-weight: 800;
}
.reviews-con .reviews .reviews-content {
  padding: 16px;
}
.reviews-con .reviews .reviews-content .reviews-desc {
  width: 775px;
  max-width: 100%;
  margin-left: auto;
  padding: 75rem 50rem;
}
.reviews-con .reviews .reviews-content .reviews-desc p {
  text-align: left;
}
.reviews-con .reviews .reviews-content .reviews-desc .reviews-google {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 16px;
}
.reviews-con .reviews .reviews-content .reviews-desc .reviews-google img {
  width: 150px;
}
.reviews-con .reviews .reviews-content .reviews-desc .reviews-google a {
  color: #000000;
}
.reviews-con .reviews .reviews-content .reviews-desc .reviews-google a:hover {
  color: #ffd30b;
}
.reviews-con .reviews .reviews-content .reviews-i {
  display: flex;
  width: 775px;
  max-width: 100%;
  margin-right: auto;
  padding: 75rem 50rem;
}
.reviews-con .reviews .reviews-content .reviews-i .numof-opinions-con,
.reviews-con .reviews .reviews-content .reviews-i .avg-opinion-con {
  width: 50%;
  text-align: center;
}
.reviews-con .reviews .reviews-content .reviews-i .numof-opinions-con svg,
.reviews-con .reviews .reviews-content .reviews-i .avg-opinion-con svg {
  transition: transform 0.3s ease;
}
.reviews-con .reviews .reviews-content .reviews-i .numof-opinions-con svg:hover,
.reviews-con .reviews .reviews-content .reviews-i .avg-opinion-con svg:hover {
  transform: scale(1.1);
}
.reviews-con .reviews .reviews-content .reviews-i #numof-opinions,
.reviews-con .reviews .reviews-content .reviews-i #avg-opinion {
  font-weight: 600;
  font-size: 40px;
  padding: 16px;
}

.blogonlytext {
  height: 30vh;
  min-height: 250px;
}
.blogonlytext a {
  display: none;
}
.blogonlytext h2 {
  font-size: 40rem;
}

.blogyourcode .your-code-wrapper .your-code {
  max-width: 1550px;
  margin: 0 auto;
  padding: 50rem;
}
.blogyourcode .your-code-wrapper .your-code p {
  text-align: left;
}
.blogyourcode .your-code-wrapper .your-code h1 {
  margin: 20rem 0;
}

@media (max-width: 575px) {
  html {
    font-size: 0.8px;
  }
  header.sticked {
    transform: translateY(0px);
  }
  header.sticked .page-nav li a span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.sticked .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  body p {
    font-size: 14px;
  }
  body h2 {
    font-size: 22rem;
  }
  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  #top-bar {
    display: none;
    height: 50px;
  }
  #top-bar .right .socials {
    margin-left: 30px;
  }
  #main-nav {
    padding: 8rem;
  }
  .page-nav li a span {
    padding: 14px 15px;
    margin-left: 8rem;
    margin-right: 8rem;
    font-size: 24rem;
  }
  .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  #main-menu.mini-menu .page-nav .dropdown-menu {
    padding: 0 calc(8rem + 15px);
  }
  #main-menu.mini-menu .page-nav .dropdown-menu li:first-child {
    margin: 0;
  }
  #main-menu.mini-menu .page-nav .dropdown-menu li a span {
    font-size: 20rem;
    padding-top: 10rem;
    padding-bottom: 12rem;
  }
  main {
    padding-top: 53px;
    margin-top: 0;
  }
  #big-slider #layerslider {
    height: 60vw;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
    font-size: 25rem;
    margin-bottom: 10px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
    margin-bottom: 20px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
    max-width: 300px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
    padding-left: 0;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
    font-size: 19rem;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
    margin-top: 30px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
    min-width: 120px;
    padding: 8px 20px;
  }
  .newsy {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .newsy h2 {
    margin-bottom: 30px;
    font-size: 35rem;
  }
  .newsy h3 {
    margin-bottom: 15px;
  }
  .newsy .one-news {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 2px solid #f2f2f2;
  }
  .newsy .one-news:last-child {
    border-bottom: none;
  }
  .newsy .foto {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .newsy .foto figure {
    display: flex;
    justify-content: center;
  }
  .newsy .foto img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .newsy .text {
    text-align: center;
    flex: 1 1 100%;
    padding: 0;
  }
  .newsy .buttons {
    justify-content: center;
  }
  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy-carousel h2 {
    margin-bottom: 30px;
    font-size: 35rem;
  }
  .newsy-carousel .foto img {
    height: 200px;
  }
  .newsy-carousel .text-inner {
    padding: 20px 15px;
  }
  .gallery-simple {
    column-count: 2;
  }
  #galleries .foto img {
    min-height: 218px;
    height: 70vw;
  }
  .footer-information {
    padding-bottom: 0;
  }
  .footer-information .one-information {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-information .foto {
    min-width: 46px;
    width: 46px;
    height: 46px;
  }
  .footer-information .text {
    padding: 0 15px;
  }
  .footer-information a img {
    width: 16px;
    margin-right: 8px;
  }
  .bottom-footer {
    padding: 10px 0;
  }
  .bottom-footer .wrapper {
    justify-content: center;
  }
  .bottom-footer .copyright {
    padding: 10px;
  }
  .bottom-footer .author {
    padding: 10px;
  }
  .only-text-group .only-text-wrapper {
    padding: 0;
  }
  .only-text-group h2 {
    font-size: 25rem;
  }
  .page-foto {
    align-items: flex-start;
  }
  .page-foto .container {
    margin-top: 100rem;
  }
  .page-foto .container .wrapfoto button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .page-foto .container .wrapfoto h2 {
    font-size: 60rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto h1 {
    font-size: 50rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto p {
    font-size: 22rem !important;
    padding: 25rem 30rem !important;
    width: 85vw !important;
    margin-top: 60rem !important;
    margin-bottom: 60rem !important;
  }
  .foto-block-group,
  .only-text-group,
  .steps-group,
  .two-text-group,
  .card-photo-group {
    margin-bottom: 0;
  }
  .two-text .container ul {
    column-count: 2;
  }
  .two-text .container ul li {
    padding-right: 0;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 10rem;
  }
  .form-photo .foto img {
    display: none;
  }
  .form-text .text-inner {
    margin: 0;
  }
  .form-text .text-inner span {
    font-size: 31rem;
  }
  .wojmap h1 {
    font-size: 30px;
  }
  #cities {
    padding-bottom: 40rem;
  }
  #cities .container-fluid {
    margin: 0 auto;
  }
  #cities .container-fluid h2 {
    padding: 45rem 15rem;
    margin: 0;
  }
  #cities .container-fluid ul {
    column-count: 1;
  }
  #cities .container-fluid ul li {
    text-align: center;
  }
  #cities .container-fluid ul li a {
    font-size: 18rem;
    font-weight: 500;
    white-space: normal;
  }
  #two-text-group-328 h2,
  #two-text-group-332 h2,
  #two-text-group-337 h2 {
    font-size: 35rem;
    margin: 45rem 0;
    margin-bottom: 0;
  }
  #two-text-group-328 .two-text .container,
  #two-text-group-332 .two-text .container,
  #two-text-group-337 .two-text .container {
    display: flex;
    justify-content: center;
  }
  #two-text-group-328 .two-text .container ul,
  #two-text-group-332 .two-text .container ul,
  #two-text-group-337 .two-text .container ul {
    column-count: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
    border-radius: 10px;
    overflow: hidden;
  }
  #two-text-group-337 .two-text .container ul {
    column-count: 1;
  }
  #form-text-group-329 .text {
    background-position: left;
    /*background-image: url(../img/main-mhd.webp);*/
    background: linear-gradient(to bottom, #EEEDEB, white);
  }
  #form-text-group-329 .text .text-inner ul {
    padding: 25px 0;
  }
  #form-text-group-329 .text .text-inner ul li {
    padding: 10rem 0;
    display: flex;
  }
  #form-text-group-329 .wrapper .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #form-text-group-32 .wrapper .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #main-menu.mini-menu .page-nav .borrad {
    width: 65%;
    min-width: 300px;
    margin: 25px auto;
  }
  #main-menu.mini-menu .page-nav .borrad a {
    display: flex;
    justify-content: center;
  }
  #module-form-393 {
    padding: 0;
  }
  .hwrap {
    padding: 0;
  }
  #form-text-group-329 .text .text-inner img {
    height: fit-content;
  }
  #only-text-group-995 ul {
    column-count: 1;
  }
  .page-nav li a:hover {
    background-color: transparent;
  }
  .page-nav .my-dropdown:hover {
    background-color: transparent;
  }
  .reviews-con .reviews .reviews-content .reviews-desc {
    padding: 25rem 0;
  }
  .reviews-con .reviews .reviews-content .reviews-desc .reviews-google img {
    width: 100px;
  }
  .reviews-con .reviews .reviews-content .reviews-desc .avg-opinion-con svg {
    width: 70px;
    height: 70px;
  }
  .reviews-con .reviews .reviews-content .reviews-i {
    padding: 25rem 0;
  }
  .reviews-con .reviews .reviews-content .reviews-i .avg-opinion-con svg {
    width: 70px;
    height: 70px;
  }
  .reviews-con .reviews .reviews-content .reviews-i #avg-opinion {
    font-size: 30px;
  }
  .reviews-con .reviews .reviews-content .reviews-i .numof-opinions-con svg {
    width: 70px;
    height: 70px;
  }
  .reviews-con .reviews .reviews-content .reviews-i #numof-opinions {
    font-size: 30px;
  }
  .faq .one-item h4 {
    font-size: 20rem;
  }
  .card-photo .text {
    padding: 0 !important;
  }
  .card-photo .text p {
    text-align: left;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 0.85px;
  }
  header.sticked {
    transform: translateY(-50px);
  }
  header.sticked .page-nav li a span {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.sticked .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  body h2 {
    font-size: 35rem !important;
  }
  body ul li:before {
    min-width: 10px;
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  #top-bar {
    height: 50px;
  }
  #top-bar .right .socials {
    margin-left: 30px;
  }
  #main-nav {
    padding: 8rem;
  }
  #main-nav .inner #logo img {
    width: 114px;
  }
  .page-nav li a span {
    padding: 15px 10px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  main {
    padding-top: 123px;
    margin-top: 0;
  }
  #form-text-group-329 .text {
    background-position: left;
    background-image: url(../img/main-mhd.webp);
  }
  #form-text-group-329 .wrapper .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #form-text-group-32 .wrapper .form {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #form-text-group-329 .form-text .wrapper .form {
    padding: 0;
  }
  #big-slider #layerslider {
    height: 400px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
    font-size: 25rem;
    margin-bottom: 10px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
    margin-bottom: 20px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
    max-width: 300px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
    padding-left: 0;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper ul li {
    font-size: 19rem;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
    margin-top: 30px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
    min-width: 120px;
    padding: 8px 20px;
  }
  .photo-map .wrapper {
    flex-direction: column;
  }
  .photo-map .wrapper .foto {
    width: 100%;
  }
  .photo-map .wrapper .google-maps {
    width: 100%;
  }
  .photo-map .wrapper .google-maps iframe {
    height: 50vw;
  }
  .foto-block.reverse .wrapper {
    flex-direction: column;
  }
  .foto-block .wrapper {
    flex-direction: column;
  }
  .foto-block .wrapper .text {
    width: 100%;
  }
  .foto-block .wrapper .foto {
    width: 100%;
  }
  .services .wrapper .one-element .foto img {
    height: 280px;
  }
  .services .wrapper .one-element .text {
    padding: 20px 15px;
  }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px;
  }
  .services .wrapper .one-element h3 {
    font-size: 30rem;
    margin-bottom: 15px;
  }
  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px;
  }
  .services-one-column .wrapper .one-element:nth-child(odd) {
    padding-left: 0;
  }
  .services-one-column .wrapper .one-element:nth-child(even) {
    padding-right: 0;
  }
  .newsy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy h2 {
    margin-bottom: 30px;
  }
  .newsy h3 {
    margin-bottom: 15px;
  }
  .newsy .one-news {
    margin-bottom: 30px;
  }
  .newsy .foto {
    margin-right: 30px;
  }
  .newsy .foto img {
    width: 160px;
    height: 140px;
  }
  .newsy .text {
    padding: 0;
  }
  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy-carousel h2 {
    margin-bottom: 30px;
  }
  .newsy-carousel .foto img {
    height: 320px;
  }
  .newsy-carousel .text-inner {
    padding: 20px 15px;
  }
  .gallery-simple {
    column-count: 3;
  }
  #galleries .foto img {
    height: 180px;
  }
  .footer-information {
    padding-bottom: 0;
  }
  .footer-information .one-information {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .footer-information .text {
    padding: 0 15px;
  }
  .only-text-group h2 {
    font-size: 30rem;
  }
  .page-foto {
    align-items: flex-start;
  }
  .page-foto .container {
    margin-top: 100rem;
  }
  .page-foto .container .wrapfoto button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .page-foto .container .wrapfoto h2 {
    font-size: 60rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto h1 {
    font-size: 50rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto p {
    padding: 30rem 0;
    width: 75vw !important;
  }
  .foto-block-group,
  .only-text-group,
  .steps-group,
  .two-text-group,
  .card-photo-group {
    margin-bottom: 0;
  }
  .two-text .container ul {
    column-count: 2;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 10rem;
  }
  .form-photo .foto img {
    display: none;
  }
  .form-text .text-inner {
    margin: 0;
  }
  .woj {
    height: 700px;
  }
  #cities {
    padding-bottom: 40rem;
  }
  #cities .container-fluid {
    max-width: 50%;
    margin: 0 auto;
  }
  #cities .container-fluid h2 {
    padding: 45rem 15rem;
    margin: 0;
    width: 100vh;
  }
  #cities .container-fluid ul {
    column-count: 1;
  }
  #cities .container-fluid ul li a {
    font-size: 18rem;
    font-weight: 500;
    white-space: nowrap;
  }
  #two-text-group-328 h2,
  #two-text-group-332 h2,
  #two-text-group-337 h2 {
    font-size: 35rem;
    margin: 45rem 0;
    margin-bottom: 0;
  }
  #two-text-group-328 .two-text .container,
  #two-text-group-332 .two-text .container,
  #two-text-group-337 .two-text .container {
    display: flex;
    justify-content: center;
  }
  #two-text-group-328 .two-text .container ul,
  #two-text-group-332 .two-text .container ul,
  #two-text-group-337 .two-text .container ul {
    column-count: 2;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
    border-radius: 10px;
    overflow: hidden;
  }
  #two-text-group-337 .two-text .container ul {
    column-count: 1;
  }
  .hwrap {
    padding: 10px;
  }
  #module-form-393 {
    padding: 10px;
  }
  #form-text-group-329 .text .text-inner ul {
    padding: 25px 0;
  }
  .form-text .wrapper .form {
    padding: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 0.9px;
  }
  header.sticked {
    transform: translateY(-50px);
  }
  header.sticked .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header.sticked .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  body ul li:before {
    min-width: 15px;
    width: 15px;
    height: 15px;
    margin-right: 15px;
  }
  #top-bar {
    height: 50px;
  }
  #main-nav .inner #logo img {
    width: 140px;
  }
  .page-nav li a span {
    padding: 20px 10px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  main {
    padding-top: 140px;
    margin-top: 0;
  }
  #form-text-group-329 .text {
    background-position: left;
    background-image: url(../img/main-fullhd.webp);
  }
  #form-text-group-329 .form-text .wrapper .form {
    padding: 0;
  }
  #big-slider #layerslider {
    height: 450px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper h2 {
    font-size: 30rem;
    margin-bottom: 10px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper p {
    margin-bottom: 20px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
    max-width: 350px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper ul {
    padding-left: 0;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons {
    margin-top: 30px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .buttons .btn {
    min-width: 140px;
  }
  .photo-map .wrapper {
    flex-direction: column;
  }
  .photo-map .wrapper .foto {
    width: 100%;
  }
  .photo-map .wrapper .google-maps {
    width: 100%;
  }
  .photo-map .wrapper .google-maps iframe {
    height: 50vw;
  }
  .services .wrapper .one-element .foto img {
    height: 240px;
  }
  .services .wrapper .one-element .text {
    padding: 20px 15px;
  }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px;
  }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px;
  }
  .services-one-column .wrapper .one-element .foto img {
    max-height: 200px;
  }
  .foto-block.reverse .wrapper {
    flex-direction: column;
  }
  .foto-block .wrapper {
    flex-direction: column;
  }
  .foto-block .wrapper .text {
    width: 100%;
  }
  .foto-block .wrapper .foto {
    width: 100%;
  }
  .newsy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy h2 {
    margin-bottom: 30px;
  }
  .newsy h3 {
    margin-bottom: 15px;
  }
  .newsy .one-news {
    margin-bottom: 30px;
  }
  .newsy .foto {
    margin-right: 30px;
  }
  .newsy .foto img {
    width: 250px;
    height: 215px;
  }
  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy-carousel h2 {
    margin-bottom: 30px;
  }
  .newsy-carousel .foto img {
    height: 220px;
  }
  .newsy-carousel .text-inner {
    padding: 20px 15px;
  }
  .gallery-simple {
    column-count: 3;
  }
  .footer-information {
    padding-bottom: 0;
  }
  .footer-information .one-information {
    max-width: calc(50% - 10px);
    margin-bottom: 30px;
  }
  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .footer-information .text {
    padding: 0 15px;
  }
  .footer-information a img {
    display: none;
  }
  .only-text-group h2 {
    font-size: 40rem;
  }
  .page-foto .container .wrapfoto button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .page-foto .container .wrapfoto h2 {
    font-size: 70rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto h1 {
    font-size: 60rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto p {
    padding: 30rem 0;
  }
  .foto-block-group,
  .only-text-group,
  .steps-group,
  .two-text-group,
  .card-photo-group {
    margin-bottom: 0;
  }
  .two-text .container ul {
    column-count: 2;
  }
  .form-photo .foto img {
    display: none;
  }
  .form-text .text-inner {
    margin: 0;
  }
  #cities {
    padding-bottom: 40rem;
  }
  #cities .container-fluid {
    max-width: 85%;
    margin: 0 auto;
  }
  #cities .container-fluid h2 {
    padding: 45rem 15rem;
    margin: 0;
  }
  #cities .container-fluid ul {
    column-count: 2;
  }
  #cities .container-fluid ul li a {
    font-size: 15rem;
    font-weight: 500;
    white-space: nowrap;
  }
  #two-text-group-328 h2,
  #two-text-group-332 h2,
  #two-text-group-337 h2 {
    font-size: 35rem;
    margin: 45rem 0;
    margin-bottom: 0;
  }
  #two-text-group-328 .two-text .container,
  #two-text-group-332 .two-text .container,
  #two-text-group-337 .two-text .container {
    display: flex;
    justify-content: center;
  }
  #two-text-group-328 .two-text .container ul,
  #two-text-group-332 .two-text .container ul,
  #two-text-group-337 .two-text .container ul {
    column-count: 4;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
    border-radius: 10px;
    overflow: hidden;
  }
  #two-text-group-337 .two-text .container ul {
    column-count: 2;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 0;
  }
  .hwrap {
    padding: 20px;
  }
  #module-form-393 {
    padding: 20px;
  }
  #form-text-group-329 .text .text-inner ul {
    padding: 25px 10px;
  }
  .reviews-con .reviews .reviews-content .reviews-desc {
    margin-right: auto;
  }
  .reviews-con .reviews .reviews-content .reviews-i {
    margin-left: auto;
  }
  .form-text .wrapper .form {
    padding: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 0.9px;
  }
  header .page-nav li a span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  header.mini-menu {
    margin-top: 140px;
  }
  body h1 {
    font-size: 53px;
  }
  body h2 {
    font-size: 25rem;
  }
  body.overflow-y-hidden {
    overflow: auto !important;
  }
  #main-menu.mini-menu {
    transform: translateX(100vw);
    width: 500px;
    padding: 0 !important;
    margin-top: 135px;
  }
  #main-menu.mini-menu.open {
    transform: translateX(calc(100vw - 500px));
  }
  #main-menu.mini-menu .page-nav li:first-child {
    margin-top: 0;
  }
  #main-menu.mini-menu .page-nav li span {
    padding: 25px 15px;
  }
  #main-menu.mini-menu .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  #main-nav .inner #logo img {
    width: 140px;
  }
  .page-nav li a span {
    padding: 30px 10px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .page-nav .my-dropdown .dropdown-menu {
    border: none;
    box-shadow: none;
  }
  main {
    padding-top: 130px;
    margin-top: 0;
  }
  #form-text-group-329 .text {
    background-position: left;
    background-image: url(../img/main-hd.webp);
  }
  #form-text-group-329 .form-text .wrapper .form {
    padding: 0;
  }
  #big-slider #layerslider {
    height: 500px;
  }
  #big-slider #layerslider .ls-layer .slider-bg .wrapper .text {
    max-width: 500px;
  }
  .services .wrapper .one-element .foto img {
    height: 240px;
  }
  .services .wrapper .one-element .text {
    padding: 20px 15px;
  }
  .services .wrapper .one-element .buttons .btn {
    min-width: 200px;
    height: 51px;
  }
  .services .wrapper .one-element h3 {
    font-size: 23rem;
    margin-bottom: 15px;
  }
  .services-one-column .wrapper .one-element .foto img {
    max-height: 220px;
  }
  .newsy {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy h2 {
    margin-bottom: 30px;
  }
  .newsy h3 {
    margin-bottom: 15px;
  }
  .newsy .one-news {
    margin-bottom: 30px;
  }
  .newsy .foto {
    margin-right: 30px;
  }
  .newsy .foto img {
    width: 250px;
    height: 215px;
  }
  .newsy-carousel {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .newsy-carousel h2 {
    margin-bottom: 30px;
  }
  .newsy-carousel .foto img {
    height: 300px;
  }
  .newsy-carousel .text-inner {
    padding: 20px 15px;
  }
  #galleries .foto img {
    height: 217px;
  }
  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .footer-information .text {
    padding: 0 15px;
  }
  .footer-information a img {
    display: none;
  }
  .page-foto .container .wrapfoto button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
  }
  .page-foto .container .wrapfoto h2 {
    font-size: 70rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto h1 {
    font-size: 70rem;
    font-weight: 900;
  }
  .page-foto .container .wrapfoto p {
    padding: 30rem 0;
  }
  .two-text .container ul {
    column-count: 2;
  }
  .two-text .container ul li {
    padding: 10px 20px;
    font-size: 1.2em;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 60rem;
  }
  .form-text .text-inner {
    margin: 0;
  }
  .wojmap h1 {
    font-size: 40px;
  }
  #cities {
    padding-bottom: 40rem;
  }
  #cities .container-fluid {
    max-width: 85%;
    margin: 0 auto;
  }
  #cities .container-fluid h2 {
    padding: 45rem 15rem;
    margin: 0;
  }
  #cities .container-fluid ul {
    column-count: 3;
  }
  #cities .container-fluid ul li a {
    font-size: 15rem;
    font-weight: 500;
    white-space: nowrap;
  }
  #two-text-group-328 h2,
  #two-text-group-332 h2,
  #two-text-group-337 h2 {
    font-size: 35rem;
    margin: 45rem 0;
    margin-bottom: 0;
  }
  #two-text-group-328 .two-text .container,
  #two-text-group-332 .two-text .container,
  #two-text-group-337 .two-text .container {
    display: flex;
    justify-content: center;
  }
  #two-text-group-328 .two-text .container ul,
  #two-text-group-332 .two-text .container ul,
  #two-text-group-337 .two-text .container ul {
    column-count: 4;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: max-content;
    border-radius: 10px;
    overflow: hidden;
  }
  #two-text-group-337 .two-text .container ul {
    column-count: 2;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 0;
  }
  .hwrap {
    padding: 0 70px;
  }
  #module-form-393 {
    padding: 0 70px;
  }
  #form-text-group-329 .text .text-inner ul {
    padding: 25px 60px;
  }
  .form-text .wrapper .form {
    padding: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1579px) {
  html {
    font-size: 0.95px;
  }
  body h2 {
    font-size: 30rem;
  }
  body.overflow-y-hidden {
    overflow: auto !important;
  }
  .foto-block-group,
  .only-text-group,
  .steps-group,
  .two-text-group,
  .card-photo-group {
    margin-bottom: 0;
  }
  #main-menu.mini-menu {
    transform: translateX(100vw);
    width: 500px;
    padding: 0 !important;
    margin-top: 140px;
  }
  #main-menu.mini-menu.open {
    transform: translateX(calc(100vw - 500px));
  }
  #main-menu.mini-menu .page-nav li:first-child {
    margin-top: 0;
  }
  #main-menu.mini-menu .page-nav li span {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .page-nav {
    padding-left: 16px;
  }
  .page-nav li a span {
    padding: 15px 10px;
  }
  main .page-foto .container .wrapfoto button {
    margin: 10px;
    padding: 15px 30px;
    font-size: 18px;
  }
  main .page-foto .container .wrapfoto h2 {
    font-size: 70rem;
    font-weight: 900;
  }
  main .page-foto .container .wrapfoto h1 {
    font-size: 75rem;
    font-weight: 900;
  }
  main .page-foto .container .wrapfoto p {
    padding: 30rem 0;
  }
  #form-text-group-329 .text {
    background-position: left;
    background-image: url(../img/main-qhd.webp);
  }
  #form-text-group-329 .form-text .wrapper .form {
    padding: 0;
  }
  #big-slider #layerslider {
    height: 550px;
  }
  .services .wrapper .one-element .foto img {
    height: 290px;
  }
  .services .wrapper .one-element h3 {
    font-size: 25rem;
    margin-bottom: 15px;
  }
  .services-one-column .wrapper .one-element .foto img {
    max-height: 265px;
  }
  #galleries .foto img {
    height: 189px;
  }
  .footer-information .foto {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }
  .footer-information .text {
    padding: 0 15px;
  }
  #main-nav .btn-menu {
    margin-left: auto;
    margin-right: 60rem;
  }
  #cities {
    padding-bottom: 40rem;
  }
  #cities .container-fluid {
    max-width: 85%;
    margin: 0 auto;
  }
  #cities .container-fluid h2 {
    padding: 45rem 15rem;
    margin: 0;
  }
  #cities .container-fluid ul {
    column-count: 4;
  }
  #cities .container-fluid ul li a {
    font-size: 15rem;
    font-weight: 500;
    white-space: nowrap;
  }
  #module-form-393 {
    padding: 0 39px;
  }
  .hwrap {
    padding: 0 39px;
  }
  #module-form-393 {
    padding: 0 39px;
  }
  #form-text-group-329 .text .text-inner ul {
    padding: 25px 29px;
  }
  #main-nav .inner #logo {
    transition: transform 0.3s ease;
  }
  #main-nav .inner #logo:hover {
    transform: scale(1.1);
  }
  .form-text .wrapper .form {
    padding: 40px;
  }
}
@media (min-width: 1580px) {
  .container {
    max-width: 1550px;
  }
  body.overflow-y-hidden {
    overflow: auto !important;
  }
  #main-menu.mini-menu {
    transform: translateX(100vw);
    width: 500px;
    padding: 0 !important;
    margin-top: 150px;
  }
  #main-menu.mini-menu.open {
    transform: translateX(calc(100vw - 500px));
  }
  #module-form-393 {
    padding: 0 75px;
  }
  #main-nav .inner #logo {
    transition: transform 0.3s ease;
  }
  #main-nav .inner #logo:hover {
    transform: scale(1.1);
  }
}