* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.grecaptcha-badge { 
  visibility: hidden;
}
body {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  letter-spacing: 0.5px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  letter-spacing: 2px;
}
h1 {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
h2 {
  font-size: 60px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
}
a {
  color: #ce1234;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
}
.sticky {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
}
.small,
small {
  font-size: 80%;
  font-weight: inherit;
}
#charNum {
  position: absolute;
  top: 56px;
  right: 10px;
  background-color: #d3d3d3;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 15px;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  outline: 0;
}
.burger-icon {
  width: 30px;
  height: 20px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.burger-icon span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  background-color: #fff;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger-icon span:nth-child(1) {
  top: 0;
}
.burger-icon span:nth-child(2),
.burger-icon span:nth-child(3) {
  top: 10px;
}
.burger-icon span:nth-child(4) {
  top: 20px;
}
.burger-icon.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.burger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger-icon.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.navbar-light .navbar-toggler {
  border: none;
}
.navbar .navbar-brand {
  position: relative;
}
.navbar .navbar-brand:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: calc(100% + 15px);
  top: 0;
  left: 0;
  background-color: #fff;
  background: #fff;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
}
.navbar-brand img {
  max-width: 180px;
  height: auto;
  position: relative;
  z-index: 2;
  margin: 20px 30px 10px 30px;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.8px;
}
.nav-item .nav-link {
  position: relative;
}
.navbar-light .navbar-nav .nav-item.support .nav-link {
  color: #fff;
  border-left: solid 1px #9b011d;
  margin-left: 20px;
  padding-left: 30px;
}
.navbar-light .navbar-nav .nav-item.support .nav-link img {
  max-width: 25px;
  height: auto;
  margin-right: 10px;
}
.navbar-light .navbar-nav .nav-item.support:hover .nav-link span.number {
  text-decoration: underline;
}
.nav-item.active .nav-link:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 4px;
  bottom: 0;
  left: 1rem;
  background-color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(255, 255, 255, 1);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 1);
}
.bg-light {
  background-color: #ce1234 !important;
  padding: 0 2rem;
}
.btn {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.sweet-alert button {
  background-color: #1a1a1a !important;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn:focus,
.btn:hover {
  background-color: #ce1234;
  box-shadow: 0 12px 30px 0 rgba(98, 0, 18, 0.3);
  color: #fff;
  text-decoration: none;
}
.jumbotron .btn:hover, .jumbotron .btn:focus{
  background-color: #000;
}
.sweet-alert button:focus,
.sweet-alert button:hover {
  background-color: #ce1234 !important;
  box-shadow: 0 12px 30px 0 rgba(98, 0, 18, 0.3);
  color: #fff;
  text-decoration: none;
}
.btn.btn-secondary {
  background-color: #ce1234 !important;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn.btn-secondary:focus,
.btn.btn-secondary:hover {
  background: #a2001d;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.btn.btn-black {
  background-color: #1a1a1a;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.btn.btn-black:focus,
.btn.btn-black:hover {
  background: #000;
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}
.jumbotron {
  padding: 200px 0;
  margin-bottom: 0;
  background-color: transparent;
  background-image: url(../img/jumbotron-bg-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  border-radius: 0;
}
.jumbotron:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ce1234;
  z-index: -2;
}
.jumbotron .input-group {
  max-width: 450px;
}
.jumbotron h1 {
  color: #fff;
}
.jumbotron p {
  color: #fff;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 0.5px;
}
.home-cta {
  background-color: #1a1a1a;
  color: #fff;
  padding: 50px 0;
}
.home-cta > .container {
  position: relative;
}
.home-cta > .container:after {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: -63px;
  left: 23px;
  background-color: #1a1a1a;
  transform: rotate(45deg);
}
.home-cta .counter {
  font-size: 80px;
  font-weight: 700;
  color: #85bc56;
  line-height: 80px;
}
.home-cta .home-cta-text {
  font-size: 24px;
  color: #fff;
  letter-spacing: 0.5px;
  font-weight: 500;
}
#services {
  background-color: #fafafa;
  padding: 100px 0;
}
#services .service-wrapper {
  text-align: center;
  margin: 0;
  padding: 8px;
  transition: all 0.35s ease !important;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
}
#services .service-wrapper:hover {
  transform: scale(1.05) !important;
  z-index: 99;
  position: relative;
  -webkit-transform: scale(1.05) !important;
  -moz-transform: scale(1.05) !important;
  -ms-transform: scale(1.05) !important;
  -o-transform: scale(1.05) !important;
}
#services .service-wrapper .service-body {
  background: #fff;
  border: 1px solid #dadcdf;
  padding: 50px 15px;
  width: 100%;
  height: 100%;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
}
#services .service-body .btn {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
#services .service-wrapper:hover .service-body {
  background: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}
