.projects-single__hero .slider-container .controls .prev {
  left: 50px;
}
.projects-single__hero .slider-container .controls .next {
  right: 50px;
}


.projects-single__hero #hero-scroll-down-arrow {
  bottom: 0rem;

}
.projects-single__hero img.has-hover-scale-up {
  height: 46px !important;
  width: 46px !important;
}
section.page-section.projects-single__section.section--dark-grey.relative {
  padding-top: 0 !important;
}
.projects-single__section:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 2px;
  height: 60px;
  background: #6e6e6e;
}
.projects-single__section {
  position: relative;
}
.projects-single__hero .tns-item img {
  opacity: 0.35;
  transition: linear 0.2s all;
}
.projects-single__hero .tns-slide-active img {
  opacity: 1 !important;
  transition: linear 0.2s all;
}
.projects-single__hero .slider-container .controls .prev {
  left: 30px;
  z-index: 100;
  transform: rotate(90deg);
}

.projects-single__hero .slider-container .controls .next {
  right: 30px;
  z-index: 100;
  transform: rotate(-90deg);
}

.projects-single__hero .slider-container{
  position: relative;
}
.projects-single__hero {
  padding-top: 150px;
}

.projects-single__hero #tns1-iw{
  padding: 0 25px;
  width: 50%;
  margin: auto;
}
.projects-single__hero img:hover {
  transform: scale(1);
}

.projects-single__hero img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  padding: 0 2px;
}
.projects-single {
  padding-top: 80px;
}
.projects-single__hero .slider-container .tns-ovh{
  width: 100%;
}

.projects-single h5 {
  text-align: center;
  font-size: 40px;
  color: white;
  text-transform: uppercase;
}
.projects-single p {
  color: white;
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  max-width: 80%;
  margin: auto;
  padding: 30px 50px 60px 50px;
  font-weight: 300;
}


.projects-single__gallery-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  max-width: 85%;
  margin: auto;

}

.projects-single__gallery-wrap img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
@media only screen and (max-width: 900px) {
  .projects-single__btn{
    width: 100%;
    margin: auto;
  }
  .projects-single__hero a#hero-scroll-down-arrow{
    display: none;
  }
  .projects-single__hero {
    padding-top: 65px;
}
  .projects-single__hero #tns1-iw {
    width: 75%;

  }
  .projects-single__hero img{
    height: auto;
  }
  .projects-single__gallery-wrap img {
    height: 240px;
}
  .projects-single__gallery-wrap{
    max-width: 100%;
  }
  .projects-single p{
    max-width: 100%;
    font-size: 18px;
    padding: 30px 0;
  }

}
@media only screen and (max-width: 600px) {
  .projects-single__hero img {
    height: 350px;
}
  .projects-single__hero #tns1-iw {
    padding: 0 50px;
    width: 80%;
}
  .projects-single__gallery-wrap{
    grid-template-columns: 1fr;
  }

}

.bg--light-grey,
.section--light-grey {
  background-color: #EAEAEA;
}

.bg--dark-grey,
.section--dark-grey {
  background-color: #343434;
}

.text--light-grey {
  color: #EAEAEA;
}

.text--lighter-grey {
  color: #AFAFAF;
}

.border--top-light {
  border-top: 1px solid #AFAFAF;
}

.border--bottom-light,
.section--line-bottom {
  border-bottom: 1px solid #AFAFAF;
}

.page-section-top {
  padding-top: 10rem;
  position: relative;
}

@media only screen and (min-width: 900px) {
  .page-section-top::before {
    content:'';
    background-image: url('../../img/section-decoration-lines.svg');
    width: 68px;
    height: 141px;
    position: absolute;
    right: 0;
    top: 56vh;
  }
}

.page-section-top-border::before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  max-width: 1200px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border-top: 1px solid #AFAFAF;
}

@media only screen and (max-width: 1560px) {
  .page-section-top-border::before {
	  max-width: 1060px;
  }
}

