.mapContainer {
  position: relative;
}
.mapContainer #map {
  height: calc(100vh - 201px);
  width: 100%;
  position: relative;
  background: transparent url("/assets/front/img/ajax-loader.gif") no-repeat center center;
}
@media (max-width: 768px) {
  .mapContainer #map {
    height: calc(100vh - 248px);
  }
}
.mapContainer .mapPopup {
  width: 100%;
  overflow: hidden;
}
.mapContainer .mapPopup .col-3 {
  padding-right: 0;
}
.mapContainer .mapPopup .logo-man {
  width: 100%;
}
.mapContainer .mapPopup .firstHeading {
  font-size: 13px;
  font-weight: bold;
}
.mapContainer .mapPopup .address {
  color: #9a9a9a;
  line-height: 20px;
}
.mapContainer .mapPopup .phones {
  color: #9a9a9a;
  line-height: 20px;
}
.mapContainer .mapPopup .phones .telephone {
  display: block;
}
.mapContainer .mapPopup .phones .whatsapp {
  display: block;
}
.mapContainer .mapPopup .phones .phone {
  width: 12px;
  margin-right: 5px;
}
.mapContainer .mapPopup .phones .zap {
  width: 12px;
  margin-right: 5px;
}
.mapContainer .mapPopup .services {
  font-size: 13px;
  font-weight: bold;
}
.mapContainer .mapPopup .listServices {
  color: #9a9a9a;
  line-height: 20px;
}
.mapContainer input[type="text"],
.mapContainer .uneditable-input {
  background: url("/assets/front/img/map.png") no-repeat scroll 8.8px 8px;
  background-size: 2.5ex;
  padding-left: 40px;
  border: solid 1px #000000;
  color: #9a9a9a;
  outline: 0 none;
  width: calc(100% - 20px);
  max-width: 800px;
  background-color: white;
  margin: 10px auto;
  height: 40px;
}
.mapContainer input[type="text"]:focus,
.mapContainer .uneditable-input:focus {
  border-color: #00b0f0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #0082d6;
  outline: 0 none;
}
.mapContainer .centered {
  top: 16.666vh;
  transform: translate(0, -50%);
}
.mapContainer .fonty {
  font-size: 16px;
}

.checkbox--portal--noForm {
  padding: 10px .5rem;
}
.checkbox--portal--noForm .styled-checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox--portal--noForm .styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
}
.checkbox--portal--noForm .styled-checkbox + label:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  min-width: 20px;
  min-height: 20px;
  background: white;
  border: 2px solid #00b0f0;
  border-radius: 4px;
}
.checkbox--portal--noForm .styled-checkbox:hover + label:before {
  background: #00b0f0;
}
.checkbox--portal--noForm .styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.checkbox--portal--noForm .styled-checkbox:checked + label:before {
  background: #00b0f0;
}
.checkbox--portal--noForm .styled-checkbox:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.checkbox--portal--noForm .styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.checkbox--portal--noForm .styled-checkbox:checked + label:after {
  content: '';
  position: absolute;
  left: 4px;
  top: calc(50% + 1px);
  background: black;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: translate(50%, -50%) rotate(45deg);
}