#services .service-wrapper .service-body h3 {
  position: relative;
  padding-bottom: 50px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-align: center;
}
#services .service-wrapper .service-body h3:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  background: #ce1234;
  width: 35px;
  height: 4px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transition: width 0.35s ease;
  -webkit-transition: width 0.35s ease;
  -moz-transition: width 0.35s ease;
  -ms-transition: width 0.35s ease;
  -o-transition: width 0.35s ease;
}
#services .service-wrapper:hover .service-body h3:after {
  width: 90px;
  height: 4px;
}
#services .service-wrapper .service-body ul li {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
#services .service-wrapper .service-body ul li {
  position: relative;
  padding-bottom: 3px;
}
#services .service-wrapper .service-body ul {
  list-style: none;
  padding: 0;
  margin-left: 15px;
  margin-bottom: 40px;
  text-align: left;
}
#services .service-wrapper .service-body ul li:before {
  content: "";
  position: absolute;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 5px;
  height: 5px;
  top: 11px;
  left: -15px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
#about {
  position: relative;
  padding: 100px 0;
}
#about h1,
#about h2 {
  width: 790px;
  z-index: 2;
  position: relative;
  text-shadow: 1px 1px 8px rgba(255, 255, 255, 1);
}
#about h2 {
  margin-bottom: 40px;
  font-size: 43px;
}
#about p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-weight: 300;
}
#about .benefits {
  margin-top: 80px;
}
#about .benefits .benefits-img-wrapper {
  position: relative;
  height: 60px;
}
#about .benefits > div {
  text-align: center;
}
#about .benefits img {
  max-width: 50px;
  height: auto;
}
#about .benefits .counter {
  font-size: 140px;
  letter-spacing: 14px;
  color: #ce1234;
  font-weight: 700;
  line-height: 180px;
}
#zasady {
  background-color: #1a1a1a;
  color: #fff;
  padding: 100px 0;
}
#zasady h1 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 100px;
}
#zasady h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #ce1234;
}
#zasady h3 {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
#zasady p {
  color: #8c8c8c;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.zasady-points > div {
  margin-bottom: 20px;
  padding-left: 70px;
  position: relative;
}
.zasady-points > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url(../img/tick.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
#reference {
  padding: 100px 0;
}
#reference h1 {
  position: relative;
  padding-top: 40px;
}
#reference h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #ce1234;
}
#reference .main-heading p {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.reference-slide .reference-text {
  color: #737373;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 0.5px;
}
.reference-slide .reference-info .name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.8px;
  display: block;
}
.reference-slide .reference-info .category {
  display: block;
}
.slick-slide {
  background-color: #fff;
  padding: 50px;
}
.slick-slide:focus {
  outline: 0;
}
.slick-slide.slick-current {
  background: #fff;
  box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.1);
  z-index: 3;
  position: relative;
}
.slick-slide.slick-current:after {
  content: "";
  background-image: url(../img/quote.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 45px;
  height: 40px;
  position: absolute;
  top: -20px;
  right: 40px;
}
.controls .next,
.controls .prev {
  position: absolute;
  top: 50%;
  z-index: 99;
  width: 29px;
  height: 22px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.5;
}
.controls .next:hover,
.controls .prev:hover {
  opacity: 1;
}
.controls .next {
  right: -40px;
}
.controls .prev {
  left: -90px;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}
.slick-slider {
  margin: -120px;
  padding: 120px 0;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 70px;
}
.slick-list:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 500px;
  top: 0;
  right: 0;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 91%);
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translate(0, -50%);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.stars-rating {
  margin-bottom: 40px;
}
.stars-rating img {
  max-width: 70px;
  height: auto;
}
.stars-rating > span {
  display: inline-block;
  position: relative;
  width: 1.1em;
}
.stars-rating > span.checked:before,
.stars-rating > span.checked ~ span.checked:before {
  content: "\2605";
  position: absolute;
  color: #ffc107;
}
#gallery {
  padding: 100px 0;
  background-color: #fafafa;
}
#gallery h1 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 80px;
}
#gallery h1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 4px;
  background-color: #ce1234;
}
.gallery > div {
  padding: 15px;
}
.load-more a{
    text-align: center;
    margin: 50px auto 0 auto;
}

