/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

#imgx {
  xdisplay: inline-block;
  overflow: hidden;
  position: relative;
  xwidth: 100%;
}

#imgx img {
  display: block;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  xz-index: -1;
  object-fit: cover;
  xtransform: translateY(-50%);
  xposition: absolute;
}

#txtx p {
  position: relative;
  color: green;
  padding: 25px;
  z-index: 10;
}

#fb-root iframe {
  bottom: 5px !important;
}

.fb_dialog_content {
  visibility: hidden;
  border-radius: 0 !important;
}

/*---@cookie notice--------------------*/

.cn-privacy-policy-link {
  text-decoration: none;
  color: var(--color-yellow);
}

.cn-privacy-policy-link:hover {
  color: var(--color-red);
}

.cn-close-icon {
  display: none !important;
}

/* +++++++++++++++++++++++++++++++++++++++++++
//
//      GLOBAL VARIABLES
// 
// +++++++++++++++++++++++++++++++++++++++++++*/

:root {
  /*====== colors =======*/
  --color-red: #A52C2C;
  --color-yellow: #FFBC54;
  --color-blue: #3A6FA5;
  --color-blue--light: #53a1ef;
  --color-blue--dark: #223A61;
  --color-blue--opg: #223A61;
  --color-black: #2F2F2F;
  --color-gold: #A38E76;
  --color__accent: #ed9200;
  --color__accent--darker: #7c6f5d;
  --color__accent--darkest: #685d4d;
  --bg-light__color: #fff;
  --bg-darker__color: #eee;
  /*====== logo =======*/
  --logo__width: auto;
  --logo__height: var(--menu__height);
  /*====== menu horizontal (container) =======*/
  --menu__height: 50px;
  --menu__background-color: white;
  --menu__shadow: 0px 30px 50px 0px rgba(0,0,0,0.05);
  --menu__logo-width: 200px;
  /*====== menu txt =======*/
  --menu__txt-color: var(--color-black);
  --menu__txt-color--hover: var(--color-red);
  --menu__txt-color--active: var(--color__accent);
  --menu__txt-color--current: var(--color-blue);
  --menu__font-size: calc(8px + .8vw);
  --menu__font-weight: 700;
  --menu__letter-spacingx: .02em;
  --menu__padding-vertical: 0.7em;
  --menu__padding-horizontal: 2.5em;
  /*====== button (disabled for this website) =======*/
  /* // 	--btn__color: var(--color__accent);
// 	--btn__color--hover: var(--color__accent--darker);
	
// 	--btn__border: 2px;
// 	--btn__border-radius: 0;
	
// 	--btn__txt-color: white;
// 	--btn__txt-padding: 6px 16px;
	
// 	--btn__margin-top: 40px;
	
	
	
// 	--btn__color--inverse: white;
// 	--btn__color--hover--inverse: var(--btn__color--hover);
// 	--btn__txt-color--inverse: var(--color__accent); */
  /*====== margins =======*/
  --margin__outer: 2vw;
  --margin__hero: 30%;
  /*====== hero =======*/
  --hero__height: 100vh;
  /*calc(100vh - var(--menu__height));*/
  --hero__width: 100vw;
  --hero__content-width: 80%;
  --hero__content-max-width: 600px;
  --hero__margin: 10%;
  /*====== features =======*/
  --feature-item__width: 200px;
  --feature-item__max-width: 240px;
  --feature-item__icon-color: var(--color__accent);
  --feature-item__icon-width: 60px;
  /*====== borders =======*/
  --border__width: 4px;
  --half-border__width: calc (var(--border__width) * .5);
  --border: var(--border__width) solid currentColor;
  --outline: var(--half-border__width) solid  var(--color-black);
  --outline-offset: calc(-1 * var(--half-border__width));
  --content__width: 1700px;
  --spacing: calc(4vw + 15px);
  /* --- btn */
  --btn__font-size: 1.2em;
}

/* +++++++++++++++++++++++++++++++++++++++++++
//
//      GLOBAL VARIABLES - END
// 
// +++++++++++++++++++++++++++++++++++++++++++*/

a {
  color: inherit;
}

.ct-link {
  z-index: 5;
}

/*====== colors =======*/

.bg-red {
  background-color: var(--color-red);
  color: white;
}

.bg-yellow {
  background-color: var(--color-yellow);
}

.bg-white {
  background-color: white;
}

.bg-blue {
  background-color: var(--color-blue);
  color: white;
}

.bg-gold {
  background-color: var(--color-gold);
  color: #101010;
}

.bg-blue--dark {
  background-color: var(--color-blue--dark);
  color: white;
}

.bg-blue--opg {
  background-color: var(--color-blue--opg);
  color: white;
}

.blue {
  color: var(--color-blue);
}

.yellow {
  color: var(--color-yellow);
}

/* --- [temporarily] remove focus outline*/

:focus {
  outline: none;
}

/*====== @logo =======*/

.logo {
  width: var(--logo__width);
  height: var(--logo__height);
}

