/*
 Theme Name: vivavista
 Author: tadamart.pl
 Version: 1.0
 */


:root {
  --color: #BC8B58;

}

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

.admin-bar {
  margin-top: 32px;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400 !important;
  font-family: "Marcellus", serif;
}
p, li {
  font-weight: 400 !important;
  font-size: 18px;
  line-height: 1.4;
}
strong {
  font-weight: 600 !important;
}

section {
  background-position: center;
    background-size: cover;
}

@media(min-width: 992px) {
  .container-w {
    max-width: 1920px !important;
      width: 95% !important;
  }
}
@media(max-width: 991.98px) {
  .menu .navbar {
    padding: 0px !important;
  }
  .menu .navbar-nav  {
    padding: 20px 0px;
    padding-bottom: 10px;
  }
}
/* ------------------------- MOBILE BURGER ------------------------- */
.navbar-toggler span {
  display: block;
  background-color: black;
  
  height: 2px;
  width: 25px;
  margin-top: 6px;

  margin-bottom: 5px;
  position: relative;

  opacity: 1;
  transition: all 0.2s ease-out;
  transform-origin: center left;
}

.navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}

.navbar-light .navbar-toggler {
  border: 0px;
}
.navbar-toggler:focus {
  box-shadow: none;
}

/* ------------------------- MOBILE BURGER ------------------------- */

/* ------------------------- STATIC ------------------------- */
.btn1 {
  background-color: var(--color);
  color: white !important;
  font-size: 16px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500 !important;
  cursor: pointer;
  width: fit-content;

  text-transform: uppercase;
}
.btn1:hover {
  background: black;
}
.btn2 {
  background: var(--color2);
  color: white !important;
  font-size: 16px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500 !important;
  border: 0px;
  cursor: pointer;
  width: fit-content;

  text-transform: uppercase;
}
.btn2:hover {
  background: white;
  color: var(--color) !important;
}
.btn3 {
  background: white;
  color: black;
  font-size: 16px;
  padding: 15px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500 !important;
  border: 0px;
  cursor: pointer;
  width: fit-content;

  text-transform: uppercase;
}
.btn3:hover {
  background: black;
  color: white !important;
}
.btn4 {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  font-size: 16px !important;
  border: 1px solid #DBDBDB;

  padding: 15px 25px;
  margin-left: 20px;
  font-weight: 500;
  transition: 0s !important;
}
.btn4:hover {
  background-color: var(--color);
  color: white !important;
  border: 1px solid var(--color)
}
header .btn4 {
  font-size: 16px !important;
}
.btn5 {
  background-color: white;
  color: var(--color) !important;
  border: 1px solid var(--color);
  font-size: 16px;
  padding: 12px 25px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500 !important;
  cursor: pointer;
  width: fit-content;
 
  text-transform: uppercase;
}
.btn5:hover {
  background: var(--color2);
  color: white !important;
  border: 1px solid var(--color2);
}
.t-soc {
  position: relative;
  z-index: 99;
}
.t-soc a{
  color: black;
}

.overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(89, 131, 252, 0);
  background-image: linear-gradient(180deg, rgba(212, 170, 161, 1) 0%, rgba(41, 53, 86, 0) 100%);
  z-index: 2;
}
.overlay-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(89, 131, 252, 0);
  background-image: linear-gradient(0deg, rgba(188, 139, 85, 1) 0%, rgba(41, 53, 86, 0) 100%);
  z-index: 2;
}
.overlay-3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(89, 131, 252, 0);
  background-image: linear-gradient(180deg, rgba(188, 139, 85, 1) 0%, rgba(41, 53, 86, 0) 100%);
  z-index: 2;
}

.half-fluid .left-half, .half-fluid .right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
@media (min-width: 992px) {
  .half-fluid .left-half {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
 }
  .half-fluid .right-half {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
 }
}
.min-h {
  min-height: 600px;
}
.form-label {
  width: 100%;
}
.form-control:focus, .form-select:focus {
  box-shadow: none !important;
}
input:focus-visible {
  outline: 0px;
  border-radius: 0px;
}
.wpcf7-submit {
  border: 0px;
}
.small {
  font-size: 12px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: center;
}
.page-template-default a {
  color: black;
  }
  .cky-revisit-bottom-left {
    display: none !important;
  }
/* ------------------------- STATIC ------------------------- */



.logo img {
  max-width: 200px;
}