.page-section-bottom-border::before {
  content: '';
  margin: auto;
  position: absolute;
  left: 0; bottom: 0; right: 0;
  max-width: 1200px;
  width: 100%;
  height: 1px;
  margin: 0 auto;
  border-bottom: 1px solid #AFAFAF;
}

@media only screen and (max-width: 1560px) {
  .page-section-bottom-border::before {
	  max-width: 1060px;
  }
}

.separator-border-line-bottom {
  width: 100%;
  max-width: 1200px;
  border-bottom: 1px solid #AFAFAF;
}

.page-content-block-wrap {
  /* max-width: 1366px; */
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1560px) {
  .page-content-block-wrap {
	  max-width: 1060px;
  }
}

.page-content-block-wrap-bottom {
  /* max-width: 1366px; */
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media only screen and (max-width: 1560px) {
  .page-content-block-wrap-bottom {
	  max-width: 1060px;
  }
}

@media only screen and (min-width: 900px) {
  .page-content-block-wrap {
    min-height: 400px;
  }
}

.force-pt-0 {
  padding-top: 0 !important;
}

.force-pb-0 {
  padding-bottom: 0 !important;
}

@media only screen and (min-width: 900px) {
  .bg-vertical-center-line::after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '';
    border-right: 1px solid #AFAFAF;
    width: 1px;
    height: 100%;
    z-index: -1;
  }
  .bg-vertical-center-line-dark {
    z-index: 0;
  }
}

@media only screen and (min-width: 900px) {
  .content-col--text-left {
    padding: 0 5rem 0 0;
  }
}

.content-col--text-right {
  padding: 1rem 0 0 5rem;
}

@media only screen and (max-width: 899px) {
  .content-col--text-right {
    padding: 1rem 0 0 0;
  }
}

