@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900&display=swap&subset=latin-ext);
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:after, *:before {
  box-sizing: border-box;
}

button {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.button {
  display: inline-block;
  color: #FFF;
  font-weight: 500;
  cursor: pointer;
  border: 0;
}
.button:hover {
  opacity: 0.85;
}
.button-primary, .button-bramac, .button-secondary {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03rem;
  text-transform: uppercase;
  padding: 13px 70px;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .button-primary, .button-bramac, .button-secondary {
    padding: 13px 55px;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .button-primary, .button-bramac, .button-secondary {
    padding: 13px 35px;
  }
}
.button-primary:focus, .button-primary:active, .button-bramac:focus, .button-bramac:active, .button-secondary:focus, .button-secondary:active {
  outline: 2px solid #20b5f5;
}
.button-primary {
  background: #009FE3;
}
.button-bramac {
  background: #E63B11;
}
.button-secondary {
  background: #34384F;
}
.button-glass {
  position: relative;
  background: transparent;
  border: 1px solid #fff;
  text-decoration: none;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}
.button-glass:hover {
  opacity: 1;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  background: rgba(255, 255, 255, 0.2);
}
.button-white {
  background: #FFF;
  color: #009FE3;
  font-weight: 600;
  text-decoration: none;
  border-radius: 15px;
  text-transform: uppercase;
  padding: 10px 17px;
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.25);
}
.button-white-up {
  padding-left: 30px;
  background: url(../../../assets/img/icons/icon-up.svg) no-repeat;
  background-size: 20px;
  background-position: 7px center;
}
.button-link {
  color: #009FE3;
  text-decoration: none;
}
.button-link-underline {
  text-decoration: underline;
}
.button-back {
  background: url(../../../assets/img/icons/icon-back.svg) no-repeat;
  background-size: 20px;
  background-position: 0;
  padding-left: 25px;
}
.button-close {
  height: 24px;
  width: 24px;
  background: url(../../../assets/img/icons/icon-close.svg) no-repeat;
  background-size: 16px;
  background-position: center;
}
.button-info {
  height: 20px;
  width: 20px;
  background: url(../../../assets/img/icons/icon-info.svg) no-repeat;
  background-size: 16px;
  background-position: center;
}
.button.hidden {
  display: none;
}
.button:disabled {
  background: #B7B9C6;
}

footer {
  color: #FFF;
  font-size: 12px;
  line-height: 24px;
  height: 85px;
  background: #292D41;
  padding: 0 25px;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 15px 10px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  footer {
    height: auto;
    padding: 20px 0;
  }
}
footer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 100%;
}
@media screen and (max-width: 640px) {
  footer .wrapper {
    flex-direction: column;
  }
}
footer .col-left {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  footer .col-left {
    margin-bottom: 20px;
  }
}
footer .col-left img {
  max-width: 48px;
}
footer .col-left p {
  display: inline-block;
  font-size: 15px;
  margin-left: 10px;
}
footer .col-center {
  text-align: center;
}
@media screen and (max-width: 640px) {
  footer .col-center {
    margin-bottom: 20px;
  }
}
footer .col-center a {
  font-size: 15px;
  color: #FFF;
  margin: 0 15px;
}
@media screen and (max-width: 1441px) {
  footer .col-center a {
    font-size: 14px;
  }
}
footer .col-center a.underline-off {
  text-decoration: none;
}
footer .col-right {
  display: inline-flex;
  min-width: 200px;
}
@media screen and (max-width: 640px) {
  footer .col-right {
    margin-bottom: 20px;
  }
}
footer .col-right a {
  display: inline-flex;
  height: 20px;
  margin: 0 3px;
}
footer .col-right .group-first,
footer .col-right .group-second {
  text-align: center;
}
footer .col-right .group-first .group-label,
footer .col-right .group-second .group-label {
  display: block;
  text-decoration: underline;
  margin-bottom: 5px;
  height: 24px;
}
footer .col-right .group-first {
  margin-right: 35px;
}

html {
  font-family: "Montserrat", sans-serif;
}

body {
  color: #34384F;
  font-size: 14px;
  padding-top: 80px;
  width: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 992px) {
  body {
    padding-top: 50px;
  }
}

a {
  color: #FFF;
}

b {
  font-weight: 700;
}

p {
  font-size: 1.02rem;
  line-height: 1.3;
}

hr {
  background: #009FE3;
  height: 4px;
  border: 0;
  max-width: 75px;
  margin-left: 0;
}
hr.hr-bramac {
  background: #E63B11;
}

h1 {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

h2 {
  font-size: 1.55rem;
  line-height: 1.3;
  font-weight: 900;
  color: #34384F;
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 1.35rem;
  }
}

h3 {
  font-size: 1.1rem;
}

img {
  max-width: 100%;
}

ul {
  margin: 15px 0;
}
ul li {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.3;
  padding-left: 20px;
  margin-bottom: 10px;
}
ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  background: #009FE3;
  margin-right: 12px;
}

section {
  position: relative;
}