/*====== @body =======*/

body {
  background-color: grey;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1.5;
  overflow-x: hidden;
  xfont-size: 16px;
}

@media only screen and (max-width: 350px) {
  html {
    font-size: 15px !important;
  }
}

.desktop-only {
  display: flex !important;
}

.mobile-only {
  display: none !important;
}

@media only screen and (max-width: 766px) {
  .desktop-only {
    display: none !important;
  }

  .mobile-only {
    display: flex !important;
  }
}

/*====== @text =======*/

.oxy-rich-text,
.ct-text-block {
  line-height: 1.35;
  font-size: calc(1rem + .2vw);
}

/* distance between paragraphs ---- */

.oxy-rich-text p:not(:last-child),
.ct-text-block p:not(:last-child),
.ct-headline p:not(:last-child),
.ct-inner-content p:not(:last-child) {
  margin-bottom: .7em;
}

/*====== @headers =======*/

.header-big {
  font-size: 2.6rem;
  line-height: 1.1;
  margin-bottom: .5em;
  margin-top: -.35em;
}

.header-mid {
  font-size: calc(1.6rem + .5vw);
  line-height: 1.1;
  margin-bottom: .5em;
  margin-top: -.2em;
}

.header-small {
  font-size: calc(1rem + .5vw);
  line-height: 1;
  margin-bottom: .7em;
  margin-top: -.3em;
}

.txt-big {
  font-size: 1.5em;
}

.location__city-map {
  width: 75%;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  .location__city-map {
    width: 100%;
    margin: auto;
  }
}

/*====== @blocks =======*/

.outline {
  outline: 2px solid var(--color-black);
  outline-offset: -2px;
}

.border {
  border: 4px solid var(--color-black);
}

.full-height {
  min-height: calc(100vh - var(--menu__height));
  max-height: 60vw;
}

.block__big,
.block__small,
.block__full {
  outline: 2px solid var(--color-black);
  outline-offset: -2px;
  text-align: left;
}

.block__big {
  width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: var(--spacing);
}

.block__small {
  width: 40%;
  max-width: 600px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: var(--spacing);
}

.block__full {
  min-width: 100%;
  xpadding: var(--spacing);
}

.block__full .ct-section-inner-wrap > .ct-headline {
  text-align: center;
}

.block__gallery {
  min-height: 40vw;
  max-width: 100vw;
  height: 500px;
  position: relative;
}

.block__gallery .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  xright: var(--spacing);
  margin: var(--spacing);
  width: auto;
}

.block__full-photo {
  max-height: 150vw;
  max-width: 100vw;
  height: 500px;
  position: relative;
  min-width: 100%;
  padding: 2px;
  background-color: var(--color-black);
}

.full-photo__bg {
  position: absolute;
  top: 2px;
  left: 2px;
  xmin-width: calc(100% - 40px);
  xmin-height: calc(100% - 40px);
  height: 100%;
  width: 100%;
  max-height: 150vw;
}

.full-photo__bg img {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  object-fit: cover;
  xobject-position: 50% 30%;
}

.full-photo__content {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: left;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  z-index: 5;
  height: 100%;
  min-width: 100%;
  padding: var(--spacing);
  background: linear-gradient(130deg, rgba(0, 0, 0, 0.3) 8%, rgba(0, 0, 0, 0) 60%), rgba(0, 0, 0, 0.1);
}