@media only screen and (min-width: 900px) {
  .block-padding-right {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media only screen and (min-width: 900px) {
  .block-padding-left {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}

@media only screen and (max-width: 899px) {
  .h2-vertical-title {
    width: 100%;
    text-align: center;
    position: relative;
  }
}

@media only screen and (min-width: 900px) {
  .vertical-title-wrap {
    white-space: nowrap;
    position: absolute;
    right: 100%;
    top: 25%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .h2-vertical-title {
    transform-origin: top right 0;
    transform: rotate( 270deg );
    width: 383px;
    text-align: center;
    padding-top: 1rem;
    font-size: 18px;
    line-height: 22px;
  }

  .h2-vertical-title span {
    display: block;
    position: relative;
  }
}

@media only screen and (max-width: 899px) {
  .vertical-title-wrap {
    position: relative;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 899px) {
  .vertical-title-wrap::before {
    position: absolute;
    left: 0;
    top: 37px;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #000;
  }

  .section--dark-grey .vertical-title-wrap::before {
    background-color: #fff;
  }
}

.h2-vertical-title div {
  position: relative;
  background-color: #fff;
  display: inline-block;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 18px;
  font-weight: 100;
}

@media only screen and (max-width: 599px) {
  .h2-vertical-title div {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 899px) {
  .h2-vertical-title div {
    position: initial;
    max-width: 80%;
    line-height: 1.4;
  }
}

.h2-vertical-title div::before {
  position: absolute;
  right: -100px;
  top: 10px;
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 899px) {
  .h2-vertical-title div::before {
    display: none;
  }
}

.h2-vertical-title div::after {
  position: absolute;
  left: -100px;
  top: 10px;
  content: '';
  width: 100px;
  height: 1px;
  background-color: #000;
}

@media only screen and (max-width: 899px) {
  .h2-vertical-title div::after {
    display: none;
  }
}

.h2-vertical-title.h2-vertical-title-dark div::before,
.h2-vertical-title.h2-vertical-title-dark div::after {
  border-bottom: 1px solid #AFAFAF;
}

.h2-vertical-title-dark div {
  background-color: #343434;
  color: #AFAFAF;
}

.h2-vertical-title div.title-bg-light-grey {
  background-color:  #EAEAEA;
}

/*
.h2-vertical-title span::after {
  content: '';
  border-bottom: 1px solid #000;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: -1;
}

.h2-vertical-title.h2-vertical-title-dark span::after {
  border-bottom: 1px solid #AFAFAF;
}
*/

.image-grid-item--about-short {
  max-width: 90%;
}

@media only screen and (max-width: 899px) {
  .image-grid-item--about-short {
    max-width: 100%;
  }
}

.section-after--about {
  position: absolute;
  width: 60%;
  left: 16%;
  margin-top: 4rem;
}

@media only screen and (max-width: 899px) {
  .section-after--about {
    width: 80%;
    position: initial;
    margin: 1rem auto 2rem auto;
  }
}

.image-after--tao-towel {
  position: absolute;
  width: 46%;
  bottom: -58%;
  left: 24%;
}

@media only screen and (max-width: 899px) {
  .image-after--tao-towel {
    width: 60%;
    position: initial;
    margin: -1rem auto 2rem auto;
  }
}

.image-after--aquamarine-spa-empty,
.image-after--aquafloors-empty {
  position: absolute;
  width: 46%;
  bottom: -48%;
  left: 24%;
}

@media only screen and (max-width: 899px) {
  .image-after--aquamarine-spa-empty,
  .image-after--aquafloors-empty {
    width: 60%;
    position: initial;
    margin: -1rem auto 4rem auto;
  }
}

.image-after--neo-pool {
  position: absolute;
  width: 67%;
  bottom: -66%;
  left: 13%;
}

@media only screen and (max-width: 899px) {
  .image-after--neo-pool {
    width: 80%;
    position: initial;
    margin: -1rem auto 4rem auto;
  }
}

.logo-klafs--small-opacity {
  opacity: .3;
  width: 131px;
  height: auto;
}

.page-section-bottom .page-section-card--title-block {
  background-image: url('../../img/bg-card-clouds.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  min-height: 292px;
  -webkit-transition: all 800ms cubic-bezier(.17, .04, .03, .94);
  -moz-transition: all 800ms cubic-bezier(.17, .04, .03, .94);
  -o-transition: all 800ms cubic-bezier(.17, .04, .03, .94);
  transition: all 800ms cubic-bezier(.17, .04, .03, .94);
}

.page-section-bottom .page-section-card--title-block:hover {
  background-size: 120%;
}

@media only screen and (max-width: 599px) {
  .page-section-bottom .page-section-card--title-block {
	  min-height: 135px;
    margin-bottom: 4rem;
    background-size: 76%;
  }

  .page-section-bottom .page-section-card p {
    font-size: 24px;
  }
}

.page-bottom-block-wrap .paragraph-bigger,
.h3-section-bottom-title {
  color: #fff;
  font-weight: 100;
}

.h3-section-bottom-title {
  font-size: 50px;
  line-height: 55px;
  max-width: 20rem;
  -webkit-transition: all 300ms cubic-bezier(.17, .04, .03, .94);
  -moz-transition: all 300ms cubic-bezier(.17, .04, .03, .94);
  -o-transition: all 300ms cubic-bezier(.17, .04, .03, .94);
  transition: all 300ms cubic-bezier(.17, .04, .03, .94);
  text-shadow: 0 0 15px rgba(255,255,255,0.1);
}

@media only screen and (max-width: 1399px) {
  .h3-section-bottom-title {
    font-size: 36px;
  }
}

.page-section-card--title-block:hover .h3-section-bottom-title {
  text-shadow: 0 0 35px rgba(255,255,255,1);
}

.block-borders--top-bottom {
  border-top: 1px solid #AFAFAF;
  border-bottom: 1px solid #AFAFAF;
}


.button-dark-outline {
  display: block;
  max-width: 260px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 100;
  line-height: 22px;
  text-transform: uppercase;
  padding: .8rem 2rem;
  text-align: center;
}

.hero-btn__group  span.button.button-dark-outline.mx-auto {
  padding: 20px 15px;
}

@media only screen and (max-width: 600px) {
  .hero-btn__group img {
    display: none;
  }
  .hero-btn__group {
    margin-top: 50px;
  }
}

.button-dark-outline-send {
  display: inline-block;
  max-width: 260px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 26px;
  font-weight: 100;
  line-height: 36px;
  text-transform: uppercase;
  padding: 1rem 5rem;
  text-align: center;
}

@media only screen and (min-width: 899px) {
  .z-index-negative {
    z-index: -1;
  }
}

.page-section-contacts-our-team {
  padding-top: 0 !important;
  margin-top: -3rem !important;
}

.grid-card-our-team {
  font-size: 20px;
  line-height: 32px;
  font-weight: 100;
  min-height: 280px;
}

@media only screen and (max-width:1599px) {
  .grid-card-our-team {
    min-height: 295px;
  }
}

@media only screen and (max-width:899px) {
  .grid-card-our-team {
    padding-bottom: 4rem;
    min-height: 322px;
  }
}

@media only screen and (max-width:1099px) {
  .grid-card-our-team {
    min-height: 322px;
  }
}

.grid-card-our-team .grid-card-name {
  font-weight: 600;
  margin-top: 3rem;
}

.grid-logo-item {
  display: flex;
}

.grid-card-position {
 margin-bottom: auto;
}

@media only screen and (max-width:899px) {
  .imaginox-group-logos .grid-logo-item {
    padding: 2rem 0;
  }
}

.map-world-legend ul {
  width: fit-content;
  margin: 0 auto;
}



.map-world-legend li {
  display: inline-block;
  color: #AFAFAF;
  padding: 0 1rem;
}

.map-legend-dot-blue,
.map-legend-dot-ocher {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: .5rem;
}
.map-legend-dot-blue {
  background-color: #0ABAC2;
}

.map-legend-dot-ocher {
  background-color: #D3BCA1;
}

.grid-contacts-text .paragraph {
  font-size: 23px;
  font-weight: 100;
  line-height: 38px;
}

.section-map-wrap {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  min-height: 700px;
}
.section-map-main {
  width: 100%;
  height: 100%;
  position: absolute !important;
}
/*
.section-map-ticket {
  position: absolute;
  width: 100%;
  max-width: 225px;
  background: white;
  top: 0;
  left: 0;
  opacity: 0;
}
.section-map-ticket.is-active {
  opacity: 1;
}

.js-ticket-image {
  height: 125px;
}
.js-ticket-title {
  padding: 1rem 0.25rem;
  font-size: 1rem;
  text-align: center;
  font-weight: 500;
}
.js-ticket-image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
*/

/************************************************************************************/
/* Map */
/************************************************************************************/

.section--map .input-wrap {
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 899px) {
  .section--map .input-wrap {
    margin-bottom: 30px;
 }
}
.section--map .select-wrap {
  display: flex;
  flex-direction: column;
}
.section--map .input-wrap.is-active .form-select, .section--map .wpcf7-form-control-wrap.is-active .form-select {
  top: 100%;
  left: 0;
  width: 100%;
}
@media (max-width: 899px) {
  .section--map .input-wrap.is-active .form-select, .section--map .wpcf7-form-control-wrap.is-active .form-select {
    background: #141414;
 }
}
.section--map .input-wrap.is-errored .input--textarea:focus, .section--map .input-wrap.is-errored .input:focus, .section--map .wpcf7-form-control-wrap.is-errored .input--textarea:focus, .section--map .wpcf7-form-control-wrap.is-errored .input:focus {
  border-bottom: 2px solid #a80000;
}
.section--map .input-wrap.is-errored .input + .input-label, .section--map .input-wrap.is-errored .input--textarea + .input-label, .section--map .wpcf7-form-control-wrap.is-errored .input + .input-label, .section--map .wpcf7-form-control-wrap.is-errored .input--textarea + .input-label {
  color: #a80000;
}
.section--map .input {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  min-height: 68px;
  font-size: 19px;
  color: #333;
  padding: 28px 0 0 0;
  transition: transform 0.4s, opacity 0.4s, border 0.4s, box-shadow 0.4s;
  border: 1px solid #000;
  background-color: transparent;
  border-bottom: 1px solid #848484;
  border-radius: 0;
}
@media (max-width: 899px) {
  .section--map .input {
    font-size: 17px;
 }
}
.section--map textarea.input {
  min-height: 32px;
  height: auto;
  max-height: 320px;
  max-width: 100%;
  min-width: 100%;
  margin-top: 66px;
  overflow: auto;
  padding: 0;
  border-radius: 0;
}
@media (max-width: 899px) {
  .section--map textarea.input {
    margin-top: 41px;
 }
}
.section--map select.input {
  font-family: inherit;
  color: #333;
  padding: 7px 0 7px 0;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 32px 0 0 0;
  border: 1px solid #000;
  background-color: transparent;
  border-bottom: 1px solid #848484;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-image: url(../../../themes/imaginox/assets/icons/ios-arrow-down.svg);
  background-repeat: no-repeat, repeat;
  background-position: right 10px bottom 40%;
  background-size: 14px;
  outline: none;
}
.section--map .form-select {
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 20;
  height: 258px;
  overflow: auto;
}
.section--map select.input::-ms-expand {
  display: none;
}
.section--map select.input:hover {
  cursor: pointer;
}
.section--map select.input:focus {
  box-shadow: 0 12px 34px -28px rgba(0, 0, 0, .35);
}
.section--map select.input option {
  font-weight: 400;
}
.section--map select.input option:first-child {
  color: #666;
}
.section--map select.input:disabled, .section--map select.input[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed;
}
.section--map .input--country-select {
  position: relative;
  display: block;
  width: 100%;
  height: 72px;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 25px 70px 0 35px;
  cursor: pointer;
  transition: all 0.4s;
  border: 2px solid #000;
  background-color: #343434;
  border-color: #fff;
}
@media (max-width: 899px) {
  .section--map .input--country-select {
    height: 66px;
    font-size: 17px;
    padding: 20px 70px 0 25px;
 }
}
.section--map .input--country-select:hover {
  background-color: #555;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, .35);
}
.section--map .input.filled + * + .input-label, .section--map .input.filled + .input-label, .section--map .input:focus + * + .input-label, .section--map .input:focus + .input-label {
  transform: scale(0.66) translateY(-14px) translateX(20px);
  opacity: 0.66;
}
.section--map .is-focus >
.input-label, .section--map .is-filled >
.input-label {
  transform: scale(0.66) translateY(-38px) translateX(0);
  opacity: 0.66;
}
.section--map .is-focus .input {
  box-shadow: 0 12px 34px -28px rgba(0, 0, 0, .35);
}
.section--map .is-focus textarea.input {
  box-shadow: 0 6px 16px -11px rgba(0, 0, 0, .35);
}
.section--map .input--country-select:focus + .input-label {
  color: #000;
}
.section--map .input--country-select:focus {
  border-bottom: 2px solid #002fa8;
}
.section--map .input--country-select:disabled {
  border-bottom: none;
}
.section--map .input--country-select:disabled:hover {
  background-color: #d8d8d8;
}
.section--map .wpcf7-form.invalid .input.wpcf7-not-valid {
  border-bottom: 1px solid red;
}
.section--map .input-required::before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  position: absolute;
  left: -22px;
  bottom: 15px;
  background: #00b4cd;
}
.section--map .wpcf7-form-control-wrap {
  display: block;
}
.section--map .wpcf7-not-valid-tip {
  font-size: 14px !important;
  margin-top: 6px;
  position: absolute;
  width: 100%;
  visibility: visible;
}
.section--map button, .section--map input, .section--map input[type=submit], .section--map textarea {
  outline: 0;
}
.section--map label {
  display: inline-block;
}
.section--map .input-label {
  position: absolute;
  top: 38px;
  left: 0;
  font-size: 19px;
  color: #000;
  padding: 0;
  transition: all 0.4s;
  pointer-events: none;
  z-index: 99;
  transform-origin: 0 50%;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
}
@media (max-width: 899px) {
  .section--map .input-label {
    font-size: 17px;
 }
}
.section--map .select-label {
  top: 0;
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 28px 35px 0 35px;
}
.section--map .textarea-label {
  top: 2px;
}
@media (max-width: 899px) {
  .section--map .select-label {
    padding: 25px 35px 0 25px;
 }
}
.section--map .input-label--white {
  color: #fff;
}
.section--map .input-sent {
  position: relative;
  color: #002fa8;
  text-align: right;
  margin-top: 23px;
  font-weight: 500;
  font-size: 12px;
}
.section--map .option {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 500;
  border: 0;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  background: none;
  padding: 12px 35px;
  cursor: pointer;
  background-color: #343434;
  transition: background-color 0.2s;
}
@media (max-width: 899px) {
  .section--map .option {
    padding: 10px 25px;
 }
}
.section--map .option[data-default="true"] {
  font-weight: 700;
}
.section--map .option:hover {
  background-color: #555;
}
.section--map .input-text {
  position: relative;
  top: 10px;
}
.section--map .form__icon--select {
  position: absolute;
  right: 0;
  top: 0;
  flex: none;
  cursor: pointer;
  width: 70px;
  height: 100%;
  fill: transparent;
  border-left: 2px solid #fff;
}
@media (max-width: 899px) {
  .section--map .form__icon--select {
    width: 66px;
 }
}
.section--map .form__icon--select::before {
  content: '';
  display: block;
  position: absolute;
  top: 25px;
  left: 21px;
  background-image: url(../../img/ios-arrow-round.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 20px;
  transition: all 0.2s;
}
@media (max-width: 899px) {
  .section--map .form__icon--select::before {
    top: 22px;
    left: 20px;
 }
}
.section--map .input-wrap.is-active .form__icon--select::before {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}
.section--map .input-wrap:hover:not(.is-active) .form__icon--select::before {
  top: 28px;
}
@media (max-width: 899px) {
  .section--map .input-wrap:hover:not(.is-active) .form__icon--select::before {
    top: 25px;
 }
}
.section--map input[type=checkbox] {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: auto;
  font-size: 11px;
  height: 21px;
  min-height: 0;
}
.section--map-float-wrap {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}
.section--map-float-wrap-col {
  position: relative;
  width: 100%;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.section--map h3 {
  font-size: 70px;
  line-height: 1.22;
  font-weight: 300;
  letter-spacing: -.04ex;
  color: white;
  position: relative;
  margin-bottom: .66em;
}
.section--map input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 26px;
  top: 0;
  left: 0;
  border: 1px solid #848484;
  border-radius: 0;
  background-color: #fff;
}
.section--map input[type=checkbox]:checked:after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  border: solid #00b4cd;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: 10px;
}

.infoWindow {
  position: relative;
  padding: 16px 32px 24px;
  min-width: 250px;
}
#close-it {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 22px;
  height: 22px;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
#close-it::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../img/close-bk.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.infoWindowImage {
  max-width: 250px;
  height: 125px;
}
.infoWindowImage img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.infoWindowText {
  padding: 0;
  font-family: "SF Compact Text", Helvetica, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.infoWindowLogo {
  width: 100%;
  margin: auto;
  padding: 10px;
  margin-bottom: 10px;
}
.infoWindowLogo img {
	width: 120px;
  height: auto;
  max-height: 60px;
	object-fit: contain;
	object-position: 50% 0%;
  margin: auto;
}
.gm-style-iw-c, .gm-style-iw-d {
  padding: 0!important;
}
.gm-ui-hover-effect {
  display: none!important;
}
.gm-style-iw-d {
  overflow: hidden !important;
}

.page-content-col--video .icon-play-video {
  width: 80px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.section--contact-map {
  min-height: 455px;
	width: 100%;
}

/************************************************************************************/
/* AQUAFLOORS VIDEO POPUP */
/************************************************************************************/

#headerPopup,
#headerPopup2{
  width:75%;
  margin:0 auto;
}

#headerPopup .video-wrapper,
#headerPopup2 .video-wrapper {
  width:100%;
  max-width: 1024px;
  height: auto;
  margin:0 auto;
}

/************************************************************************************/
/* Contact Information Section */
/************************************************************************************/
@media only screen and (max-width: 1560px) {
  .contact-information-text p,
  .contact-information-text-showrooms p {
    font-size: 18px;
  }
}

/************************************************************************************/
/* PRODUCT RANGE */
/************************************************************************************/

.section-product-range {
  padding-bottom: 8rem;
}

@media (max-width: 899px) {
  .section-product-range {
    padding-bottom: 4rem;
  }
}

.section-product-range .swipper-block-right {
  max-height: 600px;
  overflow: hidden;
  position: relative;
  width: 85%;
}

.section-product-range .swipper-block-right img {
  position: absolute;
  bottom: -5%;
}

.h3-product-range-mobile,
.hr-product-range {
  display: none;
}

@media (max-width: 899px) {

  .swiper-wrapper {
    height: 100% !important;
    display: block !important;
  }

  .swiper-slide {
    pointer-events: auto !important;
  }

  .swiper-slide:not(.swiper-slide-active) {
    opacity: 1 !important;
  }

  .section-product-range .section--page-navi-inner {
    display: none;
  }

  .h3-product-range-mobile {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 100;
    margin-bottom: 2rem;
  }

  .swiper-slide:not(:last-of-type) .hr-product-range {
    display: block;
    border: none;
    width: 77px;
    margin: 3rem auto 3rem auto;
    border-bottom: 2px solid #999;
    }

  .swiper-navi-container {
    display: none;
  }


  .section-product-range .swipper-block-right {
      display: block;
      max-height: initial;
      overflow: initial;
      width: 100%;

      max-height: 400px;

    }

  .section-product-range .swipper-block-right img {
      width: 100%;
      max-height: 400px;
      margin: 0;
      object-fit: cover;
      object-position: 50% 85%;
    }

  .section-product-range .swipper-block-right img {
      position: relative;
    }

  .section-product-range .swipper-block-right img.twentytwenty-before {
      position: absolute;
    }

  .section-product-range .swipper-block-left img {
    margin-left: auto;
    margin-right: auto;
  }

  .swipper-block-right.twentytwenty-container {
    /* display: none; */
  }

  .twentytwenty-wrapper.twentytwenty-horizontal {
    margin-top: 2rem;
    margin-bottom: 0rem;
    overflow: hidden;
  }

  .twentytwenty-wrapper.twentytwenty-vertical {
    overflow: hidden !important;
  }

}

.twentytwenty-wrapper {
  z-index: 2;
}

/************************************************************************************/
/* REFERENCES GALLERY */
/************************************************************************************/

@media (max-width: 899px) {
  .partial-section-references .vertical-title-wrap {
    margin: 0 1.2rem;
  }
}

/************************************************************************************/
/* 404 PAGE */
/************************************************************************************/

.page-error-404 .explore__heading {
  color: #00B3BE;
}

.page-error-404 .link {
  color: #00B3BE;
  text-decoration: underline;
}

.page-error-404 .link:hover {
  text-decoration: none;
}
