@font-face {
  font-family: 'ProximaNova-Light';
  src: url("/nfp/fonts/ProximaNova-Light.eot");
  src: url("/nfp/fonts/ProximaNova-Light.svg") format("svg"), url("/nfp/fonts/ProximaNova-Light.woff") format("woff"), url("/nfp/fonts/ProximaNova-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Regular';
  src: url("/nfp/fonts/ProximaNova-Regular.eot");
  src: url("/nfp/fonts/ProximaNova-Regular.svg") format("svg"), url("/nfp/fonts/ProximaNova-Regular.woff") format("woff"), url("/nfp/fonts/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'ProximaNova-Bold';
  src: url("/nfp/fonts/ProximaNova-Bold.eot");
  src: url("/nfp/fonts/ProximaNova-Bold.svg") format("svg"), url("/nfp/fonts/ProximaNova-Bold.woff") format("woff"), url("/nfp/fonts/ProximaNova-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  background: white;
  color: #222222;
  margin: 0;
  padding: 0;
  font-family: 'ProximaNova-Regular', sans-serif;
  font-size: 16px; }

.hide-desktop {
  display: none; }
  @media screen and (max-width: 991.98px) {
    .hide-desktop {
      display: block; } }

@media screen and (max-width: 991.98px) {
  .hide-mobile {
    display: none; } }

.marker,
.marker-small {
  display: block;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .marker:hover,
  .marker-small:hover {
    -webkit-box-shadow: 0 0 0 2px orange;
    box-shadow: 0 0 0 2px orange; }

#map {
  width: calc(100% - 320px) !important;
  left: 320px;
  position: absolute;
  top: 0;
  bottom: 0; }
  @media screen and (max-width: 991.98px) {
    #map {
      width: 100% !important;
      left: 0; } }

#map-small {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0; }

.m-map-small {
  width: 100%;
  height: 180px;
  position: relative; }

.mapboxgl-user-location-dot {
  width: 32px;
  height: 32px;
  background: url(/nfp/img/mylocation.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border-radius: 0; }
  .mapboxgl-user-location-dot:before, .mapboxgl-user-location-dot:after {
    display: none; }

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl {
  /* margin: 0 20px 20px 0; */
  float: right; }

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
  margin: 0 0 10px 20px;
  float: left; }

.mapboxgl-ctrl-group:not(:empty) {
  -webkit-box-shadow: none;
  box-shadow: none; }

.mapboxgl-ctrl-group {
  border-radius: 0;
  background: transparent;
  overflow: visible; }

.mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate {
  width: auto;
  height: auto;
  font-size: 16px;
  color: white;
  background: #E94F0A;
  text-transform: uppercase;
  padding: 14px 15px 12px 40px;
  border: 1px solid #E94F0A;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative; }
  .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate:after {
    width: 18px;
    height: 18px;
    background: url(/nfp/img/location-orange.svg);
    background: url(/nfp/img/location.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate:hover {
    background: white;
    color: #E94F0A; }
    .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate:hover:after {
      background: url(/nfp/img/location-orange.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .mapboxgl-ctrl-group .mapboxgl-ctrl-geolocate:before {
    display: none; }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  background-image: url(/nfp/img/plus.svg);
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  margin-bottom: 10px; }
  .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in:hover {
    background-color: #F2F3F3; }

.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: url(/nfp/img/minus.svg);
  width: 44px;
  height: 44px;
  background-color: white;
  border-radius: 5px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); }
  .mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out:hover {
    background-color: #F2F3F3; }

.mapboxgl-ctrl-compass {
  display: none !important; }

.mapboxgl-popup-content {
  padding: 8px;
  font-family: 'ProximaNova-Regular';
  font-weight: normal; }

.m-btn {
  font-size: 16px;
  color: white;
  background: #E94F0A;
  text-transform: uppercase;
  padding: 14px 25px 12px;
  border: 1px solid #E94F0A;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer; }
  @media screen and (max-width: 767.98px) {
    .m-btn {
      font-size: 12px;
      padding: 10px 16px 8px; } }
  .m-btn:hover {
    background: white;
    color: #E94F0A; }
  .m-btn:focus {
    outline: none; }
  .m-btn--secondary {
    background: white;
    color: #E94F0A; }
    .m-btn--secondary:hover {
      background: #E94F0A;
      color: white; }
  .m-btn--small {
    font-size: 12px;
    border-radius: 4px;
    padding: 6px 10px 4px; }
  @media screen and (max-width: 575.98px) {
    .m-btn--fwm {
      width: 100%;
      text-align: center; } }
  .m-btn--filters {
    position: relative;
    padding-right: 30px;
    background: url(/nfp/img/filters-orange.svg);
    background: url(/nfp/img/filters.svg);
    background-position: right 10px center;
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-color: #E94F0A;
    width: 100%; }
    .m-btn--filters:hover {
      background: url(/nfp/img/filters-orange.svg);
      background-position: right 10px center;
      background-size: 14px 14px;
      background-repeat: no-repeat;
      background-color: white; }
    .m-btn--filters.active {
      background: white;
      color: #E94F0A;
      background: url(/nfp/img/close.svg);
      background-position: right 10px center;
      background-size: 12px 12px;
      background-repeat: no-repeat;
      background-color: white; }
      .m-btn--filters.active:hover {
        background: white;
        color: #E94F0A;
        background: url(/nfp/img/close.svg);
        background-position: right 10px center;
        background-size: 12px 12px;
        background-repeat: no-repeat;
        background-color: white; }
  .m-btn__toggle {
    display: none; }
    @media screen and (max-width: 991.98px) {
      .m-btn__toggle {
        display: block;
        min-width: 94px;
        margin-left: 20px; } }
    .m-btn__toggle--info {
      display: none; }
    .m-btn__toggle.active .m-btn__toggle--info {
      display: inline-block; }
    .m-btn__toggle.active .m-btn__toggle--map {
      display: none; }

#feature-listing {
  padding: 0 20px;
  position: relative; }
  #feature-listing:after {
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    content: ""; }

.scroll {
  height: calc(100vh - 150px); }

.list-item {
  display: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
  padding-top: 20px;
  border-bottom: 1px solid #E8E7E2;
  background: transparent;
  min-height: 100px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .list-item:hover {
    opacity: 0.5; }
  .list-item.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .list-item__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    .list-item__info > h2 {
      margin: 0 0 4px;
      font-size: 14px;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-weight: bold;
      line-height: 1.2; }
  .list-item__address {
    font-family: 'ProximaNova-Light', sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 1.2; }
  .list-item__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66px;
    flex: 0 0 66px;
    max-width: 66px;
    margin-left: 20px;
    overflow: hidden;
    height: 44px;
    display: block;
    position: relative;
    margin-top: 4px; }
    .list-item__img > img {
      position: absolute;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      left: 50%;
      height: 100%; }
  .list-item__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: normal;
    font-size: 12px; }
    @media screen and (max-width: 991.98px) {
      .list-item__prices {
        max-width: 200px; } }
    .list-item__prices span {
      color: #E94F0A;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-weight: bold; }
  .list-item__price {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .list-item__price:before {
      width: 10px;
      height: 10px;
      background: url(/nfp/img/clock.svg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      border-radius: 0;
      content: "";
      display: inline-block;
      margin-right: 3px; }
  .list-item__distance {
    margin-bottom: 12px;
    font-weight: normal;
    font-size: 12px; }
    .list-item__distance span {
      color: #E94F0A;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-weight: bold; }

.m-legend {
  position: fixed;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  background: transparent;
  z-index: 100; }
  .m-legend.no-pointer-events {
    pointer-events: none; }
  @media screen and (max-width: 991.98px) {
    .m-legend {
      width: 100%; } }
  .m-legend__content {
    background: #F2F3F3; }
    @media screen and (max-width: 991.98px) {
      .m-legend__content {
        max-width: 100%;
        width: auto;
        margin: 16px;
        -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } }
    @media screen and (min-width: 992px) {
      .m-legend__content {
        display: block !important; } }
  .m-legend__header {
    background: #3C3B3B;
    padding: 20px;
    pointer-events: all; }
    @media screen and (max-width: 991.98px) {
      .m-legend__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .m-legend__header h1 {
      margin: 0;
      color: white;
      font-size: 28px;
      font-family: 'ProximaNova-Bold', sans-serif;
      font-weight: bold;
      text-transform: uppercase; }
      @media screen and (max-width: 767.98px) {
        .m-legend__header h1 {
          font-size: 21px; } }
      @media screen and (max-width: 359px) {
        .m-legend__header h1 {
          font-size: 18px; } }
  .m-legend__filters {
    background-color: #E8E7E2;
    padding: 10px;
    position: relative; }
  .m-legend__more-filters {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #E8E7E2;
    width: 100%;
    left: 0;
    z-index: 101;
    padding: 30px 10px; }
    @media screen and (max-width: 991.98px) {
      .m-legend__more-filters {
        padding: 16px 10px; } }
    .m-legend__more-filters--small {
      padding: 24px 10px; }
      @media screen and (max-width: 991.98px) {
        .m-legend__more-filters--small {
          padding: 16px 10px; } }

.mCSB_inside > .mCSB_container {
  margin-right: 0; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #E8E7E2;
  margin-right: 1px;
  width: 4px; }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #E94F0A;
  margin-right: 1px; }

.m-form__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .m-form__group + .m-form__group {
    margin-bottom: 0; }

.m-form__item {
  padding: 0 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .m-form__item--stretch {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.m-form__label {
  color: #3C3B3B;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block; }
  @media screen and (max-width: 991.98px) {
    .m-form__label {
      margin-bottom: 16px; } }

.m-form__list {
  margin-bottom: 36px; }
  @media screen and (max-width: 991.98px) {
    .m-form__list {
      margin-bottom: 24px; } }
  .m-form__list--small {
    margin-bottom: 24px; }

.m-input__select {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 30px 3px 8px;
  border: 1px solid white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/nfp/img/arrow.svg);
  background-position: right 10px center;
  background-size: 7px 4px;
  background-repeat: no-repeat;
  background-color: white;
  border-radius: 4px;
  color: #3C3B3B;
  font-family: 'ProximaNova-Light', sans-serif;
  font-weight: 300; }
  @media screen and (max-width: 359px) {
    .m-input__select {
      font-size: 12px; } }
  .m-input__select::-ms-expand {
    display: none; }
  .m-input__select::-ms-value {
    background: none;
    color: #3C3B3B; }
  .m-input__select:hover {
    border: 1px solid #E94F0A; }
  .m-input__select:focus {
    outline: none;
    border: 1px solid #E94F0A; }

.m-input__text {
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  padding: 5px 8px 3px 8px;
  border: 1px solid white;
  -webkit-transition: all 0.3s ease;
  background-color: white;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  border-radius: 4px;
  color: #3C3B3B;
  font-family: 'ProximaNova-Light', sans-serif;
  font-weight: 300;
  min-height: 28px; }
  @media screen and (max-width: 359px) {
    .m-input__text {
      font-size: 12px; } }
  .m-input__text::-webkit-input-placeholder {
    color: #3C3B3B; }
  .m-input__text:-ms-input-placeholder {
    color: #3C3B3B; }
  .m-input__text::-ms-input-placeholder {
    color: #3C3B3B; }
  .m-input__text::placeholder {
    color: #3C3B3B; }
  .m-input__text:-ms-input-placeholder {
    color: #3C3B3B; }
  .m-input__text::-ms-input-placeholder {
    color: #3C3B3B; }
  .m-input__text:hover {
    border: 1px solid #E94F0A; }
  .m-input__text:focus {
    outline: none;
    border: 1px solid #E94F0A; }

.m-search {
  padding: 0;
  border: 0;
  width: 100%;
  margin: 0; }
  .m-search .m-input__text {
    background: url(/nfp/img/search.svg);
    background-position: left 8px center;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 24px;
    background-color: white; }

.m-input__checkbox {
  min-height: 16px;
  padding-left: 26px;
  margin-bottom: 14px; }
  .m-input__checkbox .custom-control-label {
    cursor: pointer;
    font-size: 14px;
    line-height: 1.2;
    position: relative;
    font-family: 'ProximaNova-Light', sans-serif;
    font-weight: 300; }
    .m-input__checkbox .custom-control-label:before {
      position: absolute;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      border-radius: 0;
      top: -2px;
      left: -26px;
      width: 16px;
      height: 16px;
      border: 1px solid white;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      background-color: white;
      border-radius: 2px; }
    .m-input__checkbox .custom-control-label:after {
      position: absolute;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      top: -2px;
      left: -26px;
      width: 16px;
      height: 16px;
      background-position: center;
      background-size: 80%;
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border-radius: 2px; }
  .m-input__checkbox .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0; }
    .m-input__checkbox .custom-control-input:checked ~ .custom-control-label:before {
      color: white;
      border-color: #E94F0A;
      background-color: #E94F0A; }
    .m-input__checkbox .custom-control-input:checked ~ .custom-control-label:after {
      background-image: url(/nfp/img/check.svg);
      background-position: center;
      background-size: 60%;
      background-repeat: no-repeat; }
    .m-input__checkbox .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
      border-color: #E94F0A; }
    .m-input__checkbox .custom-control-input:focus ~ .custom-control-label:before {
      -webkit-box-shadow: none;
      box-shadow: none; }
    .m-input__checkbox .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
      color: white;
      background-color: white;
      border-color: #3C3B3B; }
  .m-input__checkbox.custom-radio .custom-control-label:before {
    border-radius: 50%; }
  .m-input__checkbox.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url(/nfp/img/check-radio.svg);
    background-size: 14px; }
  .m-input__checkbox:hover .custom-control-label:before {
    border-color: #E94F0A; }
  .m-input__checkbox:focus .custom-control-label:before {
    border-color: #E94F0A; }

.m-select-hidden {
  display: none;
  visibility: hidden;
  padding-right: 10px; }

.m-select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #3C3B3B;
  width: 150px;
  height: 28px; }

.m-select-styled {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  padding: 7px 15px;
  transition: all 0.2s ease-in;
  border: 1px solid white;
  font-family: 'ProximaNova-Light', sans-serif;
  font-weight: 300;
  border-radius: 4px; }
  @media screen and (max-width: 359px) {
    .m-select-styled {
      font-size: 12px; } }
  .m-select-styled:focus {
    outline: none;
    border: 1px solid #E94F0A; }
  .m-select-styled:after {
    content: "";
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-color: #E94F0A transparent transparent transparent;
    position: absolute;
    top: 12px;
    right: 10px; }
  .m-select-styled:hover {
    border: 1px solid #E94F0A; }
  .m-select-styled:active, .m-select-styled.active {
    background-color: white;
    border: 1px solid #E94F0A; }
    .m-select-styled:active:after, .m-select-styled.active:after {
      top: 8px;
      border-color: transparent transparent #E94F0A transparent; }

.map.en .m-select {
  width: 158px; }

.map.en .m-select-styled {
  padding: 7px 10px; }

.m-select--high .m-select {
  height: 48px; }

.m-select--high .m-select-styled {
  height: 48px; }
  .m-select--high .m-select-styled:after {
    top: 22px; }
  .m-select--high .m-select-styled:active:after, .m-select--high .m-select-styled.active:after {
    top: 17px; }

.m-select-options {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 999;
  height: 380px;
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  list-style: none;
  background-color: white; }
  .m-select-options li {
    margin: 0;
    padding: 12px 15px;
    border-top: 1px solid white;
    transition: all 0.15s ease-in;
    font-family: 'ProximaNova-Light', sans-serif;
    font-weight: 300; }
    @media screen and (max-width: 359px) {
      .m-select-options li {
        font-size: 12px; } }
    .m-select-options li:hover {
      color: white;
      background: #E94F0A; }
    .m-select-options li[rel="hide"] {
      display: none; }

.m-form__group--ru.active {
  align-items: flex-start; }
  .m-form__group--ru.active .m-select,
  .m-form__group--ru.active .m-btn--filters {
    height: 48px; }
  .m-form__group--ru.active .m-select-styled {
    height: 48px; }
    .m-form__group--ru.active .m-select-styled:after {
      top: 22px; }
    .m-form__group--ru.active .m-select-styled:active:after, .m-form__group--ru.active .m-select-styled.active:after {
      top: 17px; }


.m-popup {
  display: none;
  position: fixed;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  background: #F2F3F3;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 100;
  padding: 12px 20px 20px; }
  @media screen and (max-width: 991.98px) {
    .m-popup {
      padding: 12px 15px 15px;
      width: calc(100% - 32px);
      height: calc(100% - 104px);
      top: 90px;
      left: 16px; } }
  .m-popup.open {
    display: block; }
  .m-popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
    height: calc(100vh - 150px); }
    @media screen and (max-width: 991.98px) {
      .m-popup__content {
        padding-top: 16px;
        height: calc(100vh - 280px); } }
  .m-popup__col {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%; }
    @media screen and (max-width: 991.98px) {
      .m-popup__col {
        display: none;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%; } }
    @media screen and (max-width: 991.98px) {
      .m-popup__col.active {
        display: block; } }
    @media screen and (min-width: 992px) {
      .m-popup__col--no-margin-desktop .mCSB_inside > .mCSB_container {
        margin-right: 0 !important; } }
  .m-popup__header {
    border-bottom: 1px solid #FF6C00;
    padding-right: 50px; }
    .m-popup__header h2 {
      margin: 0; }
  .m-popup__close {
    width: 24px;
    height: 24px;
    background: url(/nfp/img/parking_lot_info_close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    position: absolute;
    right: 20px;
    top: 22px; }
    .m-popup__close:hover {
      opacity: 0.6; }
  .m-popup .mCSB_inside > .mCSB_container {
    margin-right: 10px; }

.carpark__address {
  margin: 5px 0 10px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold; }
  .carpark__address span {
    font-family: 'ProximaNova-Light', sans-serif;
    font-weight: 300; }

.carpark__prices {
  padding: 0;
  margin: 0 0 42px;
  list-style: none; }
  @media screen and (max-width: 991.98px) {
    .carpark__prices {
      margin: 0 0 16px;
      padding: 0 0 30px;
      border-bottom: 1px solid #E8E7E2; } }
  .carpark__prices > li {
    padding: 12px 16px; }
    .carpark__prices > li:nth-of-type(odd) {
      background: #E8E7E2; }

.carpark__price--item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.carpark__price--info {
  margin-top: 10px;
  font-size: 14px; }
  .carpark__price--info * {
    font-size: 14px;
    line-height: 1.2; }
  .carpark__price--info div,
  .carpark__price--info p,
  .carpark__price--info li,
  .carpark__price--info span,
  .carpark__price--info a,
  .carpark__price--info font {
    display: inline-block;
    font-size: 14px !important; }
    .carpark__price--info div:first-letter,
    .carpark__price--info p:first-letter,
    .carpark__price--info li:first-letter,
    .carpark__price--info span:first-letter,
    .carpark__price--info a:first-letter,
    .carpark__price--info font:first-letter {
      text-transform: uppercase; }
  .carpark__price--info p {
    margin: 0;
    line-height: 1.2; }

.carpark__price--name {
  font-size: 18px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  color: black;
  padding-right: 10px; }
  @media screen and (max-width: 359px) {
    .carpark__price--name {
      font-size: 16px; } }

.carpark__price--amount {
  font-size: 18px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  color: #E94F0A;
  margin-left: auto;
  padding-right: 16px;
  white-space: nowrap; }
  @media screen and (max-width: 359px) {
    .carpark__price--amount {
      font-size: 16px; } }

.carpark__price--action {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .carpark__price--action .carpark__icon {
    margin-right: 4px; }
  @media screen and (max-width: 991.98px) {
    .carpark__price--action {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .carpark__price--action .carpark__icon {
        margin-right: 0;
        margin-left: 4px; } }

.carpark__img {
  width: 100%; }
  .carpark__img > img {
    width: 100%; }

.carpark__info {
  font-family: 'ProximaNova-Light', sans-serif;
  font-weight: 300;
  font-size: 14px; }
  .carpark__info div,
  .carpark__info p,
  .carpark__info li,
  .carpark__info span,
  .carpark__info a,
  .carpark__info font {
    font-size: 14px !important; }

.carpark__info-title {
  font-size: 24px;
  font-family: 'ProximaNova-Bold', sans-serif;
  font-weight: bold;
  padding: 0px 40px 10px;
  position: relative;
  margin: 0 0 20px;
  border-bottom: 1px solid #FF6C00; }
  @media screen and (max-width: 991.98px) {
    .carpark__info-title {
      margin-top: 20px; } }
  @media screen and (max-width: 359px) {
    .carpark__info-title {
      font-size: 21px; } }
  .carpark__info-title:before {
    width: 24px;
    height: 24px;
    background: url(/nfp/img/info.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 0;
    content: "";
    display: block;
    position: absolute;
    left: 0; }

.carpark__action {
  margin: 30px 0; }

.carpark__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: 16px; }
  @media screen and (max-width: 1199.98px) {
    .carpark__icons {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media screen and (max-width: 991.98px) {
    .carpark__icons {
      margin-left: -4px;
      margin-right: -4px; } }

.carpark__icon--item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 105px;
  padding-left: 6px;
  padding-right: 6px;
  text-align: center; }
  @media screen and (max-width: 1199.98px) {
    .carpark__icon--item {
      -ms-flex: 0 0 50%;
      -webkit-box-flex: 0;
      flex: 0 0 50%;
      max-width: 105px;
      margin-bottom: 12px; } }
  @media screen and (max-width: 991.98px) {
    .carpark__icon--item {
      padding-left: 4px;
      padding-right: 4px;
      -ms-flex: 0 0 25%;
      -webkit-box-flex: 0;
      flex: 0 0 25%;
      max-width: 105px;
      margin-bottom: 0; } }
  .carpark__icon--item .carpark__icon {
    display: inline-block; }
  .carpark__icon--item p {
    font-size: 10px; }

.m-tab-nav {
  margin: 16px 0 0;
  padding: 0 10px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .m-tab-nav:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 1px;
    border-top: 1px solid #3C3B3B;
    left: 0; }
  @media screen and (max-width: 575.98px) {
    .m-tab-nav {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  .m-tab-nav > li {
    font-size: 12px;
    color: white;
    background: #E94F0A;
    text-transform: uppercase;
    padding: 14px 0 12px;
    border: 1px solid #E94F0A;
    border-bottom: 1px solid #3C3B3B;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    text-decoration: none;
    font-weight: bold;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 3px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    text-align: center;
    max-width: 120px; }
    .m-tab-nav > li:hover, .m-tab-nav > li.open {
      background: #3C3B3B;
      color: white;
      border: 1px solid #3C3B3B; }
