.section-global-distributor-locations {
  background: #F1F1F1;
  padding: 50px 0;
}
.section-global-distributor-locations .container {
  position: relative;
}
.section-global-distributor-locations .section-global-distributor-locations-intro .section-global-distributor-locations-intro-title {
  font: 400 25px "Roboto", sans-serif;
  color: #000000;
  line-height: 38px;
}
.section-global-distributor-locations .section-global-distributor-locations-intro hr {
  height: 2px;
  background: #428FEC;
  border: 0;
  margin: 20px 0 30px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-intro .section-global-distributor-locations-intro-description {
  margin: 0 0 50px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-intro .section-global-distributor-locations-intro-description p {
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 30px;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls {
  margin: 0 0 40px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls select {
  display: inline-flex;
  position: relative;
  width: 354px;
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 22px;
  text-transform: uppercase;
  padding: 12px 22px;
  border: 0;
  border-radius: 10px;
  outline: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff url(../../../../dist/img/arrow-select-000000.svg) center right no-repeat;
  background-position-x: 92%;
  overflow: hidden;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls select option {
  width: 330px !important;
  font: 400 15px "Roboto", sans-serif;
  color: #363636;
  line-height: 22px;
  text-transform: capitalize;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls #map-product-category-select {
  margin: 0 15px 0 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container {
  position: relative;
  overflow: hidden;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-loading {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 170, 167, 0.48);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  visibility: hidden;
  opacity: 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-loading .spinner {
  display: grid;
  width: 40px;
  height: 40px;
  animation: spinner-loader 4s infinite;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-loading .spinner::before, .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-loading .spinner::after {
  content: "";
  grid-area: 1/1;
  border: 6.4px solid;
  border-radius: 50%;
  border-color: #428FEC #428FEC rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  mix-blend-mode: darken;
  animation: spinner-loader 1s infinite linear;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-loading .spinner::after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #428FEC #005FBE;
  animation-direction: reverse;
}
@keyframes spinner-loader {
  100% {
    transform: rotate(1turn);
  }
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results {
  background: rgb(0, 95, 190);
  -webkit-backdrop-filter: blur(18px);
          backdrop-filter: blur(18px);
  position: absolute;
  top: 0;
  left: -9999px;
  width: 100%;
  max-width: 465px;
  bottom: 0;
  z-index: 9;
  opacity: 0;
  transition: 1s left ease;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info {
  display: block;
  width: 100%;
  max-width: 340px;
  background: #428FEC;
  margin: 25px;
  padding: 25px 35px;
  border-radius: 15px;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info #info-close {
  display: block;
  position: absolute;
  width: 14px;
  height: 14px;
  top: 40px;
  right: 40px;
  margin: auto;
  cursor: pointer;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info #info-close:hover:before, .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info #info-close:hover:after {
  background: #005FBE;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info #info-close:before {
  position: absolute;
  top: 4px;
  display: block;
  content: "";
  background: #ffffff;
  width: 14px;
  height: 2px;
  transform: rotate(45deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info #info-close:after {
  position: absolute;
  top: 4px;
  display: block;
  content: "";
  background: #ffffff;
  width: 14px;
  height: 2px;
  transform: rotate(-45deg);
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner p, .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner ul, .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner a {
  font: 400 13px "Roboto", sans-serif;
  line-height: 20px;
  color: #ffffff;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .p-r-5 {
  padding-right: 5px;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .name {
  margin: 0 0 15px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .name p {
  font: 700 13px "Roboto", sans-serif;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .address {
  margin: 0 0 15px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .description {
  margin: 15px 0 15px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .products-services {
  margin: 15px 0;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .products-services ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 14px;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info .map-marker-info-inner .products-services ul li {
  font: 400 13px "Roboto", sans-serif;
}
.section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container #map {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.slide-right {
  left: 0 !important;
  opacity: 1 !important;
}

.fade-in {
  visibility: visible !important;
  opacity: 1 !important;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
}

@media (min-width: 1400px) {
  .section-global-distributor-locations .container {
    width: auto;
    max-width: 1640px;
  }
}

@media (max-width: 1025px) {
  .section-global-distributor-locations .section-global-distributor-locations-intro .section-global-distributor-locations-intro-title {
    font: 400 20px "Roboto", sans-serif;
    line-height: 1.5;
  }
  .section-global-distributor-locations .section-global-distributor-locations-intro .section-global-distributor-locations-intro-description p {
    font: 400 15px "Roboto", sans-serif;
    line-height: 1.5;
  }
  .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results {
    max-width: 100%;
  }
  .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-container .map-results .map-marker-info {
    width: auto;
    margin: 30px auto;
  }
}

@media (max-width: 992px) {
  .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls select {
    display: block;
    margin: 25px 0;
  }
}

@media (max-width: 421px) {
  .section-global-distributor-locations .section-global-distributor-locations-map-wrapper .map-controls select {
    width: 100%;
  }
}