.full-photo__header {
  color: white;
  max-width: 500px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.blog__hero {
  xmin-height: calc(100vh - var(--menu__height));
}

@media only screen and (max-width: 966px) {
  .blog__hero {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
}

.blog__archive-list__txt br {
  margin-bottom: .7em;
}

.blog__archive-list__read-more {
  margin-top: 1.5em;
  letter-spacing: .01em;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.blog__archive-list__read-more:hover {
  font-weight: 900;
  letter-spacing: 0;
  letter-spacing: .05em;
}

.img-bg {
  min-width: 100%;
  xmax-height: 30vw;
  min-height: 100%;
  clear: both;
  height: 100%;
  width: 100%;
}

.img-bg img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  xobject-position: 50% 80%;
  background-color: var(--color-black);
  overflow: hidden;
}

@media only screen and (max-width: 966px) {
  .img-bg--frame {
    xwidth: 100vw;
    xmax-height: 60vw;
    xmin-height: 100%;
    padding: var(--spacing);
    padding-top: 0;
    margin-top: -.5rem;
  }
}

* {
  --post-width: 600px;
}

.post__header {
  position: relative;
  width: 100%;
}

.post__header img {
  max-height: 400px;
}

.post__title-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: calc(var(--spacing));
  padding-right: calc(var(--spacing));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

.post__title {
  width: 100%;
  max-width: var(--post-width);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5em;
  padding-bottom: .5em;
  color: white;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.post-container {
  width: 100%;
  xmargin-top: calc(var(--spacing) * -2);
  xbackground: #d0d0d0;
  padding-left: calc(var(--spacing));
  padding-right: calc(var(--spacing));
  padding-bottom: calc(var(--spacing));
}

.post__excerpt {
  margin-top: 1.3em;
  margin-bottom: .8em;
  font-size: 1.5rem;
}

.post-content {
  width: 100%;
  max-width: var(--post-width);
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--post-width);
  background: white;
}

.post-content img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
  margin-top: 1em;
  margin-bottom: .2em;
  line-height: 1.2;
}

.post-content .blocks-gallery-grid {
  list-style-type: none;
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0px;
  column-width: 200px;
  grid-column-gap: 1rem;
  column-gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.post-content li {
  margin-bottom: 1rem;
}

.post-content li img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.xpost-content {
  width: 100%;
  background: white;
}

.xpost-content p,
.xpost-content h1,
.xpost-content h2,
.xpost-content h3,
.xpost-content h4 {
  margin-bottom: .7em;
}

.padding {
  padding: var(--spacing);
}

@media only screen and (max-width: 966px) {
  .padding,
  .block__small,
  .block__big {
    padding-top: calc(var(--spacing) * 1.2);
  }
}

.margin {
  margin: var(--spacing);
}

.no-padding {
  padding: 0 !important;
}

.no-outline {
  outline: none !important;
}

.cta {
  padding: var(--spacing);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.cta .header-mid {
  font-weight: 600;
  max-width: 40ch;
}

.cta .yellow {
  font-weight: 900;
}

.cta .btn {
  margin-top: 1em;
}

.bg-red .ct-headline {
  max-width: 27ch;
}

.hero-mobile {
  height: calc(100vh - 100px);
  position: relative;
  background: #3992cc;
  color: white;
  max-height: -moz-available;
  /* WebKit-based browsers will ignore this. */
  max-height: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  max-height: fill-available;
  max-height: stretch;
  min-height: 100vw;
}

.hero-mobile__img {
  margin: 2px;
}

.hero-mobile img {
  width: calc(100vw - 8px);
  height: 100%;
  max-height: 160vw;
  position: absolute;
  margin: 2px;
  bottom: 0px;
  left: 0px;
  object-fit: cover;
}

.hero-mobile .btn .ct-text-block {
  margin: auto;
}

.hero-mobile .ct-headline {
  text-shadow: 1px 1px 5px #3992cc;
  text-shadow: -1px -1px 5px #3992cc;
}

.hero-mobile .btn {
  min-width: 250px;
}

.hero-mobile__btns {
  position: absolute;
  bottom: calc(1.2 * var(--spacing));
  left: var(--spacing);
  right: var(--spacing);
}

.hero-mobile__gradient {
  background: #3992cc;
  background: linear-gradient(0deg, rgba(57, 146, 204, 0) 0%, #3992cc 100%);
  width: 100%;
  height: 300px;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}

/*====== @benefits location features =======*/

.feature {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

.feature .ct-code-block {
  width: 100%;
  height: auto;
  xmin-height: auto;
}

.feature svg {
  width: 100%;
  max-width: calc(90px + 1vw);
  height: auto;
  margin-left: auto;
  margin-right: auto;
  xmargin-top: auto;
}

.feature .ct-headline {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #656565;
  font-weight: 600;
  max-width: 140px;
  margin-top: calc(1em + .5vw);
}

.features-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(18%, 200px));
  grid-column-gap: 3vw;
  grid-row-gap: 4vw;
  grid-column-gap: 20px;
  grid-row-gap: 2rem;
  margin-top: 3vw;
}

@media only screen and (max-width: 700px) {
  .features-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(18%, 180px));
    grid-column-gap: 0;
  }
}

.location-features__grid {
  justify-items: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(3, minmax(145px, 1fr));
  grid-column-gap: 3vw;
  grid-row-gap: 40px;
  display: grid;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .location-features__grid {
    justify-items: center;
    -webkit-align-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(2, minmax(145px, 1fr));
    grid-column-gap: 8vw;
    grid-row-gap: 10vw;
    display: grid;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}

@media only screen and (max-width: 400px) {
  .location-features__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8vw;
    grid-row-gap: 10vw;
    overflow-wrap: break-word;
  }

  .location-features__img .ct-headline {
    font-size: 1rem;
    max-width: 80%;
  }

  .location-features__img .gradient {
    height: 90% !important;
    opacity: .8 !important;
  }
}

.location-features__img {
  position: relative;
  border: var(--border);
  font-size: calc(.7rem + .4vw);
  font-size: clamp(1rem, calc(.7rem + .5vw), 1.5rem);
  background-color: var(--color-black);
  min-height: 5rem;
  min-width: 6rem;
}

.location-features__img .ct-headline {
  color: white;
  font-weight: 400;
  line-height: 1;
  font-size: inherit;
  position: absolute;
  top: .5em;
  left: .5em;
  z-index: 1;
  text-shadow: 0 0 3px black;
}

.location-features__img .gradient {
  width: 100%;
  height: 50%;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
}

.location-features__img img {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 966px) {
  .location-features__img .ct-headline {
    xfont-size: calc(.7em + 1vw);
  }
}

.location-features__line {
  width: 4px;
  height: 2em;
  background: var(--color-black);
  margin-left: calc(50% - 2px);
}

.location-features__time {
  text-align: left;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0.7em;
  padding-right: 0.7em;
  padding-bottom: 0.2em;
  background-color: #ffffff;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
  border: var(--border);
}

.location-features__time .piatka {
  margin-top: -2px;
  padding-bottom: 2px;
}

.location-features__minutes {
  font-size: 2.5rem;
  margin-right: .1em;
  margin-bottom: .05em;
}

.opg-logo {
  margin-top: 2em;
  max-width: 400px;
  width: 100%;
}

.deweloper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.deweloper .img-1 {
  min-width: 100%;
  max-height: 50%;
  min-height: 50%;
  width: 100%;
  background: red;
}

.deweloper .img-2-and-3 {
  height: 50%;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  xalign-items: stretch;
  min-width: 100%;
  xmin-height: 50%;
  max-height: 50%;
  background: blue;
}

.deweloper .img-2 {
  width: 30%;
  height: 100%;
  background: red;
}

.deweloper .img-3 {
  width: 70%;
  height: 100%;
  background: green;
}

@media only screen and (max-width: 966px) {
  .deweloper .block__big,
  .block__gallery--second {
    display: none;
  }
}

/*====== gradient =======*/

.gradient {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
}

/*====== lists =======*/

.oxy-rich-text ul,
.ct-text-block ul {
  line-height: 1.2;
  list-style-type: square;
  padding: 0;
  margin: 0;
  margin-left: 1.2em;
}

.oxy-rich-text li,
.ct-text-block li {
  margin-bottom: .8em;
}

.oxy-rich-text li:last-child,
.ct-text-block li:last-child {
  margin-bottom: 0;
}

.no-bullets ul {
  list-style-type: none !important;
  padding: 0;
  margin: 0;
  margin-left: 0;
}

/*====== btn settings ================ start */

/* --- btn shape & size */

.btn,
.wpgb-facet button.wpgb-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: var(--btn__font-size);
  font-weight: 600;
  font-family: inherit;
  line-height: 1.1;
  text-align: left;
  letter-spacingx: .2px;
  color: var(--color-black);
  background: white;
  opacity: 1;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  border: var(--border);
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-height: 2.3rem;
  margin-top: 2.3rem;
  color: inherit;
}