.menu li a {
  color: black;
  font-weight: 500;
  padding: 10px 14px !important;
  font-size: 17px;
}

.menu li a:hover {
  color: var(--color);
}

.menu .bdg {
  padding: 10px 28px !important;
}

.menu .btn1 {
  margin-left: 20px;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 25px !important;
}
.hero {
  position: relative;
  text-align: center;
  color: white;
  min-height: 700px;
}
.hero .container {
  position: relative;
  z-index: 2;
}
.hero p {
  font-size: 16px;
    margin: 9px 15px;
}
.hero strong {
  font-weight: 500;
}
.hero h4 {
  font-weight: 300 !important;
}
.sec1 {
  background-color: var(--color3);
}
.offer {
  background-color: white;
box-shadow: 0px 6px 15px #0000000D;
padding: 40px 30px;
margin-top: -60px;
z-index: 9;
position: relative;
margin-bottom: 40px;
}

.offer img {
  height: 100px;
}
.green {
  color: #32981A;
}

.sec3 {
  background-color: var(--color3);
}
.sec3 p {
  margin-bottom: 0px;
}
.sec-form {
  background-color: var(--color);
  color: white;
  overflow-x: hidden;
}
.sec-form h4 {
  font-weight: 400 !important;
}
.sec-form h2 {
  font-weight: 400 !important;
}
.sec-form .wpcf7-text, .sec-form .wpcf7-select {
  background-color: white;
    color: black;
    /* border: 2px solid; */
    border-radius: 0px;
    padding: 13px 20px;
    text-align: center;
}
.sec-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.sec-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.sec-form  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.sec-form .wpcf7-not-valid-tip {
    color: #ff9e9e;
    text-align: center;
}
.sec-form .btn2 {
  display: block;
  margin: 0 auto;
}
.sec-form .accept a {
  color: white;
}
.sec-form .accept {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 36px;
  line-height: 1.1;
  margin-top: 0px !important;
}
.copy a {
  color: black;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.f-menu, .f-cont {
  line-height: 2;
}
.f-menu a, .f-cont a, .f-cont p, .f-info {
  color: black;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}
.f-menu a {
  display: block;
}
.f-menu a:hover {
  text-decoration: underline;
}
.f-menu {
  margin-left: 70px;
}
.footer img {
  max-width: 300px;
  width: 100%;
}
.f-info {
margin-bottom: 0px;
  font-size: 12px;
}
.copy img {
  width: 70px;
  margin-left: 10px;
}
.copy p, .copy a{
  font-size: 15px;
}
  .ppl {
    border: 2px solid black;
    padding: 13.6px;
    text-align: center;
    width: 226px;
    font-weight: 500;
  }
  .sec4 ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4 :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
  
  .sec4  ::-ms-input-placeholder { /* Microsoft Edge */
    color: black;
    font-weight: 500;
    text-align: center !important;
  }
.profit {
  padding: 40px;
}
.profit2 {
  box-shadow: 0px 6px 15px #0000000D;
  padding-bottom: 60px;
}
.max-w {
  max-width: 1000px;
  margin: 0 auto;
}
.ppl1 {
  font-weight: 600 !important;
}
.price1 {
  color: var(--color);
  font-weight: 600 !important;
}
.price2 {
  color: var(--color2);
  font-weight: 600 !important;
}
.breadcrumb {
  position: relative;
  color: white;
  min-height: 250px;
}
.breadcrumb .container {
  position: relative;
  z-index: 5;
  min-height: 300px;
}
.contact .wpcf7-submit {
  display: block;
  margin: 0 auto;
}
.contact .row {
  max-width: 700px;
  margin: 0 auto;
}
.contact .accept a {
  color: black;
}

.contact ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
}

.contact :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

.contact  ::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}
.contact textarea {
  height: 150px;
}
.a-post img {
 width: 100%;
 max-height: 250px;
 object-fit: cover;
}
.a-post {
  box-shadow: 0px 6px 15px #0000000D;
}
.a-post-inner {
  padding: 26px;
  padding-bottom: 40px;
}
.a-post h3 a {
  color: black;
  text-decoration: none;
}
.arch-date {
  font-size: 14px;
}
.post-excerpt p {
  font-size: 16px;
}
.single_post_content {
  max-width: 800px;
  margin: 0 auto;
}
.container-s {
  max-width: 1114px;
  margin: 0 auto;
}
.about-2 {
  background-color: var(--color);
  color: white;
}
.calc-4 h3 {
  color: var(--color);
}
.ca-inner {
  padding: 40px;
}
.mw {
  max-width: 550px;
}
.b2 {
  min-height: 700px;
}
.b2 h1 {
  line-height: 1;
}
.c4-bg {
  background-color: var(--color3);
}
.bg {
  background-color: var(--color3);
}
.profit2 {
  background-color: white;
}
.choose-inner {
  box-shadow: 0px 6px 15px #0000000D;
  padding: 50px;
  position: relative;
}


