/* @import url("https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500&display=swap"); */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Assistant", sans-serif;
}

input,
button,
select,
textarea {
  font-family: "Assistant", sans-serif;
}

.section-header {
  background: #FFF;
  max-height: 101px;
  overflow: hidden;
}
.section-header .header-inner {
  padding: 35px 48.33px 35px 35px;
  text-align: right;
}
.section-header .header-inner a {
  display: inline-block;
}

.white {
  color: #FFF;
}
.service-centers-content{
  padding: 0 30px;
  box-sizing: border-box;
}
.service-centers-content .main-page-title{
  font-size: 56px;
  font-weight: 400;
}
.section-map-wrapper {
  height: calc(100vh - 200px);
  position: relative;
  display: -moz-flex;
  display: flex;
  background: rgba(241, 239, 235, 0.9);
  background-color: #ffffff;
}
@media all and (max-width: 960px) {
  .section-map-wrapper {
    flex-direction: column-reverse;
    height: auto;
  }
}
.section-map-wrapper .map-sidebar {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 960px) {
  .section-map-wrapper .map-sidebar {
    flex: 1 0 auto;
    width: 100vw;
    /* height: 80vh; */
    min-height: 80vh;
  }
}
.section-map-wrapper .map-holder {
  width: 50%;
  height: 100%;
  background: rgba(241, 239, 235, 0.9);
  position: relative;
}
@media all and (max-width: 960px) {
  .section-map-wrapper .map-holder {
    flex: 1 0 auto;
    width: 100vw;
    height: 50vh;
  }
}
.section-map-wrapper .map-holder .map-stations-filter {
  width: 320px;
  position: absolute;
  top: 30px;
  right: 48px;
}
.section-map-wrapper .map-holder .map-stations-filter.opened .map-filter-header {
  -webkit-border-radius: 4px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-radius: 4px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.section-map-wrapper .map-holder .map-stations-filter.opened .map-filter-options {
  display: block;
}
.section-map-wrapper .map-holder .map-stations-filter.opened button.toggle .arr-icon {
  transform: rotate(180deg);
}
.section-map-wrapper .map-holder .map-stations-filter .setting-icon {
  display: inline-flex;
  margin-left: 14.4px;
}
.section-map-wrapper .map-holder .map-stations-filter .right,
.section-map-wrapper .map-holder .map-stations-filter .left {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-header {
  border-radius: 4px;
  overflow: hidden;
  background: #F1EFEB;
  display: -moz-flex;
  display: flex;
  padding: 15px 17px;
  align-items: center;
  justify-content: space-between;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-header button.toggle {
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #24292B;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-header button.toggle .arr-icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  transition: all 300ms ease;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-header button.clear-filters {
  cursor: pointer;
  color: #24292B;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-decoration-line: underline;
  border: 0;
  padding: 0;
  background: none;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options {
  background: #FFF;
  padding: 0 18px;
  padding-top: 17px;
  transition: all 300ms ease;
  display: none;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .label {
  color: #24292B;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 20px 0;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkboxes {
  display: -moz-flex;
  display: flex;
  justify-content: flex-start;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkbox-item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkbox-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkbox-item .selector {
  border-radius: 100px;
  height: 25px;
  background: #F1EFEB;
  display: inline-flex;
  align-items: center;
  padding: 0 15px;
  margin-left: 10px;
  color: #515455;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkbox-item .selector.active {
  background: rgba(36, 41, 43, 0.8);
  color: #FFF;
}
.section-map-wrapper .map-holder .map-stations-filter .map-filter-options .f-option .checkbox-item input:checked ~ .selector {
  background: rgba(36, 41, 43, 0.8);
  color: #FFF;
}
.section-map-wrapper .map-search {
  padding: 0 50px 15px;
}
@media all and (max-width: 960px) {
  .section-map-wrapper .map-search {
    padding: 10px 15px;
  }
}
.section-map-wrapper .map-search input {
  height: 43px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.23);
  background: #FFF;
  padding: 0 16px;
  color: #7C7F80;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-map-wrapper .map-search input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7C7F80;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-map-wrapper .map-search input::-moz-placeholder { /* Firefox 19+ */
  color: #7C7F80;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-map-wrapper .map-search input:-ms-input-placeholder { /* IE 10+ */
  color: #7C7F80;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.section-map-wrapper .map-search input:-moz-placeholder { /* Firefox 18- */
  color: #7C7F80;
  text-align: right;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.stations-wrapper {
  padding-right: 50px;
  margin-left: 50px;
  overflow-y: auto;
}
@media all and (max-width: 960px) {
  .stations-wrapper {
    margin: 0;
    padding: 0 15px;
  }
}
.stations-wrapper .stations-inner {
  height: calc(100vh - 260px);
  position: relative;
}

.station-item {
  cursor: pointer;
  background-color: #F8F8F8CC;
  /* border: 1px solid rgb(220, 225, 227); */
  border: 1px solid #F8F8F8CC;
  padding: 19px 20px 13px;
  margin: 10px 0px;
  border-radius: 0;
  transition: all 350ms ease;
}
.station-item.station-item-active {
  border: 1px solid transparent;
  /* background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0E7EAF, #A238FF) border-box; */
  border: 1px solid rgb(220, 225, 227);
}
.station-item.hide {
  display: none;
}
.station-item .title {
  color: rgb(4, 14, 25);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.06;
  position: relative;
  margin-bottom: 0;
  padding: 5px 0;
}
@media all and (max-width: 960px) {
  .station-item .title {
    margin-bottom: 10px;
  }
}
@media all and (max-width: 960px) {
  .station-item .title .title-text {
    display: block;
    margin-bottom: 10px;
  }
}
.station-item .title .counter {
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: -moz-flex;
  display: flex;
  border-radius: 100px;
  background: #24292B;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #FFF;
  justify-content: center;
}
.station-item .title .top-separator {
  display: inline-block;
  background-color: rgb(0, 0, 0);
  width: 1px;
  height: 20px;
  vertical-align: middle;
  margin: 0 3px;
}
@media all and (max-width: 960px) {
  .station-item .title .top-separator {
    display: none;
  }
}
.station-item .title .type-item {
  margin-left: 5px;
}
.station-item .title img {
  display: inline-block;
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.station-item .address {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgb(53, 53, 53);
}
@media all and (max-width: 960px) {
  .station-item .address {
    margin-bottom: 10px;
  }
}
.station-item .address .address-text {
  display: inline-block;
  margin-left: 25px;
}
@media all and (max-width: 960px) {
  .station-item .address .address-text {
    margin-bottom: 10px;
  }
}
.station-item .address .label-text {
  font-weight: 600;
}
.station-item .address a {
  display: inline-block;
}
.station-item .address a:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/gac-theme/images/icon_whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 5px;
  vertical-align: middle;
}
.station-item .distance {
  color: #24292B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.station-item .distance-from-you.hide {
  display: none;
}
.station-item .station-item-box {
  display: flex;
  gap: 15px;
}
@media all and (max-width: 960px) {
  .station-item .station-item-box {
    flex-wrap: wrap;
  }
}
.station-item .station-item-box .content-col {
  flex: 1 1 auto;
  margin: auto;
}
@media all and (max-width: 960px) {
  .station-item .station-item-box .content-col {
    width: 100%;
  }
}
.station-item .station-item-box .link-col {
  flex: 0 0 auto;
  margin: 0 auto 15px;
  padding: 5px 0;
}
@media all and (max-width: 960px) {
  .station-item .station-item-box .link-col {
    margin: 0 0 15px;
  }
}
.station-item .station-item-box .link-col .item-link {
  cursor: pointer;
  background-color: #ffffff;
  display: block;
  min-width: 100px;
  color: #353535;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding: 3px 10px;
  border: 1px solid #000000;
  /* border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0E7EAF, #A238FF) border-box; */
  border-radius: 3px;
  text-decoration: none;
}
.address-text .link-icon,
.station-item .station-item-box .link-col .item-link .link-icon{
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media all and (max-width: 960px) {
  .station-item .station-item-box .link-col .item-link {
    display: inline-block;
    font-size: 14px;
    min-width: none;
  }
}

.awesomplete {
  width: 100%;
}
.awesomplete input:focus {
  outline: none;
}
.awesomplete > ul {
  background: #FFF;
  border: 1px solid #7C7F80;
  box-shadow: none;
  border-radius: 0;
  margin: -2px 0 0 0;
}
.awesomplete > ul:before {
  display: none;
}
.awesomplete > ul li {
  color: #9DA2A5;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 171.875%;
}

/*********************
    MAP Info Window
*********************/
.gm-style-iw.gm-style-iw-c {
  padding: 0;
}

.gm-style-iw-chr {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 5;
}
.gm-style-iw-chr button {
  display: block;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #000000 !important;
  border-radius: 20px;
  padding: 2px !important;
  box-sizing: border-box;
}
.gm-style-iw-chr button span {
  display: block;
  width: 14px !important;
  height: 14px !important;
  padding: 0 !important;
  margin: 0 !important;
}
.gm-style-iw-chr button:hover, .gm-style-iw-chr button:focus {
  outline: 1px solid #000000 !important;
}

.server-api-error {
  font-weight: 500;
  text-align: center;
  color: red;
  font-size: 15px;
}

p.server-api-error-description {
  text-align: center;
  direction: ltr;
  font-size: 13px;
}

.map-info-window {
  background: #FFF;
  width: 378px;
  font-family: "Assistant", sans-serif;
}
@media all and (max-width: 960px) {
  .map-info-window {
    max-width: 378px;
  }
}
.map-info-window .inner {
  padding: 20px 20px 0;
  position: relative;
}
.map-info-window .close-info-window {
  background: none;
  padding: 5px;
  border: 0;
  cursor: pointer;
  position: absolute;
  top: 15px;
  left: 15px;
}
.map-info-window .header-row {
  display: -moz-flex;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.map-info-window .header-row .status {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.map-info-window .header-row .status .active {
  width: 7px;
  height: 7px;
  background: #F76400;
  display: inline-flex;
  margin-left: 6px;
}
.map-info-window .header-row .status .title {
  color: #7C7F80;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.map-info-window .header-row .provider {
  padding-right: 50px;
}
@media all and (max-width: 960px) {
  .map-info-window .header-row .provider {
    padding-right: 10px;
  }
}
.map-info-window .data-row {
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Assistant", sans-serif;
}
.map-info-window .data-row .col-nav-buttons {
  width: 98px;
  display: -moz-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.map-info-window .data-row .name, .map-info-window .data-row .type {
  color: rgb(53, 53, 53);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.map-info-window .data-row .name img, .map-info-window .data-row .type img {
  display: inline-block;
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
}
.map-info-window .data-row .type .type-item {
  margin-left: 25px;
}
.map-info-window .data-row .address {
  color: rgb(53, 53, 53);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 14px 0;
}
.map-info-window .data-row .meta-text {
  color: rgb(53, 53, 53);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 14px 0;
}
.map-info-window .data-row .meta-text .meta-label {
  font-weight: 700;
}
.map-info-window .data-row .meta-text .vert-separator {
  display: inline-block;
  background-color: rgb(53, 53, 53);
  height: 18px;
  width: 1px;
  margin: 0 15px;
  vertical-align: middle;
}
.map-info-window .data-row .meta-text .whatsapp-link {
  color: rgb(53, 53, 53);
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: underline;
}
.map-info-window .data-row .meta-text .whatsapp-link:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("/wp-content/themes/gac-theme/images/icon_whatsapp.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 5px;
  vertical-align: middle;
}
.map-info-window .data-row .meta-text .nav-waze {
  display: inline-block;
  vertical-align: middle;
}
.map-info-window .data-row .meta-text .nav-waze img {
  display: block;
  width: 20px;
  height: 20px;
}
.map-info-window .data-row .distance-wrapper {
  display: -moz-flex;
  display: flex;
  align-items: center;
}
.map-info-window .data-row .distance-wrapper .icon {
  display: inline-flex;
}
.map-info-window .data-row .distance-wrapper .title {
  display: inline-flex;
  color: #7F816C;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 13px 0 0;
}
.map-info-window .botom-row {
  display: -moz-flex;
  display: flex;
  justify-content: flex-start;
}
.map-info-window .botom-row .col {
  margin-left: 30px;
}
.map-info-window .botom-row .title {
  color: #24292B;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 9px 0;
}
.map-info-window .botom-row .item {
  color: #24292B;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 0 12px 0;
  text-align: right;
}
.map-info-window .botom-row .item .counter {
  background: #24292B;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  display: inline-block;
  width: 35px;
}
.map-info-window .botom-row .item .counter span {
  font-weight: 700;
  line-height: normal;
}

#map-canvas {
  height: 100%;
}

.map-tupe-stations-row {
  padding: 10px 50px;
  box-sizing: border-box;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row {
    padding: 10px 15px;
  }
}
.map-tupe-stations-row .map-tupe-stations .f-option {
  display: flex;
}
.map-tupe-stations-row .map-tupe-stations .f-option .label {
  flex: 0 0 auto;
  max-width: 50px;
  font-size: 18px;
  line-height: 1;
  margin: auto;
  margin-left: 14px;
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkboxes {
  flex: 0 0 auto;
  padding: 5px 0;
  /* border-radius: 50px;
  border: 1px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #0E7EAF, #A238FF) border-box; */
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row .map-tupe-stations .f-option .checkboxes {
    flex: 1 0 auto;
  }
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  width: auto;
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item [type=radio] {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item .selector {
  display: block;
  cursor: pointer;
  color: rgb(44, 44, 44);
  width: 100%;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border-radius: 14px;
  padding: 4px 15px 5px;
  text-align: center;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item .selector {
    padding: 4px 5px 5px;
    font-size: 14px;
  }
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item .selector.active {
  color: #ffffff;
  /* background: linear-gradient(270deg, #A238FF 0%, #0E7EAF 100%); */
  background-color: #000000;
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  padding: 3px 50px;
  border-radius: 0;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item .selector.active {
    padding: 3px 30px;
  }
}
.map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item [type=radio]:checked ~ .selector {
  color: #ffffff;
  background: linear-gradient(270deg, #A238FF 0%, #0E7EAF 100%);
  display: inline-block;
  font-weight: 700;
  line-height: 30px;
  padding: 3px 50px;
  border-radius: 30px;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row .map-tupe-stations .f-option .checkbox-item [type=radio]:checked ~ .selector {
    padding: 3px 30px;
  }
}
.map-tupe-stations-row .map-tupe-stations .f-option:after {
  content: "";
  flex: 1 0 auto;
  display: block;
  clear: both;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row .map-tupe-stations .f-option:after {
    display: none;
  }
}
.map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkboxes {
  border: none;
  background: none;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkboxes {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item {
  width: auto;
}
.map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item .selector {
  display: block;
  cursor: pointer;
  color: rgb(0, 0, 0);
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  border-bottom: 2px solid transparent !important;
  border-radius: 0;
  padding: 4px 25px 5px !important;
  text-align: center;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item .selector {
    padding: 4px 15px 5px !important;
  }
}
.map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item .selector.active {
  color: rgb(0, 0, 0);
  background: none;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-radius: 0;
  padding: 4px 25px 5px;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item .selector.active {
    padding: 4px 15px 5px !important;
  }
}
.map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item [type=radio]:checked ~ .selector {
  color: rgb(0, 0, 0);
  background: none;
  display: inline-block;
  font-weight: 700;
  border-bottom: 2px solid rgb(0, 0, 0);
  border-radius: 0;
  padding: 4px 25px 5px;
}
@media all and (max-width: 960px) {
  .map-tupe-stations-row.not-border .map-tupe-stations .f-option .checkbox-item [type=radio]:checked ~ .selector {
    padding: 4px 15px 5px !important;
  }
}

.popup-section-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-section-wrapper .popup-section-container {
  background-color: #ffffff;
  min-width: 350px;
  max-width: 90%;
  width: 550px;
  min-height: 150px;
  height: 100%;
  max-height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-section-wrapper .popup-section-container .popup-iframe-content {
  padding: 30px 0 0;
}
.popup-section-wrapper .popup-section-container .popup-content, .popup-section-wrapper .popup-section-container .popup-iframe-content, .popup-section-wrapper .popup-section-container iframe {
  height: 100% !important;
}
.popup-section-wrapper .popup-button-close-box {
  position: absolute;
  top: 15px;
  right: 15px;
}
.popup-section-wrapper .popup-button-close-box .popup-button-close {
  display: block;
  width: 20px;
  height: 20px;
}
.popup-section-wrapper.open {
  display: block;
}