@import url(https://fonts.googleapis.com/css2?family=Platypi:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap);
@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
}

a,
a:hover {
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

:focus {
  outline: 0 !important;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

sup {
  line-height: 0;
}

em {
  font-weight: 600;
}

section {
  position: relative;
  z-index: 1;
}

.hiddenTitle {
  display: none;
}

.plotsNumber {
  position: absolute;
  display: none;
}
.plotsNumber--home {
  top: 620px;
  right: 390px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .plotsNumber--home {
    top: 720px;
    right: 120px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .plotsNumber--home {
    right: 100px;
  }
}
.plotsNumber--gallery {
  top: 470px;
  right: 280px;
}
@media screen and (max-width: 1399px) {
  .plotsNumber--gallery {
    top: 700px;
    right: 230px;
  }
}
@media screen and (max-width: 991px) {
  .plotsNumber--gallery {
    margin-bottom: 60px;
  }
}
.plotsNumber span {
  font-family: "Google Sans", sans-serif;
  text-align: center;
  text-align: center;
  display: block;
  z-index: 2;
  position: relative;
  max-width: 150px;
  margin: 0 auto;
  color: var(--Intense-Green, #152b15);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.plotsNumber h3 {
  text-align: center;
  z-index: 2;
  position: relative;
}
.plotsNumber::after {
  content: "";
  position: absolute;
  background: var(--Light-Green, #ebf6eb);
  z-index: 1;
  width: 257px;
  height: 257px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -32%;
  left: -15%;
}
.plotsNumber--localisation {
  top: 53vw;
  left: 1180px;
}
.plotsNumber--localisation::after {
  background: var(--Light-Green, #ebf6eb);
  top: -32%;
  left: -15%;
}
@media screen and (max-width: 1990px) {
  .plotsNumber--localisation {
    top: 1030px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .plotsNumber--localisation {
    left: 660px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1499px) {
  .plotsNumber--localisation {
    left: 800px;
  }
}
@media screen and (max-width: 991px) {
  .plotsNumber {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    background: var(--Light-Green, #ebf6eb);
    padding: 40px 20px;
    width: 100%;
  }
  .plotsNumber span {
    text-align: left;
    min-width: 100%;
  }
  .plotsNumber h3 {
    text-align: left;
  }
  .plotsNumber::after {
    content: none;
  }
}

.fancybox-container {
  z-index: 99999999999999;
}

b {
  font-weight: 600;
}

body.no-scroll {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  /* xl */
  .container {
    max-width: 1176px;
  }
}
@media (min-width: 1400px) {
  /* xxl */
  .container {
    max-width: 1370px;
  }
}
@media (min-width: 1680px) {
  /* xxxl */
  .container {
    max-width: 1630px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

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

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto,
.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto,
.col-xxxl-1,
.col-xxxl-2,
.col-xxxl-3,
.col-xxxl-4,
.col-xxxl-5,
.col-xxxl-6,
.col-xxxl-7,
.col-xxxl-8,
.col-xxxl-9,
.col-xxxl-10,
.col-xxxl-11,
.col-xxxl-12,
.col-xxxl,
.col-xxxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1680px) {
  .col-xxxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxxl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxxl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxxl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxxl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxxl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxxl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxxl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxxl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxxl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxxl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxxl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxxl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxxl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxxl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxxl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxxl-0 {
    margin-left: 0;
  }
  .offset-xxxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxxl-3 {
    margin-left: 25%;
  }
  .offset-xxxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxxl-6 {
    margin-left: 50%;
  }
  .offset-xxxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxxl-9 {
    margin-left: 75%;
  }
  .offset-xxxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
body {
  font-family: "Google Sans", sans-serif;
}

.text-main,
p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--Dark-Forest, #091610);
}
.text-main span,
p span {
  color: #ba9c5e;
}

.text-1 {
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .text-1 {
    font-size: 16px;
  }
}

.text-2 {
  font-family: "Google Sans", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.text-4 {
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

b {
  font-weight: 500;
}

h1,
.h1 {
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.56px;
  font-family: "Platypi", serif;
  font-variant-numeric: lining-nums proportional-nums;
}
h1 span,
.h1 span {
  color: #ba9c5e;
}
@media (max-width: 991px) {
  h1,
.h1 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: -0.32px;
  }
}

h2,
.h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 48px */
  letter-spacing: -0.48px;
  font-family: "Platypi", serif;
}
h2 span,
.h2 span {
  color: #ba9c5e;
}
@media (max-width: 991px) {
  h2,
.h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28px */
    letter-spacing: -0.28px;
  }
}

h3,
.h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  font-family: "Platypi", serif;
}
h3 span,
.h3 span {
  color: #ba9c5e;
}
@media (max-width: 991px) {
  h3,
.h3 {
    font-size: 26px;
  }
}

h4,
.h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-family: "Google Sans", sans-serif;
}
h4 span,
.h4 span {
  color: #ba9c5e;
}
@media (max-width: 991px) {
  h4,
.h4 {
    font-size: 20px;
  }
}

.upFooterCommonBox {
  padding: 160px 0 0;
  background-size: 100% 50%;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: var(--Light-Green, #ebf6eb);
}
@media screen and (max-width: 991px) {
  .upFooterCommonBox {
    position: relative;
    margin-top: -7px;
    padding: 40px 0 0;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.upFooterCommonBox__title {
  text-align: center;
  display: block;
  margin: 0 auto 60px;
}
.upFooterCommonBox__title span {
  color: #eb4a1c;
}
.upFooterCommonBox__title .underline {
  display: inline-block;
}
.upFooterCommonBox__title .text {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .upFooterCommonBox__title {
    margin-bottom: 40px;
  }
  .upFooterCommonBox__title br {
    display: none;
  }
  .upFooterCommonBox__title .underline::after {
    content: none;
  }
  .upFooterCommonBox__title .text {
    margin-top: 40px;
  }
}
.upFooterCommonBox__link {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 80px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .upFooterCommonBox__link {
    width: 100%;
    max-width: 400px;
    margin-bottom: 40px;
  }
}
.upFooterCommonBox__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 160px;
  width: 80%;
  gap: 60px;
}
@media screen and (max-width: 991px) {
  .upFooterCommonBox__logos {
    margin: 30px auto 40px;
  }
}
@media screen and (max-width: 767px) {
  .upFooterCommonBox__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    justify-self: flex-start;
    gap: 16px;
  }
}
.upFooterCommonBox__logos svg {
  width: 180px;
  height: auto;
}
.upFooterCommonBox__logos svg path {
  fill: #94b795;
}
@media screen and (max-width: 767px) {
  .upFooterCommonBox__logos svg {
    width: 105px;
  }
}

.formBox__box {
  background: #152b15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 50px;
}
.formBox__box .title--4 span,
.formBox__box .text--1 span {
  color: #eb4a1c;
}
@media screen and (min-width: 1400px) {
  .formBox__box {
    padding: 130px 200px 140px;
  }
}
@media screen and (max-width: 991px) {
  .formBox__box {
    padding: 40px 16px;
  }
}
@media screen and (max-width: 575px) {
  .formBox__box {
    width: 100vw;
    left: -20px;
    position: relative;
  }
}
.formBox__form {
  width: 580px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .formBox__form {
    width: 360px;
  }
}
@media screen and (max-width: 991px) {
  .formBox__form {
    margin: 0 auto;
  }
}
.formBox__form h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .formBox__form h3 {
    font-size: 48px;
    letter-spacing: -2.4px;
    margin-bottom: 20px;
  }
}
.formBox__form img {
  width: 100%;
  height: auto;
  max-width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .formBox__form img {
    margin: 0 auto 20px;
    display: block;
  }
}
.formBox__form p.text--1 {
  margin-bottom: 10px;
}
.formBox__img {
  max-width: 420px;
}
.formBox__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.newForm form {
  max-width: 460px;
  margin-top: 40px;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.formBox-mobile {
  background: #fbfbf9;
}

.slupska-oaza-2-template form {
  position: relative;
}
.slupska-oaza-2-template form input[type=text],
.slupska-oaza-2-template form input[type=email] {
  position: relative;
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
  -webkit-appearance: none;
  outline: none;
  font-family: "Google Sans";
  height: 48px;
  width: 520px;
  border: none;
  border: 2px solid transparent;
  background-color: white;
  border-radius: 0;
  padding: 0 10px 0 44px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.slupska-oaza-2-template form input[type=text]::-webkit-input-placeholder, .slupska-oaza-2-template form input[type=email]::-webkit-input-placeholder {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
}
.slupska-oaza-2-template form input[type=text]::-moz-placeholder, .slupska-oaza-2-template form input[type=email]::-moz-placeholder {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
}
.slupska-oaza-2-template form input[type=text]:-ms-input-placeholder, .slupska-oaza-2-template form input[type=email]:-ms-input-placeholder {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
}
.slupska-oaza-2-template form input[type=text]::-ms-input-placeholder, .slupska-oaza-2-template form input[type=email]::-ms-input-placeholder {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
}
.slupska-oaza-2-template form input[type=text]::placeholder,
.slupska-oaza-2-template form input[type=email]::placeholder {
  font-family: "Google Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: var(--Dark-Grey, #091610);
}
@media (max-width: 1199px) {
  .slupska-oaza-2-template form input[type=text],
.slupska-oaza-2-template form input[type=email] {
    width: 100%;
  }
}
.slupska-oaza-2-template form input[type=text]:hover,
.slupska-oaza-2-template form input[type=email]:hover {
  border: 2px solid var(--Gold, #ba9c5e);
}
.slupska-oaza-2-template form input[type=text]:focus,
.slupska-oaza-2-template form input[type=email]:focus {
  border: 2px solid var(--Gold, #ba9c5e);
}
.slupska-oaza-2-template form input[type=text].wpcf7-not-valid,
.slupska-oaza-2-template form input[type=email].wpcf7-not-valid {
  border: 2px solid var(--Red, #a02035);
}
.slupska-oaza-2-template form input[type=text]:not(:-moz-placeholder-shown), .slupska-oaza-2-template form input[type=email]:not(:-moz-placeholder-shown) {
  border: 2px solid var(--Red, #a02035);
}
.slupska-oaza-2-template form input[type=text]:not(:-ms-input-placeholder), .slupska-oaza-2-template form input[type=email]:not(:-ms-input-placeholder) {
  border: 2px solid var(--Red, #a02035);
}
.slupska-oaza-2-template form input[type=text].value-true, .slupska-oaza-2-template form input[type=text]:not(:placeholder-shown),
.slupska-oaza-2-template form input[type=email].value-true,
.slupska-oaza-2-template form input[type=email]:not(:placeholder-shown) {
  border: 2px solid var(--Red, #a02035);
}
.slupska-oaza-2-template form input[name=your-name] {
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slupska-oaza-2-template form input[name=your-email] {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilForm.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slupska-oaza-2-template form input[name=your-email]:not(:-moz-placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilFormActive.svg");
}
.slupska-oaza-2-template form input[name=your-email]:not(:-ms-input-placeholder) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilFormActive.svg");
}
.slupska-oaza-2-template form input[name=your-email]:hover, .slupska-oaza-2-template form input[name=your-email]:focus, .slupska-oaza-2-template form input[name=your-email].value-true, .slupska-oaza-2-template form input[name=your-email]:not(:placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilFormActive.svg");
}
.slupska-oaza-2-template form input[name=your-phone] {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telForm.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.slupska-oaza-2-template form input[name=your-phone]:not(:-moz-placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telFormActive.svg");
}
.slupska-oaza-2-template form input[name=your-phone]:not(:-ms-input-placeholder) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telFormActive.svg");
}
.slupska-oaza-2-template form input[name=your-phone]:hover, .slupska-oaza-2-template form input[name=your-phone]:focus, .slupska-oaza-2-template form input[name=your-phone].value-true, .slupska-oaza-2-template form input[name=your-phone]:not(:placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telFormActive.svg");
}
@media (max-width: 767px) {
  .slupska-oaza-2-template form input[name=your-phone] {
    margin-bottom: 10px;
  }
}
.slupska-oaza-2-template form .input-area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}
.slupska-oaza-2-template form .input-area {
  position: relative;
}
.slupska-oaza-2-template form .input-area label {
  position: absolute;
}
.slupska-oaza-2-template form .form-label {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  top: -20px;
  left: 0;
  display: none;
}
.slupska-oaza-2-template form .form-label.active {
  display: block;
}
.slupska-oaza-2-template form .form-info {
  color: #17222e;
  font-size: 11px;
  font-weight: 400;
  margin-top: 30px;
}
.slupska-oaza-2-template form .form-info--obligatory {
  margin-top: 20px;
}
.slupska-oaza-2-template form p {
  margin: 0;
  padding: 0;
}
.slupska-oaza-2-template form .newForm-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  font-weight: 400;
  font-size: 12px;
}
.slupska-oaza-2-template form .wpcf7-acceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slupska-oaza-2-template form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px !important;
  margin-bottom: 4px !important;
}
.slupska-oaza-2-template form span.wpcf7-list-item {
  margin: 0;
}
.slupska-oaza-2-template form input[type=checkbox] {
  -webkit-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  border: none;
  padding: 0;
  height: unset;
  width: unset;
  background-color: unset;
  position: relative;
  cursor: pointer;
  margin: 2px 10px 0 0;
}
.slupska-oaza-2-template form input[type=checkbox]::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid #292827;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-position: center;
  background-size: 0;
}
.slupska-oaza-2-template form input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px solid #1662a8;
  border-bottom: 2px solid #1662a8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.slupska-oaza-2-template form .ajax-loader {
  position: absolute;
  bottom: 15px;
}
.slupska-oaza-2-template form .wpcf7-list-item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #091610;
  position: relative;
  top: 0px;
}
.slupska-oaza-2-template form .wpcf7-list-item-label a {
  color: #091610;
}
.slupska-oaza-2-template form .wpcf7-list-item-label a:hover {
  color: #eb4a1c;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template form .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.slupska-oaza-2-template form .wpcf7-not-valid {
  border: 0px;
}
.slupska-oaza-2-template form .wpcf7-not-valid-tip {
  color: red;
  -webkit-animation: alert linear 0.3s;
          animation: alert linear 0.3s;
  font-size: 11px;
  font-size: 11px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  top: 30px;
  left: 2px;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template form .wpcf7-not-valid-tip {
    top: 30px;
  }
}
.slupska-oaza-2-template form .wpcf7-response-output {
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  padding: 13px;
}
.slupska-oaza-2-template form .wpcf7-mail-sent-ng,
.slupska-oaza-2-template form .wpcf7-aborted {
  border: 2px solid #9b0000;
}
.slupska-oaza-2-template form .wpcf7-validation-errors,
.slupska-oaza-2-template form .wpcf7-acceptance-missing {
  border: 2px solid #9b0000;
}
.slupska-oaza-2-template form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8d8d9a;
  opacity: 1;
}
.slupska-oaza-2-template form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8d8d9a;
  opacity: 1;
}
.slupska-oaza-2-template form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8d8d9a;
  opacity: 1;
}
.slupska-oaza-2-template form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8d8d9a;
  opacity: 1;
}
.slupska-oaza-2-template form .form-showhide__p {
  font-family: "Google Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.04em;
  color: blue;
}
.slupska-oaza-2-template form .form-showhide__p--display {
  margin-top: 0px !important;
}
.slupska-oaza-2-template form .wpcf7-spinner {
  position: absolute;
}
.slupska-oaza-2-template form .wpcf7-acceptance {
  position: relative;
}
.slupska-oaza-2-template form .wpcf7-acceptance + .wpcf7-not-valid-tip {
  top: auto;
  bottom: -16px;
}
.slupska-oaza-2-template form .btn {
  margin-top: 24px;
  -webkit-appearance: none;
  position: relative;
  border-radius: 0px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  height: 52px;
  padding: 14px 18px;
  background: #eb4a1c;
  border: 0px solid #eb4a1c;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.slupska-oaza-2-template form .btn:hover {
  background: #c53911;
  border: 0px solid #c53911;
}
.slupska-oaza-2-template form .btn:disabled {
  cursor: not-allowed;
}
@media screen and (max-width: 575px) {
  .slupska-oaza-2-template form .btn {
    width: 100%;
    background-position: calc(50% + 35px) center;
  }
}
.slupska-oaza-2-template form .margin-top-input-email {
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .slupska-oaza-2-template form .margin-top-input-email {
    margin-top: 8px;
  }
}
.slupska-oaza-2-template .open-text {
  color: #091610;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}
.slupska-oaza-2-template .open-text::before {
  content: "...";
  margin-right: 4px;
  color: #091610;
  text-decoration: none;
}
.slupska-oaza-2-template .open-text--hide::before {
  content: "";
}
@media screen and (max-width: 767px) {
  .slupska-oaza-2-template .open-text {
    font-size: 12px;
  }
}
.slupska-oaza-2-template .text-agreement {
  color: #091610;
  font-family: "Google Sans", sans-serif;
  font-size: 0px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0;
  height: 0;
  width: 0;
}
.slupska-oaza-2-template .text-agreement.active {
  opacity: 1;
  font-size: 14px !important;
}
.slupska-oaza-2-template .text-agreement.active a {
  -webkit-transition: all 0s;
  transition: all 0s;
}
@media screen and (max-width: 767px) {
  .slupska-oaza-2-template .text-agreement.active {
    font-size: 12px !important;
  }
}
.plot-quality svg {
  width: 130px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.plot-quality svg path {
  fill: #b79763;
}

.plots-bottom-info__logos svg {
  width: 165px;
  height: 165px;
  -o-object-fit: cover;
     object-fit: cover;
}
.plots-bottom-info__logos svg path {
  fill: #b79763;
}

.smol_Footer__4 svg {
  -o-object-fit: cover;
     object-fit: cover;
}
.smol_Footer__4 svg path {
  fill: #b5b5c2;
}
.smol_Footer__4 svg text {
  fill: #b5b5c2;
}

svg {
  font-family: "DM Sans";
}

.sectionWorth {
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
  height: 100%;
  padding: 72px 0;
}
.sectionWorth .title {
  text-align: center;
  margin-bottom: 60px;
}
.sectionWorth .title span {
  color: #eb4a1c;
}
@media screen and (max-width: 991px) {
  .sectionWorth .title {
    text-align: left;
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 49px;
  }
}
.sectionWorth__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 120px;
}
@media screen and (max-width: 767px) {
  .sectionWorth__box {
    gap: 30px 80px;
  }
}
@media screen and (max-width: 575px) {
  .sectionWorth__box {
    gap: 16px;
  }
}
.sectionWorth__box__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(33.33% - 120px);
          flex: 1 0 calc(33.33% - 120px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.sectionWorth__box__item__photo {
  width: 56px;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sectionWorth__box__item .text--2 {
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .sectionWorth__box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 80px);
            flex: 1 0 calc(50% - 80px);
  }
}
@media screen and (max-width: 575px) {
  .sectionWorth__box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
            flex: 1 0 calc(50% - 16px);
  }
}

.home-od {
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .home-od {
    padding: 0;
  }
}
.home-od .ms-hp-hero {
  position: relative;
  height: 820px;
  width: 100%;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-hero {
    height: 660;
    padding: 40px 0px;
  }
}
@media (max-width: 757px) {
  .home-od .ms-hp-hero {
    margin-top: 80px;
  }
}
.home-od .ms-hp-hero .ms-hp-hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-od .ms-hp-hero .ms-hp-hero-swiper__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-od .ms-hp-hero .ms-hp-hero-swiper .swiper-pagination {
  left: 24px;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-hero .ms-hp-hero-swiper .swiper-pagination {
    display: none;
  }
}
.home-od .ms-hp-hero .ms-hp-hero-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 36px 18px;
  width: 12px;
  height: 12px;
  background-color: #fbfbf9;
  border-radius: 100%;
  opacity: 1;
}
.home-od .ms-hp-hero .ms-hp-hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #153326;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-hero .ms-hp-hero-swiper {
    left: 0;
    width: 100%;
  }
}
.home-od .ms-hp-hero__content {
  height: 100%;
  position: relative;
  z-index: 1;
}
.home-od .ms-hp-hero__content .h1 {
  color: #153326;
  margin-top: 147px;
}
.home-od .ms-hp-hero__content .text-1 {
  margin-top: 32px;
  color: white;
  position: relative;
  line-height: 140%;
  padding: 16px 20px;
}
.home-od .ms-hp-hero__content .text-1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background: rgba(27, 67, 50, 0.7);
  z-index: -1;
}
.home-od .ms-hp-hero__content__button-box {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .home-od .ms-hp-hero__content__bottom-box {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-hero__content .h1 {
    margin-top: 0;
  }
  .home-od .ms-hp-hero__content .h1 br {
    display: none;
  }
  .home-od .ms-hp-hero__content .text-1 {
    margin-top: 24px;
  }
  .home-od .ms-hp-hero__content__button-box {
    margin-top: 24px;
    gap: 12px;
  }
}
.home-od .ms-hp-sec2 {
  position: relative;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-sec2 {
    margin: 32px 0;
    padding: 0;
  }
}
.home-od .ms-hp-sec2__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 32px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  background: var(--Light, #fbfbf9);
}
.home-od .ms-hp-sec2__box__photo {
  min-width: 160px;
  max-width: 160px;
  height: 160px;
  overflow: hidden;
}
.home-od .ms-hp-sec2__box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-od .ms-hp-sec2__box__text .text-1 {
  margin-bottom: 24px;
  font-style: italic;
}
.home-od .ms-hp-sec2__box__text .text-main {
  font-weight: 500;
}
.home-od .ms-hp-sec2__box__text__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-od .ms-hp-sec2__box__text__bottom .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .home-od .ms-hp-sec2__box {
    padding: 24px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 32px;
  }
  .home-od .ms-hp-sec2__box__text .text-1,
.home-od .ms-hp-sec2__box__text .text-2,
.home-od .ms-hp-sec2__box__text .text-4 {
    text-align: center;
  }
  .home-od .ms-hp-sec2__box__text__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}
.home-od .ms-hp-sec2__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-left: 10px;
}
.home-od .ms-hp-sec2__prize svg {
  max-width: 110px;
  max-height: 110px;
}
.home-od .ms-hp-sec2__prize svg path {
  fill: #ba9c5e;
}
.home-od .ms-hp-sec2__prize svg text {
  fill: #091610;
}
@media screen and (max-width: 767px) {
  .home-od .ms-hp-sec2__prize svg {
    width: 86px;
    height: 86px;
  }
}
@media screen and (max-width: 1199px) {
  .home-od .ms-hp-sec2::before {
    top: 0;
    height: 100%;
  }
  .home-od .ms-hp-sec2__prize {
    margin-left: 0px;
    padding-top: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.home-od .height-box-sec3 {
  position: relative;
  min-height: 650px;
}
@media screen and (max-width: 1199px) {
  .home-od .height-box-sec3 {
    min-height: -webkit-fit-content;
    min-height: -moz-fit-content;
    min-height: fit-content;
  }
}
.home-od .height-box-sec3-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-od .ms-hp-sec3 {
  position: relative;
  margin: 70px 0;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/back-hp3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-od .ms-hp-sec3__box-left {
  position: relative;
  top: -70px;
  width: 100%;
  padding: 32px;
  background: #153326;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.home-od .ms-hp-sec3__box-left h2 {
  text-align: center;
  color: var(--White, #fff);
}
.home-od .ms-hp-sec3__box {
  position: relative;
  top: auto;
  bottom: -70px;
  width: 100%;
  background: #fbfbf9;
  padding: 32px;
}
.home-od .ms-hp-sec3__box .ms-hp-sec3-swiper {
  padding-bottom: 72px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-sec3__box .ms-hp-sec3-swiper {
    padding-bottom: 64px;
    margin-bottom: 20px;
  }
}
.home-od .ms-hp-sec3__box .ms-hp-sec3-swiper .slider-box .h4 {
  margin-bottom: 24px;
}
.home-od .ms-hp-sec3__box .swiper-pagination {
  bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.home-od .ms-hp-sec3__box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e7dcc6;
  opacity: 1;
  z-index: 99999;
  margin: 16px;
}
.home-od .ms-hp-sec3__box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #153326;
}
.home-od .ms-hp-sec3__box__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px 10px;
}
@media screen and (max-width: 1199px) {
  .home-od .ms-hp-sec3 {
    margin: 0;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-od .ms-hp-sec3 .height-box-sec3 {
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-od .ms-hp-sec3__box-left {
    position: relative;
    top: 0px;
    margin-top: 32px;
    width: 100%;
    padding: 24px 15px;
    gap: 15px;
  }
  .home-od .ms-hp-sec3__box {
    margin-top: 15px;
    position: relative;
    padding: 24px 15px;
    z-index: 1;
    width: 100%;
    bottom: 0;
    margin-bottom: 32px;
  }
}
.home-od .ms-hp-sec5 {
  padding: 120px 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper {
  padding: 40px 15px 40px;
  width: 92.5%;
  position: relative;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper::before {
  position: absolute;
  content: "";
  left: auto;
  right: -1px;
  top: 40px;
  width: 128px;
  height: calc(100% - 80px);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  z-index: 2;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .swiper-slide-prev {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box {
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  min-height: 268px;
  height: auto;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--Light, #fbfbf9);
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left__h2 {
  color: #ba9c5e;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left__p2 {
  color: #ba9c5e;
  margin-top: 10px;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__text {
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__name {
  font-weight: 500;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box .popup-button {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 0;
  background: #efede7;
  cursor: pointer;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box .popup-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 20px;
  height: 2px;
  background-color: #091610;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box .popup-button span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box .popup-button:hover span {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box .popup-button:hover span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.home-od .ms-hp-sec5 .swiper-button-next-icon,
.home-od .ms-hp-sec5 .swiper-button-prev-icon {
  top: 56%;
}
.home-od .ms-hp-sec5 .swiper-button-next-icon::after,
.home-od .ms-hp-sec5 .swiper-button-prev-icon::after {
  display: none;
}
@media screen and (max-width: 575px) {
  .home-od .ms-hp-sec5 .swiper-button-next-icon,
.home-od .ms-hp-sec5 .swiper-button-prev-icon {
    display: none;
  }
}
.home-od .ms-hp-sec5 .swiper-button-next-icon {
  right: 0px;
  left: auto;
}
.home-od .ms-hp-sec5 .swiper-button-next-icon::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-od .ms-hp-sec5 .swiper-button-prev-icon {
  left: 10px;
}
.home-od .ms-hp-sec5 .swiper-button-prev-icon::before {
  position: absolute;
  content: "";
  width: 88px;
  height: 88px;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.home-od .ms-hp-sec5__button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.home-od .ms-hp-sec5__button-box .button--secendary {
  gap: 10px;
}
.home-od .ms-hp-sec5 .popup-box {
  position: fixed;
  width: 100vw;
  height: 140vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #153326;
  z-index: 99999999999999;
  display: none;
}
.home-od .ms-hp-sec5 .popup-box.active {
  display: block;
}
.home-od .ms-hp-sec5 .popup-box__content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 762px;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0px;
  background: var(--White, #fff);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home-od .ms-hp-sec5 .popup-box__content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 190px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.home-od .ms-hp-sec5 .popup-box__content__close {
  position: absolute;
  left: auto;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.home-od .ms-hp-sec5 .popup-box__content__nr {
  color: #ba9c5e;
}
.home-od .ms-hp-sec5 .popup-box__content__nr-text {
  color: #ba9c5e;
  margin-top: 5px;
  font-weight: 500;
}
.home-od .ms-hp-sec5 .popup-box__content__text {
  margin: 24px 0;
  font-style: italic;
}
.home-od .ms-hp-sec5 .popup-box__content__name {
  color: var(--Dark-Grey, #152b15);
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media screen and (max-width: 575px) {
  .home-od .ms-hp-sec5 .popup-box__content {
    top: 330px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 32px;
  }
  .home-od .ms-hp-sec5 .popup-box__content__close {
    right: 32px;
    top: 32px;
  }
  .home-od .ms-hp-sec5 .popup-box__content__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 100%;
    gap: 6px;
  }
  .home-od .ms-hp-sec5 .popup-box__content__nr-text br {
    display: none;
  }
  .home-od .ms-hp-sec5 .popup-box__content__text {
    margin: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-sec5 {
    padding: 32px 0;
    margin: 32px 0 0;
  }
  .home-od .ms-hp-sec5__title {
    font-size: 28px;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper {
    padding: 15px 5px;
    width: 87%;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper::before {
    display: none;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box {
    padding: 8px 16px 16px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right {
    min-height: 244px;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__text {
    font-size: 16px;
    -webkit-line-clamp: 7;
  }
}
@media screen and (max-width: 575px) {
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper {
    width: 100%;
    overflow: visible;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left__p2 {
    margin: 0;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__left__p2 br {
    display: none;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right {
    gap: 14px;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 14px;
  }
  .home-od .ms-hp-sec5 .ms-hp-sec5-swiper .slider-box__right__bottom .popup-button {
    margin-left: auto;
    margin-right: 0;
  }
  .home-od .ms-hp-sec5__button-box .button--secendary {
    padding: 12px 10px;
    gap: 8px;
  }
}
.home-od .ms-hp-sec6 {
  position: relative;
  padding: 140px 0 160px;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/back-hp6.jpg");
  background-size: 100%;
  background-position: center;
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-od .ms-hp-sec6 .h2 {
  margin-bottom: 40px;
  text-align: start;
}
.home-od .ms-hp-sec6 .height-box6 {
  position: relative;
  height: 100%;
}
.home-od .ms-hp-sec6 .height-box6__item {
  height: auto;
}
.home-od .ms-hp-sec6__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  height: 100%;
  background: #fff;
  padding: 32px;
  border-radius: 0;
}
.home-od .ms-hp-sec6__box .h4 {
  text-align: center;
}
.home-od .ms-hp-sec6__box .h4 span {
  color: #ba9c5e;
}
.home-od .ms-hp-sec6__box__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}
.home-od .ms-hp-sec6__box__btn-box .button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .home-od .ms-hp-sec6 {
    margin: 0;
    padding: 32px 0;
    background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/back-hp6.jpg");
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
  }
  .home-od .ms-hp-sec6 .h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .home-od .ms-hp-sec6 .height-box6 {
    position: relative;
    height: 100%;
    gap: 15px;
  }
  .home-od .ms-hp-sec6 .height-box6__item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .home-od .ms-hp-sec6__box {
    width: 100%;
    padding: 24px 15px;
    gap: 24px;
  }
  .home-od .ms-hp-sec6__box__btn-box {
    width: 100%;
  }
}

/* 6 elementów */
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box__icon {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box__text {
  text-align: center;
  color: var(--White, #fff);
  font-weight: 200;
}
@media screen and (max-width: 1399px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box {
    width: 184px;
  }
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box {
    width: 240px;
  }
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box__icon {
    width: 100px;
    height: 100px;
  }
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box__text {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 991px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-6 .list-icon-box {
    width: 135px;
  }
}

/* 8 elementów */
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(25% - 24px);
          flex: 1 0 calc(25% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box__icon {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box__text {
  color: var(--Dark-Grey, #152b15);
  text-align: center;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box__icon {
    width: 100px;
    height: 100px;
  }
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box__text {
    font-size: 14px;
    line-height: 150%;
  }
}
@media screen and (max-width: 767px) {
  .ms-hp-sec3__box-left__list-icon.list-icon-box--count-8 .list-icon-box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 8px);
            flex: 1 0 calc(50% - 8px);
  }
}

.galleryHero {
  position: relative;
  height: 820px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.galleryHero .title {
  margin-top: 147px;
}
@media (max-width: 1199px) {
  .galleryHero {
    height: 660px;
  }
  .galleryHero .title {
    margin-top: 40px;
  }
}
@media (max-width: 757px) {
  .galleryHero {
    margin-top: 80px;
  }
}

.galleryPageGallery {
  margin: 120px 0;
}
.galleryPageGallery .gallery-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.galleryPageGallery .category {
  margin: 0;
  padding: 0;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  display: none;
}
.galleryPageGallery .category li {
  list-style: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  position: relative;
  z-index: 9;
}
.galleryPageGallery .category li.active::after {
  width: 120%;
}
.galleryPageGallery .category li:hover {
  cursor: pointer;
}
.galleryPageGallery .category li:hover::after {
  width: calc(100% + 20px);
}
.galleryPageGallery .category__text {
  margin-right: 12px;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.galleryPageGallery .category__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--Dark-Green, #001500);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.galleryPageGallery .category .active {
  border: 1px solid var(--Orange, #eb4a1c);
  background: var(--Orange, #eb4a1c);
  color: #ffffff;
  padding-left: 48px;
}
.galleryPageGallery .category .active::after {
  content: url("../../investitions/slupska-oaza2/assets/img/ico/accept.svg");
  position: absolute;
  top: 50%;
  left: 16px;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.galleryPageGallery .gallery {
  margin-top: 65px;
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}
.galleryPageGallery .gallery__item {
  display: none;
}
.galleryPageGallery .gallery__item a {
  display: block;
  overflow: hidden;
  height: 390px;
  position: relative;
}
.galleryPageGallery .gallery__item a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(27, 67, 50, 0.5764705882);
  opacity: 0.5;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.galleryPageGallery .gallery__item a:hover:after {
  opacity: 1;
}
.galleryPageGallery .gallery__item.show {
  display: block;
}
.galleryPageGallery .gallery__item--video {
  position: relative;
}
.galleryPageGallery .gallery__item--video::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 20px;
  border-color: transparent transparent transparent #153326;
  margin-left: 4px; /* wyrównanie optyczne */
}
.galleryPageGallery .gallery__item--video::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 99;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #fbfbf9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.galleryPageGallery .gallery .yt-video-link {
  background-position: center;
  background-size: inherit;
}
.galleryPageGallery .gallery__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1199px) {
  .galleryPageGallery .gallery {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .galleryPageGallery {
    margin: 32px 0;
  }
  .galleryPageGallery .gallery {
    margin-top: 32px;
    grid-template-columns: 1fr;
  }
  .galleryPageGallery .gallery__item {
    width: 100%;
    margin: 0 auto;
  }
  .galleryPageGallery .gallery__item a {
    height: 248px;
  }
}

.localization-od {
  position: relative;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .localization-od {
    padding: 0;
  }
}
.localization-od .localization-od-hero {
  position: relative;
  margin: 0;
  height: 820px;
  z-index: 2;
}
@media (max-width: 991px) {
  .localization-od .localization-od-hero .ms-about-hero-swiper__photo--desktop {
    display: none;
  }
  .localization-od .localization-od-hero .ms-about-hero-swiper__photo--mobile {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .localization-od .localization-od-hero {
    height: 500px;
    width: 100vw;
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100vw;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 757px) {
  .localization-od .localization-od-hero {
    margin-top: 80px;
  }
}
.localization-od .localization-od-hero .ms-about-hero-swiper {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .localization-od .localization-od-hero .ms-about-hero-swiper {
    min-width: 1150px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto;
    display: block;
  }
}
.localization-od .localization-od-hero .ms-about-hero-swiper__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.localization-od .localization-od-hero .ms-about-hero-swiper .swiper-pagination {
  left: 24px;
}
@media screen and (max-width: 991px) {
  .localization-od .localization-od-hero .ms-about-hero-swiper .swiper-pagination {
    display: none;
  }
}
.localization-od .localization-od-hero .ms-about-hero-swiper .swiper-pagination .swiper-pagination-bullet {
  margin: 36px 18px;
  width: 12px;
  height: 12px;
  background-color: var(--White, #fff);
  border-radius: 100%;
  opacity: 1;
}
.localization-od .localization-od-hero .ms-about-hero-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #eb4a1c;
}
@media screen and (max-width: 991px) {
  .localization-od .localization-od-hero .ms-about-hero-swiper {
    left: 0;
    width: 100%;
  }
}
.localization-od .ms-localization-sec5 {
  position: relative;
  margin: 120px;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5 {
    margin: 32px 0;
  }
}
.localization-od .ms-localization-sec5 .button-loco {
  margin-left: auto;
  margin-right: 40px;
  margin-top: 24px;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5 .button-loco {
    margin: 15px 0 16px 0;
  }
}
.localization-od .ms-localization-sec5 .button-loco-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5 .button-loco-arrow-desk {
    display: none;
  }
}
.localization-od .ms-localization-sec5 .button-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--Gold, #ba9c5e);
  padding: 0;
  position: absolute;
  left: auto;
  right: 0;
  top: -165px;
  border: 0 solid transparent;
}
.localization-od .ms-localization-sec5 .button-map span {
  width: 16px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
}
.localization-od .ms-localization-sec5 .button-map span:nth-child(1) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.localization-od .ms-localization-sec5 .button-map.active span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.localization-od .ms-localization-sec5__title {
  margin-bottom: 32px;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5__title {
    margin-bottom: 24px;
  }
}
.localization-od .ms-localization-sec5__left .ms-local-sec-5-map {
  margin-top: 48px;
  margin-bottom: 20px;
}
.localization-od .ms-localization-sec5__left .ms-local-sec-5-map .ms-local-sec-5-map-img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5__left .ms-local-sec-5-map {
    margin: 0 0 32px 0;
    position: relative;
  }
}
@media screen and (max-width: 575px) {
  .localization-od .ms-localization-sec5__left .ms-local-sec-5-map {
    margin: 0 0 15px 0;
    position: relative;
  }
}
.localization-od .ms-localization-sec5__left .ms-local-sec-5-map.active {
  overflow: auto;
}
.localization-od .ms-localization-sec5__left .ms-local-sec-5-map-img.active {
  min-width: 647px;
}
.localization-od .ms-localization-sec5__left__table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5__left__table {
    padding-right: 0px;
  }
}
.localization-od .ms-localization-sec5__left__table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 24px 8px 0;
  border-bottom: 1px solid #efede7;
}
.localization-od .ms-localization-sec5__left__table__row .right-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.localization-od .ms-localization-sec5__left__table__row .right-info__item1 {
  width: 80px;
  text-align: start;
}
.localization-od .ms-localization-sec5__left__table__row .right-info__item2 {
  width: 80px;
  text-align: start;
}
.localization-od .ms-localization-sec5__left__table__row .right-info__item3 {
  width: 33px;
}
.localization-od .ms-localization-sec5__left__table__row .left-title {
  color: var(--Dark-Grey, #152b15);
  /* P2 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-right: 80px;
}
.localization-od .ms-localization-sec5__left__table__row .item-grey {
  color: #ba9c5e;
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  .localization-od .ms-localization-sec5__left__table__row {
    padding: 8px 0;
    gap: 8px;
  }
  .localization-od .ms-localization-sec5__left__table__row .left-title {
    padding-right: 0px;
    min-width: 130px;
  }
  .localization-od .ms-localization-sec5__left__table__row .right-info {
    gap: 12px;
  }
  .localization-od .ms-localization-sec5__left__table__row .right-info__item1 {
    width: 72px;
    text-align: start;
  }
  .localization-od .ms-localization-sec5__left__table__row .right-info__item2 {
    width: 72px;
    text-align: start;
  }
  .localization-od .ms-localization-sec5__left__table__row .right-info__item3 {
    width: 30px;
  }
}
.localization-od .ms-localization-sec5__right {
  position: relative;
  margin-top: -65px;
}
.localization-od .new-sec-local {
  margin: 120px 0;
  position: relative;
}
.localization-od .new-sec-local::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--Light, #fbfbf9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.localization-od .new-sec-local__picture {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.localization-od .new-sec-local__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0 40px;
}
.localization-od .new-sec-local__content__text {
  margin: 24px 0;
}
.localization-od .new-sec-local__content__btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.localization-od .new-sec-local__content__btn-box .button {
  min-height: 48px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 575px) {
  .localization-od .new-sec-local__content__btn-box {
    width: 100%;
  }
  .localization-od .new-sec-local__content__btn-box .button {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .localization-od .new-sec-local {
    margin: 32px 0;
    padding: 32px 0;
  }
  .localization-od .new-sec-local::before {
    height: 100%;
  }
  .localization-od .new-sec-local__picture {
    margin-top: 24px;
  }
  .localization-od .new-sec-local__content {
    padding: 0;
  }
  .localization-od .new-sec-local__content__title br {
    display: none;
  }
  .localization-od .new-sec-local__content__text {
    margin: 12px 0 15px;
  }
}

.contact-od .ms-contact-sec1 {
  position: relative;
  padding: 80px 0;
  background: var(--Light, #fbfbf9);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 757px) {
  .contact-od .ms-contact-sec1 {
    margin-top: 80px;
  }
}
.contact-od .ms-contact-sec1__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 24px;
}
.contact-od .ms-contact-sec1__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contact-od .ms-contact-sec1__right__box-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}
.contact-od .ms-contact-sec1__right__box-person__photo {
  width: 111px;
  height: 111px;
  border-radius: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-od .ms-contact-sec1__right__box-person__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact-od .ms-contact-sec1__right__box-person__info .text-1 {
  font-weight: 500;
}
.contact-od .ms-contact-sec1__right__box-person__info .box-bottom-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.contact-od .ms-contact-sec1__right__box-person__info .box-bottom-contact__icon {
  width: 24px;
  height: 24px;
  padding-right: 8px;
}
.contact-od .ms-contact-sec1__right__box-person__info .box-bottom-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #091610;
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec1 {
    padding: 32px 0;
  }
  .contact-od .ms-contact-sec1__left {
    margin-bottom: 32px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .contact-od .ms-contact-sec1__right {
    gap: 32px;
  }
  .contact-od .ms-contact-sec1__right__box-person {
    gap: 24px;
  }
  .contact-od .ms-contact-sec1__right__box-person__photo {
    width: 64px;
    height: 64px;
  }
  .contact-od .ms-contact-sec1__right__box-person__info {
    gap: 2px;
  }
}
.contact-od .ms-contact-sec2 {
  position: relative;
  margin: 120px 0;
}
.contact-od .ms-contact-sec2 .wpcf7-list-item-label,
.contact-od .ms-contact-sec2 .text-agreement {
  color: var(--Gark-Green, #121212);
}
.contact-od .ms-contact-sec2__top {
  margin-bottom: 24px;
}
.contact-od .ms-contact-sec2__top .h4 {
  color: var(--Dark-Forest, #091610);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Platypi", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.contact-od .ms-contact-sec2__top a {
  color: #ba9c5e;
}
.contact-od .ms-contact-sec2__top span {
  color: var(--Gark-Green, #121212);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  top: -10px;
  position: relative;
}
.contact-od .ms-contact-sec2__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.contact-od .ms-contact-sec2__right p {
  padding-right: 80px;
  color: var(--Gark-Green, #121212);
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.contact-od .ms-contact-sec2__right p strong {
  font-weight: 500;
  font-size: 20px;
  color: #ba9c5e;
  padding-bottom: 12px;
  padding-top: 8px;
  display: block;
}
.contact-od .ms-contact-sec2__right__prize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  position: relative;
  margin-top: -15px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-od .ms-contact-sec2__right__prize__left svg {
  width: 250px;
}
.contact-od .ms-contact-sec2__right__prize__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
}
.contact-od .ms-contact-sec2__right__prize__right svg {
  height: 80px;
  width: 80px;
}
.contact-od .ms-contact-sec2__right__prize__right svg path {
  fill: #ba9c5e;
}
.contact-od .ms-contact-sec2__right__prize__right svg text {
  fill: #091610;
}
.contact-od .ms-contact-sec2__right div p:nth-child(2) {
  display: none;
}
.contact-od .ms-contact-sec2 form .wpcf7-acceptance label {
  margin-top: 16px !important;
}
.contact-od .ms-contact-sec2 form .input-area-wrap {
  row-gap: 16px;
}
.contact-od .ms-contact-sec2 form input[name=your-phone] {
  margin-bottom: 0px;
}
.contact-od .ms-contact-sec2 form input[type=text],
.contact-od .ms-contact-sec2 form input[type=email] {
  background-color: #fbfbf9;
  width: 80%;
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec2 {
    margin: 32px 0;
  }
  .contact-od .ms-contact-sec2__top {
    margin-bottom: 16px;
  }
  .contact-od .ms-contact-sec2__top .h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
  }
  .contact-od .ms-contact-sec2__top span {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    top: -3px;
  }
  .contact-od .ms-contact-sec2__right {
    margin-top: 24px;
  }
  .contact-od .ms-contact-sec2__right__prize {
    margin-top: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact-od .ms-contact-sec2 form input[type=text],
.contact-od .ms-contact-sec2 form input[type=email] {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-od .ms-contact-sec2 form .wpcf7-acceptance label {
    margin-top: 20px !important;
  }
  .contact-od .ms-contact-sec2 form .input-area-wrap {
    row-gap: 18px;
  }
}
@media screen and (max-width: 575px) {
  .contact-od .ms-contact-sec2__top span {
    display: block;
  }
  .contact-od .ms-contact-sec2__top br {
    display: none;
  }
  .contact-od .ms-contact-sec2__right__prize {
    gap: 0;
  }
  .contact-od .ms-contact-sec2__right__prize__left {
    min-width: 100%;
  }
  .contact-od .ms-contact-sec2__right__prize__left svg {
    min-width: 100%;
  }
  .contact-od .ms-contact-sec2__right__prize__right {
    margin-top: 16px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact-od .ms-contact-sec3 {
  position: relative;
  margin: 120px 0;
  background: var(--Light, #fbfbf9);
  padding: 120px 0;
}
.contact-od .ms-contact-sec3__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-od .ms-contact-sec3__numbers__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8;
}
.contact-od .ms-contact-sec3__numbers__box h2 {
  color: #ba9c5e;
}
.contact-od .ms-contact-sec3__text {
  margin: 64px 0 40px;
  text-align: center;
}
.contact-od .ms-contact-sec3__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
}
.contact-od .ms-contact-sec3__list__box {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 0 24px;
}
.contact-od .ms-contact-sec3__list__box__photo {
  width: 80px;
  height: 80px;
  min-width: 80px;
  min-height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-od .ms-contact-sec3__list__box .text-bold-list {
  font-weight: 500;
}
.contact-od .ms-contact-sec3__list__box p {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec3 {
    margin: 32px 0;
    padding: 32px 0;
  }
  .contact-od .ms-contact-sec3__numbers {
    margin-top: 15px;
    gap: 20px;
  }
  .contact-od .ms-contact-sec3__numbers p {
    font-size: 14px;
  }
  .contact-od .ms-contact-sec3__text {
    margin: 32px 0 24px;
    text-align: start;
  }
  .contact-od .ms-contact-sec3__list {
    gap: 16px 16px;
  }
  .contact-od .ms-contact-sec3__list__box {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(50% - 16px);
            flex: 1 0 calc(50% - 16px);
    gap: 12px;
    padding: 0;
  }
}
.contact-od .ms-contact-sec4 {
  position: relative;
  margin: 120px 0 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  z-index: 2;
}
.contact-od .ms-contact-sec4__title {
  width: 100%;
  max-width: 550px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-left: 20px;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider {
  width: 61%;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider {
    width: 51.5%;
  }
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav {
  position: absolute;
  top: auto;
  bottom: -50px;
  left: 0px;
  width: 100px;
  height: 20px;
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav {
    bottom: -40px;
    display: none;
  }
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav .swiper-button-next::after,
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav .swiper-button-prev::after {
  display: none;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav .swiper-button-next::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-right-contact.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__nav .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-left-contact.svg");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider__slider-icon {
  width: 70px;
  height: 50px;
  margin-bottom: 24px;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box {
  padding: 32px;
  background: var(--Light, #fbfbf9);
  height: auto;
  cursor: -webkit-grab;
  cursor: grab;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box.last-box {
  margin-right: 30px;
  background: transparent;
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box.last-box {
    display: none;
  }
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__text-last {
  margin: 24px 0 24px;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__nr {
  position: absolute;
  top: 46px;
  left: auto;
  right: 40px;
  width: 50px;
  height: 22px;
  color: var(--Dark-Grey, #152b15);
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__text p {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name {
  margin: 16px 0 0px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  gap: 10px;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact {
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 0px;
  background: var(--Grey, #efede7);
  cursor: pointer;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 20px;
  height: 2px;
  background-color: #091610;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact:hover span {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact:hover span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 991px) {
  .contact-od .ms-contact-sec4 {
    margin: 32px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
  .contact-od .ms-contact-sec4__title {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding: 0 20px;
  }
  .contact-od .ms-contact-sec4__title h4 br {
    display: none;
  }
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider {
    width: 100%;
    padding: 0px 0px 0px 16px;
  }
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box {
    padding: 24px 20px 16px 20px;
  }
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name {
    margin: 14px 0 0px;
    font-size: 16px;
    line-height: 140%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .contact-od .ms-contact-sec4 .ms-contact-sec4-slider .ms-contact-sec4-swiper__slider-box__name .popup-button-contact {
    margin-top: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
.contact-od .ms-contact-sec4 .popup-reference {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: var(--Forest, #153326);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  z-index: 9999999999;
  display: none;
}
.contact-od .ms-contact-sec4 .popup-reference.active {
  display: block !important;
}
.contact-od .ms-contact-sec4 .popup-reference__slider-box {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 762px;
  width: 100%;
  padding: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0px;
  background: var(--White, #fff);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.contact-od .ms-contact-sec4 .popup-reference__slider-box__nr {
  position: absolute;
  top: 60px;
  left: 126px;
  width: 50px;
  height: 22px;
  color: var(--Dark-Grey, #152b15);
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media screen and (max-width: 575px) {
  .contact-od .ms-contact-sec4 .popup-reference__slider-box__nr {
    top: 61px;
    left: 116px;
  }
}
.contact-od .ms-contact-sec4 .popup-reference__slider-box__text p {
  padding-bottom: 32px;
  border-bottom: 1px solid #fbfbf9;
  margin-bottom: 24px;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}
.contact-od .ms-contact-sec4 .popup-reference__slider-box__name {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.contact-od .ms-contact-sec4 .popup-reference__close {
  position: absolute;
  left: auto;
  right: 40px;
  top: 40px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contact-od .ms-contact-sec4 .popup-reference__slider-icon {
  margin-bottom: 40px;
}
@media screen and (max-width: 575px) {
  .contact-od .ms-contact-sec4 .popup-reference__slider-box {
    top: 130px;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 32px;
    border-radius: 0;
  }
  .contact-od .ms-contact-sec4 .popup-reference__slider-box__close {
    right: 32px;
    top: 32px;
  }
  .contact-od .ms-contact-sec4 .popup-reference__slider-icon {
    margin-top: 0px;
    margin-bottom: 24px;
  }
}

.line-bottom-contact {
  word-wrap: 100%;
  height: 20px;
  position: relative;
}
.line-bottom-contact img {
  width: 100%;
  height: 20px;
}
@media screen and (max-width: 767px) {
  .line-bottom-contact {
    display: none;
  }
}

.plots-list {
  width: 100%;
}
.plots-list__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin-bottom: 16px;
}
.plots-list__header__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.plots-list__header__desc .title {
  color: var(--Dark-Green, #001500);
}
.plots-list__header .text {
  width: 67%;
  text-align: left;
}
@media (max-width: 991px) {
  .plots-list__header {
    gap: 20px;
    margin-bottom: 40px;
  }
  .plots-list__header__desc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .plots-list__header__btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plots-list__header .text {
    width: 100%;
  }
}
.plots-list__sorting {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list__sorting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list__sorting__header span {
  font-size: 14px;
  font-weight: 400;
}
.plots-list__sorting__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
.plots-list__sorting__item__direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plots-list__sorting__item__direction button {
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  background: url(../../investitions/slupska-oaza2/assets/next.svg);
  background-position: center;
  background-repeat: no-repeat;
}
.plots-list__sorting__item__direction button.desc {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plots-list__sorting__item span {
  font-size: 14px;
}
.plots-list__sorting__hideEmpty {
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
.plots-list__sorting__hideEmpty .sold-wrap {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 25px;
}
.plots-list__sorting__hideEmpty .sold-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.plots-list__sorting__hideEmpty .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  border: 1px solid #ba9c5e;
}
.plots-list__sorting__hideEmpty .sold-wrap:hover input ~ .checkmark {
  background-color: #ffffff;
}
.plots-list__sorting__hideEmpty .sold-wrap input:checked ~ .checkmark {
  background-color: #f3f3f3;
}
.plots-list__sorting__hideEmpty .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.plots-list__sorting__hideEmpty .sold-wrap input:checked ~ .checkmark:after {
  display: block;
}
.plots-list__sorting__hideEmpty .sold-wrap .checkmark:after {
  left: 4px;
  top: -1px;
  width: 4px;
  height: 10px;
  border: solid var(--Blue, #1662a8);
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1199px) {
  .plots-list__sorting {
    margin-top: 70px;
  }
}
@media (max-width: 991px) {
  .plots-list__sorting {
    margin-top: 32px;
    width: auto;
    overflow-x: scroll;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plots-list__sorting__list {
    margin-top: 32px;
    position: relative;
    padding-top: 30px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .plots-list__sorting__header {
    position: absolute;
    top: 0;
  }
}
.plots-list .plots-all {
  margin-top: 24px;
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+1) .plot-quality svg {
  width: 100px;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+1) .plot-quality svg:nth-child(1) {
  display: block;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+1) .plot-quality svg:nth-child(1) path {
  fill: #ba9c5e;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+2) .plot-quality svg {
  width: 100px;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+2) .plot-quality svg:nth-child(2) {
  display: block;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+2) .plot-quality svg:nth-child(2) path {
  fill: #ba9c5e;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+3) .plot-quality svg {
  width: 100px;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+3) .plot-quality svg:nth-child(3) {
  display: block;
}
.plots-list .plots-all .plots-list__item:nth-child(3n+3) .plot-quality svg:nth-child(3) path {
  fill: #ba9c5e;
}
@media (max-width: 565px) {
  .plots-list .plots-all {
    position: relative;
  }
}
.plots-list .plot-item-wrap {
  background: var(--Light, #fbfbf9);
  padding: 30px 0px 30px 0px;
  overflow: hidden;
}
.plots-list .plot-item-wrap .plot-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  overflow: hidden;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.plots-list .plot-item-wrap .plot-item.param--status--odsprzedaz .plot-status {
  color: #eb4a1c !important;
}
.plots-list .plot-item-wrap .plot-item.param--status--odsprzedaz .plot-desc__rate {
  display: none !important;
}
.plots-list .plot-item-wrap .plot-item.param--status--odsprzedaz .plot-info__rate .plot-info__value {
  display: none !important;
}
.plots-list .plot-item-wrap .plot-item.param--status--wolna .plot-status {
  color: var(--Green, #ba9c5e);
}
.plots-list .plot-item-wrap .plot-item.param--status--zarezerwowana .plot-status {
  color: var(--Yelow, #d79515);
}
.plots-list .plot-item-wrap .plot-item.param--status--sprzedana .plot-status {
  color: #eb4a1c !important;
}
.plots-list .plot-item-wrap .plot-item.param--status--sprzedana .plot-status__number {
  color: var(--Red, #a02035) !important;
}
.plots-list .plot-item-wrap .plot-item.param--status--sprzedana .plot-status__status__item span {
  color: var(--Red, #a02035) !important;
}
.plots-list .plot-item-wrap .plot-item .plot-status {
  width: 180px;
  padding-left: 24px;
}
.plots-list .plot-item-wrap .plot-item .plot-status__header {
  font-size: 16px;
}
.plots-list .plot-item-wrap .plot-item .plot-status__number {
  font-family: "Platypi", serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  color: var(--Green, #153326);
  line-height: 120%; /* 96px */
  letter-spacing: -0.8px;
}
.plots-list .plot-item-wrap .plot-item .plot-status__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.plots-list .plot-item-wrap .plot-item .plot-status__status span {
  color: var(--Green, #153326);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.plots-list .plot-item-wrap .plot-item .plot-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  padding: 0 30px;
  min-height: 180px;
}
.plots-list .plot-item-wrap .plot-item .plot-img img {
  width: auto;
  height: auto;
}
.plots-list .plot-item-wrap .plot-item .plot-info {
  width: 390px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  color: var(--Dark-Grey, #152b15);
  row-gap: 15px;
}
.plots-list .plot-item-wrap .plot-item .plot-info p {
  line-height: normal;
  padding: 0;
  margin: 0;
}
.plots-list .plot-item-wrap .plot-item .plot-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.plots-list .plot-item-wrap .plot-item .plot-info__text {
  min-width: 120px;
}
.plots-list .plot-item-wrap .plot-item .plot-info__value {
  font-weight: 400;
  position: relative;
}
.plots-list .plot-item-wrap .plot-item .plot-info__value p {
  font-weight: 700;
}
.plots-list .plot-item-wrap .plot-item .plot-info__value sup {
  position: absolute;
  top: 0;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price .plot-info__valueWrap, .plots-list .plot-item-wrap .plot-item .plot-info__rate .plot-info__valueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4px;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price .plot-info__valueInfo p, .plots-list .plot-item-wrap .plot-item .plot-info__rate .plot-info__valueInfo p {
  font-size: 14px;
  color: #eb4a1c;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price .plot-info__value, .plots-list .plot-item-wrap .plot-item .plot-info__rate .plot-info__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price__beforeDiscount, .plots-list .plot-item-wrap .plot-item .plot-info__rate__beforeDiscount {
  position: relative;
  margin: 0;
  opacity: 0.5;
  color: #091610;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price__beforeDiscount:before, .plots-list .plot-item-wrap .plot-item .plot-info__rate__beforeDiscount:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: 1px;
  left: -2px;
  top: 9px;
  background-color: #091610;
}
.plots-list .plot-item-wrap .plot-item .plot-info__price__beforeDiscount span, .plots-list .plot-item-wrap .plot-item .plot-info__rate__beforeDiscount span {
  color: var(--Dark-Forest, #091610);
}
.plots-list .plot-item-wrap .plot-item .plot-info__price__afterDiscount, .plots-list .plot-item-wrap .plot-item .plot-info__rate__afterDiscount {
  color: var(--Red, #a02035);
}
.plots-list .plot-item-wrap .plot-item .plot-info__price__afterDiscount span, .plots-list .plot-item-wrap .plot-item .plot-info__rate__afterDiscount span {
  color: var(--Red, #a02035);
}
.plots-list .plot-item-wrap .plot-item .plot-info__last30Price {
  color: rgba(47, 47, 47, 0.5);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.plots-list .plot-item-wrap .plot-item .plot-info__last30Price p,
.plots-list .plot-item-wrap .plot-item .plot-info__last30Price p span {
  color: rgba(47, 47, 47, 0.5);
  font-weight: 400;
}
.plots-list .plot-item-wrap .plot-item .plot-quality {
  width: 120px;
}
.plots-list .plot-item-wrap .plot-item .plot-quality svg {
  display: none;
}
.plots-list .plot-item-wrap .plot-item .plot-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 10px;
  width: 340px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 24px;
}
.plots-list .plot-item-wrap .plot-item .plot-contact .button svg {
  margin-left: 10px;
}
@media (max-width: 1399px) {
  .plots-list .plot-item-wrap .plot-item .plot-quality {
    display: none;
  }
}
@media (max-width: 1199px) {
  .plots-list .plot-item-wrap .plot-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-status {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-img {
    width: 30%;
  }
  .plots-list .plot-item-wrap .plot-item .plot-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    width: 100%;
  }
  .plots-list .plot-item-wrap .plot-item .plot-quality {
    display: none;
  }
}
@media (max-width: 991px) {
  .plots-list .plot-item-wrap .plot-item {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plots-list .plot-item-wrap .plot-item .plot-status {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
  .plots-list .plot-item-wrap .plot-item .plot-img {
    width: auto;
    max-width: 80%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info {
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
  }
  .plots-list .plot-item-wrap .plot-item .plot-contact {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .plots-list .plot-item-wrap .plot-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 0 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plots-list .plot-item-wrap .plot-item .plot-img {
    width: auto;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    min-height: auto;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__wrap {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__price .plot-info__value, .plots-list .plot-item-wrap .plot-item .plot-info__rate .plot-info__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__text {
    width: 110px;
    gap: 5px;
    font-size: 14px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__desc {
    gap: 5px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__desc .plot-desc__rate__beforeDiscount:before {
    top: 7px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-info__value, .plots-list .plot-item-wrap .plot-item .plot-info__value p {
    font-size: 14px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 0;
    gap: 10px;
  }
  .plots-list .plot-item-wrap .plot-item .plot-contact a span {
    font-size: 14px;
  }
}
.plots-list .plot-discount-wrap {
  position: relative;
  left: 0;
  top: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 0px;
  background: var(--Gold, #ba9c5e);
  height: 24px;
}
.plots-list .plot-discount-wrap .plot-difference {
  height: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list .plot-discount-wrap .plot-difference p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.plots-list .plot-discount-wrap .plot-difference p span {
  color: white;
}
.plots-list .plot-discount-wrap .plot-difference-discount-for-date {
  position: absolute;
  left: 160px;
  background: var(--Dark-Blue, #0a5090);
  top: 0;
  width: calc(100% - 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 34px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  font-size: 14px;
  color: white;
}
.plots-list .plot-discount-wrap .plot-difference-discount-for-date div span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .plots-list .plot-discount-wrap .plot-difference-discount-for-date {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 8px 10px;
  }
}
.plots-list .plot-baner {
  height: auto;
  position: relative;
  padding: 72px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list .plot-baner .back-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plots-list .plot-baner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  width: 100%;
}
@media (max-width: 1199px) {
  .plots-list .plot-baner__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.plots-list .plot-baner__content__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 36px;
}
.plots-list .plot-baner__content__desc h3 {
  color: white;
}
.plots-list .plot-baner__content__desc .list-item-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .plots-list .plot-baner__content__desc .list-item-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.plots-list .plot-baner__content__desc .list-item-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list .plot-baner__content__desc .list-item-banner__box__icon {
  width: 40px;
  height: 40px;
}
.plots-list .plot-baner__content__desc .list-item-banner__box__icon .icon-box {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plots-list .plot-baner__content__desc .list-item-banner__box .text {
  color: white;
}
@media (max-width: 767px) {
  .plots-list .plot-baner__content__link {
    width: 100%;
  }
}
.plots-list .plot-baner__content__link .btn {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  top: 0;
  padding: 12px 24px;
  -webkit-column-gap: 9px;
     -moz-column-gap: 9px;
          column-gap: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.plots-list .plot-baner__content__link .btn svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  .plots-list .plot-baner__content__link .btn {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 1399px) {
  .plots-list .plot-baner__content h3 {
    font-size: 44px;
    line-height: normal;
  }
}
@media (max-width: 991px) {
  .plots-list .plot-baner {
    height: auto;
    padding: 40px 20px;
  }
  .plots-list .plot-baner__content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .plots-list .plot-baner__content h3 {
    font-size: 26px;
    line-height: 39px;
  }
  .plots-list .plot-baner__content p {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
  }
  .plots-list .plot-baner__link .btn {
    margin-top: 20px;
  }
}
.plots-list .plots-nav {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plots-list .plots-nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plots-list .plots-nav__wrap__name {
  color: red;
  font-size: 16px;
  font-weight: 400;
}
.plots-list .plots-nav button {
  border: none;
  background: none;
}
.plots-list .plots-nav button:hover {
  cursor: pointer;
}
.plots-list .plots-nav__number {
  margin: 0 8px;
  font-weight: 400;
  font-size: 16px;
  color: red;
}
.plots-list .plots-nav__number--active {
  color: red;
}
.plots-list .plots-nav__many-label {
  margin-right: 14px;
  font-family: "Google Sans";
  font-size: 16px;
}
.plots-list .plots-nav__many-maxpage {
  font-family: "Google Sans";
  font-size: 16px;
  margin-right: 10px;
}
.plots-list .plots-nav__prev, .plots-list .plots-nav__next {
  font-size: 0;
  width: 48px;
  height: 48px;
}
.plots-list .plots-nav__prev {
  background: url(../../investitions/osada-debina/assets/nav-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
}
.plots-list .plots-nav__next {
  background: url(../../investitions/osada-debina/assets/nav-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.plots-list .plots-nav__page-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.plots-list .plots-nav__page-control input {
  color: var(--Dark-Forest, #091610);
  text-align: center;
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  border-radius: 0px;
  border: 0px;
  border: 2px solid var(--Gold, #ba9c5e);
  padding: 4px;
  min-width: 40px;
  text-align: center;
}
.plots-list .plots-nav__page-control input::-webkit-outer-spin-button,
.plots-list .plots-nav__page-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.plots-list .plots-nav__page-control input[type=number] {
  -moz-appearance: textfield;
}
.plots-list .plots-nav__page-control span {
  width: 40px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .plots-list .plots-nav__prev {
    font-size: 0px;
    top: -25px;
    left: 15px;
  }
  .plots-list .plots-nav__next {
    font-size: 0x;
    top: -25px;
    right: 15px;
  }
  .plots-list .plots-nav__wrap__name {
    font-size: 0px;
  }
  .plots-list .plots-nav__number {
    font-size: 0px;
    line-height: 18px;
  }
}
.plots-list .plots-bottom-info {
  text-align: center;
  margin-top: 100px;
}
.plots-list .plots-bottom-info__logos {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px 70px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 991px) {
  .plots-list .plots-bottom-info {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .plots-list .plots-bottom-info {
    margin-top: 50px;
  }
  .plots-list .plots-bottom-info__logos {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .slupska-oaza-2-template-investitions .plots-list .plots-nav {
    gap: 0px !important;
  }
}

.slupska-oaza-2-template .newForm form input[type=email] {
  margin-top: 10px;
}

@media (max-width: 991px) {
  [data-plots-map] [data-plots-info].stay-visible {
    width: calc(100% - 40px) !important;
    left: 20px !important;
    top: 20px !important;
    height: auto !important;
    max-height: calc(100dvh - 40px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
}
@media (max-width: 767px) {
  [data-plots-map] [data-plots-info].stay-visible {
    width: 100% !important;
    padding: 15px !important;
    left: 0px !important;
    top: 0px !important;
    height: auto !important;
    max-height: 100dvh !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  [data-plots-map] [data-plots-info].stay-visible.discount-date {
    padding-top: 64px !important;
  }
  [data-plots-map] [data-plots-info].stay-visible.discount-date .plotModal-btn,
[data-plots-map] [data-plots-info].stay-visible.discount-date .plotModal-close {
    top: 38px;
  }
}

.plotModal {
  position: relative;
  padding: 32px;
  min-width: 893px;
  border-radius: 0px;
  background: var(--white, #fff);
  -webkit-box-shadow: 0px 0px 60px 0px rgba(37, 37, 37, 0.3);
          box-shadow: 0px 0px 60px 0px rgba(37, 37, 37, 0.3);
  z-index: 99999999999 !important;
  left: auto !important;
  right: 60px !important;
  top: 40px !important;
  height: auto;
}
@media (max-width: 991px) {
  .plotModal {
    min-width: auto;
  }
}
@media (max-width: 767px) {
  .plotModal {
    border-radius: 0px;
  }
}
.plotModal .plotModal-item.param--status--wolna .plotModal-status {
  color: #153326;
}
.plotModal .plotModal-item.param--status--wolna .plotModal-status__status__item {
  color: #153326;
}
.plotModal .plotModal-item.param--status--zarezerwowana .plotModal-status {
  color: #eb4a1c;
}
.plotModal .plotModal-item.param--status--zarezerwowana .plotModal-status__status__item {
  color: #eb4a1c;
}
.plotModal .plotModal-item.param--status--sprzedana .plotModal-content-left {
  opacity: 0.6;
}
.plotModal .plotModal-item.param--status--sprzedana .plotModal-status {
  color: #a02035;
}
.plotModal .plotModal-item.param--status--sprzedana .plotModal-status__status__item {
  color: #a02035;
}
.plotModal .plotModal-item.param--status--sprzedana .plotModal-status__number {
  color: #a02035 !important;
}
.plotModal .plotModal-item.param--status--odsprzedaz .plotModal-status {
  color: #153326;
}
.plotModal .plotModal-item.param--status--odsprzedaz .plotModal-status__status__item {
  color: #153326;
}
.plotModal .plotModal-item.param--status--odsprzedaz .plotModal-info__rate .plotModal-info__value {
  display: none !important;
}
.plotModal p {
  font-size: 16px;
  color: #2f2f2f;
  line-height: normal;
}
.plotModal .plotModal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
}
.plotModal .plotModal-close img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.plotModal .plotModal-close:hover img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 767px) {
  .plotModal .plotModal-close {
    top: 21px;
    right: 14px;
  }
}
.plotModal .plotModal-discount-for-date {
  background: var(--Blue, #397d03) !important;
  left: 0 !important;
  width: 100% !important;
  border-radius: 24px 24px 0 0;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  top: -2px !important;
  height: 32px !important;
}
@media (max-width: 991px) {
  .plotModal .plotModal-discount-for-date {
    top: 0;
    width: calc(100% + 48px);
    left: -24px;
  }
}
@media (max-width: 767px) {
  .plotModal .plotModal-discount-for-date {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    height: 40px !important;
  }
}
.plotModal .plotModal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 3px;
  }
}
.plotModal .plotModal-content h3 {
  color: var(--dark-grey, #152b15);
  font-variant-numeric: lining-nums proportional-nums;
  /* desktop/H5 Sans Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding-right: 16px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content h3 {
    margin-bottom: 5px;
  }
}
.plotModal .plotModal-content h4 {
  color: var(--Dark-Grey, #2f2f2f);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.plotModal .plotModal-content p {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content p {
    font-size: 16px;
  }
}
.plotModal .plotModal-content .text-bottom {
  color: var(--Dark-Grey, #2f2f2f);
  /* P4 */
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.plotModal .plotModal-content .plotModal-content-left {
  min-width: 356px;
  padding-right: 16px;
  border-right: 1px solid #e7dcc6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  row-gap: 16px;
}
.plotModal .plotModal-content .plotModal-content-left__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.plotModal .plotModal-content .plotModal-content-left__content--1 {
  margin-bottom: 6px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-content-left__content--1 {
    margin-bottom: 0px;
  }
}
.plotModal .plotModal-content .plotModal-content-left__btn {
  margin-bottom: 0px;
  margin-top: 0px;
}
.plotModal .plotModal-content .plotModal-content-left__btn .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 14px 18px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-content-left__btn .button.button--2 {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-content-left {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    border-right: none;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(181, 181, 194, 0.6);
  }
  .plotModal .plotModal-content .plotModal-content-left__content {
    row-gap: 10px;
  }
  .plotModal .plotModal-content .plotModal-content-left__btn {
    margin-bottom: 0;
  }
  .plotModal .plotModal-content .plotModal-content-left__content--2 {
    margin-top: 10px;
  }
}
.plotModal .plotModal-content .plotModal-person {
  border-radius: 0px;
  background: var(--Light, #fbfbf9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  padding: 10px;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plotModal .plotModal-content .plotModal-person img {
  width: 80px;
  height: 80px;
  max-width: 80px;
  max-height: 80px;
  min-width: 80px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: cover;
     object-fit: cover;
}
.plotModal .plotModal-content .plotModal-person__name {
  color: var(--Dark-Forest, #091610);
  /* P1 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
.plotModal .plotModal-content .plotModal-person__position {
  color: var(--Gold, #ba9c5e);
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.plotModal .plotModal-content .plotModal-person .phone-none {
  display: none;
}
.plotModal .plotModal-content .plotModal-person__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--dark-grey, #152b15);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-person {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .plotModal .plotModal-content .plotModal-person img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    min-width: 60px;
    min-height: 60px;
  }
}
.plotModal .plotModal-content .plotModal-statuswrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .plotModal .plotModal-content .plotModal-statuswrap {
    padding-right: 43px;
  }
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__number {
  font-variant-numeric: lining-nums proportional-nums;
  color: var(--Green, #153326);
  font-variant-numeric: lining-nums proportional-nums;
  font-family: "Platypi", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 57.6px */
  letter-spacing: -0.48px;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__status-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__status__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__status__item span {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__discount__difference {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  background: var(--gold, #ba9c5e);
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__discount__difference p {
  color: var(--white, #fff);
  /* P2 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.plotModal .plotModal-content .plotModal-statuswrap .plotModal-status__discount__difference p span {
  color: var(--white, #fff);
}
.plotModal .plotModal-content .plotModal-textInfo-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .plotModal .plotModal-content .plotModal-textInfo-mobile {
    display: none;
  }
}
.plotModal .plotModal-content .plotModal-img {
  max-width: 100%;
  height: 160px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 46px;
  margin-bottom: 8px;
}
.plotModal .plotModal-content .plotModal-img img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-img {
    padding: 5px 24px;
    height: 160px;
  }
}
.plotModal .plotModal-content .plotModal-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: #2f2f2f;
  row-gap: 4px;
}
.plotModal .plotModal-content .plotModal-info p {
  margin: 0;
}
.plotModal .plotModal-content .plotModal-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
.plotModal .plotModal-content .plotModal-info__text {
  min-width: 105px;
}
.plotModal .plotModal-content .plotModal-info__value, .plotModal .plotModal-content .plotModal-info__value p {
  position: relative;
}
.plotModal .plotModal-content .plotModal-info__value sup, .plotModal .plotModal-content .plotModal-info__value p sup {
  position: absolute;
  top: 0;
}
.plotModal .plotModal-content .plotModal-info__price .plot-info__valueWrap, .plotModal .plotModal-content .plotModal-info__rate .plot-info__valueWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}
.plotModal .plotModal-content .plotModal-info__price .plot-info__valueInfo p, .plotModal .plotModal-content .plotModal-info__rate .plot-info__valueInfo p {
  font-size: 12px;
  color: var(--Orange, #eb4a1c);
  font-weight: 600;
}
.plotModal .plotModal-content .plotModal-info__price .plotModal-info__value, .plotModal .plotModal-content .plotModal-info__rate .plotModal-info__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.plotModal .plotModal-content .plotModal-info__price__beforeDiscount, .plotModal .plotModal-content .plotModal-info__rate__beforeDiscount {
  position: relative;
  margin: 0;
  opacity: 0.5;
}
.plotModal .plotModal-content .plotModal-info__price__beforeDiscount .font-weigh-400, .plotModal .plotModal-content .plotModal-info__rate__beforeDiscount .font-weigh-400 {
  font-weight: 400 !important;
}
.plotModal .plotModal-content .plotModal-info__price__beforeDiscount span, .plotModal .plotModal-content .plotModal-info__rate__beforeDiscount span {
  color: #091610;
}
.plotModal .plotModal-content .plotModal-info__price__beforeDiscount:before, .plotModal .plotModal-content .plotModal-info__rate__beforeDiscount:before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: 1px;
  left: -2px;
  top: 8px;
  background-color: #091610;
}
.plotModal .plotModal-content .plotModal-info__price__afterDiscount, .plotModal .plotModal-content .plotModal-info__rate__afterDiscount {
  color: #a02035;
  font-weight: 500;
}
.plotModal .plotModal-content .plotModal-info__price__afterDiscount span, .plotModal .plotModal-content .plotModal-info__rate__afterDiscount span {
  color: #a02035;
  font-weight: 500;
}
.plotModal .plotModal-content .plotModal-info__price .price-bold, .plotModal .plotModal-content .plotModal-info__rate .price-bold {
  font-weight: 600;
}
.plotModal .plotModal-content .plotModal-info__last30Price {
  margin-top: 10px;
  color: rgba(47, 47, 47, 0.5);
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.plotModal .plotModal-content .plotModal-info__last30Price p,
.plotModal .plotModal-content .plotModal-info__last30Price p span {
  color: rgba(47, 47, 47, 0.5);
  font-weight: 400;
}
.plotModal .plotModal-content .plotModal-c2-rateTable__row {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-bottom: 1px solid #e7dcc6;
}
.plotModal .plotModal-content .plotModal-c2-rateTable__row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.plotModal .plotModal-content .plotModal-c2-rateTable__row:first-child {
  padding-top: 0;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-c2-rateTable__row {
    padding: 6px 0;
  }
}
.plotModal .plotModal-content .plotModal-c2-rateTable__text {
  width: 130px;
}
.plotModal .plotModal-content .plotModal-c2-rateTable__value {
  font-weight: 600;
}
.plotModal .plotModal-content .plotModal-c2-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
  padding-bottom: 8px;
}
.plotModal .plotModal-content .plotModal-c2-info__row {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.plotModal .plotModal-content .plotModal-c2-info__text {
  margin-top: 4px;
  color: var(--dark-grey, #152b15);
  /* P3 */
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-c2-info__text {
    margin-top: 2px;
  }
}
.plotModal .plotModal-content .plotModal-c2-info__header {
  color: var(--dark-grey, #152b15);
  /* P3 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin: 0;
}
.plotModal .plotModal-content .plotModal-c2-info__ico {
  min-width: 40px;
  min-height: 40px;
  max-width: 40px;
  max-height: 40px;
}
.plotModal .plotModal-content .plotModal-c2-info__ico svg {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-c2-info {
    margin-top: 10px;
    row-gap: 4px;
    padding-bottom: 0px;
  }
  .plotModal .plotModal-content .plotModal-c2-info__ico {
    min-width: 30px;
    min-height: 30px;
    max-width: 30px;
    max-height: 30px;
    margin-top: 2px;
  }
}
.plotModal .plotModal-content .plotModal-content-right {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #2f2f2f;
  width: 466px;
}
.plotModal .plotModal-content .plotModal-content-right__header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-content-right__header__top {
    margin-bottom: 4px;
  }
}
.plotModal .plotModal-content .plotModal-content-right__person {
  margin-top: 16px;
}
.plotModal .plotModal-content .plotModal-content-right__form {
  margin-top: 16px;
}
.plotModal .plotModal-content .plotModal-content-right__form form {
  margin-top: 15px;
}
.plotModal .plotModal-content .plotModal-content-right__form form .wpcf7-list-item-label,
.plotModal .plotModal-content .plotModal-content-right__form form .newForm-text {
  font-weight: 400;
  font-size: 12px;
  color: #152b15;
}
.plotModal .plotModal-content .plotModal-content-right__form form .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plotModal .plotModal-content .plotModal-content-right__form form .text-agreement {
  color: #152b15;
}
.plotModal .plotModal-content .plotModal-content-right__form form .open-text::before {
  color: #152b15;
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text],
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email] {
  color: var(--Intense-Green, #152b15);
  border: 0px transparent solid;
  background: var(--Light, #fbfbf9);
  border: 2px solid transparent;
  width: 100%;
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]::-webkit-input-placeholder, .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]::-webkit-input-placeholder {
  color: var(--Intense-Green, #152b15);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]::-moz-placeholder, .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]::-moz-placeholder {
  color: var(--Intense-Green, #152b15);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:-ms-input-placeholder, .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:-ms-input-placeholder {
  color: var(--Intense-Green, #152b15);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]::-ms-input-placeholder, .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]::-ms-input-placeholder {
  color: var(--Intense-Green, #152b15);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]::placeholder,
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email]::placeholder {
  color: var(--Intense-Green, #152b15);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:hover,
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:hover {
  border: 2px solid var(--Gold, #ba9c5e);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:focus,
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:focus {
  border: 2px solid var(--Gold, #ba9c5e);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text].wpcf7-not-valid,
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email].wpcf7-not-valid {
  border: 2px solid var(--Red, #a02035);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:not(:-moz-placeholder-shown), .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:not(:-moz-placeholder-shown) {
  border: 2px solid var(--Red, #a02035);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:not(:-ms-input-placeholder), .plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:not(:-ms-input-placeholder) {
  border: 2px solid var(--Red, #a02035);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=text].value-true, .plotModal .plotModal-content .plotModal-content-right__form form input[type=text]:not(:placeholder-shown),
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email].value-true,
.plotModal .plotModal-content .plotModal-content-right__form form input[type=email]:not(:placeholder-shown) {
  border: 2px solid var(--Red, #a02035);
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email] {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilForm.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email]:not(:-moz-placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email]:not(:-ms-input-placeholder) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email]:focus, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email]:hover, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email].value-true, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-email]:not(:placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/meilForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone] {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telForm.svg");
  background-repeat: no-repeat;
  background-position: 10px center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone]:not(:-moz-placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone]:not(:-ms-input-placeholder) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone]:focus, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone]:hover, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone].value-true, .plotModal .plotModal-content .plotModal-content-right__form form input[name=your-phone]:not(:placeholder-shown) {
  background-image: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/telForm-hover.svg");
}
.plotModal .plotModal-content .plotModal-content-right__form form input[type=checkbox]::before {
  border: 2px solid #152b15;
}
.plotModal .plotModal-content .plotModal-content-right__form form .margin-top-input-email {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-content .plotModal-content-right {
    padding-left: 0;
    width: 100%;
  }
  .plotModal .plotModal-content .plotModal-content-right form {
    margin-top: 16px;
  }
}
.plotModal .plotModal-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  display: none;
  height: 0;
}
.plotModal .plotModal-btn__clickplot {
  width: auto;
  font-weight: 400;
  font-size: 16px;
  color: #2f2f2f;
  width: 100%;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .plotModal .plotModal-btn {
    position: absolute;
    top: 20px;
    width: 100px;
  }
  .plotModal .plotModal-btn__clickplot {
    display: none;
  }
}
.plotModal .plotModal-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 48px;
}
.plotModal .plotModal-arrows__prev, .plotModal .plotModal-arrows__next {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: absolute;
}
.plotModal .plotModal-arrows__prev {
  background: url(../../investitions/maly-snieznik/assets/nav-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  left: 0;
}
.plotModal .plotModal-arrows__next {
  background: url(../../investitions/maly-snieznik/assets/nav-arrow.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center left !important;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
@media (max-width: 767px) {
  .plotModal .plotModal-arrows {
    height: 24px;
    display: none;
  }
  .plotModal .plotModal-arrows__next, .plotModal .plotModal-arrows__prev {
    width: 24px;
    height: 24px;
    background-position: center !important;
  }
}
.plotModal .plotModal-infoMobileText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2f2f2f;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media (min-width: 768px) {
  .plotModal .plotModal-infoMobileText {
    display: none;
  }
}
.plotModal .plotModal-infoMobileText svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  top: 1px;
}
.plotModal .plotModal-infoMobileText svg path {
  fill: #2f2f2f;
}
.plotModal .plotModalFormSucces {
  color: #2f2f2f;
  background: #f6f6f6;
}
.plotModal .plotModalFormSucces svg path {
  stroke: #397d03;
}
@media (max-width: 767px) {
  .plotModal .param--status--sprzedana .plotModal-content-left {
    border-bottom: 0px solid transparent;
  }
}
.plotModal.param--status--sprzedana .plotModal-btn__clickplot {
  display: none;
}
.plotModal .plotModal-btn-mobileWrap {
  display: none;
}
@media (max-width: 991px) {
  .plotModal .plotModal-btn-mobileWrap {
    border-top: 1px solid #e7e7e7;
    background: #f3f3f3;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    left: 0;
    padding: 15px;
    bottom: 0;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .plotModal .plotModal-btn-mobileWrap .button--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 14px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    color: var(--white, #fff);
    /* Button */
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    background: #ba9c5e;
    border: 2px solid #ba9c5e;
  }
  .plotModal .plotModal-btn-mobileWrap .button--1:hover {
    background: #967940;
    border: 2px solid #967940;
  }
  .plotModal .plotModal-btn-mobileWrap .button--2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 52px;
    padding: 14px 18px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    color: var(--white, #fff);
    /* Button */
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    background: #eb4a1c;
    border: 2px solid #eb4a1c;
    color: #ffffff;
    position: relative;
  }
  .plotModal .plotModal-btn-mobileWrap .button--2:hover {
    background: #c53911;
    border: 2px solid #c53911;
  }
  .plotModal .plotModal-btn-mobileWrap .button {
    width: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 16px;
    text-decoration: none;
  }
}
.plotModal .param--status--sprzedana ~ .plotModal-btn-mobileWrap {
  display: none;
}
@media (max-width: 991px) {
  .plotModal .banner-special-offer-popup__content {
    margin-bottom: 0;
  }
}

.plotModal:has(.param--status--sprzedana) {
  min-width: 404px;
  width: 404px;
}
.plotModal:has(.param--status--sprzedana) .plotModal-content-left {
  opacity: 1 !important;
  padding-right: 0;
  border-right: 0px solid transparent;
}
.plotModal:has(.param--status--sprzedana) div[data-plot-info-show-if=table_number_of_installments] {
  display: none;
}
@media (max-width: 767px) {
  .plotModal:has(.param--status--sprzedana) {
    min-width: 100%;
    width: 100%;
  }
}

.plotModal .plotModal-content-left__content--2 .banner-special-offer-popup {
  margin: 0;
  padding: 0;
}
.plotModal .plotModal-content-left__content--2 .banner-special-offer-popup .banner-special-offer-popup__content {
  margin: 8px 0;
}

.plotModal-content-left__content--2 {
  max-width: 340px;
}

.plotModal-content-left:has(.plotModal-content-left__content--2[style*="display: flex"]) .plotModal-popup-red {
  display: none;
}

.slupska-oaza-2-template .banner-special-offer-popup__content {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template .banner-special-offer-popup__content {
    margin-top: 0px;
  }
}

.slupska-oaza-2-template-plots {
  position: relative;
}
.slupska-oaza-2-template-plots .plots-map {
  position: relative;
  margin-top: 0;
}
.slupska-oaza-2-template-plots .plots-map #Sektor-desktop g {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slupska-oaza-2-template-plots .plots-map #Sektor-desktop g:hover path {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plots-map {
    margin-top: 80px;
  }
}
.slupska-oaza-2-template-plots .plots-map [data-plots-sector-selector]:hover path {
  fill: #2c7205;
  opacity: 1;
}
.slupska-oaza-2-template-plots .plots-map .plot-sector__all,
.slupska-oaza-2-template-plots .plots-map .plot-sector__single {
  position: relative;
}
.slupska-oaza-2-template-plots .plots-map .numbers-plots {
  pointer-events: none;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors [data-plots-sectors],
.slupska-oaza-2-template-plots .plots-map .plot-sectors [data-plots-sector],
.slupska-oaza-2-template-plots .plots-map .plot-sector [data-plots-sectors],
.slupska-oaza-2-template-plots .plots-map .plot-sector [data-plots-sector] {
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .navigation-box,
.slupska-oaza-2-template-plots .plots-map .plot-sector .navigation-box {
    margin-top: -15px;
  }
}
@media (max-width: 991px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors [data-plots-sectors],
.slupska-oaza-2-template-plots .plots-map .plot-sectors [data-plots-sector],
.slupska-oaza-2-template-plots .plots-map .plot-sector [data-plots-sectors],
.slupska-oaza-2-template-plots .plots-map .plot-sector [data-plots-sector] {
    border-radius: 0;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .navigation-box,
.slupska-oaza-2-template-plots .plots-map .plot-sector .navigation-box {
    margin-top: -50px;
  }
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__img,
.slupska-oaza-2-template-plots .plots-map .plot-sector__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__imgLine,
.slupska-oaza-2-template-plots .plots-map .plot-sector__imgLine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 99;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__text-click,
.slupska-oaza-2-template-plots .plots-map .plot-sector__text-click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 999;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__imgText,
.slupska-oaza-2-template-plots .plots-map .plot-sector__imgText {
  pointer-events: none;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__imgText svg,
.slupska-oaza-2-template-plots .plots-map .plot-sector__imgText svg {
  width: 100%;
  height: 100%;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__svg,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg {
  position: absolute;
  z-index: 91;
  max-width: 100%;
  top: 0;
  right: 0;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__svg path,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg path {
  opacity: 0.9;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__svg .plot-status--wolna path, .slupska-oaza-2-template-plots .plots-map .plot-sectors__svg .plot-status--odsprzedaz path,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg .plot-status--wolna path,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg .plot-status--odsprzedaz path {
  fill: rgb(71, 161, 40);
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__svg-nr,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg-nr {
  pointer-events: none;
  z-index: 99;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors__desktop,
.slupska-oaza-2-template-plots .plots-map .plot-sector__desktop {
    display: none;
  }
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__desktop__apla,
.slupska-oaza-2-template-plots .plots-map .plot-sector__desktop__apla {
  position: absolute;
  top: 24px;
  left: auto;
  right: 500px;
  padding: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__desktop__apla .text,
.slupska-oaza-2-template-plots .plots-map .plot-sector__desktop__apla .text {
  color: var(--Dark-Forest, #091610);
  font-family: Platypi;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__desktop__apla .text span,
.slupska-oaza-2-template-plots .plots-map .plot-sector__desktop__apla .text span {
  color: var(--Gold, #ba9c5e);
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors__mobile,
.slupska-oaza-2-template-plots .plots-map .plot-sector__mobile {
  position: relative;
  display: none;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors__mobile,
.slupska-oaza-2-template-plots .plots-map .plot-sector__mobile {
    display: block;
    width: 768px;
    height: 540px;
  }
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors [data-plots-sectors],
.slupska-oaza-2-template-plots .plots-map .plot-sector [data-plots-sectors] {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors__all__mobile,
.slupska-oaza-2-template-plots .plots-map .plot-sector__all__mobile {
    width: 768px;
    height: 540px;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors__single__mobile,
.slupska-oaza-2-template-plots .plots-map .plot-sector__single__mobile {
    width: 768px;
    height: 540px;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors__svg path,
.slupska-oaza-2-template-plots .plots-map .plot-sector__svg path {
    opacity: 0.9;
  }
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .plot-sectors-moveInfo,
.slupska-oaza-2-template-plots .plots-map .plot-sector .plot-sectors-moveInfo {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 7px 0;
  display: none;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .plot-sectors-moveInfo__element,
.slupska-oaza-2-template-plots .plots-map .plot-sector .plot-sectors-moveInfo__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  pointer-events: none;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .plot-sectors-moveInfo .sector-all-textInfo,
.slupska-oaza-2-template-plots .plots-map .plot-sector .plot-sectors-moveInfo .sector-all-textInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  padding: 7px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  background: rgba(255, 255, 255, 0.6);
  margin: 11px auto;
  left: 16px;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .plot-sectors-moveInfo,
.slupska-oaza-2-template-plots .plots-map .plot-sector .plot-sectors-moveInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector {
  position: absolute;
  left: 24px;
  top: 24px;
  width: auto;
  cursor: pointer;
  z-index: 999;
  display: block;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn svg,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn svg {
  width: 24px;
  height: 24px;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn p,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn p {
  color: var(--Graphite, #0b345a);
  /* P1 Semi */
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0;
}
.slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn:hover,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector {
    left: 0px;
    top: 50px;
    bottom: auto;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn {
    padding: 10px 7px 10px 6px;
    gap: 4px;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn svg,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn svg {
    width: 14px;
    height: 14px;
  }
  .slupska-oaza-2-template-plots .plots-map .plot-sectors .container-return-sector__btn p,
.slupska-oaza-2-template-plots .plots-map .plot-sector .container-return-sector__btn p {
    font-size: 10px;
  }
}
.slupska-oaza-2-template-plots .plot-sectors__mobile-apla {
  padding: 20px 0 0px;
  background-color: white;
}
.slupska-oaza-2-template-plots .plot-sectors__mobile-apla .text {
  margin-bottom: 20px;
}
.slupska-oaza-2-template-plots .plot-sectors__mobile-apla .text br {
  display: none;
}
.slupska-oaza-2-template-plots .plot-sectors__mobile-apla .text span {
  color: #eb4a1c;
}
.slupska-oaza-2-template-plots .plot-sectors__mobile-apla .btn {
  margin-bottom: 0;
}
.slupska-oaza-2-template-plots .plot-sectors-moveInfo {
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  padding: 7px 0;
  display: none;
}
.slupska-oaza-2-template-plots .plot-sectors-moveInfo__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  pointer-events: none;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
}
.slupska-oaza-2-template-plots .plot-sectors-moveInfo .sector-all-textInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 32px);
  padding: 7px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  background: rgba(255, 255, 255, 0.6);
  margin: 11px auto;
  left: 16px;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plot-sectors-moveInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.slupska-oaza-2-template-plots .container-return-sector {
  position: absolute;
  left: 24px;
  top: 24px;
  width: auto;
  cursor: pointer;
  z-index: 999;
  display: none;
}
.slupska-oaza-2-template-plots .container-return-sector__btn {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.slupska-oaza-2-template-plots .container-return-sector__btn svg {
  width: 24px;
  height: 24px;
}
.slupska-oaza-2-template-plots .container-return-sector__btn p {
  color: #292827;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}
.slupska-oaza-2-template-plots .container-return-sector__btn:hover {
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 992px) {
  .slupska-oaza-2-template-plots .container-return-sector {
    left: 10px;
    top: 50px;
  }
  .slupska-oaza-2-template-plots .container-return-sector__btn {
    padding: 8px 9px 8px 6px;
    gap: 4px;
  }
  .slupska-oaza-2-template-plots .container-return-sector__btn svg {
    width: 14px;
    height: 14px;
  }
  .slupska-oaza-2-template-plots .container-return-sector__btn p {
    font-size: 10px;
  }
}

body[class*=currentSector--A] .container-return-sector {
  display: block !important;
}

.plots-list__header__desc__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

.btn__modal {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid red;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn__modal span {
  position: relative;
  display: block;
  background-color: white;
  font-family: "Platypi", serif;
  font-size: 15px;
  font-weight: 800;
  color: red;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 16px 50px;
}
.btn__modal span:hover {
  background: #f5f1ed;
}
.btn__modal.active span, .btn__modal:hover {
  background: #f5f1ed;
}

.plot-sectors-header {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  z-index: 9;
}
.plot-sectors-header .header-button-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.plot-sectors-header .plots-info-hero {
  display: none;
  width: 66%;
  margin-top: 24px;
  line-height: normal;
  font-size: 48px !important;
  color: white;
  text-shadow: 0px 0px 30px #252525;
  font-size: clamp(48px, 3.33vw, 64px);
}
@media (max-width: 1199px) {
  .plot-sectors-header .plots-info-hero {
    max-width: 100%;
  }
}

.plot-sectors-mobilesBtn {
  display: none;
}
@media (max-width: 991px) {
  .plot-sectors-mobilesBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 14px;
    width: 100%;
    position: absolute;
    top: 560px;
    z-index: 99;
  }
}
.plot-sectors-mobilesBtn__btn-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 16px;
  font-weight: 700;
  background: var(--White, #fff);
  border-radius: 12px;
}
.plot-sectors-mobilesBtn__btn-2 {
  cursor: pointer;
  display: none;
}

body.plot-sectors__single--active .plots-info-hero {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
body.plot-sectors__single--active .plot-sectors-mobilesBtn {
  top: 115px;
}
body.plot-sectors__single--active .plot-sectors-mobilesBtn__btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.plot-sectors__text-click {
  -webkit-animation: threePulseSmooth 8s linear 1 forwards;
          animation: threePulseSmooth 8s linear 1 forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 1;
}

@-webkit-keyframes threePulseSmooth {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  } /* 1. zanik */
  25% {
    opacity: 1;
  } /* 1. powrót */
  37.5% {
    opacity: 0;
  } /* 2. zanik */
  50% {
    opacity: 1;
  } /* 2. powrót */
  62.5% {
    opacity: 0;
  } /* 3. zanik */
  75% {
    opacity: 1;
  } /* 3. powrót */
  90% {
    opacity: 0;
  } /* koniec – zniknięcie */
  100% {
    opacity: 0;
  } /* koniec – zniknięcie */
}

@keyframes threePulseSmooth {
  0% {
    opacity: 1;
  }
  12.5% {
    opacity: 0;
  } /* 1. zanik */
  25% {
    opacity: 1;
  } /* 1. powrót */
  37.5% {
    opacity: 0;
  } /* 2. zanik */
  50% {
    opacity: 1;
  } /* 2. powrót */
  62.5% {
    opacity: 0;
  } /* 3. zanik */
  75% {
    opacity: 1;
  } /* 3. powrót */
  90% {
    opacity: 0;
  } /* koniec – zniknięcie */
  100% {
    opacity: 0;
  } /* koniec – zniknięcie */
}
@media (prefers-reduced-motion: reduce) {
  .plot-sectors__svg-text {
    -webkit-animation: none;
            animation: none;
    opacity: 1;
  }
}
.plot-sectors-moveInfo {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 999;
  display: none;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 991px) {
  .plot-sectors-moveInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plot-sectors-moveInfo__element {
  color: var(--Dark-Grey, #2f2f2f);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  pointer-events: none;
}

.slupska-oaza-2-template-plots .plot-sectors .plot-sectors-indirect__wrap .plot-sectors-new {
  position: relative;
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  .slupska-oaza-2-template-plots .plot-sectors .plot-sectors-indirect__wrap .plot-sectors-new .plot-sectors__mobile {
    width: 100%;
    height: auto;
  }
}

.plot-sectors-indirect:has(.plot-sectors-indirect__wrap .plot-sectors-new) .plot-sectors-moveInfo {
  display: none;
}

.form-plots {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 999999999;
  top: 0;
  left: 0;
}
.form-plots__obligatory {
  color: #c8220b;
}
.form-plots .formBox {
  position: absolute;
  left: 50%;
  top: 5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #efebeb;
  padding: 15px 30px 15px 30px;
  width: 600px;
  max-width: 100%;
}
.form-plots .formBox .form-plots-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../../investitions/enklawa-morska/assets/img/plots/close.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 25px;
  top: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-plots .formBox .form-plots-close:hover {
  cursor: pointer;
}
.form-plots .formBox .form-plots-header {
  font-weight: 400;
  font-size: 22px;
  margin: 8px 0 15px 0;
}
.form-plots .formBox .form-plots-text-number {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}
.form-plots .formBox .form-plots-text-number span {
  color: brown;
}
@media (max-width: 767px) {
  .form-plots .formBox {
    padding: 15px;
  }
  .form-plots .formBox .form-plots-close {
    right: 10px;
  }
}
.form-plots .formBox .form-showhide {
  margin-top: 10px;
}
.form-plots .formBox input[type=text],
.form-plots .formBox input[type=email] {
  -webkit-appearance: none;
  padding-left: 40px !important;
  outline: none;
  height: 60px;
  width: 100%;
  border: 1px solid blue;
  background-color: white;
  margin-bottom: 22px;
  padding: 0 22px;
  font-size: 16px;
  color: #b79763;
}
.form-plots .formBox input[type=text]:hover,
.form-plots .formBox input[type=email]:hover {
  border: 1px solid blue;
}
.form-plots .formBox input[type=text]:focus,
.form-plots .formBox input[type=email]:focus {
  border: 2px solid yellow;
}
.form-plots .formBox input[type=text].wpcf7-not-valid,
.form-plots .formBox input[type=email].wpcf7-not-valid {
  border: 2px solid #c8220b;
}
.form-plots .formBox input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  gap: 10px;
  letter-spacing: 0.04em;
  background: #a35f39;
  border: 1px solid #a35f39;
  border-radius: 24px;
  color: white;
  float: right;
  margin-top: 10px;
}
.form-plots .formBox input[type=submit]:hover:not([disabled]) {
  background: rgb(114, 56, 23);
  border: 1px solid rgb(114, 56, 23);
}
.form-plots .formBox .wpcf7-acceptance label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.form-plots .formBox .accept-box {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  margin: 0 4px;
}
.form-plots .formBox .accept-box .wpcf7-list-item {
  margin: 0;
}
.form-plots .formBox span.wpcf7-list-item {
  margin: 0;
}
.form-plots .formBox input[type=checkbox] {
  -webkit-appearance: none;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
  border: none;
  padding: 0;
  height: unset;
  width: unset;
  background-color: unset;
  position: relative;
  cursor: pointer;
  margin: 2px 16px 0 0;
  z-index: 9999;
}
.form-plots .formBox input[type=checkbox]:hover::before {
  border: 2px solid blue;
}
.form-plots .formBox input[type=checkbox]:focus::before {
  border: 2px solid blue;
}
.form-plots .formBox input[type=checkbox]::before {
  content: "";
  display: block;
  position: relative;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: white;
  border: 2px solid blue;
}
.form-plots .formBox input[type=checkbox]:checked::before {
  border: 2px solid blue;
}
.form-plots .formBox input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 9px;
  height: 5px;
  border-left: 2px solid blue;
  border-bottom: 2px solidblue;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.form-plots .formBox .ajax-loader {
  position: absolute;
  bottom: 15px;
}
.form-plots .formBox .wpcf7-list-item-label {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: inline-block;
  font-size: 11px;
  line-height: 18px;
  color: #122039;
}
.form-plots .formBox .wpcf7-not-valid {
  border: 2px solid #707070;
}
.form-plots .formBox .wpcf7-not-valid-tip {
  color: red;
  -webkit-animation: alert linear 0.3s;
          animation: alert linear 0.3s;
  font-size: 11px;
  font-size: 11px;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
  top: 38px;
}
.form-plots .formBox .wpcf7-response-output {
  text-align: center;
  margin: 0;
  margin-bottom: 16px;
  padding: 13px;
}
.form-plots .formBox .wpcf7-mail-sent-ng,
.form-plots .formBox .wpcf7-aborted {
  border: 2px solid blue;
}
.form-plots .formBox .wpcf7-validation-errors,
.form-plots .formBox .wpcf7-acceptance-missing {
  border: 2px solid blue;
}
.form-plots .formBox ::-webkit-input-placeholder {
  color: blue;
  opacity: 1;
}
.form-plots .formBox :-moz-placeholder {
  color: blue;
  opacity: 1;
}
.form-plots .formBox ::-moz-placeholder {
  color: blue;
  opacity: 1;
}
.form-plots .formBox :-ms-input-placeholder {
  color: blue;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .form-plots__p {
    font-size: 12px;
    margin: 10px 0 20px 0 !important;
    line-height: normal;
  }
  .form-plots form .wpcf7-list-item-label {
    font-size: 12px;
    line-height: normal;
  }
  .form-plots form .wpcf7-acceptance label {
    margin-bottom: 10px;
  }
  .form-plots form input[type=submit] {
    width: 120px;
    height: 42px;
    margin-top: 20px;
    padding: 7px 22px;
    left: 72%;
  }
}
@media screen and (max-width: 768px) and (max-width: 575px) {
  .form-plots form input[type=submit] {
    width: 100px;
    left: -10px;
    padding: 7px 22px 7px 0px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .form-plots form ::-webkit-input-placeholder {
    color: #b79763 !important;
    opacity: 1;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-plots form :-moz-placeholder {
    color: #b79763 !important;
    opacity: 1;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-plots form ::-moz-placeholder {
    color: #b79763 !important;
    opacity: 1;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .form-plots form :-ms-input-placeholder {
    color: #b79763 !important;
    opacity: 1;
    font-size: 14px;
  }
}
.form-plots .margin-top-input-email {
  margin-top: 22px;
}

.houses-slupska-oaza {
  background-color: #fff;
}
.houses-slupska-oaza .excerpt-houses {
  position: relative;
  padding: 80px 0 160px;
}
.houses-slupska-oaza .excerpt-houses h2 {
  color: var(--Dark-Green, #001500);
  font-family: "Wittgenstein";
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 100.8px */
  letter-spacing: -3.6px;
  padding: 0;
  margin: 0;
}
.houses-slupska-oaza .excerpt-houses__box {
  margin-top: 40px;
  border-radius: 8px 8px 0px 0px;
  overflow: hidden;
}
.houses-slupska-oaza .excerpt-houses__box__photo {
  width: 100%;
  height: 240px;
  position: relative;
}
.houses-slupska-oaza .excerpt-houses__box__photo__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.houses-slupska-oaza .excerpt-houses__box__info {
  background-color: #ebf6eb;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.houses-slupska-oaza .excerpt-houses__box__info .name-house {
  color: #001500;
  font-family: Poppins;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  padding: 0;
  margin: 0;
}
.houses-slupska-oaza .excerpt-houses__box__info .btn-house-plots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--Orange, #eb4a1c);
  color: var(--White, #fff);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.houses-slupska-oaza .excerpt-houses__box__info .btn-house-plots:hover {
  background: #ce4409;
}
@media (max-width: 768px) {
  .houses-slupska-oaza .excerpt-houses {
    padding: 60px 0;
  }
  .houses-slupska-oaza .excerpt-houses h2 {
    font-size: 40px;
  }
  .houses-slupska-oaza .excerpt-houses__box {
    margin-top: 30px;
  }
  .houses-slupska-oaza .excerpt-houses__box__info {
    padding: 15px;
  }
  .houses-slupska-oaza .excerpt-houses__box__info .name-house {
    font-size: 20px;
  }
}

.faq {
  position: relative;
  height: auto;
  margin: 120px 0;
}
@media screen and (max-width: 991px) {
  .faq {
    margin: 32px 0;
  }
}
.faq__title {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .faq__title {
    padding-bottom: 24px;
  }
}
.faq__list {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 991px) {
  .faq__list {
    gap: 0px;
  }
}
.faq__list__item {
  position: relative;
  width: 100%;
  border-radius: 0px;
  background: var(--White, #fff);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq__list__item:hover {
  background: var(--Light, #fbfbf9);
}
.faq__list__item.open .faq__list__item__open__two {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.faq__list__item__title {
  position: relative;
  color: #091610;
  line-height: 40px;
  padding: 16px 40px 16px 16px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .faq__list__item__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
    padding: 12px 55px 12px 8px;
  }
}
.faq__list__item__open {
  right: 0;
  width: 25px;
  height: 25px;
  position: relative;
}
.faq__list__item__open__one {
  position: absolute;
  left: auto;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 2px;
  background-color: #091610;
}
.faq__list__item__open__two {
  position: absolute;
  left: auto;
  right: 5px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  width: 20px;
  height: 2px;
  background-color: #091610;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.faq__list__item__text {
  display: none;
  color: var(--Dark-Grey, #152b15);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding: 0px 8px 16px 16px;
  letter-spacing: -0.18px;
}
.faq__list__item__text a {
  font-weight: 600;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.faq__list__item__text li,
.faq__list__item__text ul {
  margin-left: 20px;
  list-style-type: disc;
}
@media screen and (max-width: 991px) {
  .faq__list__item__text {
    line-height: 140%;
  }
}

.ms-hp-sec1,
.how-invest-plots {
  position: relative;
  height: 100%;
  margin: 120px 0;
}
.ms-hp-sec1 .h2,
.how-invest-plots .h2 {
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec1 .h2,
.how-invest-plots .h2 {
    margin-bottom: 24px;
  }
  .ms-hp-sec1 .h2 br,
.how-invest-plots .h2 br {
    display: none;
  }
}
.ms-hp-sec1__box,
.how-invest-plots__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 48px 21px;
}
.ms-hp-sec1__box__item,
.how-invest-plots__box__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(16.6% - 21px);
          flex: 1 0 calc(16.6% - 21px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.ms-hp-sec1__box__item__photo,
.how-invest-plots__box__item__photo {
  width: 140px;
  height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 6px;
}
.ms-hp-sec1__box__item .h4,
.how-invest-plots__box__item .h4 {
  text-align: center;
  padding: 0 10px;
  font-family: "Platypi", serif;
}
.ms-hp-sec1__box__item .text-main,
.how-invest-plots__box__item .text-main {
  text-align: center;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec1,
.how-invest-plots {
    margin: 32px 0;
  }
  .ms-hp-sec1__box,
.how-invest-plots__box {
    gap: 16px 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ms-hp-sec1__box__item,
.how-invest-plots__box__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(33.33% - 10px);
            flex: 1 0 calc(33.33% - 10px);
  }
  .ms-hp-sec1__box__item__photo,
.how-invest-plots__box__item__photo {
    width: 100px;
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 575px) {
  .ms-hp-sec1__box,
.how-invest-plots__box {
    position: relative;
  }
  .ms-hp-sec1__box__item,
.how-invest-plots__box__item {
    width: 47%;
  }
  .ms-hp-sec1__box__item .text-2,
.how-invest-plots__box__item .text-2 {
    padding: 0;
  }
}

.how-can-build {
  margin: 120px 0;
}
.how-can-build__swiper-box {
  position: relative;
}
.how-can-build__slider {
  width: 100%;
}
.how-can-build__slider .swiper-slide {
  height: 365px;
}
.how-can-build__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.how-can-build__thumbs {
  position: relative;
  margin-top: 8px;
}
.how-can-build__thumbs .swiper-slide {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.how-can-build__thumbs .swiper-slide img {
  min-width: 100%;
  height: 156px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1679px) {
  .how-can-build__thumbs .swiper-slide img {
    height: 140px;
  }
}
@media (max-width: 1399px) {
  .how-can-build__thumbs .swiper-slide img {
    height: 120px;
  }
}
@media (max-width: 1199px) {
  .how-can-build__thumbs .swiper-slide img {
    height: 210px;
  }
}
@media (max-width: 991px) {
  .how-can-build__thumbs .swiper-slide img {
    height: 160px;
  }
}
.how-can-build__thumbs .swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 98%;
  background-color: rgba(186, 156, 94, 0.6);
}
.how-can-build__thumbs .swiper-slide-thumb-active::before {
  display: none;
}
@media (max-width: 767px) {
  .how-can-build__thumbs {
    display: none;
  }
}
.how-can-build__nav {
  top: 33%;
  position: absolute;
  left: -3%;
  width: 106%;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  z-index: 9;
}
@media (max-width: 1199px) {
  .how-can-build__nav {
    left: -2%;
    width: 104%;
  }
}
@media (max-width: 767px) {
  .how-can-build__nav {
    top: 40%;
    left: -4%;
    width: 108%;
  }
}
@media (max-width: 575px) {
  .how-can-build__nav {
    left: -2%;
    width: 104%;
  }
}
.how-can-build__nav .swiper-button-next,
.how-can-build__nav .swiper-button-prev {
  width: 60px;
  height: 60px;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  border: 2px solid var(--Gold, #ba9c5e);
  background: var(--Gold, #ba9c5e);
}
.how-can-build__nav .swiper-button-next svg,
.how-can-build__nav .swiper-button-prev svg {
  width: 40px;
  height: 40px;
}
.how-can-build__nav .swiper-button-next::after,
.how-can-build__nav .swiper-button-prev::after {
  display: none;
}
@media (max-width: 1199px) {
  .how-can-build__nav .swiper-button-next,
.how-can-build__nav .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
}
.how-can-build__nav .swiper-pagination-fraction {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-can-build__right {
  position: relative;
  padding-left: 45px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .how-can-build__title {
    display: none;
  }
}
.how-can-build .title-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .how-can-build .title-mobile {
    display: block;
  }
}
.how-can-build__text {
  margin-top: 40px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.how-can-build__text p {
  margin: 0;
  color: #091610;
}
.how-can-build__text ul {
  padding-left: 28px;
  margin: 6px 0;
}
.how-can-build__text ul li::marker {
  font-size: 12px;
}
.how-can-build__text ul li {
  position: relative;
}
.how-can-build__text ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #091610;
}
@media (max-width: 1199px) {
  .how-can-build {
    margin: 32px 0;
  }
  .how-can-build::before {
    display: none;
  }
  .how-can-build .row:before {
    display: none;
  }
  .how-can-build__swiper-box {
    margin-top: 24px;
  }
  .how-can-build__right {
    padding-left: 0;
  }
  .how-can-build__text {
    margin-top: 24px;
  }
  .how-can-build__slider {
    width: 100%;
  }
  .how-can-build__slider .swiper-slide {
    height: auto;
    aspect-ratio: 16/9;
  }
}

.fancybox-navigation .fancybox-button div {
  background: #ba9c5e;
  padding: 10px;
  height: 60px;
  width: 60px;
  border-radius: 0px;
}
@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button div {
    height: 40px;
    width: 40px;
    padding: 5px;
  }
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 50px;
}
@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 15px;
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 30px;
}
@media (max-width: 991px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 15px;
  }
}

.fancybox-button svg path {
  fill: white;
}

.value-my-plot-new {
  position: relative;
  margin: 120px 0;
  padding: 96px 0;
}
.value-my-plot-new__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0px;
}
.value-my-plot-new .decktop-back {
  display: block;
}
@media (max-width: 991px) {
  .value-my-plot-new .decktop-back {
    display: none;
  }
}
.value-my-plot-new .mobile-back {
  display: none;
}
@media (max-width: 991px) {
  .value-my-plot-new .mobile-back {
    display: block;
    position: absolute;
    top: 0;
    left: auto;
    right: 10px;
    width: 360px;
    height: 130px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: bottom;
       object-position: bottom;
  }
}
@media (max-width: 465px) {
  .value-my-plot-new .mobile-back {
    top: 32px;
  }
}
.value-my-plot-new__mobile-arrow {
  display: none;
}
@media (max-width: 991px) {
  .value-my-plot-new__mobile-arrow {
    display: block;
    width: 180px;
    height: 126px;
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
  }
}
.value-my-plot-new__content {
  position: relative;
}
.value-my-plot-new__title {
  color: var(--White, #fff);
  text-align: center;
}
.value-my-plot-new__text {
  color: var(--White, #fff);
  text-align: center;
  margin: 24px auto 0;
  width: 70%;
}
@media (max-width: 991px) {
  .value-my-plot-new__text {
    width: 100%;
  }
}
.value-my-plot-new__list-cost {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.value-my-plot-new__row-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 516px;
  border-radius: 0px;
  background: rgba(186, 156, 94, 0.6);
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .value-my-plot-new__row-cost::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: var(--Green, #ba9c5e);
    border-radius: 0px;
  }
}
.value-my-plot-new__row-cost__left {
  width: 142px;
  padding: 12px 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  border-radius: 0px;
  background: var(--Green, #ba9c5e);
}
.value-my-plot-new__row-cost__left .text-cost {
  color: var(--White, #fff);
  text-align: center;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
}
.value-my-plot-new__row-cost__left svg {
  margin-right: 8px;
  position: relative;
  width: 21px;
  height: 20px;
}
.value-my-plot-new__row-cost__left img {
  position: relative;
  width: 21px;
  height: 20px;
}
.value-my-plot-new__row-cost__right {
  color: var(--White, #fff);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: relative;
}
.value-my-plot-new__row-cost .ico-done {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .value-my-plot-new {
    padding: 32px 0;
    margin: 32px 0;
    background-color: #1b4332;
  }
  .value-my-plot-new__title {
    font-size: 28px;
    text-align: left;
    width: 60%;
  }
  .value-my-plot-new__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-top: 11px;
    margin-bottom: 24px;
    text-align: start;
  }
  .value-my-plot-new__list-cost {
    margin-top: 24px;
    gap: 6px;
  }
  .value-my-plot-new__row-cost {
    gap: 0;
    width: 100%;
    position: relative;
  }
  .value-my-plot-new__row-cost__left {
    min-width: 115px;
    width: 100px;
    padding: 0 10px;
    min-height: 29px;
  }
  .value-my-plot-new__row-cost__left .text-cost {
    font-family: "Google Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .value-my-plot-new__row-cost__left svg {
    height: 15px;
    width: auto;
    margin-right: 8px;
  }
  .value-my-plot-new__row-cost__left img {
    width: 16px;
    height: 12px;
  }
  .value-my-plot-new__row-cost__right {
    width: 100%;
    font-size: 14px;
    padding: 4px 8px 4px 20px;
  }
}
.value-my-plot-new .sec-a,
.value-my-plot-new .sec-b {
  display: none;
}
.value-my-plot-new .value-my-plot-new--sec-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  overflow: hidden;
  gap: 20px;
}
@media (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all {
    gap: 12px;
    margin-top: 24px;
  }
}
.value-my-plot-new .value-my-plot-new--sec-all__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (max-width: 1199px) {
  .value-my-plot-new .value-my-plot-new--sec-all__title {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 0px;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__title .btn-sectors-value {
    border-radius: 0px;
    background: rgba(108, 175, 46, 0.4);
    font-size: 24px;
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__title .btn-sectors-value:hover {
    background: var(--Green, #ba9c5e);
  }
  .value-my-plot-new .value-my-plot-new--sec-all__title .btn-sectors-value.active {
    background: var(--Green, #ba9c5e);
  }
}
@media (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all__title {
    width: 100%;
  }
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a, .value-my-plot-new .value-my-plot-new--sec-all__sector-b {
  width: 516px;
  gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .value-my-plot-new .value-my-plot-new--sec-all__sector-a, .value-my-plot-new .value-my-plot-new--sec-all__sector-b {
    height: 0;
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__sector-a .value-my-plot-new--sec-all__row-cost, .value-my-plot-new .value-my-plot-new--sec-all__sector-b .value-my-plot-new--sec-all__row-cost {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
    position: relative;
    top: -405px;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all__sector-a, .value-my-plot-new .value-my-plot-new--sec-all__sector-b {
    width: 100%;
  }
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active, .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost, .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost {
  top: 0px;
  opacity: 1;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(1), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(1) {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(2), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(2) {
  -webkit-transition: all 0.4s ease 0.05s;
  transition: all 0.4s ease 0.05s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(3), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(3) {
  -webkit-transition: all 0.4s ease 0.1s;
  transition: all 0.4s ease 0.1s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(4), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(4) {
  -webkit-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(5), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(5) {
  -webkit-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(6), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(6) {
  -webkit-transition: all 0.4s ease 0.25s;
  transition: all 0.4s ease 0.25s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(7), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(7) {
  -webkit-transition: all 0.4s ease 0.3s;
  transition: all 0.4s ease 0.3s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(8), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(8) {
  -webkit-transition: all 0.4s ease 0.35s;
  transition: all 0.4s ease 0.35s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(9), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(9) {
  -webkit-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(10), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(10) {
  -webkit-transition: all 0.4s ease 0.45s;
  transition: all 0.4s ease 0.45s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(11), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(11) {
  -webkit-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(12), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(12) {
  -webkit-transition: all 0.4s ease 0.55s;
  transition: all 0.4s ease 0.55s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(13), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(13) {
  -webkit-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(14), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(14) {
  -webkit-transition: all 0.4s ease 0.65s;
  transition: all 0.4s ease 0.65s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(15), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(15) {
  -webkit-transition: all 0.4s ease 0.7s;
  transition: all 0.4s ease 0.7s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(16), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(16) {
  -webkit-transition: all 0.4s ease 0.75s;
  transition: all 0.4s ease 0.75s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(17), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(17) {
  -webkit-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(18), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(18) {
  -webkit-transition: all 0.4s ease 0.85s;
  transition: all 0.4s ease 0.85s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(19), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(19) {
  -webkit-transition: all 0.4s ease 0.9s;
  transition: all 0.4s ease 0.9s;
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-a.active .value-my-plot-new--sec-all__row-cost:nth-child(20), .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active .value-my-plot-new--sec-all__row-cost:nth-child(20) {
  -webkit-transition: all 0.4s ease 0.95s;
  transition: all 0.4s ease 0.95s;
}
@media (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all__sector-a.active, .value-my-plot-new .value-my-plot-new--sec-all__sector-b.active {
    width: 100%;
  }
}
.value-my-plot-new .value-my-plot-new--sec-all__sector-b {
  display: none;
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(186, 156, 94, 0.6);
  gap: 20px;
  width: 100%;
  min-height: 56px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background-color: #152b15;
    border-radius: 0;
  }
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost__left {
  min-width: 142px;
  padding: 4px 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 56px;
  border-radius: 0px;
  background: var(--Green, #ba9c5e);
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost__left .text-cost {
  color: var(--White, #fff);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost__left svg {
  margin-right: 8px;
  position: relative;
  width: 21px;
  height: 20px;
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost__left img {
  position: relative;
  width: 21px;
  height: 20px;
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost__right {
  color: var(--White, #fff);
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  position: relative;
  padding-right: 10px;
}
.value-my-plot-new .value-my-plot-new--sec-all__row-cost .ico-done {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost {
    gap: 0;
    min-height: auto;
    position: relative;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost__left {
    min-width: 115px;
    width: 100px;
    padding: 0 8px;
    min-height: 29px;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost__left .text-cost {
    font-size: 14px;
    font-weight: 400;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost__left svg {
    height: 15px;
    width: auto;
    margin-right: 8px;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost__left img {
    width: 16px;
    height: 12px;
  }
  .value-my-plot-new .value-my-plot-new--sec-all__row-cost__right {
    width: 100%;
    font-size: 14px;
    padding: 4px 8px 4px 20px;
  }
}

.how-can-money {
  padding: 80px 0;
  position: relative;
  background-color: white;
}
.how-can-money p {
  margin: 0;
}
.how-can-money .h1-new {
  color: var(--Intense-Green, #152b15);
  text-align: center;
  /* Desktop/H3 Serif */
  font-family: "Wittgenstein";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}
.how-can-money .h1-new span {
  color: var(--Orange, #eb4a1c);
  /* Desktop/H3 Serif */
  font-family: "Wittgenstein";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}
.how-can-money h6 {
  margin: 16px 0 0 0;
  color: var(--Intense-Green, #152b15);
  text-align: center;
  /* Desktop/P2 Bold */
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-align: center;
}
.how-can-money__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  max-width: 1255px;
  margin: 56px auto 0;
}
.how-can-money__list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.how-can-money__list__row .list-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 22%;
  padding: 4px 40px;
  background: var(--Light-Green, #ebf6eb);
  gap: 10px;
  min-height: 48px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.how-can-money__list__row .list-row-item-one4 {
  width: 34%;
  padding: 4px 72px;
}
.how-can-money__list__row .list-row-item_percent {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  background: var(--Green, #ba9c5e);
  padding: 5px 20px 5px 70px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 34%;
  color: white;
}
@media screen and (max-width: 991px) {
  .how-can-money__list__row .list-row-item_percent {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.how-can-money__list__row .list-row-item_percent svg {
  width: 24px;
  height: 24px;
}
.how-can-money__list__row .list-row-item_percent .btn {
  color: white;
  background-color: transparent;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 19.2px */
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media screen and (max-width: 991px) {
  .how-can-money__list__row .list-row-item_percent .btn {
    display: none;
  }
}
.how-can-money__list__row .list-row-item_percent .btn:hover {
  opacity: 0.8;
}
.how-can-money__list__row .list-row-item_percent .empty-box-procent {
  display: block;
}
@media screen and (max-width: 991px) {
  .how-can-money__list__row .list-row-item_percent .empty-box-procent {
    display: none;
  }
}
.how-can-money__list__row .list-row-item_percent .left-box-procent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .how-can-money__list__row .list-row-item_percent .left-box-procent {
    gap: 4px;
  }
}
.how-can-money__list__row .list-row-item-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  color: var(--Intense-Green, #152b15);
  /* Desktop/P4 Bold */
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.how-can-money .pattern-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
  max-width: 1255px;
  margin: 24px auto 0;
}
.how-can-money .pattern-box .pattern-box-content {
  color: var(--Intense-Green, #152b15);
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.how-can-money .pattern-box .button-orange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  height: 48px;
  padding: 12px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--Orange, #eb4a1c);
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  color: var(--White, #fff);
  font-family: Poppins;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.how-can-money .pattern-box .button-orange:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1199px) {
  .how-can-money .pattern-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .how-can-money .pattern-box .fraction,
.how-can-money .pattern-box .fraction-top {
    font-size: 10px;
  }
}
.how-can-money__info {
  max-width: 1255px;
  margin: 24px auto 0;
}
.how-can-money__info .text-4 {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 1199px) {
  .how-can-money__list {
    padding: 0;
  }
  .how-can-money .pattern-box {
    padding: 0;
  }
  .how-can-money__info {
    padding: 0;
  }
  .how-can-money__info .text-4 {
    font-size: 10px;
  }
}
@media screen and (max-width: 991px) {
  .how-can-money {
    padding: 40px 0;
  }
  .how-can-money__list {
    margin-top: 24px;
  }
  .how-can-money__list__row .list-row-item {
    font-size: 14px;
    padding: 10px 4px;
    width: 100%;
    white-space: wrap;
    gap: 4px;
  }
  .how-can-money__list__row .list-row-item-one {
    font-size: 12px;
    padding: 4px;
  }
  .how-can-money__list__row .list-row-item_percent svg {
    width: 16px;
    height: 16px;
  }
  .how-can-money .pattern-box {
    gap: 24px;
  }
  .how-can-money .pattern-box .text-pattern-red {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .how-can-money .button-orange {
    font-size: 18px;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .how-can-money__list__row .list-row-item {
    min-height: 67px;
  }
}
@media screen and (max-width: 575px) {
  .how-can-money__list__row {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .how-can-money__list__row .list-row-item-one4,
.how-can-money__list__row .list-row-item_green,
.how-can-money__list__row .list-row-item-one2,
.how-can-money__list__row .list-row-item2 {
    min-width: 96px;
  }
}

.profit-works {
  padding: 80px 0;
  position: relative;
}
.profit-works__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.profit-works .row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
}
.profit-works .h1-new {
  color: var(--Intense-Green, #152b15);
  /* Desktop/H3 Serif */
  font-family: "Wittgenstein";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}
.profit-works .h1-new span {
  color: var(--Orange, #eb4a1c);
  /* Desktop/H3 Serif */
  font-family: "Wittgenstein";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.44px;
}
.profit-works__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px 20px;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.profit-works__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: calc((100% - 48px) / 2);
}
.profit-works__list__item__ico {
  width: 32px;
  height: 32px;
}
.profit-works__list__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.profit-works__list__item__text h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  margin: 0;
}
.profit-works__list__item__text p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
@media (max-width: 991px) {
  .profit-works {
    padding: 40px 0;
  }
  .profit-works .h1-new {
    font-size: 32px;
  }
  .profit-works .h1-new span {
    font-size: 32px;
  }
  .profit-works__list {
    margin-top: 32px;
  }
  .profit-works__list__item {
    width: calc((100% - 24px) / 2);
  }
}
@media (max-width: 767px) {
  .profit-works .row:before {
    display: none;
  }
  .profit-works__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }
  .profit-works__list__item {
    width: 100%;
  }
}

.footerForm {
  position: relative;
  background: var(--Light, #fbfbf9);
  padding: 72px 0;
}
@media screen and (max-width: 991px) {
  .footerForm {
    padding: 32px 0;
  }
}
.footerForm__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footerForm .h1 {
  width: 100%;
  margin-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .footerForm .h1 {
    margin-bottom: 15px;
  }
}
.footerForm .text-footer {
  margin-bottom: 24px;
}
.footerForm .text-footer p {
  color: #091610;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.footerForm .text-footer p a {
  color: var(--Gold, #ba9c5e);
}
.footerForm .text-footer p span {
  color: #091610;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  position: relative;
  top: -6px;
}
@media screen and (max-width: 991px) {
  .footerForm .text-footer {
    margin-bottom: 24px;
  }
  .footerForm .text-footer p span {
    top: -4px;
  }
}
.footerForm__photo {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footerForm__photo__cont {
  position: relative;
  max-width: 494px;
  aspect-ratio: 1/1;
  border-radius: 0px;
  overflow: hidden;
}
.footerForm__photo__cont__box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 8px 20px;
  border-radius: 0px;
  background: var(--White, #fff);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.2);
          box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.2);
}
.footerForm__photo__cont__box__name {
  font-weight: 500;
}
.footerForm__photo__cont__box__position {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .footerForm__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin-bottom: 15px;
  }
  .footerForm__mobile__photo {
    width: 80px;
    height: 80px;
    border-radius: 0px;
    overflow: hidden;
  }
  .footerForm__mobile__photo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .footerForm__mobile__box__name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
  .footerForm__mobile__box__position {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  .footerForm .text-footer {
    margin-bottom: 16px;
  }
  .footerForm .text-footer p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .footerForm .text-footer p span {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    top: -6px;
  }
}

.slupska-oaza-2-template form .input-area-wrap {
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .slupska-oaza-2-template form .input-area-wrap {
    gap: 5px;
  }
}

.slupska-oaza-2-template form .wpcf7-acceptance label {
  margin-top: 15px !important;
  margin-bottom: 4px !important;
}

@media screen and (max-width: 991px) {
  .slupska-oaza-2-template form .btn {
    margin: 16px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .slupska-oaza-2-template form input[type=checkbox] {
    margin: -2px 10px 0 0;
  }
}

.fixed-buttons__info {
  pointer-events: none;
  position: absolute;
  z-index: 99999999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: auto;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  background: var(--White, #fff);
  -webkit-box-shadow: 0 0 35px 0 rgba(37, 37, 37, 0.09);
          box-shadow: 0 0 35px 0 rgba(37, 37, 37, 0.09);
}
.fixed-buttons__info strong {
  font-weight: 700;
  margin-left: 5px;
  margin-right: 20px;
}
.fixed-buttons__info__left, .fixed-buttons__info__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-weight: 700;
}
.fixed-buttons__info__left a, .fixed-buttons__info__right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: var(--Dark-Grey, #091610);
}
.fixed-buttons__info__left {
  font-size: 20px;
}
.fixed-buttons__info__right {
  font-size: 16px;
}
.fixed-buttons__info__right span {
  color: var(--Dark-Grey, #091610);
  /* P1 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .fixed-buttons__info {
    display: none;
  }
}
.fixed-buttons__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  pointer-events: all;
}
@media screen and (max-width: 1199px) {
  .fixed-buttons__info-wrap {
    width: 266px;
    bottom: 8px;
    height: 40px;
  }
  .fixed-buttons__info-wrap .fixed-buttons-mobile-none {
    display: none;
  }
}
.fixed-buttons__cta {
  position: fixed;
  z-index: 9999999999;
  bottom: 30px;
  right: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 48px;
  padding: 10px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--White, #fff);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
  color: var(--Dark-Grey, #091610);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.fixed-buttons__cta:hover {
  color: var(--Dark-Grey, #091610);
  background: var(--Very-Light-Grey, #f3f3f3);
}
.fixed-buttons__cta:hover svg path {
  fill: #091610;
}
@media (max-width: 1199px) {
  .fixed-buttons__cta {
    display: none;
  }
}

body[class*=osada-debina-template-contact] .fixed-buttons__info {
  bottom: 15.5vh;
}

body[class*=osada-debina-template-localization] .fixed-buttons__info {
  bottom: 12vh;
  left: 24px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  display: none;
}

.slupska-oaza-2-template-page-contact .fixed-buttons__info {
  top: 478px;
  height: 52px;
}
.slupska-oaza-2-template-page-contact .fixed-buttons__info strong {
  margin-left: 5px;
  margin-right: 13px;
}

.slupska-oaza-2-template-page-localisation .fixed-buttons__info {
  display: none;
}

.plot-sectors-indirect {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.plot-sectors-indirect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .plot-sectors-indirect__wrap {
    overflow-x: scroll;
  }
}
.plot-sectors-indirect .plot-sectors__desktop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1920px;
}
.plot-sectors-indirect .plot-sectors__mobile {
  display: none;
  position: relative;
}
.plot-sectors-indirect .plot-sectors__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
  position: relative;
  left: 0;
  top: 0;
  pointer-events: none;
}
.plot-sectors-indirect .plot-sectors__svg {
  position: absolute;
  z-index: 992;
  max-width: 100%;
  top: 1px;
  right: 1px;
}
.plot-sectors-indirect .plot-sectors__svg path {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.plot-sectors-indirect .plot-sectors__svg path:hover {
  fill-opacity: 0.9;
}
.plot-sectors-indirect .plot-sectors__imgTrees {
  z-index: 993;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}
.plot-sectors-indirect .plot-sectors__imgText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 994;
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 1;
}
@media (max-width: 767px) {
  .plot-sectors-indirect .plot-sectors__desktop {
    display: none;
  }
  .plot-sectors-indirect .plot-sectors__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 745px;
    width: 1050px;
    position: relative;
    overflow: hidden;
  }
}
.plot-sectors-indirect .plot-sectors-moveInfo {
  display: none;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 0px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 7px 0;
  display: none;
}
@media (max-width: 767px) {
  .plot-sectors-indirect .plot-sectors-moveInfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.plot-sectors-indirect .plot-sectors-moveInfo__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  pointer-events: none;
  color: #242424;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.28px;
}
.plot-sectors-indirect .fixed-buttons__left, .plot-sectors-indirect .fixed-buttons__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.plot-sectors-indirect .fixed-buttons__info {
  position: absolute;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  padding: 10px 32px;
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
  color: #292827;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  height: 52px;
}
.plot-sectors-indirect .fixed-buttons__info span {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.plot-sectors-indirect .fixed-buttons__info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #292827;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  height: 100%;
  cursor: pointer;
  z-index: 9999999999999;
}
@media screen and (max-width: 767px) {
  .plot-sectors-indirect .fixed-buttons__info {
    width: calc(100% - 30px);
  }
  .plot-sectors-indirect .fixed-buttons__info a {
    width: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .plot-sectors-indirect .fixed-buttons__left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .plot-sectors-indirect .fixed-buttons__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}

.slupska-oaza-2-template-plot-pricing-indirect .footer-top {
  display: none;
}

.ms-about-glob-sec4 {
  margin: 120px 0;
  position: relative;
}
.ms-about-glob-sec4 h4 {
  margin-top: 20px;
}
.ms-about-glob-sec4__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  gap: 10px;
}
.ms-about-glob-sec4__list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-radius: 0px;
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--Light, #fbfbf9);
}
.ms-about-glob-sec4__list__row:nth-child(1) {
  background: white;
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec4__list__row:nth-child(1) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.ms-about-glob-sec4__list__row .list-row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 25%;
  padding: 10px 40px;
  background: var(--Light, #fbfbf9);
  gap: 10px;
  height: 100%;
}
.ms-about-glob-sec4__list__row .list-row-item_green {
  background: var(--Light, #fbfbf9);
  padding: 6px 20px 6px 40px;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-about-glob-sec4__list__row .list-row-item_green span {
  background: var(--Gold, #ba9c5e);
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  position: relative;
  color: white;
}
.ms-about-glob-sec4__list__row .list-row-item_green::before {
  position: absolute;
  content: "";
  left: 0;
  top: -50%;
  height: 200%;
  width: 100%;
  background: var(--Gold, #ba9c5e);
}
.ms-about-glob-sec4__list__row .list-row-item_green svg {
  width: 24px;
  height: 24px;
  position: relative;
}
.ms-about-glob-sec4__list__row .list-row-item_green .button {
  background: var(--Green, #ba9c5e);
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%; /* 19.2px */
  letter-spacing: 0.6px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: 0;
  color: white;
}
.ms-about-glob-sec4__list__row .list-row-item_green .button svg {
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
@media screen and (max-width: 1199px) {
  .ms-about-glob-sec4__list__row .list-row-item_green .button {
    display: none;
  }
}
.ms-about-glob-sec4__list__row .list-row-item-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.ms-about-glob-sec4__list__row .list-row-item1 {
  white-space: wrap;
}
.ms-about-glob-sec4__info {
  margin-top: 22px;
}
.ms-about-glob-sec4__info .text-4 {
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec4 {
    padding: 0;
    margin: 0 0 32px;
  }
  .ms-about-glob-sec4 h2 {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .ms-about-glob-sec4 h6 {
    font-size: 20px;
    margin-top: 15px;
  }
  .ms-about-glob-sec4__list {
    gap: 6px;
    margin-top: 15px;
  }
  .ms-about-glob-sec4__list__row .list-row-item {
    font-size: 14px;
    padding: 10px 4px;
    width: 100%;
    white-space: nowrap;
    gap: 4px;
    height: 100%;
  }
  .ms-about-glob-sec4__list__row .list-row-item-one {
    font-size: 10px;
    padding: 4px;
    white-space: wrap;
  }
  .ms-about-glob-sec4__list__row .list-row-item_green {
    padding: 10px 6px;
  }
  .ms-about-glob-sec4__list__row .list-row-item_green span {
    font-family: "Google Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
  }
  .ms-about-glob-sec4__list__row .list-row-item_green svg {
    width: 16px;
    height: 16px;
  }
  .ms-about-glob-sec4__list__row .list-row-item1 {
    white-space: wrap;
  }
  .ms-about-glob-sec4__info {
    margin-top: 15px;
  }
  .ms-about-glob-sec4__info .text-4 {
    font-size: 10px;
  }
}
@media screen and (max-width: 442px) {
  .ms-about-glob-sec4__list__row .list-row-item-one4,
.ms-about-glob-sec4__list__row .list-row-item_green,
.ms-about-glob-sec4__list__row .list-row-item-one2,
.ms-about-glob-sec4__list__row .list-row-item2 {
    min-width: 96px;
  }
}
.ms-about-glob-sec4 .pattern-box {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 30px;
}
.ms-about-glob-sec4 .pattern-box__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-about-glob-sec4 .pattern-box__left__text {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.ms-about-glob-sec4 .pattern-box .button--border {
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  height: 44px;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec4 .pattern-box {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 15px;
  }
  .ms-about-glob-sec4 .pattern-box .fraction,
.ms-about-glob-sec4 .pattern-box .fraction-top {
    font-size: 10px;
  }
}

.ms-hp-sec4 {
  padding: 120px 0 0;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4 {
    padding: 32px 0 0;
    margin: 0;
  }
}
.ms-hp-sec4__title {
  padding-right: 6%;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4__title {
    padding-right: 0%;
  }
}
.ms-hp-sec4__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4__text {
    display: none;
  }
}
.ms-hp-sec4__content {
  position: relative;
  margin-top: -140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 42px;
}
.ms-hp-sec4__content__arrow {
  position: absolute;
  left: auto;
  right: 20px;
  top: 30px;
  opacity: 0.6;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.ms-hp-sec4__content .box-sec4 {
  width: 100%;
  gap: 10px;
  background: var(--Light, #fbfbf9);
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 266px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-hp-sec4__content .box-sec4:hover {
  background: var(--Light-Gold, #e7dcc6);
}
.ms-hp-sec4__content .box-sec4 .h1 {
  color: var(--Gold, #ba9c5e);
}
.ms-hp-sec4__content .box-sec4.active {
  background: #153326;
}
.ms-hp-sec4__content .box-sec4.active .h1,
.ms-hp-sec4__content .box-sec4.active .h4 {
  color: var(--White, #fff);
}
.ms-hp-sec4__content .box-sec4.active .box-sec4-button {
  background: var(--Light-Blue, #dceaf8);
}
.ms-hp-sec4__content .box-sec4:nth-child(2) {
  height: 320px;
}
.ms-hp-sec4__content .box-sec4:nth-child(3) {
  height: 404px;
}
.ms-hp-sec4__content .box-sec4:nth-child(4) {
  height: 462px;
}
.ms-hp-sec4__content .box-sec4:nth-child(5) {
  height: 581px;
}
.ms-hp-sec4__content .box-sec4 .box-sec4-button {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 0px;
  background: var(--Grey, #efede7);
  cursor: pointer;
  margin-left: auto;
  margin-right: 0;
}
.ms-hp-sec4__content .box-sec4 .box-sec4-button span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  width: 14px;
  height: 2px;
  background-color: #091610;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ms-hp-sec4__content .box-sec4 .box-sec4-button span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ms-hp-sec4__content .box-sec4 .box-sec4-button:hover span {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.ms-hp-sec4__content .box-sec4 .box-sec4-button:hover span:nth-last-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    gap: 8px;
    margin-bottom: 24px;
  }
  .ms-hp-sec4__content .box-sec4 {
    height: auto !important;
    background: transparent;
    padding: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background: #fbfbf9;
  }
  .ms-hp-sec4__content .box-sec4 .h4 {
    font-size: 16px;
    font-weight: 400;
  }
  .ms-hp-sec4__content .box-sec4 .box-sec4-button {
    display: block;
  }
  .ms-hp-sec4__content .box-sec4 .box-sec4-button span {
    width: 16px;
  }
}
.ms-hp-sec4 .ms-hp-sec4-info-list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 52px 32px 40px 32px;
  border-radius: 0;
  background: var(--Light, #fbfbf9);
  gap: 40px;
  margin-bottom: 24px;
}
.ms-hp-sec4 .ms-hp-sec4-info-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ms-hp-sec4 .ms-hp-sec4-info-list .close-x {
  width: 20px;
  height: 20px;
  position: absolute;
  left: auto;
  top: 32px;
  right: 32px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
.ms-hp-sec4 .ms-hp-sec4-info-list__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4 .ms-hp-sec4-info-list__numbers {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.ms-hp-sec4 .ms-hp-sec4-info-list__numbers .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  padding: 8px 0px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  background: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.ms-hp-sec4 .ms-hp-sec4-info-list__numbers .item-number:hover {
  background: var(--Light-Gold, #e7dcc6);
}
.ms-hp-sec4 .ms-hp-sec4-info-list__numbers .item-number.active {
  background: #153326;
}
.ms-hp-sec4 .ms-hp-sec4-info-list__numbers .item-number.active p {
  color: var(--White, #fff);
}
.ms-hp-sec4 .ms-hp-sec4-info-list .item-content {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ms-hp-sec4 .ms-hp-sec4-info-list .item-content h4 {
  margin-bottom: 24px;
}
.ms-hp-sec4 .ms-hp-sec4-info-list .item-content .text-1 {
  margin-bottom: 16px;
}
.ms-hp-sec4 .ms-hp-sec4-info-list .item-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .ms-hp-sec4 .ms-hp-sec4-info-list {
    padding: 84px 16px 0px 16px;
    position: fixed;
    top: 0;
    width: 100vw;
    left: 0;
    height: 100vh;
    z-index: 999999;
    margin-top: 65px;
    gap: 24px;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list::after {
    content: "";
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    height: 95px;
    background: #153326;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list::before {
    content: "";
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    height: 16px;
    border-radius: 16px 16px 0px 0px;
    background: #153326;
    z-index: 1;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list .close-x {
    top: 45px;
    right: 16px;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list .h6 {
    margin-bottom: 24px;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list .text-info {
    margin-bottom: 16px;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list .item-content h6 {
    margin-bottom: 24px;
  }
  .ms-hp-sec4 .ms-hp-sec4-info-list .item-content .text-1 {
    margin-bottom: 16px;
  }
}

.ms-about-glob-sec2 {
  position: relative;
  margin: 80px 0;
  padding: 57px 0;
}
.ms-about-glob-sec2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/img/pattern_light_green_bg.jpg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.ms-about-glob-sec2 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.ms-about-glob-sec2 h2 span {
  color: #eb4a1c;
}
.ms-about-glob-sec2 h6 {
  margin-top: 48px;
  font-weight: 500;
  font-size: 20px;
  font-family: "Google Sans", sans-serif;
}
.ms-about-glob-sec2__box__picture {
  position: relative;
  margin-top: -135px;
}
@media screen and (max-width: 1199px) {
  .ms-about-glob-sec2 {
    padding: 15px 0 0;
    margin: 0;
  }
  .ms-about-glob-sec2__box__picture {
    margin-top: -150px;
  }
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec2::before {
    background-size: cover;
  }
  .ms-about-glob-sec2 h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .ms-about-glob-sec2 h6 {
    margin-top: 15px;
    font-size: 18px;
  }
  .ms-about-glob-sec2__box__picture {
    margin-top: 24px;
  }
}
@media screen and (max-width: 575px) {
  .ms-about-glob-sec2__box {
    width: 100vw;
    padding-right: 30px;
    overflow-x: scroll;
    direction: rtl;
    text-align: right;
  }
  .ms-about-glob-sec2__box__picture {
    direction: ltr;
    min-width: 720px;
    display: inline-block;
  }
}

.ms-about-glob-sec3 {
  position: relative;
  padding: 0 0 52px;
  margin-top: 44px;
}
.ms-about-glob-sec3__h5 {
  font-family: "Wittgenstein", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.ms-about-glob-sec3 .text-1 {
  margin-top: 20px;
  font-weight: 500;
  padding-right: 64px;
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.ms-about-glob-sec3 .text-1 span {
  color: #eb4a1c;
  font-weight: 500;
}
.ms-about-glob-sec3 .text-2 {
  margin-top: 20px;
  padding-right: 64px;
}
.ms-about-glob-sec3 .button--border {
  margin-top: 40px;
  padding: 11px 12px 11px 16px;
  gap: 10px;
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec3 {
    margin-top: 32px;
    padding: 0 0 32px;
  }
  .ms-about-glob-sec3__h5 {
    font-family: "Wittgenstein", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 130%;
  }
  .ms-about-glob-sec3 .text-1,
.ms-about-glob-sec3 .text-2 {
    padding-right: 0;
  }
  .ms-about-glob-sec3 .text-1 {
    margin-top: 15px;
    font-size: 20px;
  }
  .ms-about-glob-sec3 .text-2 {
    margin-top: 15px;
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .ms-about-glob-sec3__mobile {
    margin-top: 32px;
  }
  .ms-about-glob-sec3 .button--primary {
    margin-top: 32px;
  }
  .ms-about-glob-sec3 .button--border {
    margin-top: 20px;
  }
}

.area {
  position: relative;
  margin: 120px 0;
}
@media (max-width: 991px) {
  .area {
    margin: 32px 0;
  }
}
.area__header {
  padding: 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.area__header__text {
  margin-top: 16px;
}
.area__header__text span {
  color: #eb4a1c;
}
@media (max-width: 991px) {
  .area__header {
    padding: 0 0 16px 0;
  }
}
.area .area-map-box {
  overflow: hidden;
  border-radius: 0px;
  position: relative;
}
@media (max-width: 575px) {
  .area .area-map-box {
    width: 100vw;
    left: -20px;
    border-radius: 0;
    height: 347px;
  }
}
.area .area-map {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-top: -69px;
}
.area .area-map:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 69px;
  top: 0;
  left: 0;
  background-color: white;
}
.area .area-map iframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 575px) {
  .area .area-map {
    height: 347px;
  }
  .area .area-map iframe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 347px;
  }
}
.area .area-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .area .area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px 16px 0 16px;
  }
}
@media (max-width: 575px) {
  .area .area-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 6px 16px 0 16px;
  }
}
.area .mobile-btn {
  display: none;
}
@media (max-width: 991px) {
  .area .mobile-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
  }
  .area .mobile-btn__text {
    margin-top: 15px;
    color: var(--Dark-Grey, #152b15);
    text-align: center;
    font-family: "Google Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
}
@media (max-width: 575px) {
  .area .mobile-btn {
    margin-top: -54px;
  }
}
.area .desk-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .area .desk-btn {
    display: none;
  }
}

.location-profit {
  margin: 120px 0;
}
.location-profit__title {
  margin-bottom: 40px;
}
.location-profit__swiper {
  position: relative;
  padding: 0 70px;
}
.location-profit__swiper::before {
  content: "";
  position: absolute;
  left: auto;
  right: 70px;
  top: 0;
  width: 128px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 70%);
  z-index: 9;
}
.location-profit__swiper__container {
  padding: 0 0 0 10px;
}
.location-profit__swiper .slide-box {
  padding: 32px;
  background: var(--Light, #fbfbf9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}
.location-profit__swiper .slide-box__ico {
  width: 80px;
  height: 80px;
}
.location-profit__swiper .slide-box__bold {
  color: #091610;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 16px 0 8px;
}
.location-profit__swiper .slide-box__normal {
  color: #091610;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.location-profit__swiper__nav {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.location-profit__swiper__nav .swiper-button-next::after,
.location-profit__swiper__nav .swiper-button-prev::after {
  display: none;
}
.location-profit__swiper__nav .swiper-button-next::before,
.location-profit__swiper__nav .swiper-button-prev::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
}
.location-profit__swiper__nav .swiper-button-next::before {
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.location-profit__swiper__nav .swiper-button-prev::before {
  background: url("/wp-content/themes/budomax/investitions/slupska-oaza2/assets/icon-left.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .location-profit {
    margin: 32px 0;
  }
  .location-profit__title {
    margin-bottom: 24px;
  }
  .location-profit__swiper {
    padding: 0;
  }
  .location-profit__swiper__container {
    padding: 0px;
  }
  .location-profit__swiper__nav {
    display: none;
  }
  .location-profit .slide-box {
    padding: 24px 15px;
  }
}
@media screen and (max-width: 575px) {
  .location-profit__swiper {
    width: calc(100% + 16px);
  }
  .location-profit__swiper::before {
    display: none;
  }
}

.new-old-safely {
  margin: 120px 0;
}
.new-old-safely__left__title {
  color: var(--Dark-Grey, #152b15);
  /* Desktop/H2 */
  font-family: "Wittgenstein", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.new-old-safely__left__text {
  margin: 48px 0 24px;
  color: var(--Dark-Grey, #152b15);
  /* Desktop/H6 */
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
}
.new-old-safely__left__text span {
  color: #eb4a1c;
}
.new-old-safely__left__text-small {
  color: var(--Dark-Grey, #152b15);
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.new-old-safely__right {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.new-old-safely__right svg {
  width: 80%;
  max-width: 330px;
}
.new-old-safely__right__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.new-old-safely__right__bottom svg {
  width: 27%;
}
.new-old-safely__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 42px 20px;
  margin-top: 48px;
}
.new-old-safely__list .new-old-safel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 24px;
  gap: 16px;
  width: 31%;
}
.new-old-safely__list .new-old-safel-item img {
  width: 80px;
  height: 80px;
}
.new-old-safely__list .new-old-safel-item__bold-text {
  color: var(--Dark-Grey, #152b15);
  text-align: center;
  /* P2 Bold */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.new-old-safely__list .new-old-safel-item__normal-text {
  color: var(--Dark-Grey, #152b15);
  text-align: center;
  /* P2 */
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.new-old-safely__list .new-old-safel-item__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) {
  .new-old-safely {
    padding: 0;
    margin: 32px 0;
  }
  .new-old-safely__left__title {
    font-size: 28px;
  }
  .new-old-safely__left__text {
    margin: 15px 0;
    font-size: 20px;
    line-height: 130%; /* 33.6px */
  }
  .new-old-safely__left__text span {
    color: #eb4a1c;
  }
  .new-old-safely__right {
    margin-top: 24px;
  }
  .new-old-safely__right__bottom {
    margin-top: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
  }
  .new-old-safely__right__bottom svg {
    width: 32%;
  }
  .new-old-safely__list {
    gap: 15px;
    margin-top: 24px;
  }
  .new-old-safely__list .new-old-safel-item svg {
    width: 48px;
    height: 48px;
  }
}
@media (max-width: 991px) {
  .new-old-safely__list .new-old-safel-item {
    width: calc(50% - 12px);
  }
}
@media (max-width: 575px) {
  .new-old-safely__right svg {
    width: 100%;
    max-width: 100%;
  }
  .new-old-safely__right__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    gap: 20px;
  }
  .new-old-safely__right__bottom svg {
    width: 27%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .new-old-safely__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    justify-items: flex-start;
  }
  .new-old-safely__list .new-old-safel-item {
    width: calc(100% - 0px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0;
  }
  .new-old-safely__list .new-old-safel-item__bold-text {
    text-align: start;
  }
  .new-old-safely__list .new-old-safel-item__normal-text {
    text-align: start;
  }
  .new-old-safely__list .new-old-safel-item__box {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 4px;
  }
}

.ms-about-glob-sec5 {
  position: relative;
  margin: 72px 24px;
  padding: 56px 0;
  position: relative;
  background: url("/wp-content/themes/budomax/investitions/osada-debina/assets/bg-about-sec5.png");
  background-repeat: no-repeat;
  background-size: cover;
  color: var(--White, #fff);
  border-radius: 32px;
}
.ms-about-glob-sec5::before {
  content: "";
  position: absolute;
  background: url("/wp-content/themes/budomax/investitions/osada-debina/assets/bg-about-sec5-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  width: 476px;
  left: auto;
  right: 19%;
  top: auto;
  bottom: 0;
}
.ms-about-glob-sec5 h2 {
  color: var(--White, #fff);
  line-height: 140%;
}
.ms-about-glob-sec5 h6 {
  color: var(--White, #fff);
  margin-top: 40px;
  width: 75%;
}
.ms-about-glob-sec5__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-top: 40px;
}
.ms-about-glob-sec5__list__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  background: rgba(16, 80, 140, 0.6);
  min-width: 617px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 20px;
}
.ms-about-glob-sec5__list__box .green-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding: 4px 16px 4px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: #0a5090;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}
.ms-about-glob-sec5__list__box .greey-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 12px 0;
}
@media screen and (max-width: 1399px) {
  .ms-about-glob-sec5::before {
    right: 12%;
  }
}
@media screen and (max-width: 991px) {
  .ms-about-glob-sec5 {
    padding: 48px 0;
    margin: 0;
    border-radius: 0;
    background: #1662a8 url("/wp-content/themes/budomax/investitions/osada-debina/assets/bg-about-sec5-mobile.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
  .ms-about-glob-sec5::before {
    display: none;
  }
  .ms-about-glob-sec5 h6 {
    width: 100%;
    font-size: 18px;
  }
  .ms-about-glob-sec5__list__box {
    padding-right: 0;
    min-width: 100%;
    gap: 0;
  }
  .ms-about-glob-sec5__list__box .green-left {
    padding: 4px 16px 4px 8px;
    white-space: nowrap;
    font-size: 16px;
    min-width: 118px;
  }
  .ms-about-glob-sec5__list__box .green-left svg {
    width: 17px;
    height: 18px;
  }
  .ms-about-glob-sec5__list__box .greey-right {
    padding: 8px 16px;
    font-size: 14px;
  }
  .ms-about-glob-sec5__arrow {
    margin-top: 32px;
    margin-bottom: 0px;
  }
}

.why-here-investing {
  margin: 108px 0;
  position: relative;
}
.why-here-investing__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-here-investing__title {
  height: auto;
  color: var(--Dark-Grey, #152b15);
  font-family: "Wittgenstein", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.why-here-investing__title span {
  color: #eb4a1c;
}
.why-here-investing__content-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px 20px;
  position: relative;
  padding: 0 0 0 25px;
  background-color: white;
}
.why-here-investing .info-text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: calc(50% - 10px);
  gap: 16px;
  padding-right: 20px;
}
.why-here-investing .info-text-box img {
  min-width: 32px;
  min-height: 32px;
  margin-top: 2px;
}
.why-here-investing .info-text-box__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.why-here-investing .info-text-box__text__bold {
  color: var(--Dark-Grey, #152b15);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.why-here-investing .info-text-box__text__normal {
  color: var(--Dark-Grey, #152b15);
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1199px) {
  .why-here-investing {
    margin: 20px 0 20px;
  }
  .why-here-investing__title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .why-here-investing__title br {
    display: none;
  }
  .why-here-investing__content-right {
    gap: 20px;
    padding: 0;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 10px;
    position: relative;
  }
  .why-here-investing .info-text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 28%;
    max-width: 28%;
    gap: 16px;
    padding-right: 0;
  }
  .why-here-investing .info-text-box svg {
    min-width: 24px;
    min-height: 24px;
    margin-top: 0px;
  }
  .why-here-investing .info-text-box__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}
@media (max-width: 575px) {
  .why-here-investing__content-right {
    width: 100%;
  }
  .why-here-investing .info-text-box {
    min-width: 260px;
    max-width: 260px;
  }
}

.header {
  position: relative;
  background-color: white;
  width: 100%;
  z-index: 9999;
}
.header .mobile-block {
  display: none;
}
.header .mobile-none {
  display: block;
}
@media (max-width: 1199px) {
  .header .mobile-none {
    display: none;
  }
  .header .mobile-block {
    display: block;
  }
}
@media (max-width: 757px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    -webkit-box-shadow: 0px 4px 17px -4px rgba(66, 68, 90, 0.37);
    box-shadow: 0px 4px 17px -4px rgba(66, 68, 90, 0.37);
    z-index: 9999;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header.hide {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header .menu {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 254px;
  -webkit-column-gap: 1vw;
     -moz-column-gap: 1vw;
          column-gap: 1vw;
  height: 84px;
}
@media (max-width: 1900px) {
  .header .menu {
    padding: 18px 60px;
  }
}
@media (max-width: 1600px) {
  .header .menu {
    padding: 18px 60px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (max-width: 1440px) {
  .header .menu {
    padding: 18px 48px;
  }
}
@media (max-width: 767px) {
  .header .menu {
    padding: 16px;
    height: 80px;
  }
}
.header .menu__logo {
  width: 157px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .menu .logo-text {
  color: var(--Intense-Green, #091610);
  font-family: "Google Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .header .menu .logo-text {
    font-size: 16px;
  }
}
.header .menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.header .menu__right .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .menu__right .mobile-text-line {
  display: none;
}
@media (max-width: 1199px) {
  .header .menu__right {
    display: none;
    position: fixed;
    background-color: white;
    top: 80px;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 24px;
    padding: 16px 20px 40px 20px;
    background-color: white;
  }
  .header .menu__right.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .menu__right .mobile-text-line {
    display: block;
    position: relative;
  }
  .header .menu__right .mobile-text-line__text {
    color: var(--Grey, #9c9c9c);
    font-family: "Google Sans", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    padding-right: 8px;
    background-color: white;
    position: relative;
  }
  .header .menu__right .mobile-text-line::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 1px;
    background: #f3f3f3;
    width: calc(100vw - 40px);
  }
}
@media (max-width: 991px) {
  .header .menu__right {
    top: 80px;
  }
}
@media (max-width: 767px) {
  .header .menu__right {
    padding: 24px 16px 48px 16px;
    top: 75px;
  }
}
.header .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5vw;
}
.header .menu__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  height: 26px;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #091610;
}
.header .menu__list li.menu__item a {
  position: relative;
}
.header .menu__list li.menu__item--border a {
  display: block;
  border: 2px solid var(--Blue, #ba9c5e);
  padding: 8px 12px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1199px) {
  .header .menu__list li.menu__item--border a {
    border: 0px solid var(--Blue, #ba9c5e);
    padding: 0;
  }
}
.header .menu__list li.menu__item a::after {
  content: "";
  width: 100%;
  background: #ba9c5e;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  width: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.header .menu__list li.menu__item a:hover::after {
  width: 100%;
  left: 0;
}
.header .menu__list li.menu__item--active a {
  color: #ba9c5e;
}
.header .menu__list li.menu__item--active a svg path {
  fill: var(--Blue, #ba9c5e);
}
@media screen and (max-width: 1600px) {
  .header .menu__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .header .menu__list {
    gap: 14px;
  }
  .header .menu__list li a {
    gap: 4px;
  }
}
@media screen and (max-width: 1300px) {
  .header .menu__list {
    gap: 10px;
  }
  .header .menu__list li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .header .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 20px;
  }
  .header .menu__list li a {
    color: var(--Dark-Grey, #091610);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    text-transform: uppercase;
    height: 17px;
  }
}
@media screen and (max-width: 575px) {
  .header .menu__list {
    width: 100%;
  }
}
.header .menu .nav-btn-tel-box .nav-btn-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: var(--Forest, #153326);
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  min-width: 200px;
  height: 48px;
}
.header .menu .nav-btn-tel-box .nav-btn-tel svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1199px) {
  .header .menu .nav-btn-tel-box .mobile-none {
    display: none;
  }
}
.header .menu .nav-btn-tel-box .button--primary {
  display: none;
}
@media screen and (max-width: 1199px) {
  .header .menu .nav-btn-tel-box .button--primary {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  .header .menu .nav-btn-tel-box {
    width: 100%;
  }
  .header .menu .nav-btn-tel-box .button {
    width: 100%;
  }
}
.header .menu__mobileWrapIco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}
@media (min-width: 1200px) {
  .header .menu__mobileWrapIco {
    display: none;
  }
}
.header .menu__mobileContactIco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #153326;
}
.header .menu__button-mobile {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 0px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 18px;
  text-decoration: none !important;
  height: 44px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #eb4a1c;
  color: #ffffff;
  position: relative;
}
@media screen and (max-width: 575px) {
  .header .menu__button-mobile {
    width: 100%;
    text-align: center;
  }
}

.investitionHeader {
  background-color: #ba9c5e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 9999;
  position: relative;
}
.investitionHeader a {
  padding: 8px 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  width: 100%;
}
.investitionHeader:hover {
  cursor: pointer;
  background-color: var(--Dark-Blue, #0a5090);
}
@media (max-width: 767px) {
  .investitionHeader {
    padding: 8px 16px;
  }
  .investitionHeader a {
    font-size: 14px;
  }
}

.navigation-box {
  position: absolute;
  top: 24px;
  left: auto;
  right: 24px;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0 35px 0 rgba(37, 37, 37, 0.09);
          box-shadow: 0 0 35px 0 rgba(37, 37, 37, 0.09);
  width: 460px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  z-index: 999;
}
.navigation-box .h3 {
  margin-top: 24px;
}
.navigation-box__close {
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
  cursor: pointer;
}
.navigation-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 7px;
  width: 100%;
}
.navigation-box__list__item {
  padding: 6px 16px;
  width: 100%;
  color: var(--Dark-Forest, #091610);
  font-family: "Google Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.navigation-box__list__item:hover {
  background: var(--Light, #fbfbf9);
}
@media (max-width: 1199px) {
  .navigation-box {
    position: relative;
    width: calc(100% - 32px);
    max-width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 16px;
    margin-left: 16px;
    margin-right: 16px;
    display: none !important;
  }
  .navigation-box__close {
    display: none;
  }
  .navigation-box__list {
    gap: 7px;
  }
  .navigation-box__list__item {
    padding: 6px 10px;
  }
}

.navigation-box-2-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation-box-2-wrap .container {
  position: relative;
}
@media (max-width: 1199px) {
  .navigation-box-2-wrap {
    display: none;
  }
}

.navigation-box-2 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
          box-shadow: 0px 0px 30px 0px rgba(37, 37, 37, 0.5);
  max-width: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 9;
  border-radius: 20px;
  overflow: hidden;
}
.navigation-box-2__header {
  padding: 24px;
  background: var(--Blue, #1662a8);
  color: white;
}
.navigation-box-2__list {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
.navigation-box-2__list li {
  list-style-type: none;
  position: relative;
  margin-left: 22px;
}
.navigation-box-2__list li:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 6px;
  background-color: #eb4a1c;
  z-index: -1;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.hamburger {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 6px;
}
@media (min-width: 1200px) {
  .hamburger {
    display: none;
  }
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger__line {
  width: 30px;
  height: 3px;
  background-color: var(--Dark-Grey, #152b15);
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.hamburger.is-active .hamburger__line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(9px) rotate(45deg);
          transform: translateY(9px) rotate(45deg);
}
.hamburger.is-active .hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.footer-ms {
  padding-bottom: 24px;
  padding-top: 54px;
  position: relative;
  background: var(--Forest, #153326);
}
.footer-ms__btn-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-ms__btn-top__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px;
  background: #ba9c5e;
  cursor: pointer;
  z-index: 99;
}
.footer-ms__logo {
  margin-bottom: 16px;
}
.footer-ms__company p {
  line-height: 140%;
  color: white;
}
.footer-ms__company strong {
  font-weight: 500;
  color: white;
}
.footer-ms__company span {
  color: white;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.footer-ms__company a {
  color: white;
}
.footer-ms__company .text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  color: white;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer-ms__company .text-2 .arrow-long {
  display: block;
}
.footer-ms__company .text-2 .arrow-short {
  display: none;
}
.footer-ms__company .text-2 svg {
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer-ms__company .text-2 svg path {
  fill: white;
}
.footer-ms__company .text-2:hover {
  color: var(--lighter-gold, #ba9c5e);
  text-decoration: none;
}
.footer-ms__company .text-2:hover svg path {
  fill: #ba9c5e;
}
.footer-ms .bold-title {
  color: #ba9c5e;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 12px;
  display: inline-block;
}
.footer-ms .link-dnm-footer {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  .footer-ms .link-dnm-footer {
    margin-top: 0px;
  }
}
.footer-ms__office strong {
  line-height: 160%;
}
.footer-ms__office p .line-height {
  line-height: 140%;
}
.footer-ms__office p span {
  margin-top: -5px;
}
.footer-ms__prize {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  top: -30px;
  margin-top: -40px;
}
.footer-ms__prize svg {
  max-width: 80px;
  max-height: 80px;
}
.footer-ms__prize svg g .gold {
  fill: #ba9c5e;
}
.footer-ms__text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .footer-ms__text {
    margin-bottom: 15px;
  }
}
.footer-ms__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.footer-ms__list .blue-bold-title {
  color: #ba9c5e;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 4px;
}
.footer-ms__list .text-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  color: white;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding: 2px 0;
}
.footer-ms__list .text-2:hover {
  color: #ba9c5e;
}
.footer-ms__list .text-2:hover svg path {
  fill: #ba9c5e;
}
.footer-ms .space {
  display: block;
  height: 12px;
  width: 100%;
}
.footer-ms .blue-bold {
  color: #ba9c5e;
  font-family: "Google Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  padding-bottom: 12px;
  display: inline-block;
}
.footer-ms__bottom {
  padding-top: 19px;
  margin-top: 19px;
  border-top: 1px solid #ba9c5e;
  color: white;
}
.footer-ms__bottom .text-4,
.footer-ms__bottom .text-3 {
  font-size: 12px;
  color: white;
}
@media screen and (max-width: 1199px) {
  .footer-ms__company {
    margin-bottom: 15px;
  }
  .footer-ms__prize {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .footer-ms {
    padding-top: 24px;
    margin: 0;
  }
  .footer-ms::before {
    top: -4px;
    height: 4px;
  }
  .footer-ms__logo {
    max-width: 195px;
    margin-bottom: 15px;
  }
  .footer-ms__company {
    margin-bottom: 15px;
  }
  .footer-ms__btn-top {
    position: absolute;
    left: auto;
    right: 16px;
  }
  .footer-ms .space {
    display: block;
    height: 12px;
    width: 100%;
  }
}

.osada-debina-template-front-page .footer-ms::before,
.osada-debina-template-plots.footer-ms::before,
.osada-debina-template-about .footer-ms::before {
  display: none;
}

.button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 14px 18px;
}
.button--primary {
  background: #eb4a1c;
  border: 2px solid #eb4a1c;
  color: #ffffff;
}
.button--primary svg path {
  fill: #ffffff;
}
.button--primary:hover {
  color: #ffffff;
  background: #c53911;
  border: 2px solid #c53911;
}
.button--primary:hover svg path {
  fill: #ffffff;
}
.button--primary:focus {
  background: #c53911;
  border: 2px solid #c53911;
}
.button--secendary {
  background: #ba9c5e;
  border: 2px solid #ba9c5e;
  color: #ffffff;
}
.button--secendary svg path {
  fill: #ffffff;
}
.button--secendary:hover {
  color: #ffffff;
  background: #967940;
  border: 2px solid #967940;
}
.button--secendary:hover svg path {
  fill: #ffffff;
}
.button--secendary:focus {
  background: #967940;
  border: 2px solid #967940;
}
.button--transparent {
  color: #eb4a1c;
  background: transparent;
  border: 2px solid transparent;
  padding: 12px 0;
  gap: 10px;
}
.button--transparent svg path {
  fill: #eb4a1c;
}
.button--transparent:hover {
  color: #c53911;
}
.button--transparent:hover svg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.button--transparent:hover svg path {
  fill: #c53911;
}
.button--transparent:focus svg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.button--transparent:focus svg path {
  fill: #c53911;
}
.button--border {
  border: 2px solid #ba9c5e;
  background: transparent;
  padding: 14px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #091610;
}
.button--border svg path {
  fill: #091610;
}
.button--border:hover {
  border: 2px solid #967940;
}
.button--border:focus {
  border: 2px solid #967940;
}
.button--white {
  background: var(--White, #fff);
  border: 2px solid var(--White, #fff);
}
.button--white:hover {
  color: var(--Dark-Grey, #152b15);
  border: 2px solid var(--Very-Light-Grey, #f3f3f3);
  background: var(--Very-Light-Grey, #f3f3f3);
}
.button--white:focus {
  border: 2px solid var(--Very-Light-Grey, #f3f3f3);
  background: var(--White, #fff);
}
@media screen and (max-width: 575px) {
  .button {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.button-localization {
  padding: 10px 20px;
  border-radius: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--White, #fff);
  -webkit-box-shadow: 0px 0px 35px 0px rgba(37, 37, 37, 0.09);
          box-shadow: 0px 0px 35px 0px rgba(37, 37, 37, 0.09);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button-localization strong {
  font-size: 20px;
  margin-left: 10px;
  margin-right: 40px;
}
.button-localization .icon-arrow {
  margin-left: 10px;
}
.button-localization:hover {
  color: #152b15;
  background: var(--Very-Light-Grey, #f3f3f3);
}
.button-localization:hover svg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.button-localization:hover .icon-arrow path {
  fill: #152b15;
}
@media screen and (max-width: 575px) {
  .button-localization {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