.text-center {
  text-align: center;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 12px 0;
  text-align: center;
  z-index: 1000;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
header img {
  height: 100%;
}
@media screen and (max-width: 992px) {
  header {
    height: 50px;
  }
}

label {
  display: inline-block;
  color: #34384F;
  margin-bottom: 9px;
}
label a {
  color: #34384F;
  text-decoration: underline;
}

input[type=text],
input[type=email],
input[type=phone],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 48px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 0 10px;
  border: 1px solid #B7B9C6;
  border-radius: 0;
  box-shadow: none;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=phone]::-moz-placeholder, input[type=number]::-moz-placeholder {
  color: #B7B9C6;
}
input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=phone]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder {
  color: #B7B9C6;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=phone]::placeholder,
input[type=number]::placeholder {
  color: #B7B9C6;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid #B7B9C6;
  border-radius: 0;
  resize: vertical;
  box-shadow: none;
}
textarea::-moz-placeholder {
  color: #B7B9C6;
}
textarea:-ms-input-placeholder {
  color: #B7B9C6;
}
textarea::placeholder {
  color: #B7B9C6;
}

.checkbox,
.radio {
  width: 100%;
  display: inline-block;
  font-weight: 400;
}
.checkbox:nth-last-child(2),
.radio:nth-last-child(2) {
  margin-bottom: 3px;
}
.checkbox label,
.radio label {
  position: relative;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #34384F;
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 5px;
}
.checkbox label:before, .checkbox label:after,
.radio label:before,
.radio label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #B7B9C6;
  border-radius: 2px;
  left: 0;
  transition: all 0.3s;
}
.checkbox label:after,
.radio label:after {
  top: 6px;
  left: 4.5px;
  width: 11px;
  height: 6px;
  border: 0;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg);
}
.checkbox input,
.radio input {
  opacity: 0;
  width: 0;
  height: 0;
  visibility: hidden;
}
.checkbox input:disabled ~ label,
.radio input:disabled ~ label {
  cursor: not-allowed;
  opacity: 0.85;
}

.radio label {
  padding-left: 32px;
}
.radio label:before {
  top: -2px;
  left: 0;
  height: 26px;
  width: 26px;
  border: 2px solid #B7B9C6;
  border-radius: 50%;
}
.radio label:after {
  top: 2px;
  left: 4px;
  width: 18px;
  height: 18px;
  border: 0;
  background: transparent;
  border-radius: 50%;
}
.radio input:checked ~ label:before {
  background: transparent;
  border-color: #009FE3;
  transition: all 0.3s;
}
.radio input:checked ~ label:after {
  background: #009FE3;
  transition: all 0.3s;
}

.checkbox input ~ label:before {
  background: #fff;
}
.checkbox input:checked ~ label:before {
  background: #009FE3;
  border-color: #009FE3;
  transition: all 0.3s;
}
.checkbox input:checked ~ label:after {
  border-color: #FFF;
}

.modal {
  position: fixed;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.modal.active, input:checked + .modal {
  display: block;
}
.modal .modal-element {
  position: absolute;
  top: 30vh;
  left: calc(50% - 225px);
  background: #FFF;
  z-index: 2005;
  width: 100%;
  max-width: 450px;
  padding: 35px 30px;
  text-align: center;
  box-shadow: 0px 4px 54px rgba(0, 0, 0, 0.55);
}
@media screen and (max-width: 640px) {
  .modal .modal-element {
    left: 10vw;
    width: 80vw;
  }
}
.modal .modal-element .button-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal .modal-element .title {
  display: inline-block;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 25px;
}
.modal .modal-element p {
  font-size: 1.1rem;
}
@media screen and (max-width: 640px) {
  .modal .modal-element p {
    font-size: 0.9rem;
  }
}
.modal .modal-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 56, 79, 0.6);
}