@media only screen and (max-width: 430px) {
  .btn {
    width: 100%;
  }
}

.btn.btn--amenities {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  border: 3px solid;
}

.btn--amenities .ct-code-block {
  border-left: 3px !important;
}

/* --- btn hover */

.btn:hover {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn .ct-code-block {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn:hover .ct-code-block {
  background: var(--color-black);
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn:hover svg {
  stroke: white;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.btn .ct-text-block,
.wpgb-facet button.wpgb-button {
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  /*overflow-wrap: break-word;*/
  -webkit-align-self: center;
  align-self: center;
}

/* --- arrow block size ---*/

.btn .ct-code-block {
  min-width: calc(2.3rem - var(--border__width));
  border-left: var(--border);
}

.btn svg {
  stroke: currentColor;
  stroke-width: var(--border__width);
  fill: none;
  width: 2rem;
}

.no-bg {
  background-color: unset;
}

.no-bg:hover {
  background-color: unset;
}

.btn__pair {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn__pair .btn {
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 13rem;
  -webkit-justify-content: center;
  justify-content: center;
}

* {
  scroll-margin-top: 500px;
}

.menu__container,
.page__content {
  width: 100%;
  max-width: var(--content__width);
  background-color: white;
  border: 2px solid var(--color-black);
  outline: 4px solid var(--color-black);
  outline-offset: -4px;
}

.page__content {
  margin-top: calc(var(--menu__height) - 4px);
  overflow-x: hidden;
}

.menu__container {
  display: none;
  max-height: var(--menu__height);
  overflow: hidden;
}

.mobile__menu {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: center;
  align-content: center;
  height: 50px;
  width: 100%;
  background-color: var(--color-black);
  color: white;
  z-index: 999;
}

.mobile__menu .ct-code-block {
  height: 100%;
}

.mobile__menu .ct-code-block svg {
  width: auto;
  height: 50px;
  padding-left: .8rem;
  padding-right: .8rem;
}

.mobile__menu .logo {
  max-width: 60vw;
}

/*= @menu desktop ======================================== */

@media only screen and (min-width: 966px) {
  :root {
    --menu__height: calc(70px + 3vw);
  }

  .menu__container {
    width: 100%;
    background: var(--menu__background-color);
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    xbox-shadow: var(--menu__shadow);
    z-index: 10;
    position: fixed;
  }

  .mobile__menu {
    display: none;
  }
}

.menu__txt-container {
  /*reset list defaults*/
  list-style: none;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
  cursor: default;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: auto;
  height: calc(var(--menu__height) / 2);
}

/* add \\\".menu--vertical\\\" class to shortcode block */

.menu--vertical .menu__txt-container {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu__txt-container a {
  display: inline-block;
  color: var(--menu__txt-color);
  font-size: var(--menu__font-size);
  font-weight: var(--menu__font-weight);
  letter-spacing: var(--menu__letter-spacing);
  -webkit-transition: color 0.1s ease;
  transition: color 0.1s ease;
  line-height: calc(var(--menu__height) / 2);
  xfont-size: calc(2.96875vw + 0.6799rem);
  font-size: clamp(0.9rem, calc(8px + .9vw), 1.3rem);
}

.menu__txt-container a:active {
  color: var(--menu__txt-color--active);
}

.menu__txt-container a:hover {
  color: var(--menu__txt-color--hover);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.current-menu-item a {
  color: var(--menu__txt-color--current);
}

.menu__txt-container > li:first-child a {
  padding-left: 0;
}

.menu__txt-container > li:last-child a {
  padding-right: 0;
}

.menu__txt-plus-btn .menu__txt-container > li:last-child a {
  padding-right: var(--menu__padding-horizontal);
}

.menu__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.menu__all-icons {
  min-height: 100%;
  width: 100%;
  xpadding-top: calc(var(--menu__height) * .1);
  xpadding-bottom: calc(var(--menu__height) * .1);
  padding-right: calc(4vw - (var(--menu__height) * .1));
  padding-left: calc(4vw - (var(--menu__height) * .1));
  background-color: var(--color-black);
}

.menu__icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.menu__icon svg {
  height: calc(var(--menu__height) / 2);
  width: auto;
  padding-top: 8px;
  padding-bottom: 8px;
}

.menu__icon text {
  font-family: Zilla Slab;
  font-size: 19.4px;
  font-weight: 500;
}

.menu__icon svg,
.menu__icon text {
  fill: white;
  -webkit-transition: fill .2s ease-in-out;
  transition: fill .2s ease-in-out;
}

.menu__icon:hover svg,
.menu__icon:hover text {
  fill: var(--color-yellow);
}

.menu-menu-container {
  min-width: 100%;
}

#menu-menu {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: calc(4vw - (var(--menu__height) * .1));
  padding-left: calc(4vw - (var(--menu__height) * .1));
}

.menu__links {
  height: calc(var(--menu__height) / 2);
}

.menu__links .bg-yellow {
  width: 5%;
  height: 100%;
  min-width: calc(var(--menu__height) * .15);
}

.menu__links .bg-red {
  width: 8%;
  height: 100%;
  min-width: calc(var(--menu__height) / 2);
}

.menu__links .bg-blue {
  width: 40%;
  height: 100%;
}

.menu__content {
  background-color: white;
  text-align: left;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-align-items: stretch;
  align-items: stretch;
  max-width: var(--content__width);
  position: fixed;
  xmargin-left: auto;
  xmargin-right: auto;
  xalign-content: center;
  top: 0;
  xleft: 0px;
  xright: 0px;
  z-index: 10000;
  outline: 3px solid var(--color-black);
  outline-offset: -4px;
}

.menu-vertical ul {
  /*mobile-menu*/
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.menu-vertical li {
  padding-top: .6em;
  padding-bottom: .6em;
}

.menu-vertical li a {
  font-size: 1.5rem;
}

.off-canvas-menu {
  max-height: 100px;
}

@media only screen and (max-width: 350px) {
  #-off-canvas-97-14 .offcanvas-inner {
    padding-left: 30px;
    padding-right: 30px;
    xpadding-top: 15px;
    padding-bottom: 60px;
  }
}

/*= @back to the top ======================================== */

.oxy-back-to-top_icon {
  background-color: red;
  color: white;
  opacity: 1;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
}

#-back-to-top-110-14 .oxy-back-to-top_icon {
  xborder-radius: 50%;
}

/*= @section ======================================== */

.section--reversed {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  outline: 2px solid var(--color-black);
  outline-offset: -2px;
}

.section--reversed {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media only screen and (max-width: 966px) {
  .section,
  .section--reversed {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .block__small,
  .block__big {
    width: 100%;
    max-width: unset;
    outline: unset;
  }

  .block__big {
    padding-top: 0;
  }
}

.section--centered {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: var(--spacing);
  outline: 2px solid var(--color-black);
  outline-offset: -2px;
}

.section--centered .ct-div-block {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.grow {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.map3d {
  overflow: hidden;
  max-height: 900px;
}

.map3d .btn {
  width: 100%;
  max-width: 300px;
}

.map3d .block__small {
  outline: none;
  padding-left: 0;
  z-index: 5;
  width: calc(40% - var(--spacing));
  min-height: 50vw;
}

.map3d .block__big {
  outline: none;
}

.map3d a .fill {
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.map3d a:hover > .fill {
  opacity: .5;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media only screen and (max-width: 966px) {
  .map3d {
    max-height: unset;
  }
}

.map3d__rooms-filter {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  min-width: 70px;
  max-width: 30%;
  xmax-width: 100px;
}

.map3d__rooms-filter svg {
  height: auto;
  width: 100%;
}

.map3d__rooms-filter:hover {
  transform: scale(1.1);
}

.map3d__svg {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  width: 20px;
}

.map3d__rooms {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5rem;
  padding-top: 2rem;
  xwidth: 100%;
  max-width: 320px;
}

@media only screen and (max-width: 1200px) {
  .map3d__svg {
    margin-left: -10%;
  }
}

@media only screen and (max-width: 966px) {
  .map3d .block__small {
    padding-left: var(--spacing);
    min-width: 100%;
    min-height: unset;
  }

  .map3d .img-bg {
    height: 100%;
  }

  .map3d .map3d__svg {
    min-width: 140%;
    margin-bottom: -5%;
    margin-top: -10%;
  }
}

.card__features a {
  opacity: .7;
}

.card__features a:hover {
  opacity: 1;
}

.card__content .ct-text-block {
  font-size: 1rem;
}

/*= @lokalizacja ======================================== */

.map-neighbourhood {
  width: 100%;
  padding: 2px;
}

/*= @footer ======================================== */

.footer {
  --color-footer: #d6d6d6;
  background-color: var(--color-black);
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: var(--color-footer);
  font-size: 1.2rem;
  line-height: 1;
  padding-top: unset;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.footer .ct-headline {
  color: var(--color-blue--light);
  margin-bottom: 1.1em;
  max-width: 30vw;
  font-size: calc(1rem + 1vw);
  margin-top: var(--spacing);
}

.footer a:not.footer__link-with-arrow,
.footer a::after {
  -webkit-transition: all .2s;
  transition: all .2s;
  color: inherit;
}

.footer a:hover {
  color: var(--color-yellow);
}

.footer__txt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  xbackground-color: midnightblue;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.footer__address,
.footer__links {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-right: 2rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.footer__contact-form {
  max-width: 400px;
}

.kontakt {
  min-height: calc(100vh - var(--menu__height));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.kontakt .footer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.footer__link-with-arrow {
  color: var(--color-blue--light);
  vertical-align: middle;
  margin-top: 2rem;
  margin-bottom: var(--spacing);
}

.footer__link-with-arrow::after {
  content: url("data:image/svg+xml,<svg width='26' viewBox='0 0 26 16' xmlns='http://www.w3.org/2000/svg'><path d='M23 8H0M17 1l7 7-7 7' fill='none' stroke='rgb(83 161 239)' stroke-width='2'/></svg>");
  margin-left: .5rem;
  vertical-align: inherit;
  height: 1rem;
  width: 1.625rem;
}

.footer__link-with-arrow:hover::after {
  content: url("data:image/svg+xml,<svg width='26' viewBox='0 0 26 16' xmlns='http://www.w3.org/2000/svg'><path d='M23 8H0M17 1l7 7-7 7' fill='none' stroke='rgb(255, 188, 84)' stroke-width='2'/></svg>");
  height: 1rem;
  width: 1.625rem;
}

.footer__links__items > a {
  color: inherit;
  padding-bottom: .7rem;
  padding-top: .7rem;
}

.footer__links__items > a:last-child {
  margin-bottom: -.7rem;
}

.footer__links__items > a:nth-child(2) {
  margin-top: -.7rem;
}

.footer__email {
  margin-top: 1em;
}

.footer__phone {
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: .03em;
  margin-top: .8em;
  color: var(--color-footer);
}

.footer__logo {
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: start;
  align-items: start;
  transform: translateY(-100%);
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__logo .ct-code-block {
  height: 2.7em;
  margin-top: 1.5rem;
  margin-right: 1em;
}

.footer__logo .ct-text-block {
  margin-top: 1.3em;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  padding-right: 2rem;
}

@media only screen and (max-width: 966px) {
  .footer__logo {
    transform: translateY(0);
    margin-top: var(--spacing);
  }
}

.footer__people {
  min-width: 33%;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}

.opiekun__single {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}

.opiekun__single img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 1000px;
}

.opiekun__single:not(:last-child) {
  margin-bottom: 2em;
  margin-top: -.3em;
}

.opiekun__name {
  font-size: 1.2rem;
  font-weight: 900;
  letter-spacing: .03em;
}

.opiekun__email {
  margin-top: .5em;
}

.footer-mini {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background-color: #242424;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: var(--spacing);
  padding-right: var(--spacing);
  color: #9b9b9b;
  font-size: 1.1rem;
}

.footer-mini a {
  color: inherit;
}

.footer-mini a:hover {
  color: var(--color-yellow);
}

.footer-mini .ct-code-block,
.footer-mini .ct-link-text {
  padding-bottom: .5rem;
  padding-top: .5rem;
}

.footer-mini__rights-and-privacy {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1020px) {
  .footer-mini {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .footer-mini__divider {
    width: 0;
    min-height: 1.1em;
    border-left: 1px solid;
    margin-left: 1em;
    margin-right: 1em;
    margin-top: .2em;
  }

  .footer-mini,
  .footer-mini__rights-and-privacy {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/*  =========================

    apartments

    ========================= */

.xwpgb-facet-9 {
  display: none;
}

.apt-filter__grid {
  display: grid !important;
  -webkit-align-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-column-gap: 5vw;
  grid-row-gap: calc(3vw + 15px);
  width: 100%;
  margin-top: 40px;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.apt-filter__single {
  xmax-width: 200px;
  xmargin-top: 40px;
  xwidth: 100%;
}

.apt-list__grid {
  display: grid !important;
  -webkit-align-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: calc(1vw + 10px);
  gap: calc(1vw + 10px);
  width: 100%;
  margin-top: 40px;
}

.content {
  margin-bottom: var(--spacing);
}

.apt-list__card {
  background-color: #f5f5f5;
  width: 100%;
  --apt-list__padding: calc(1vw + 15px);
}

.card__img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  background-color: #e2e2e2;
  padding: var(--apt-list__padding);
  min-height: 235px;
  max-height: 400px;
}

.card__img img {
  max-height: 300px;
  max-width: 300px;
  object-fit: contain;
  width: 100%;
  height: 100%;
  xmix-blend-mode: multiply;
}

.card__content {
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: var(--apt-list__padding);
  width: 100%;
  xmax-width: 350px;
  xmin-width: 300px;
  max-width: calc(50vw - 2*var(--spacing));
  xmin-width: 330px;
}

.card__title-and-price {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1em;
  text-align: left;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 1.05rem;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: .5em;
  gap: .5em;
}

.card__title {
  font-family: 'Zilla Slab';
  font-size: 20px;
  color: #4f4f4f;
  font-weight: 900;
}

.card__features {
  display: grid;
  justify-items: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 20px;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 100%;
}

@media only screen and (max-width: 966px) and (min-width: 767px) {
  .apt-list__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .apt-list__card {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }

  .apt-list__card {
    --apt-list__padding: 4vw;
  }
}

/*  =========================

    patroni

    ========================= */

.patron {
  background-color: #014a8f;
  color: white;
}

.all-patrons > div:first-child {
  background: #e20072;
}

.all-patrons > div:last-child {
  background: #d4430a;
}

* {
  --patron-img-size: 500px;
}

@media only screen and (max-width: 1700px) {
  * {
    --patron-img-size: calc(20vw + 200px);
  }
}

@media only screen and (max-width: 1250px) {
  * {
    --patron-img-size: calc(520px - 5vw);
  }

  .patron__content {
    xpadding-right: 0;
    xmargin-right: -60px;
    z-index: 5;
  }
}

@media only screen and (max-width: 966px) {
  * {
    --patron-img-size: 500px;
  }

  .patron {
    -webkit-flex-direction: column-reverse !important;
    -moz-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    height: auto;
  }

  .patron__content {
    max-width: 100%;
    border-top: 4px solid var(--color-black);
    padding-right: var(--spacing);
    margin-right: 0;
  }

  .patron__img {
    width: 70%;
    margin-left: auto;
    height: auto;
  }

  img {
    object-fit: cover;
  }
}

.fade-in,
.page__content,
section {
  -webkit-animation: fadein 1s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 1s;
  /* Firefox < 16 */
  -ms-animation: fadein 1s;
  /* Internet Explorer */
  -o-animation: fadein 1s;
  /* Opera < 12.1 */
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */

@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ######## WPGB overrides ================ start */

.wpgb-facet .wpgb-facet-title {
  margin-bottom: 12px;
}

.wpgb-facet .wpgb-range-thumb:focus {
  outline: none;
}

.wpgb-facet button.wpgb-reset[disabled] {
  display: none;
}

/* ######## WPGB overrides ================ end */

/* ######## @cf7 Contact form 7 ================ start */

.contact-form__content .oxy-rich-text p {
  margin-block-start: 0em;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  margin-top: 0px;
}

.contact-form__content a {
  color: black;
}

.contact-form__content a:hover {
  color: var(--color__accent);
}

div.wpcf7 {
  --cf-font-color: white;
  --cf-font-family: unset;
  --cf-font-size: 16px;
  --cf-font-weight: 300;
  --cf-form-margin-top: 7px;
  --cf-input-field-background-color: rgba(255,255,255,.1);
  --cf-input-field-border-color: unset;
  --cf-input-field-border-width: 0px;
  --cf-input-field-border-style: solid;
  --cf-input-field-padding: 10px 15px;
  --cf-input-field-distance: 22px;
  --cf-input-field-font-color: var(--cf-font-color);
  --cf-input-field-font-family: var(--cf-font-family);
  --cf-input-field-font-size: var(--cf-font-size);
  --cf-input-field-font-weight: var(--cf-font-weight);
  --cf-input-field-placeholder-font-color: var(--cf-font-color);
  --cf-message-box-background-color: rgba(255,255,255,.2);
  --cf-message-box-padding: var(--cf-input-field-padding);
  xmax-width: calc(100vw - 100px);
}

/* Contact form 7 >> reset blue border */

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
  /*
	outline:0px !important;
	-webkit-appearance:none;
	box-shadow: none !important;
*/
}

input[type=radio] {
  filter: hue-rotate(300deg);
}

/* Contact form 7 >> general definition of input fields */

.wpcf7-list-item a {
  color: var(--color-blue);
  transform: color .2s ease-in-out;
}

/* Contact form 7 >> a whole form top margin */

div.wpcf7 {
  margin-top: var(--cf-form-margin-top);
}

/* Contact form 7 >> Form Paragraph */

.wpcf7 p {
  position: relative;
  overflow: hidden;
  display: block;
  margin-block-start: 0;
  margin-block-end: var(--cf-input-field-distance);
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.wpcf7 .ct-link-button {
  margin-top: var(--cf-input-field-distance);
}

/* Contact form 7 >> Form Field Wrapper */

.wpcf7 span.wpcf7-form-control-wrap {
  position: static;
}

/* Contact form 7 >> Form Input Field */

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=file],
.wpcf7 textarea,
.wpcf7 select {
  padding: var(--cf-input-field-padding);
  font-family: var(--cf-input-field-font-family);
  color: var(--cf-input-field-font-color);
  font-size: var(--cf-input-field-font-size);
  font-weight: var(--cf-input-field-font-weight);
  background-color: var(--cf-input-field-background-color);
  min-width: 100%;
  max-width: 100%;
  border-width: var(--cf-input-field-border-width);
  border-style: var(--cf-input-field-border-style);
  border-color: var(--cf-input-field-border-color);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

/* Contact form 7 >> Drop down menu arrow */

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
  color: var(--cf-input-field-placeholder-font-color);
}

/* Contact form 7 >> Drop down menu arrow */

.wpcf7 select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml;charset=utf-8,\a 	<svg xmlns="http://www.w3.org/2000/svg" \a 	width="96.2" \a 	height="96.2"\a 	fill="var(--cf-input-field-text-color)">\a 	<path d="M.6 21l46 57.6a2 2 0 003 0l46-57.6a2.9 2.9 0 00.2-3 2 2 0 00-1.7-1.1H2a2 2 0 00-1.8 1l-.2.4c-.2 1 0 2 .5 2.7z"/>\a 	</svg>\a 	') 98.5% / 5% no-repeat;
  background-color: var(--cf-input-field-background-color);
}

.wpcf7 .btn {
  margin: 0;
  color: white;
  background-color: var(--color-blue);
  font-size: calc(1rem + .2vw);
  padding-left: .8rem;
  padding-right: .8rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
  border-color: var(--color-blue);
}

.wpcf7 .btn:hover {
  border-color: white;
}

.wpcf7 select::-ms-expand {
  display: none;
}

/* Contact form 7 >> Checkbox or Radio Button Wrapper */

.wpcf7 .wpcf7-list-item {
  position: relative;
  display: block;
  margin: 0;
  line-height: 1.25;
}

/* Contact form 7 >> Quiz Question Label */

.wpcf7 .wpcf7-quiz-label {
  display: block;
}

/* Contact form 7 >> Captcha Image */

.wpcf7 img.wpcf7-captchac {
  border-color: #FFFFFF;
  border-width: 4px;
  display: block;
}

/*
Contact form 7 >> Form Submit Button
.wpcf7 input.wpcf7-submit[type=submit] {
	@extend .btn;
}
*/

/* Contact form 7 >> Form Field Error Highlight (if ajax) */

span.wpcf7-not-valid-tip {
  xtext-indent: 9999px;
  background-color: transparent;
  xwidth: 65%;
  position: absolute;
  top: 0;
  left: 38%;
  right: 0;
  display: block;
  xpadding: var(--cf-input-field-padding);
  opacity: 0;
}

/* Contact form 7 >> Form Field Error Message (if no ajax) */

span.wpcf7-not-valid-tip-no-ajax {
  text-align: right;
  width: 63%;
  display: block;
}

/* Contact form 7 >> Ajax Message */

div.wpcf7-response-output {
  background-color: var(--cf-message-box-background-color);
  color: var(--cf-input-field-placeholder-font-color);
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: var(--cf-message-box-padding);
  border: 2px solid #00a0d2;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7-radio-item span {
  margin-top: 15px;
  margin-bottom: 15px;
}

.wpcf7-radio-item .wpcf7-list-item-label {
  margin-left: 10px;
  color: var(--cf-input-field-font-color);
}

.mbank__5050 img {
  object-fit: cover;
  object-position: left bottom;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 1023px) {
  .mbank__5050 {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-width: 100%;
    -webkit-align-items: stretch;
    align-items: stretch;
  }

  .block__half {
    width: 100%;
    max-width: 700px;
  }
}

@media only screen and (max-width: 1023px) {
  .mbank__logo {
    margin-top: 3vw !important;
    margin-bottom: 3vw !important;
    max-width: 27vw;
  }
}