.prodane-nemovitosti > div {
    display: none;
}

.gallery a img {
  border: none;
  transition: all 350ms ease-in-out;
  -webkit-transition: all 350ms ease-in-out;
  -moz-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  -ms-transition: all 350ms ease-in-out;
}
.gallery a:hover img {
  border: none !important;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
}
.small-gallery .gallery-item img{
    object-fit: cover;
    max-height: 190px;
    width: 100%;

}
.fancybox-bg {
  background: #fff;
  opacity: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.fancybox-button.fancybox-button--fullscreen,
.fancybox-button.fancybox-button--play,
.fancybox-button.fancybox-button--share,
.fancybox-button.fancybox-button--thumbs,
.fancybox-infobar {
  display: none !important;
}
.fancybox-caption {
  text-align: center;
}
footer {
  background-color: #1a1a1a;
  padding: 100px 0;
  position: relative;
}
footer:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
footer .contact-form {
  z-index: 2;
  padding-right: 70px;
}
footer .contacts {
  padding-left: 70px;
}
footer h2 {
  color: #fff;
  font-weight: 300;
  font-size: 40px;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 80px;
}
label {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-size: 22px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
.modal-body label {
  color: #000;
}
.modal-body .form-control:focus {
  color: #495057;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
.modal-body h3 {
  margin-bottom: 40px;
}
.modal-body input[type="radio"] {
  margin-left: 10px;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0;
  font-size: 18px;
  font-weight: 300;
  color: #8c8c8c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  border-bottom: solid 1px #8c8c8c;
}
#filtration .form-control {
  margin-bottom: 25px;
}
#filtration .advert_function.required button {
  border-bottom: solid 2px red;
  color: red;
}
#filtration span.required {
  color: red;
}
#filter-result {
  position: relative;
}
#filtration #advert_function_required {
  position: absolute;
  top: 5px;
  right: 15px;
  color: red;
  font-size: 13px;
  display: none;
}
#filtration #advert_function_required.required {
  display: block;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
  opacity: 0.2;
}
footer .form-control:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  outline: 0;
  box-shadow: none;
}
#filtration .form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
.form-group {
  position: relative;
}
.form-group .required {
  position: absolute;
  bottom: 0;
  right: 0;
  color: red;
  line-height: 41px;
}
.form-control.secondary {
  padding: 12px 25px;
  font-size: 18px;
  font-weight: 300;
  color: #8c8c8c;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  height: auto;
}
footer .contact-details > div {
  text-align: center;
  padding-bottom: 50px;
  position: relative;
}
footer .contact-details > div:after {
  content: "";
  position: absolute;
  bottom: 35px;
  left: 50%;
  width: 35px;
  height: 4px;
  background-color: #ce1234;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
footer .contact-details > div h3 {
  font-size: 18px;
  letter-spacing: 1px;
  color: #8c8c8c;
  font-weight: 300;
}
footer .contact-details > div p,
footer .contact-details > div p a {
  font-size: 18px;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 500;
}
footer .contact-details > div .ico-wrapper {
  height: 40px;
  margin: 0 auto;
}
footer .contact-details > div .ico-wrapper img {
  max-width: 24px;
  height: auto;
}
footer .company-details {
  margin-top: 60px;
}
.company-name {
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  letter-spacing: 1.5px;
  text-align: center;
  margin-bottom: 20px;
}
.company-name .red {
  color: #ce1234;
}
.red {
  color: #ce1234;
}
.gdpr {
  color: #8c8c8c;
  font-size: 16px;
}
.company-address {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  line-height: 28px;
  text-align: center;
  margin-bottom: 50px;
}
.contacts .subheading {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.8px;
  font-weight: 300;
  text-align: center;
}
.contacts h2 {
  margin-bottom: 20px;
}
.copyright {
  background-color: #333;
  color: #8c8c8c;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 300;
  padding: 20px 0;
}
.modal.fade .modal-dialog {
  background: #fff;
  box-shadow: 0 2px 40px 0 rgba(51, 51, 51, 0.3);
}
.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0;
  outline: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.sweet-overlay {
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
  opacity: 0.85 !important;
}
.sweet-alert {
  box-shadow: 0 2px 40px 0 rgba(51, 51, 51, 0.3);
}
.modal-backdrop.show {
  opacity: 0.85;
}
.modal-body h1 {
  font-size: 30px;
  color: #111;
  font-weight: 700;
  margin-bottom: 60px;
}
.modal-body h2 {
  font-size: 18px;
  color: #111;
  font-weight: 700;
  margin-bottom: 30px;
}
.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 60px 40px 40px 40px;
}
.modal-body .close {
  float: inherit;
  position: absolute;
  top: 25px;
  right: 25px;
  background-image: url(../img/close.svg);
  width: 24px;
  height: 24px;
  background-position: center center;
  background-size: 100%;
  background-size: contain;
  opacity: 0.5;
}
#filtration {
  background-color: #fafafa;
  padding: 70px 0 20px 0;
}
#filtration label {
  color: #000;
}
#filtration .btn {
  width: 100%;
  margin-bottom: 25px;
}
#filtration .align-self-end .btn {
  margin-bottom: 50px;
}
@media (max-width: 1200px){
    .small-gallery .gallery-item img {
        object-fit: cover;
        max-height: 156px;
    }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.multiselect-native-select .btn-group {
  display: block !important;
  text-align: left;
}
.multiselect-native-select .btn-group .btn {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 15px;
  font-size: 18px;
  font-weight: 300;
  color: #8c8c8c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  border-bottom: solid 1px #8c8c8c;
  text-align: left;
  text-transform: inherit;
}
.multiselect-native-select .btn-group .btn:focus,
.multiselect-native-select .btn-group .btn:hover {
  background: 0 0;
  box-shadow: none;
  color: #000;
  text-decoration: none;
  border-bottom: solid 1px #000;
}
.multiselect-container {
  width: 100%;
}
.multiselect-container > li > a > label {
  font-weight: 300;
  padding: 5px 20px 5px 10px;
  width: 100%;
  font-size: 22px;
}
.dropdown-menu {
  font-size: 1rem;
  border: 1px solid #8c8c8c;
  border-radius: 0;
  top: 3px !important;
}
.dropdown-toggle::after {
  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;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.multiselect-container > li.active,
.multiselect-container > li:hover {
  background-color: #f8f9fa;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.dropdown-item {
  padding: 5px 20px 5px 10px;
  font-weight: 300;
  color: #000;
  font-size: 22px;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #f8f9fa;
}
.bootstrap-select > .dropdown-toggle.btn {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 15px;
  font-size: 18px;
  font-weight: 300;
  color: #8c8c8c;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: none;
  border-bottom: solid 1px #8c8c8c;
  text-align: left;
  text-transform: inherit;
  outline: 0 !important;
}
.bootstrap-select > .dropdown-toggle.btn:focus,
.bootstrap-select > .dropdown-toggle.btn:hover {
  outline: 0 !important;
  box-shadow: none !important;
  background-color: transparent;
  color: #000;
  border-bottom: solid 1px #000;
}
.bootstrap-select.show > .dropdown-toggle.btn {
  color: #000;
}
#property-list {
  padding: 60px 0;
}
#property-list .property {
  border: solid 1px #dadcdf;
  background-color: #fff;
  position: relative;
  margin: 15px 0;
  transition: all 0.35s ease !important;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
}
#property-list .property:hover {
  background: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.15);
}
#property-list .property a {
  text-decoration: none;
}
#property-list .property a:hover {
  text-decoration: none;
}
#property-list .property img {
  min-height: 250px;
  max-height: 250px;
  width: auto;
  min-width: 350px;
  transition: all 0.6s ease !important;
  -webkit-transition: all 0.6s ease !important;
  -moz-transition: all 0.6s ease !important;
  -ms-transition: all 0.6s ease !important;
  -o-transition: all 0.6s ease !important;
}
#property-list .property:hover img {
  transform: scale(1.1);
}
#property-list .property .image-wrapper {
  overflow: hidden;
}
#property-list .property .location {
  font-size: 16px;
  color: #1a1a1a;
  letter-spacing: 0.56px;
  line-height: 25px;
  padding-left: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  margin: 0 10px 10px 15px;
  border-bottom: none;
}
.price .additional-info {
  display: block;
  font-weight: 300;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 17px;
}
#property-list .property .location:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 19px;
  background-image: url(../img/location.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
#property-list .property h3 {
  font-size: 24px;
  color: #1a1a1a;
  letter-spacing: 0.25px;
  padding: 15px 15px 4px 15px;
  margin: 0;
  max-height: 47px;
  overflow: hidden;
}
#property-list .property:hover h3 {
  text-decoration: underline;
}
#property-list .property .price {
  position: relative;
  width: 100%;
  padding: 15px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 1.33px;
  transition: all 0.35s ease !important;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
  height: 78px;
  display: flex;
  align-items: center;
}
#property-list .property:hover .price {
  background-color: #ce1234;
}
#property-list .property .price:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 18px;
  right: 40px;
  top: 50%;
  background-image: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transition: all 0.35s ease !important;
  -webkit-transition: all 0.35s ease !important;
  -moz-transition: all 0.35s ease !important;
  -ms-transition: all 0.35s ease !important;
  -o-transition: all 0.35s ease !important;
}
#property-list .property:hover .price:after {
  right: 30px;
}
.page-detail header,
.property-detail header {
  padding: 60px 0;
  background-color: #fff;
}
.property-detail header .price {
  font-weight: 700;
  font-size: 30px;
  color: #000;
  letter-spacing: 1.8px;
}
.property-detail header .price span.additional-info {
  font-weight: 500;
  font-size: 14px;
  color: #333;
  letter-spacing: 0.78px;
  text-transform: uppercase;
  display: block;
}
.property-detail header .property-price {
  text-align: right;
}
.property-detail header .btn {
  margin-top: 20px;
}
.property-name h1 {
  font-size: 35px;
  letter-spacing: 2px;
  font-weight: 700;
  text-transform: uppercase;
}
.property-name h1 span.usable_area {
  text-transform: lowercase;
}
span.advert_subtype_s,
span.advert_type_s,
span.usable_area {
  text-transform: lowercase;
}
.property-name .location {
  font-weight: 300;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  line-height: 30px;
  position: relative;
  padding-left: 40px;
}
.property-name .location:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 21px;
  height: 24px;
  background-image: url(../img/location.png);
  background-repeat: no-repeat;
  background-size: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.gallery-item {
  padding-bottom: 12px;
  padding-top: 13px;
  text-align: center;
}
.gallery-item > a{
        width: 100%;
        height: 100%;
        display: inline-block;
}
.gallery-item .more-photos {
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 25px);
  background-color: rgb(51 51 51 / 0.6);
  color: #fff;
  text-align: center;
  top: 13px;
  left: 15px;
}
.gallery-item .more-photos.hidden {
  display: none;
}
.gallery-item .more-photos .btn {
  font-size: 15px;
  padding: 10px 20px;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
}
#show-more-photos {
  display: none;
}
#show-more-photos.visible {
  display: flex;
}
.table-item > .row > .wrapper {
  width: 100%;
  display: flex;
  margin: 0 15px;
}
.table-item .description {
  font-weight: 500;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-item .value {
  font-weight: 300;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.property-detail #gallery {
  padding: 45px 0;
  background-color: #fafafa;
}
.page-detail #content,
.property-detail #content {
  padding: 60px 0;
}
.page-detail #content h2,
.property-detail #content h2 {
  text-transform: inherit;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  letter-spacing: 1.25px;
  margin-bottom: 40px;
  margin-top: 20px;
}
.page-detail #content p,
.property-detail #content p {
  font-weight: 300;
  font-size: 22px;
  color: #1a1a1a;
  letter-spacing: 0.8px;
  line-height: 30px;
}
#contact-brooker {
  background-color: #fafafa;
  padding: 60px 0;
}
#contact-brooker h2 span {
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  font-size: 20px;
  color: #000;
  letter-spacing: 0.8px;
}
#contact-brooker h2 {
  text-transform: inherit;
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: #000;
  letter-spacing: 0.8px;
  margin-bottom: 40px;
}
#contact-brooker .contact-person {
  text-align: center;
}
#contact-brooker .contact-person .contact-details {
  font-size: 22px;
  color: #000;
  letter-spacing: 1.83px;
  text-align: center;
  line-height: 30px;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}