/* width */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #CACCD5;
  border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #999;
}

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -120px;
  padding: 10px;
  width: 240px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(52, 56, 79, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
  text-align: left;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 120%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid rgba(52, 56, 79, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}

.glider-wrapper {
  position: relative;
}
.glider-wrapper .glider-prev,
.glider-wrapper .glider-next {
  top: 40%;
  width: 48px;
  height: 48px;
  background: url(../../../assets/img/icons/icon-chevron-left.svg) no-repeat;
  background-color: #292D41;
  background-size: 80%;
  background-position: center;
}
@media screen and (max-width: 992px) {
  .glider-wrapper .glider-prev,
.glider-wrapper .glider-next {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 640px) {
  .glider-wrapper .glider-prev,
.glider-wrapper .glider-next {
    top: 30%;
  }
}
.glider-wrapper .glider-prev:hover,
.glider-wrapper .glider-next:hover {
  opacity: 0.85;
}
.glider-wrapper .glider-prev {
  left: 0;
}
.glider-wrapper .glider-next {
  right: 0;
  transform: rotate(180deg);
}
.glider-wrapper .glider-dots .glider-dot {
  width: 6px;
  height: 6px;
  background: rgba(255, 255, 255, 0.8);
}
.glider-wrapper .glider-dots .glider-dot.active {
  background: #009FE3;
}

.input-wrapper {
  position: relative;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  .input-wrapper {
    margin-bottom: 15px;
  }
}
.input-wrapper .input-error {
  display: block;
  color: #e40000;
  font-size: 12px;
  margin-top: 5px;
  width: 100% !important;
  font-weight: 500 !important;
  text-align: left !important;
}
.input-wrapper .phone-box span {
  display: inline-block;
  width: 40px;
  font-weight: 700;
  text-align: center;
}
.input-wrapper .phone-box input {
  width: calc(100% - 44px);
}
.input-wrapper .ul-autocomplete {
  position: absolute;
  top: 71px;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 5;
  border: 1px solid #B7B9C6;
  max-height: 30vh;
  overflow-y: auto;
  display: none;
}
.input-wrapper .ul-autocomplete li {
  background: #fff;
  padding: 7px 7px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px solid #EFF0F4;
}
.input-wrapper .ul-autocomplete li:last-child {
  border: 0;
}
.input-wrapper .ul-autocomplete li:before {
  display: none;
}
.input-wrapper .ul-autocomplete li:hover {
  cursor: pointer;
  background: #009FE3;
  color: #fafafa;
}
.input-wrapper .ul-autocomplete.show {
  display: block;
}

.lightbox .lb-image {
  border: 0;
}
.lightbox .lb-data .lb-closeContainer {
  position: fixed;
  top: 15px;
  right: 15px;
}

.map-intro {
  background: #f4f4f4;
  padding: 60px 0 0;
}
@media screen and (max-width: 992px) {
  .map-intro {
    padding-bottom: 20px;
  }
}
.map-intro h2 {
  margin-bottom: 20px;
}
.map-intro p {
  margin-top: 25px;
}

.map {
  background: #f4f4f4;
  padding-top: 60px;
}
@media screen and (max-width: 992px) {
  .map {
    padding-top: 40px;
  }
}
.map .map_search_field_outer {
  display: flex;
  flex-direction: column;
  background: rgba(52, 56, 79, 0.8);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}
.map .map_search_field_outer form {
  position: relative;
  display: flex;
  max-width: 1100px;
  width: 100%;
  margin: 35px auto 10px;
}
@media screen and (max-width: 1441px) {
  .map .map_search_field_outer form {
    padding-right: 375px;
  }
}
@media screen and (max-width: 992px) {
  .map .map_search_field_outer form {
    flex-direction: column;
    padding-right: 100px;
  }
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form {
    padding: 0 15px;
  }
}
.map .map_search_field_outer form .map_search_form_inner {
  position: relative;
  display: flex;
  align-items: center;
  margin-left: 50px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form .map_search_form_inner {
    padding: 0;
    margin-left: 0;
  }
}
.map .map_search_field_outer form .input_text {
  padding-left: 25px;
  padding-right: 25px;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form .input_text {
    padding-left: 5px;
    padding-right: 5px;
  }
  .map .map_search_field_outer form .input_text::-moz-placeholder {
    font-size: 9px;
  }
  .map .map_search_field_outer form .input_text:-ms-input-placeholder {
    font-size: 9px;
  }
  .map .map_search_field_outer form .input_text::placeholder {
    font-size: 9px;
  }
}
.map .map_search_field_outer form .input_submit {
  background: #009FE3;
  background-image: url(../../../assets/img/icons/icon-search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  cursor: pointer;
  border: 0;
  color: transparent;
  width: 48px;
  height: 48px;
}
.map .map_search_field_outer form .input_submit:hover {
  opacity: 0.85;
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form .input_submit {
    height: 48px;
    border-radius: 0;
  }
}
.map .map_search_field_outer form .legend {
  display: flex;
  margin-left: 50px;
  align-items: center;
  color: #FFF;
}
@media screen and (max-width: 992px) {
  .map .map_search_field_outer form .legend {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form .legend {
    display: none;
  }
}
.map .map_search_field_outer form .legend span {
  display: flex;
  height: 28px;
  align-items: center;
}
.map .map_search_field_outer form .legend span:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer form .legend span:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.map .map_search_field_outer form .legend img {
  margin: 0 8px;
}
.map .map_search_field_outer .map__legend {
  max-width: 1200px;
  margin: 15px auto 15px;
}
.map .map_search_field_outer .map__legend li {
  float: left;
  display: flex;
  align-items: center;
  min-height: 27px;
  color: #FFF;
  font-size: 13px;
  margin: 0 10px 8px 0;
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer .map__legend li {
    width: 100%;
  }
}
.map .map_search_field_outer .map__legend li::before {
  display: none;
}
.map .map_search_field_outer .map__legend li img {
  max-width: 20px;
  height: auto;
  margin-right: 8px;
}
.map .map_search_field_outer .input-wrapper-roof-type {
  margin: -10px 0 0 45px;
}
@media screen and (max-width: 992px) {
  .map .map_search_field_outer .input-wrapper-roof-type {
    display: block;
    padding-left: 5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 640px) {
  .map .map_search_field_outer .input-wrapper-roof-type {
    margin-left: 0;
  }
}
.map .map_search_field_outer .input-wrapper-roof-type label {
  color: #fff;
}
.map #map_inner_2 {
  height: 665px;
}
@media screen and (max-width: 992px) {
  .map #map_inner_2 {
    height: 750px;
  }
}
@media screen and (max-width: 640px) {
  .map #map_inner_2 {
    height: 650px;
  }
}
.map .map_outer > div > div {
  overflow: hidden;
}
.map .map_outer .map {
  width: calc(100% - 375px);
  min-height: 1px;
  height: 665px;
  float: left;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .map .map_outer .map {
    width: 100%;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .map .map_outer .map {
    height: 300px;
  }
}
.map .map_outer .map .map_marker_point_sub {
  font-size: 12px !important;
  font-weight: 600;
  color: #A1A1A1;
  text-transform: uppercase;
  margin-bottom: 2px !important;
}
.map .map_outer .map .gm-style-iw .gm-ui-hover-effect {
  top: -4px !important;
  right: -4px !important;
}
.map .map_outer .map .gm-style-iw hr {
  background: #009fe3;
  height: 1px;
  border: 0;
  max-width: 100%;
  margin-left: 0;
}
.map .map_outer .map .gm-style-iw .gm-style-iw-d {
  padding-right: 12px;
  color: #34384F;
}
.map .map_outer .map .gm-style-iw .gm-style-iw-d h3 {
  font-weight: 500;
  margin-bottom: 5px;
}
.map .map_outer .map .gm-style-iw .gm-style-iw-d a {
  display: inline-block;
  color: #34384F;
}
.map .map_outer .map .gm-style-iw .gm-style-iw-d a, .map .map_outer .map .gm-style-iw .gm-style-iw-d p {
  font-size: 14px;
  margin-bottom: 2px;
}
.map .map_outer .map_point_list_outer {
  width: 375px;
  height: 665px;
  float: left;
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
@media screen and (max-width: 992px) {
  .map .map_outer .map_point_list_outer {
    width: 100%;
    height: 350px;
  }
}
.map .map_outer .map_point_list_outer .map_point_list {
  margin: 5px 0;
}
.map .map_outer .map_point_list_outer .map_point {
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: #34384F;
  padding: 7px 20px 7px 80px;
  border-bottom: 1px solid #EFF0F4;
  margin: 0;
  min-height: 78px;
}
.map .map_outer .map_point_list_outer .map_point:before {
  width: 60px;
  height: 60px;
  left: 8px;
}
.map .map_outer .map_point_list_outer .map_point a {
  display: inline-block;
  color: #34384F;
}
@media screen and (max-width: 640px) {
  .map .map_outer .map_point_list_outer .map_point a {
    font-size: 13px;
  }
}
.map .map_outer .map_point_list_outer .map_point div {
  display: block;
  font-size: 14px;
  margin-bottom: 2px;
}
@media screen and (max-width: 640px) {
  .map .map_outer .map_point_list_outer .map_point div {
    font-size: 13px;
  }
}
.map .map_outer .map_point_list_outer .map_point .map_point_name a {
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .map .map_outer .map_point_list_outer .map_point .map_point_name a {
    font-size: 14px;
  }
}
.map .map_outer .map_point_list_outer .map_point .map_point_sub {
  font-size: 11px;
  font-weight: 600;
  color: #A1A1A1;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.map .map_outer .map_point_list_outer .map_point_dealer:before {
  top: 6px;
  background: url(../../../assets/img/icons/icon-dealer.svg);
}
.map .map_outer .map_point_list_outer .map_point_system_master:before {
  top: 6px;
  background: url(../../../assets/img/icons/icon-system-master.svg);
}
.map .map_outer .map_point_list_outer .map_point_advisory:before {
  top: 6px;
  background-image: var(--data-photo);
  background-size: 54px;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 50%;
}
.map .map_outer .map_point_list_outer .map_point_advisory:after {
  content: "";
  position: absolute;
  top: 49px;
  left: 48px;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 62%;
  border-radius: 50%;
}
.map .map_outer .map_point_list_outer .map_point_bramac:before {
  border: 3px solid #E63B11;
}
.map .map_outer .map_point_list_outer .map_point_bramac:after {
  background-color: #E63B11;
  background-image: url(../../../assets/img/icons/icon-bramac.svg);
}
.map .map_outer .map_point_list_outer .map_point_villas:before {
  border: 3px solid #009FE3;
}
.map .autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}
.map .autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #B7B9C6;
}
.map .autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.map .autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: #009FE3 !important;
  color: #ffffff;
}

.map_search_field_autocomplete_results {
  position: absolute;
  top: 48px;
  left: 50px;
  margin: 0;
  border: 1px solid #B7B9C6;
  background: #FFF;
  min-width: 300px;
}
.map_search_field_autocomplete_results li {
  padding: 0;
  margin: 0;
}
.map_search_field_autocomplete_results li:before {
  display: none;
}
.map_search_field_autocomplete_results li a, .map_search_field_autocomplete_results li div.ui-menu-item-wrapper {
  display: inline-block;
  width: 100%;
  color: #34384F;
  cursor: pointer;
  padding: 5px 10px;
  border-bottom: 1px solid #EFF0F4;
  font-size: 0.9rem;
}
.map_search_field_autocomplete_results li a:hover, .map_search_field_autocomplete_results li div.ui-menu-item-wrapper:hover {
  background: #F1F1F1;
}
.map_search_field_autocomplete_results li a.ui-state-focus, .map_search_field_autocomplete_results li a.ui-state-active, .map_search_field_autocomplete_results li div.ui-menu-item-wrapper.ui-state-focus, .map_search_field_autocomplete_results li div.ui-menu-item-wrapper.ui-state-active {
  background: #F1F1F1;
}
.map_search_field_autocomplete_results li:last-child a {
  border: 0;
}

.wrapper {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  .wrapper {
    padding: 0 25px;
  }
}
@media screen and (max-width: 640px) {
  .wrapper {
    padding: 0 15px;
  }
}

.page-main header {
  background: #FFF;
  text-align: left;
}
.page-main header .wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-main header .wrapper .col-left,
.page-main header .wrapper .col-right {
  display: flex;
  align-items: center;
}
.page-main header .wrapper .col-left img,
.page-main header .wrapper .col-right img {
  max-height: 40px;
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .page-main header .wrapper .col-left img,
.page-main header .wrapper .col-right img {
    max-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .page-main header .button-back {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-main header .button-back .text-desktop {
    display: none;
  }
}
.page-main header .button-back .text-mobile {
  display: none;
}
@media screen and (max-width: 640px) {
  .page-main header .button-back .text-mobile {
    display: inline;
  }
}
.page-main .section-hero {
  background: url("../../../assets/img/kapcsolat-bramac-hero-bg.png") no-repeat;
  background-size: cover;
  padding: 6rem 0 8rem;
}
@media screen and (max-width: 640px) {
  .page-main .section-hero {
    background-image: url("assets/img/kapcsolat-bramac-hero-bg.png");
    padding: 4.5rem 0;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .wrapper {
    padding: 0 20px;
  }
}
.page-main .section-hero .heading-box {
  display: inline-block;
  background: rgba(41, 45, 65, 0.9);
  padding: 2rem 2.2rem;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .heading-box {
    padding: 1rem 1rem;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .heading-box h1 {
    font-size: 1.35rem;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .heading-box h1 br {
    display: none;
  }
}
.page-main .section-hero .logos {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  margin-top: 25px;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .logos {
    display: none;
  }
}
.page-main .section-hero .logos img {
  max-width: 170px;
  max-height: 39px;
}
.page-main .section-hero .logos img:last-child {
  margin-left: 20px;
}
@media screen and (max-width: 640px) {
  .page-main .section-hero .logos img:last-child {
    margin-top: 15px;
    margin-left: 0;
  }
}
.page-main .section-form {
  padding: 3rem 0;
}
.page-main .section-form .wrapper-h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .page-main .section-form .wrapper-h2 {
    margin-bottom: 10px;
  }
}
.page-main .section-form .wrapper-h2 hr {
  margin-top: 20px;
}
.page-main .section-form .wrapper-flex {
  display: flex;
}
@media screen and (max-width: 640px) {
  .page-main .section-form .wrapper-flex {
    flex-direction: column-reverse;
  }
}
.page-main .section-form .col-left {
  width: 40%;
  padding-right: 6%;
}
@media screen and (max-width: 992px) {
  .page-main .section-form .col-left {
    width: 55%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-form .col-left {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
}
.page-main .section-form .col-left .form {
  margin-bottom: 20px;
}
.page-main .section-form .col-left .form .input-wrapper {
  display: block;
  float: left;
  width: 100%;
}
.page-main .section-form .col-left .form .button-submit {
  width: 100%;
}
.page-main .section-form .col-right {
  width: 52%;
}
@media screen and (max-width: 992px) {
  .page-main .section-form .col-right {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-form .col-right {
    width: 100%;
  }
}
.page-main .section-form .col-right h2 {
  margin-bottom: 35px;
}
.page-main .section-form .col-right .help-box {
  margin: 25px 0 30px;
}
.page-main .section-form .col-right .help-box ul {
  margin-top: 25px;
}
.page-main .section-form .col-right .image-box {
  position: relative;
  display: block;
  padding-bottom: 50px;
  margin-top: 85px;
}
@media screen and (max-width: 992px) {
  .page-main .section-form .col-right .image-box {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-main .section-form .col-right .image-box {
    display: none;
  }
}
.page-main .section-form .col-right .image-box:after {
  content: "";
  position: absolute;
  width: 80%;
  height: calc(100% - 50px);
  right: 0;
  bottom: 0;
  background: #EFF0F4;
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .page-main .section-form .col-right .image-box:after {
    width: 90%;
    height: calc(100% - 30px);
  }
}
.page-main .section-form .col-right .image-box img {
  position: relative;
  z-index: 2;
}
.page-main .section-form .col-right .image-box-mobile {
  text-align: center;
  display: none;
}
@media screen and (max-width: 640px) {
  .page-main .section-form .col-right .image-box-mobile {
    display: block;
  }
}
.page-main .section-map {
  margin-bottom: 20px;
}
.page-main .section-newsletter {
  background: #20778E;
  padding: 2rem 0 3rem;
  color: #FFF;
}
.page-main .section-newsletter .wrapper {
  max-width: 640px;
  padding: 0 20px;
}
.page-main .section-newsletter h2 {
  font-weight: 900;
  color: #FFF;
  margin-bottom: 15px;
}
.page-main .section-newsletter p {
  margin-bottom: 30px;
}
.page-main .section-newsletter .sib-form {
  padding: 0;
}
.page-main .section-newsletter #sib-form-container #sib-form {
  overflow: hidden;
}
.page-main .section-newsletter #sib-form-container #sib-container {
  background: transparent;
  padding: 0;
}
.page-main .section-newsletter #sib-form-container .entry__field {
  margin: 0;
  border: 0;
  border-radius: 0;
}
.page-main .section-newsletter #sib-form-container .entry__field:focus-within {
  box-shadow: none;
}
.page-main .section-newsletter #sib-form-container .button-secondary {
  width: 100%;
  min-height: 46px;
}
.page-main .section-newsletter #sib-form-container .button-secondary:hover {
  opacity: 0.85;
}
.page-main .section-newsletter #sib-form-container .button-secondary:active, .page-main .section-newsletter #sib-form-container .button-secondary:focus {
  outline: 0;
}
.page-main .section-newsletter #sib-form-container .row {
  float: left;
  width: 100%;
  font-family: "Montserrat", sans-serif !important;
}
.page-main .section-newsletter #sib-form-container .row .sib-form-block {
  padding: 0;
}
.page-main .section-newsletter #sib-form-container .row .sib-input,
.page-main .section-newsletter #sib-form-container .row .sib-optin,
.page-main .section-newsletter #sib-form-container .row .sib-captcha {
  padding: 0;
}
.page-main .section-newsletter #sib-form-container .row .sib-captcha {
  margin-bottom: 20px;
}
.page-main .section-newsletter #sib-form-container .row-name,
.page-main .section-newsletter #sib-form-container .row-email {
  float: left;
  display: block;
  width: 50%;
  margin-bottom: 15px;
}
@media screen and (max-width: 640px) {
  .page-main .section-newsletter #sib-form-container .row-name,
.page-main .section-newsletter #sib-form-container .row-email {
    width: 100%;
  }
}
.page-main .section-newsletter #sib-form-container .row-name .entry__label,
.page-main .section-newsletter #sib-form-container .row-email .entry__label {
  display: inline-block;
  margin-bottom: 9px;
  color: #fff;
  font-family: "Montserrat", sans-serif !important;
  font-size: 14px;
  font-weight: 300;
}
.page-main .section-newsletter #sib-form-container .row-name .entry__label::after,
.page-main .section-newsletter #sib-form-container .row-email .entry__label::after {
  color: #fff;
}
.page-main .section-newsletter #sib-form-container .row-name input,
.page-main .section-newsletter #sib-form-container .row-email input {
  width: 100% !important;
  height: 48px;
}
.page-main .section-newsletter #sib-form-container .row-name {
  padding-right: 5px;
}
@media screen and (max-width: 640px) {
  .page-main .section-newsletter #sib-form-container .row-name {
    padding-right: 0;
  }
}
.page-main .section-newsletter #sib-form-container .row-email {
  padding-left: 5px;
}
@media screen and (max-width: 640px) {
  .page-main .section-newsletter #sib-form-container .row-email {
    padding-left: 0;
  }
}
.page-main .section-newsletter #sib-form-container .row-accept {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 15px;
}
.page-main .section-newsletter #sib-form-container .row-accept input {
  position: absolute;
}
.page-main .section-newsletter #sib-form-container .row-accept .checkbox a {
  color: #fff;
}
.page-main .section-newsletter #sib-form-container .row-accept .checkbox p {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}
.page-main .section-newsletter #sib-form-container .row-accept .checkbox .entry__label::after {
  color: #fff;
  font-size: 13px;
}
.page-main .section-newsletter #sib-form-container .row-accept .checkbox .checkbox_tick_positive {
  display: none;
}
.page-main .section-newsletter #sib-form-container .entry__error {
  padding: 5px 7px;
  background: #f3e3e3;
  color: #b31a1a;
  font-size: 15px !important;
  border-radius: 0 !important;
}
.page-main .section-newsletter #sib-form-container .entry__error,
.page-main .section-newsletter #sib-form-container .entry__specification,
.page-main .section-newsletter #sib-form-container .form__error {
  display: none;
}
.page-main .section-newsletter #sib-form-container .checkbox {
  border-radius: initial;
}
.page-main .section-newsletter #sib-form-container .checkbox,
.page-main .section-newsletter #sib-form-container .radio-button {
  background: initial;
  border: 0;
  cursor: default;
  display: block;
  height: auto;
  vertical-align: baseline;
  width: 100%;
  position: static;
}
.page-main .section-newsletter #sib-form-container .entry__choice {
  padding: 0;
  text-indent: 0;
}
.page-main .section-newsletter #sib-form-container .entry__label {
  display: inline;
  font-weight: normal;
}
.page-main .section-newsletter #sib-form-container .input,
.page-main .section-newsletter #sib-form-container .input__button {
  color: #000;
}
.page-main .button-scrollto {
  position: fixed;
  bottom: 15px;
  left: calc(50% - 98px);
  width: 196px;
  z-index: 100;
}
.page-main .button-scrollto:hover {
  opacity: 0.95;
}
.page-main .checkbox-newsletter label::before {
  background: #FFF;
}
.page-main .checkbox-newsletter label a {
  color: #FFF;
}