.cen li{
  width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
}
.dropdown-menu {
  box-shadow: 0px 6px 15px #00000026;
    border-radius: 0px;
    border: 0px;
}
.dropdown-menu li a:hover {
background-color: var(--color) !important;
color: white;
}
.menu li a i {
  font-size: 14px;
  margin-right: 5px;
}
.modal-body {
  padding-bottom: 0px;
  padding-top: 30px;
}
.modal-content {
  box-shadow: 0px 6px 15px #00000026;
  border: 0px;
  border-radius: 0px;
}
.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 6;
}
.wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 3px;
}
.category-s {
  background: transparent linear-gradient(257deg, #8A418C 0%, #713572 100%) 0% 0% no-repeat padding-box;
  color: white !important;
  font-size: 18px;
  padding: 10px 20px;
  transition: 0s !important;
  text-decoration: none;
  font-weight: 500;
  width: fit-content;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.cs {
  margin-top: -38px;
  position: relative;
  z-index: 4;
}
.single-post .breadcrumb {
  min-height: 270px;
}
.cv {
  font-size: 1.5rem;
}

section ul li {
  padding-left: 6px;
}
.form-check-input:checked {
  background-color: black;
  border-color: black;
}

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(77 193 204 / 42%) !important;
}
.section-background-video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
}
.section-background-video video {
  object-fit: cover;
  object-position: center;

  background-position: center;
}
.swu {
  max-width: 300px;
}

.h2, h2 {
  font-size: calc(1.325rem + 1.1vw);
}
.title h3 {
  font-weight: 400 !important;
}
.title h2 {
  font-weight: 400 !important;
}

.ai-inner .h2 {
  font-family: "Marcellus", serif;
}
.location-box {
  position: relative;

  background-size: cover;
  background-position: center;
}
.container-fluid {
  padding: 0px;
}
.lb-inner {
  position: relative;
  z-index: 9;
  min-height: 700px;
  padding-top: 40px;
}
.lb-bottom {
  position: absolute;
  bottom: 50px;
  z-index: 10;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  color: white;
}
.ava {
  padding: 11px 25px;
  text-transform: uppercase;
  font-weight: 600 !important;
  background-color: white;
  border: 1px solid white;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
}
.nw {
  color: var(--color);
}

section li {
  margin-bottom: 7px;
}
section li:last-child {
  margin-bottom: 0px;
}