#contact-brooker .contact-person .contact-details:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 70px;
  height: 4px;
  background-color: #ce1234;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
#contact-brooker .contact-person img {
  max-width: 200px;
  height: auto;
  margin-bottom: 40px;
}
#contact-brooker label {
  color: #000;
}
#contact-brooker .form-control {
  color: #000;
}
#contact-brooker .form-control:focus {
  color: #000;
  background-color: transparent;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}
#contact-brooker .gdpr {
  color: #000;
  font-size: 16px;
}
#contact-brooker a,
.location a {
  color: #000;
  text-decoration: underline;
}
#contact-brooker a:hover,
.location a:hover {
  color: #ce1234;
  text-decoration: underline;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.page-detail #content {
  padding: 20px 0 100px 0;
}
@media (min-width: 1200px) {
  #contact-brooker .container,
  #content .container {
    max-width: 1000px;
  }
}
.reference-slide .reference-info .name {
  margin-top: 30px;
}
@media (min-width: 1100px) {
  .controls .prev {
    display: none;
  }
  .controls .next {
    right: 10px;
  }
  .slick-slider {
    margin: 10px -120px;
    padding: 0;
    overflow: hidden;
    width: 100%;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 70px 0 70px 70px;
  }
  .slick-slide {
    background-color: #fff;
    padding: 40px 50px;
  }
  .slick-slide[aria-hidden*="true"] {
    opacity: 0;
  }
  .slick-slide[aria-hidden*="false"] {
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .controls .prev {
    display: none;
  }
  .controls .next {
    right: 10px;
  }
  .slick-list {
    margin: 0;
    padding: 0;
  }
  .slick-slider {
    margin: 0 -30px;
    padding: 0;
  }
  .slick-slide {
    padding: 50px 30px;
  }
  .slick-slide.slick-current:after {
    display: none;
  }
  .slick-slide.slick-current {
    background: #fff;
    box-shadow: none;
    z-index: 3;
    position: relative;
  }
}
@media (min-width: 992px) {
  .table-item:nth-child(4n + 3) > .row > .wrapper,
  .table-item:nth-child(4n + 4) > .row > .wrapper {
    background-color: #fafafa;
  }
  #about h1 {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }
  .nav-item.active .nav-link:before {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .navbar .navbar-brand:before {
    height: calc(100% + 15px);
  }
  .navbar-light .navbar-nav .nav-item.support .nav-link {
    color: #fff;
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 40px;
  }
  .navbar-nav .nav-item:first-child {
    margin-top: 40px;
  }
  .navbar-brand img {
    max-width: 150px;
    margin: 20px 30px 10px 30px;
  }
  #contact-brooker .contact-person {
    margin-top: 50px;
  }
  .property-name .location {
    text-align: center;
    padding-left: 0;
    padding-top: 40px;
  }
  .gallery-item {
    text-align: center;
  }
  .property-detail header .property-price {
    text-align: center;
    margin-top: 40px;
  }
  .property-name h1 {
    text-align: center;
  }
  .property-name .location:before {
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  .property-detail #content h2 {
    font-size: 30px;
  }
  .property-detail #content h3 {
    font-size: 25px;
  }
  #contact-brooker h2 {
    text-align: center;
  }
  .property-detail #content h1,
  .property-detail #content h2,
  .property-detail #content h3 {
    text-align: center;
  }
  .table-item:nth-child(2n + 2) > .row > .wrapper {
    background-color: #fafafa;
  }
  #about {
    text-align: center;
  }
  #about p {
    text-align: center;
    margin-bottom: 40px;
  }
  #about h1,
  #about h2 {
    width: 100%;
    text-align: center;
  }
  footer .contact-form {
    z-index: 2;
    padding-right: 15px;
  }
  footer .contacts {
    padding-left: 15px;
    margin-top: 70px;
  }
  footer:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .controls .next {
    right: 10px;
  }
  .controls .prev {
    left: 10px;
    display: block;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-slider {
    margin: 0;
    padding: 20px;
  }
  .slick-slide.slick-current {
    box-shadow: none;
  }
  .slick-slide.slick-current:after {
    display: none;
  }
  .reference-slide .reference-info .name {
    margin-top: 30px;
  }
  .slick-slide {
    background-color: #fff;
    padding: 60px 35px 10px 35px;
    width: 95%;
  }
  .slick-list:after {
    display: none;
  }
  .slick-slide {
    margin: 0 auto;
    text-align: center;
  }
  .jumbotron {
    padding: 80px 0 310px 0;
    margin-bottom: 0;
    background-color: #ce1234;
    background-image: url(../img/jumbotron-bg-mobile.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    border-radius: 0;
  }
  .jumbotron h1 {
    color: #fff;
    text-align: center;
    font-size: 45px;
  }
  .jumbotron p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 20px;
  }
  .jumbotron .input-group {
    max-width: 400px;
    margin: 0 auto;
  }
  .home-cta > .container:after {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    top: -63px;
    left: 50%;
    background-color: #1a1a1a;
    transform: rotate(45deg) translate(-50%, 50%);
  }
  .home-cta .home-cta-text {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: center;
  }
  #services .service-wrapper .service-body ul {
    text-align: center;
  }
  #services .service-wrapper .service-body ul li:before {
    display: none;
  }
  #about h1,
  #about h2 {
    width: 100%;
    text-align: center;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 30px;
  }
  #about h2 {
    margin-bottom: 20px;
  }
  #about p {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 300;
    text-align: center;
  }
  #about .benefits .counter {
    font-size: 80px;
    letter-spacing: 7px;
    color: #ce1234;
    font-weight: 700;
    line-height: 80px;
    margin-top: 30px;
    display: inline-block;
  }
  #zasady h3 {
    font-size: 20px;
    text-align: center;
  }
  #zasady p {
    font-size: 20px;
    text-align: center;
  }
  .zasady-points > div {
    margin-bottom: 20px;
    padding-left: 15px;
    position: relative;
    padding-top: 70px;
  }
  .zasady-points > div:before {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  #gallery h1,
  #reference h1,
  #zasady h1 {
    text-align: center;
  }
  #gallery h1:before,
  #reference h1:before,
  #zasady h1:before {
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
  }
  #reference .main-heading p {
    font-size: 20px;
    text-align: center;
  }
  .copyright,
  .copyright .text-right {
    text-align: center !important;
  }
  #filtration .align-self-end .btn {
    margin-bottom: 0;
  }
  .small-gallery .gallery-item img {
    object-fit: cover;
    max-height: 150px;
}
}
@media (min-width: 992px) and (max-width: 1230px) {
  .nav-link {
    padding: 0.5rem 0.5rem;
    font-size: 18px;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.4rem;
    padding-left: 0.4rem;
    font-size: 17px;
  }
  .support .infolinka-text {
    display: none;
  }
}
@media (min-width: 2100px) {
  .jumbotron {
    padding: 340px 0;
  }
}
@media (max-width: 567px) {
  .navbar-brand img {
    max-width: 130px;
    margin: 20px 20px 10px 20px;
  }
  #services {
    background-color: #fafafa;
    padding: 40px 0;
  }
  #services .service-wrapper .service-body {
    padding: 30px 10px;
  }
  #about {
    padding: 50px 0;
  }
  #reference {
    padding: 60px 0;
  }
  #gallery {
    padding: 60px 0;
  }
  #property-list .property img {
    min-height: 397px;
    max-height: 397px;
    width: auto;
    min-width: 530px;
  }
}
@media (max-width: 450px) {
  #property-list .property img {
    min-height: 337px;
    max-height: 337px;
    width: auto;
    min-width: 450px;
  }
  .small-gallery .gallery-item img {
    object-fit: cover;
    max-height: 119px;
}
}
@media (max-width:400px){
    .small-gallery .gallery-item img {
        object-fit: cover;
        max-height: 110px;
    }
}
.jumbotron {
  position: relative;
}
.slusne-a-poctive {
  position: absolute;
  top: 0;
  right: 7%;
  background-color: #85bc56;
  width: 217px;
  height: 217px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 0 0 rgba(133, 188, 86, 1);
  margin: 20px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
  -webkit-animation: pulse-black 2s infinite;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  z-index: -1;
}
.slusne-a-poctive span {
  color: #fff;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(133, 188, 86, 0.8);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(133, 188, 86, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(133, 188, 86, 0);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
  }
}
@media (max-width: 1460px) {
  .jumbotron {
    background-size: cover;
    background-position: 80% 0;
  }
  .slusne-a-poctive {
    top: 0;
    right: 0;
  }
}
@media (max-width: 1300px) {
  .jumbotron {
    background-size: cover;
    background-position: 60% 0;
  }
  .slusne-a-poctive {
    top: -20px;
    right: 22%;
  }
  .slusne-a-poctive span {
    font-size: 29px;
  }
}
@media (max-width: 1180px) {
  .jumbotron {
    background-size: 160%;
    background-position: bottom;
  }
  .slusne-a-poctive {
    top: 2%;
    right: 16%;
  }
  .slusne-a-poctive span {
    font-size: 29px;
  }
}
@media (max-width: 1030px) {
  .jumbotron {
    background-size: 160%;
    background-position: bottom;
  }
  .jumbotron h1 {
    font-size: 45px;
  }
  .jumbotron p {
    font-size: 20px;
  }
}
@media (max-width: 990px) {
  .slusne-a-poctive {
    top: 7%;
    right: 12%;
  }
  .navbar-brand img {
    max-width: 140px;
}
}
@media (max-width: 768px) {
  .jumbotron {
    padding: 80px 0 560px 0;
    background-position: bottom center;
    background-size: contain;
  }
  .slusne-a-poctive {
    display: none;
  }
}
@media (max-width: 600px) {
  .jumbotron {
    padding: 80px 0 460px 0;
    background-position: bottom center;
    background-size: contain;
  }
}

@media (min-width: 1230px) and (max-width: 1370px) {
  .infolinka-text{display: none;}
}

.home-points h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: normal;
}
.home-points img {
  max-width: 38px;
  height: auto;
  margin-right: 15px;
}