.page-404 header img:first-child {
  margin-right: 195px;
}
@media screen and (max-width: 640px) {
  .page-404 header img:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-404 header img {
    max-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-404 header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 5;
    background: #FFF;
  }
}
.page-404 .section-main {
  display: flex;
  align-items: center;
  min-height: calc(100vh - 165px);
}
.page-404 .section-main .wrapper {
  text-align: center;
}
.page-404 .section-main .wrapper img {
  max-width: 266px;
}
.page-404 .section-main .wrapper h1 {
  color: #34384F;
  font-size: 24px;
  margin: 15px 0 30px;
  text-transform: none;
}
@media screen and (max-width: 640px) {
  .page-404 .section-main .wrapper h1 {
    font-size: 22px;
  }
}

.page-implementer .section-guide {
  padding: 2rem 0;
}
.page-implementer .section-guide .button-white-up {
  margin-bottom: 50px;
}
.page-implementer .section-guide .guide-box {
  display: flex;
  max-width: 930px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-guide .guide-box {
    display: block;
  }
}
.page-implementer .section-guide .guide-box .col-left {
  background: #EFF0F4;
  width: 47%;
  padding: 30px 30px;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-guide .guide-box .col-left {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.page-implementer .section-guide .guide-box .col-left h2 {
  margin-bottom: 15px;
}
.page-implementer .section-guide .guide-box .col-left p {
  margin-top: 25px;
}
.page-implementer .section-guide .guide-box .col-right {
  position: relative;
  width: 53%;
  background: #34384F;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-guide .guide-box .col-right {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper {
  padding: 30px 0 15px;
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page {
  padding: 0 25px 20px;
  color: #FFF;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page {
    padding: 0 15px 20px;
  }
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page img {
  width: 80%;
  max-width: 185px;
  margin-bottom: 25px;
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page p {
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 30px;
  min-height: 76px;
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page p.text-vcenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-implementer .section-guide .guide-box .col-right .glider-wrapper .glider-page .button {
  width: 100%;
  text-decoration: none;
}
.page-implementer .section-products .wrapper {
  max-width: 1200px;
}
.page-implementer .section-products .products-heading {
  margin: 20px auto 35px;
  max-width: 930px;
}
.page-implementer .section-products .products-heading h2 {
  margin-bottom: 15px;
}
.page-implementer .section-products .products-heading p {
  margin-top: 25px;
}
.page-implementer .section-products .products-box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 30px;
}
@media screen and (max-width: 640px) {
  .page-implementer .section-products .products-box {
    display: block;
  }
}
.page-implementer .section-products .products-box .card {
  position: relative;
  width: calc(33.33% - 20px);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s;
  color: #34384F;
  margin: 0 10px 35px;
}
@media screen and (max-width: 640px) {
  .page-implementer .section-products .products-box .card {
    display: block;
    width: calc(100% - 20px);
  }
}
.page-implementer .section-products .products-box .card:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
  cursor: pointer;
}
.page-implementer .section-products .products-box .card img {
  width: 100%;
}
.page-implementer .section-products .products-box .card .card-content {
  display: inline-block;
  padding: 20px 25px 65px;
}
.page-implementer .section-products .products-box .card .card-content .button-primary {
  position: absolute;
  bottom: 30px;
  font-size: 12px;
  padding: 10px 20px;
}
.page-implementer .section-products .products-box .card .card-title {
  display: inline-block;
  font-size: 1.05rem;
  line-height: 1.3rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-products .products-box .card .card-title {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
}
.page-implementer .section-products .products-box .card p {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 35px;
}
@media screen and (max-width: 992px) {
  .page-implementer .section-products .products-box .card p {
    font-size: 0.8rem;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .page-implementer .section-products .products-box .card .button {
    font-size: 13px;
  }
}

@media screen and (max-width: 640px) {
  .page-private .section-hero .heading-box h1 {
    font-size: 1.05rem;
  }
}
.page-private .section-form .col-left {
  position: relative;
  width: 50%;
  z-index: 5;
}
@media screen and (max-width: 992px) {
  .page-private .section-form .col-left {
    width: 55%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 640px) {
  .page-private .section-form .col-left {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
}
.page-private .section-form .col-left .form .input-wrapper-zip {
  width: 80px;
}
.page-private .section-form .col-left .form .input-wrapper-settlement {
  width: calc(100% - 96px);
  margin-left: 16px;
}
.page-private .section-form .col-left .form .input-wrapper-phone {
  width: 55%;
}
.page-private .section-form .col-left .form .input-wrapper-recall {
  width: 44%;
  padding-top: 20px;
  padding-left: 16px;
}
.page-private .section-form .col-left .form .input-wrapper-roofsize {
  width: 150px;
}
.page-private .section-form .col-left .form .input-wrapper-roofsize input {
  width: 110px;
}
.page-private .section-form .col-left .form .input-wrapper-roofsize .unit {
  display: inline-block;
  width: 26px;
  font-weight: 700;
  text-align: center;
}
.page-private .section-form .col-left .form .input-wrapper-rooftype {
  width: calc(100% - 160px);
  padding-left: 16px;
}
@media screen and (max-width: 992px) {
  .page-private .section-form .col-left .form .input-wrapper-rooftype {
    width: 100%;
    padding-left: 0;
  }
}
.page-private .section-form .col-left .form .input-wrapper-rooftype span.first {
  position: relative;
  top: -5px;
}
@media screen and (max-width: 640px) {
  .page-private .section-form .col-left .form .input-wrapper-rooftype span.first {
    top: 0;
  }
}
.page-private .section-form .col-left .form .input-wrapper-rooftype .button-info {
  margin-left: 5px;
}
@media screen and (max-width: 640px) {
  .page-private .section-form .col-left .form .input-wrapper-rooftype .button-info {
    display: none;
  }
}
.page-private .section-form .col-right {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .page-private .section-form .col-right {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .page-private .section-form .col-right {
    width: 100%;
  }
}
.page-private .section-form .col-right p {
  padding-right: 15%;
}
.page-private .section-form .col-right p.p-first {
  margin-top: 25px;
}
@media screen and (max-width: 992px) {
  .page-private .section-form .col-right p {
    padding-right: 0;
  }
}
.page-private .section-form .col-right .image-box img {
  width: 80%;
}
@media screen and (max-width: 992px) {
  .page-private .section-form .col-right .image-box img {
    width: 90%;
  }
}
.page-private .section-newsletter h2 {
  text-transform: lowercase;
  margin-bottom: 20px;
}
.page-private .section-newsletter p {
  margin-bottom: 10px;
}
.page-private .section-gallery {
  background: #EFF0F4;
}
.page-private .section-gallery .wrapper {
  padding: 2rem 50px 4rem;
}
.page-private .section-gallery h2 {
  margin-bottom: 35px;
}
.page-private .section-gallery .glider-wrapper .glider-page {
  overflow: hidden;
}
.page-private .section-gallery .glider-wrapper .glider-page .image-element {
  display: block;
  float: left;
  width: calc(50% - 10px);
  height: 0;
  margin: 5px;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .page-private .section-gallery .glider-wrapper .glider-page .image-element {
    width: calc(50% - 6px);
    margin: 3px;
  }
}
.page-private .section-gallery .glider-wrapper .glider-page .image-element-small {
  width: calc(25% - 10px);
}
@media screen and (max-width: 640px) {
  .page-private .section-gallery .glider-wrapper .glider-page .image-element-small {
    width: calc(25% - 6px);
  }
}
.page-private .section-gallery .glider-wrapper .glider-prev {
  left: -70px;
}
@media screen and (max-width: 992px) {
  .page-private .section-gallery .glider-wrapper .glider-prev {
    left: -40px;
  }
}
.page-private .section-gallery .glider-wrapper .glider-next {
  right: -70px;
}
@media screen and (max-width: 992px) {
  .page-private .section-gallery .glider-wrapper .glider-next {
    right: -40px;
  }
}
.page-private .section-gallery .glider-wrapper .glider-dots {
  margin-top: 25px;
}

.section-smallinfo .row {
  position: relative;
  display: flex;
  padding: 45px 0;
  margin: 60px 0 50px;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row {
    margin-bottom: 15px;
  }
}
.section-smallinfo .row > * {
  z-index: 2;
}
.section-smallinfo .row .button {
  margin-top: 30px;
}
.section-smallinfo .row h2 {
  margin-bottom: 20px;
}
.section-smallinfo .row p {
  margin-top: 20px;
}
.section-smallinfo .row-first {
  flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-first {
    flex-direction: column;
  }
}
.section-smallinfo .row-first::after {
  position: absolute;
  content: "";
  top: 0;
  left: 15%;
  width: 85%;
  height: 100%;
  background: #EFF0F4;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-first::after {
    left: 0;
    width: 100%;
    height: 80%;
  }
}
.section-smallinfo .row-first .col-left,
.section-smallinfo .row-first .col-right {
  width: 50%;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-first .col-left,
.section-smallinfo .row-first .col-right {
    width: 100%;
    padding: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-first .col-left {
    margin-top: 40px;
  }
}
.section-smallinfo .row-second {
  margin-top: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-second {
    flex-direction: column;
    margin-top: 40px;
    padding-right: 0px;
  }
}
.section-smallinfo .row-second::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 55%;
  height: 60%;
  background: #EFF0F4;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-second::after {
    left: 0;
    width: 100%;
    height: 80%;
  }
}
.section-smallinfo .row-second .col-left {
  width: 60%;
  padding-left: 10%;
  padding-right: 5%;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-second .col-left {
    width: 100%;
    padding: 0 20px;
  }
}
.section-smallinfo .row-second .col-right {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .section-smallinfo .row-second .col-right {
    width: 100%;
    padding: 0 20px;
    margin-top: 40px;
  }
}

.page-selector header {
  display: flex;
  flex-direction: row;
  gap: 195px;
  align-items: center;
  background-color: white;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .page-selector header {
    gap: 25px;
  }
}
.page-selector header a {
  height: 100%;
}
@media screen and (max-width: 640px) {
  .page-selector header img:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-selector header img {
    max-height: 30px;
  }
}
@media screen and (max-width: 640px) {
  .page-selector header {
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 5;
    background: #FFF;
  }
}
.page-selector .section-hero {
  position: relative;
  height: calc(100vh - 165px);
  background: url("../../../assets/img/bg.png") no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 25vh;
  padding-bottom: 100px;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .page-selector .section-hero {
    padding-top: 20vh;
  }
}
@media screen and (max-width: 992px) {
  .page-selector .section-hero {
    padding-top: 15vh;
    height: auto;
    background-position-x: right;
  }
}
@media screen and (max-width: 640px) {
  .page-selector .section-hero {
    padding-top: 10vh;
  }
}
.page-selector .section-hero > * {
  position: relative;
  z-index: 2;
}
.page-selector .section-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(41, 45, 65, 0.5);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  .page-selector .section-hero:before {
    background: rgba(41, 45, 65, 0.65);
  }
}
.page-selector .section-hero h1 {
  margin-bottom: 50px;
}
.page-selector .section-hero .col-left,
.page-selector .section-hero .col-right {
  float: left;
  width: 50%;
}
@media screen and (max-width: 992px) {
  .page-selector .section-hero .col-left,
.page-selector .section-hero .col-right {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
}
.page-selector .section-hero .col-left a,
.page-selector .section-hero .col-right a {
  padding: 24px 24px;
  font-size: 1.2rem;
  line-height: 2;
  border: 2px solid #fff;
  width: 100%;
  max-width: 420px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .page-selector .section-hero .col-left a,
.page-selector .section-hero .col-right a {
    font-size: 1;
    line-height: 1.2;
    padding: 20px;
  }
}
.page-selector .section-hero .col-left p,
.page-selector .section-hero .col-right p {
  display: inline-block;
  color: #FFF;
  font-size: 17px;
  line-height: 1.4;
  width: 100%;
  max-width: 420px;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .page-selector .section-hero .col-left p,
.page-selector .section-hero .col-right p {
    font-size: 15px;
  }
}
.page-selector .section-hero .col-right {
  text-align: right;
}
@media screen and (max-width: 992px) {
  .page-selector .section-hero .col-right {
    margin-top: 50px;
  }
}

.bloghulogo {
  max-width: 300px;
}
@media screen and (max-width: 640px) {
  .bloghulogo {
    width: 100%;
    max-width: unset;
  }
}

.cta--section {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}
.cta--section .button-white {
  text-align: center;
}

.map .map_search_field_outer .map__legend li {
  background: white;
  color: black;
  padding: 15px !important;
  cursor: pointer;
  border-radius: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.map__legend_item.active {
  background: #00519E !important;
  color: white !important;
  cursor: pointer;
}

.map_point.hidden {
  display: none;
}