.zalety {
  display: flex;
    justify-content: center;
    max-width: 1050px;
    margin: 0 auto;
    flex-wrap: wrap;
}
.mx {
  max-width: 700px;
  margin: 0 auto;
}
.sec-form .wpcf7-submit {
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 16px;
  padding: 15px 40px;
}
.footer-form .wpcf7-submit:hover {
  background-color: black !important;
  color: white !important;
}
.sec-form {
  position: relative;
  overflow: initial;
}
.badge {
  background-color: var(--color2);
  border-radius: 0px;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.badge p {
  font-size: 14px;
}
.badge p strong {
  font-weight: 600;
}
.badge::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.badge2 {
  background-color: var(--color2);
  border-radius: 0px;
  color: white;
  position: absolute;
  top: -13px;
  z-index: 9;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
  padding: 3px 8px;
}
.badge2 p {
  font-size: 14px;
}
.badge2 p strong {
  font-weight: 600;
}
.badge2::after {
  content: "";
    z-index: -1;
    width: 15px;
    height: 15px;
    display: block;
    position: absolute;
    background-color: var(--color2);
    left: 0px;
    right: 0px;
    bottom: -7px;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
.top-form {
  background-color: transparent !important;
  color: black !important;
}

.top-form-inner {
  position: relative;
  background-color: white;
    box-shadow: 0px 0px 15px #0000001A;

    padding: 40px;
    padding-bottom: 20px;

    margin: 0 auto;
}
.top-form {
  margin-top: -130px;
  position: relative;
  z-index: 9;
}
.tt h2 {
  font-weight: 400 !important;
  line-height: 1;
}
.tt h2 span {
  font-weight: 600 !important;
  color: var(--color);
}
.top-form .accept a {
  color: black;
}
.top-form .wpcf7-form p {
  font-size: 16px;
}
.mx2 {
  max-width:1000px;
  margin: 0 auto;
}
.top-form .form-label p {
  margin-bottom: 10px;
  margin-left: 22px;
}
.accept {
  margin-top: 20px !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  margin: 0;
  border-radius: 10px;
  text-align: center;
}
.tt p {
  font-size: 20px;
}
.p-c {
  text-decoration: none;
  color: black;
}
.person-inner p {
  line-height: 1.2;
}
small {
  font-size: 14px;
}
.person img {
  max-width: 110px;
  border: 4px solid var(--color);
  border-radius: 100px;
  margin-right: 20px;
}
.owl-k p {
  text-align: center;
  font-weight: 500 !important;
}
.owl-k .owl-nav {
  margin-top: -47px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 99;
  position: relative;
}
.owl-k span {
  font-size: 26px;
    line-height: 1;
}
.owl-k i {
  position: relative;
  top: 2px;
}
.owl-k .owl-nav [class*=owl-]:hover {
color: var(--color2) !important;
background-color: transparent !important;
}
.footer p {
  color: black;
}
.green2 {
  color: #32981b;
    font-weight: 600;
}
.mmodal .modal-content {
  margin-top: 30px;
}
.zdj2 {
  height: 200px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.g-circle {
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #4CBC50;
  border-radius: 100px;
  margin-right: 5px;
}
.seo-urls a {
  display: block;
  color: black;
  text-decoration: none;
  line-height: 1.8;
}
.seo-urls a:hover {
  text-decoration: underline;
}
.seo-text p {
  font-size: 16px;
margin-bottom: 0px;
}

.owl-reviews {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.review .rp {
  margin: 40px;
  margin-top: 0px;
}
.qu {
  font-size: 30px;
}
.qu-ex {
  float: right;
}
.person2 img {
  width: 50px !important;
  height: 50px;
  border-radius: 100px;
  border: 3px solid var(--color);
}
.owl-reviews .owl-nav button {
  font-size: 30px !important;
  border: 1px solid #dee2e6 !important;
  line-height: 1 !important;
  border-radius: 0px !important;
}

.owl-reviews .owl-nav button span {
  padding: 14px 22px;
  /* line-height: 0.4; */
  position: relative;
  top: -2px;
}
.owl-reviews .owl-nav {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--color);
}
#counter p {
  font-size: 16px;
}
.hero-single .hero-p {
  margin-left: 0px;
}
.sec1-her {

  z-index: 9;
  position: relative;
}
.owl-theme .owl-dots .owl-dot span {
  width: 17px;
  height: 17px;
  margin-top: 25px;
}
.p-c {
  font-size: 15px;
}
.form-check-input[type=checkbox] {
  border-radius: 0px;
  border: 1px solid #ced4da;
  margin-top: 0px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--color);
}
.form-check {
  padding-left: 10px !important;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
  width: 15px;
  height: 15px;
  margin-left: -21px;
}
.form-check-input:focus {
  box-shadow: none !important;
}
.wpcf7-list-item-label {
  cursor: pointer;
}

.price {
  display: block;
  width: fit-content;
  margin: 0 auto;
  background-color: white;
  padding: 10px 20px;
  color: black;
  font-weight: 600;
}
.sticky-fix { 
  height: 82px;
} 
header {
  z-index: 99;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: white;
  box-shadow: 0px 0px 15px #0000001A;
}
.hero2 .top-form-inner {
margin-right: 0px;
  color: black;
  max-width: 450px;
  background-color: rgba(255,255,255,0.7);
}
.hero2 .top-form-inner .wpcf7-text {
background-color: transparent;
border-radius: 0px;
text-align: center;
padding: 10px;
background-color: white;
}
.hero2 .btn1 {
  display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 100%;
}
.hero2 .small {
  font-size: 11px;
  line-height: 1.1;
}
.hero2 .accept {
  margin-top: 0px !important;
}
.hero2 .form-switch {
  padding-left: 25px;
}











.hero-p {
  font-size: 18px !important;
}
.top-form .accept {
  max-width: 900px;
}
.bdg {
  position: relative;
}
.bdg-inner {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-weight: 500 !important;
  background-color: black;
  border-radius: 0px;
  z-index: 9;
  margin-top: 21px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  width: fit-content;
  padding: 4px 12px;
}
.bdg-inner::after {
  content: "";
  z-index: -1;
  width: 15px;
  height: 15px;
  display: block;
  position: absolute;
  background-color: black;
  
  left: 17px;
  top: -7px;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(45deg);
}
header .menu .mob-btn {
  border-radius: 0px !important;
    padding: 5px 8px !important;

}

.lok-zdj img {
  height: 300px;
    width: 100%;
    object-fit: cover;
}
.zal-zdj {
  height: 100px;
  width: auto;
}


.loc h4 {
  font-size: 20px;
}
.loc p{
  font-size: 16px;
}
.sec-w p {
  max-width: 250px;
    margin: 0 auto;
}
.apartment {
  box-shadow: 0px 0px 15px #0000001A;
  border-radius: 30px;
  position: relative;
}
.apart-inner {
  padding: 30px;
  padding-bottom: 40px;
}
.apart-inner a {
  width: 100%;
}
.apa-img {
  object-fit: cover;
  height: 200px;
  width: 100%;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.gallery {
  color: white;
  text-decoration: none;
  background-color: var(--color);
  padding: 4px 10px;
  border-radius: 10px;
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.gallery:hover {
  background-color: var(--color2);
  color: white;
}
.apart-box .btn1 {
  float: right;
}
.ai-line {
  height: 50px;
  width: 1px;
  background-color: #DBDBDB;
}
.lb-bottom .btn3 {
  margin: 0 auto;
}
.container-fluid {
  overflow-x: hidden;
}
.container-fluid .col-md-6 {
  padding: 0px;
}
.ava.empty {
  background-color: transparent;
  color: white;
}
.contact-page .c-data a {
  color: black;
  text-decoration: none;
  display: block;
  font-size: 18px;
}
.c-data p {
  font-size: 16px;
}
.c-form .btn1 {
margin-top: 20px;
}
.c-form a {
  color: black;
}
.c-form .form-control {
  border-radius: 0px;
    padding: 15px 20px;
}
.hero-single {
  text-align: left;
}
.iim {
  height: 250px;
  width: 100%;
  object-fit: cover;
  margin-top: 8px;
}
#sgpb-popup-dialog-main-div {
  box-shadow: none !important;
  padding: 40px !important;
  border-radius: 0px !important;
}
.sgpb-popup-close-button-1 {
  right: 22px !important;
  top: 22px !important;
}
.map-link {
  color: black;
}
.map-link:hover {
  color: var(--color);
}
.accept {
  text-align: left;
  line-height: 1.1;
}
.pmx {
  max-width: 800px;
  margin: 0 auto;
}
.minh {
  min-height: 600px;
}
.stars i {
  color: var(--color);
  font-size: 14px;
  margin-right: 4px;
}
.hero2 .accept a {
  color: black;
}
.apart-box img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}






@media(min-width: 1400px) {
  .h2, h2 {
    font-size: calc(1.025rem + 1.1vw);
}

}
@media(min-width: 1200px) {

.section-background-video video {
  width: 100%;
}
}
@media(max-width: 1400px) {
  .menu li a {
    padding: 10px 11px !important;
    font-size: 16px;
  }
  .menu .btn1 {
    font-size: 14px;
  }
  .logo img {
    max-width: 180px;
}
.apart-box h3 {
  font-size: 1.45rem;
}
.apart-box .h2 {
  font-size: 28px;
}
}

@media(max-width: 1200px) {
  .sticky-fix {
    height: 69px;
  }
.menu .btn1 {
  padding: 10px 15px !important;
  margin-left: 8px;
}
.menu li a {
  padding: 10px 8px !important;
  font-size: 13px;
}
.menu .bdg {
  padding: 10px 18px !important;
  font-size: 14px !important;
}
.bdg-inner{ 
  font-size: 11px;
}
.btn1, .btn2, .btn3, .btn4 {
  font-size: 15px;
}
}
@media(max-width: 991.98px) {
  .apart-box img {
    height: 300px;

  }
  p,li {
    font-size: 16px;
  }
  .ai-inner p:last-child {
    font-size: 14px !important;
  }
  .menu .btn1 {
    margin-left: 0px;
  }
  .menu .nav-link {
    width: fit-content;
    margin: 0 auto;
  }
  .menu .dropdown-item {
    text-align: center;
  }
  .adv {
    flex: 50%;
  }

  .offer {
    margin-top: 0px;
  }
  .offer1 {
    margin-top: -60px;
  }
  .f-menu {
    margin-left: 0px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .copy {
    text-align: center;
  }
.copy a {
  width: 100%;
    display: block;
    margin-top: 8px;
}
.copy img {
  width: 90px;
  margin-left: 0px;
}
.ppl {
  width: 206px;
  padding: 14.4px;
  font-size: 15px;
}
.breadcrumb .container {
  min-height: 100px;
}
.ca-inner {
  padding: 0px;
}
.dropdown-item {
  white-space: normal;
}
.menu li a {
  padding: 10px 20px !important;
      
} 
.menu .nav-item {
  width: 100%;
text-align: center;
}
.mm-margin {
  margin-top: 35px !important;
}
.menu li a {
  font-size: 18px;
}
.apart-box h3 {
  margin-bottom: 15px !important;
}
.apart-box .btn1 {
  margin-top: 20px;
  display: block;
  float: none;
}
.bdg-inner {
  margin-top: 15px;
}

}
@media(max-width: 767.98px) {
  .home .hero h1 {
    font-size: 19px !important;
}
  .owl-reviews .owl-nav {
 
    bottom: 26px;
}
.hero2 .top-form-inner {
 margin: 0 auto;
margin-top: -50px;
background-color: white;
padding-left: 30px;
padding-right: 30px;
}
.sec1-her {
  margin-top: -60px;
}
  .minh {
   min-height: 0px;
}
  .section-background-video video {
    object-fit: cover;
    object-position: center;
    width: 213%;
    background-position: center;
    margin-left: -250px;
  }
  .sticky-fix {
    height: 60px;
  }
  #apartamenty .person {
    display:none !important;
  }
  .apart-single .apart-info {
    flex-wrap: wrap;
 
    margin-right: 0px !important;
    justify-content: start !important;
  }
  .apart-single .ai-inner {
 
   
  }
  .apart-single .ai-line {
margin-left: 7px;
    margin-right: 7px;
  }
  .choose-inner {
    padding: 25px;
  }
  .mob-her h1 {
    color: white;
    line-height: 1;
    margin-top: 13px;
  }

.cen li {
  text-align: left;
}
.choose ul {
  padding-left: 15px;
}
.cv {
  font-size: 18px;
  margin-bottom: 11px;
  display: block;
}
.hero {
  min-height: 550px;
}

.menu .btn1 {
  font-size: 18px;
}
.breadcrumb .container {
  align-items: end !important;
}
.top-form {
  margin-top: -100px;
}
.hero .container {
  position: relative;
  z-index: 2;
  margin-bottom: 15px;
}
header .logo img {
  max-width: 125px;
}
.mob-btn {
  font-size: 10px !important;
  padding: 10px 15px !important;
  margin-right: 29px !important;
}
.person img {
  max-width: 96px;
}
.person strong {
  font-size: 14px;
}
.person small {
  font-size: 12px;
}
.small {
  font-size: 11px;
}

.badge p {
  font-size: 12px;
}
.tt h2 {
  font-size: 24px;
}
.tt p {
  font-size: 14px;
}
.top-form-inner {
  padding: 40px 10px;
  padding-bottom: 20px;
}
.top-form .wpcf7-form p {
  font-size: 12px;
}
.sec-form .accept {
  margin-bottom: 25px;
}
.person a {
  font-size: 14px;
}
.lb-inner {
  min-height: 421px;
}
.footer {
  text-align: center;
}
.iim {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.hero2 {

    min-height: 450px;
}
}


@media(max-width: 424.98px) { 
  .hero h4 {
    font-size: 18px;
  }
  .hero h1 {
    font-size: 28px; 
  }
}
.mmodal .modal-content {
  border-radius: 20px;
}
.mmodal .wpcf7-text, .mmodal textarea {
 
  border-radius: 100px;
  padding: 10px 20px;
}
.mmodal label p {
  margin-bottom: 5px;
  margin-left: 15px;
}
.mmodal .accept {
  margin-bottom: 20px;
}
.person-inner a:hover {
  color: var(--color);
}
.mob-inf {
  padding-top: 0px !important;
  text-align: center;
  background-color: #223958;
  margin-bottom: -60px;
  padding-bottom: 80px !important;
}
.mob-inf p {
  font-size: 14px;
  margin-bottom: 3px;
  color: white;
}
.mob-inf a {
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 20px;
}
.loc {
  font-size: 16px;
}
