.map {
  width: 100%;
  height: calc(100vh - 60px);
  z-index: 3;
  position: relative;
}
.map .leaflet-control-container {
  display: none;
}
.map .avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.map .leaflet-popup-content p {
  margin: 0;
}

.gmnoprint,
.gm-fullscreen-control {
  display: none;
}

.preloader {
  display: none;
}

.map-aside {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 360px;
  z-index: 4;
}
.map-aside .car_red path {
  fill: #f95003;
}
.map-aside .dropdown_sub-address {
  position: absolute;
  top: 46px;
  left: 0;
  background-color: #fff;
  z-index: 2;
  font-size: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.map-aside .dropdown_sub-address li {
  padding: 8px 16px;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.map-aside .dropdown_sub-address li:hover {
  background-color: #f2f9ff;
}
.map-aside .dropdown_sub-address li:last-child {
  border: none;
}
.map-aside .map-aside__inner {
  background-color: #fff;
  border-radius: 8px;
}
.map-aside .map-aside-top {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.map-aside .map-aside-top > div {
  border-bottom: 1px solid #f0f0f0;
}
.map-aside .title label {
  height: 56px;
  padding: 16px;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #03a868;
  z-index: 1;
  position: relative;
  font-size: 15px;
  color: #03a868;
}
.map-aside .search-servise,
.map-aside .geo-position {
  padding: 16px;
  position: relative;
  background: #fff;
  display: flex;
  align-items: center;
  height: 54px;
}
.map-aside .search-servise path,
.map-aside .geo-position path {
  fill: #777;
}
.map-aside .search-servise span,
.map-aside .geo-position span {
  display: flex;
  align-items: center;
}
.map-aside .search-servise .back__step,
.map-aside .geo-position .back__step {
  border: none;
  background-color: transparent;
  transform: rotate(180deg);
  cursor: pointer;
}
.map-aside .search-servise .back__step path,
.map-aside .geo-position .back__step path {
  fill: #f95003;
}
.map-aside .search-servise .back__step:hover path,
.map-aside .geo-position .back__step:hover path {
  fill: #03a868;
}
.map-aside .search-servise label,
.map-aside .geo-position label {
  width: 100%;
  position: relative;
  padding-left: 16px;
}
.map-aside .search-servise label input,
.map-aside .geo-position label input {
  width: 100%;
  border: none;
  font-size: 16px;
}
.map-aside .search-servise .input__focus::before,
.map-aside .geo-position .input__focus::before {
  left: 12px;
  top: -6px;
  background: transparent;
}
.map-aside .geo__btn,
.map-aside .search_btn,
.map-aside .list__btn,
.map-aside .clear__btn {
  cursor: pointer;
}
.map-aside .geo__btn:hover path,
.map-aside .search_btn:hover path,
.map-aside .list__btn:hover path,
.map-aside .clear__btn:hover path {
  transition: 0.2s ease-in-out;
  fill: #03a868;
}
.map-aside .geo-position input {
  margin-top: 16px;
}
.map-aside .geo-position label::before {
  top: 21px;
}
.map-aside .geo-position .input__focus::before {
  top: 8px;
}
.map-aside .map-aside__item,
.map-aside .dropdown {
  padding: 16px;
  background: #fff;
  display: flex;
  align-items: center;
  height: 62px;
  color: #777;
  font-size: 16px;
  cursor: pointer;
  transition: 0.2s;
  border-bottom: 1px solid #f0f0f0;
}
.map-aside .map-aside__item:hover,
.map-aside .dropdown:hover {
  background-color: #f2f9ff;
}
.map-aside .map-aside__item:hover .arrow-icon path,
.map-aside .dropdown:hover .arrow-icon path {
  fill: #03a868;
}
.map-aside .map-aside__item span,
.map-aside .dropdown span {
  display: flex;
  align-items: center;
}
.map-aside .map-aside__item .cat-icon,
.map-aside .dropdown .cat-icon {
  width: 40px;
  justify-content: center;
  margin-right: 16px;
}
.map-aside .map-aside__item .arrow-icon,
.map-aside .dropdown .arrow-icon {
  margin-left: auto;
}
.map-aside .map-aside__item .arrow-icon path,
.map-aside .dropdown .arrow-icon path {
  fill: #f95003;
}
.map-aside .servise-list,
.map-aside .service-children-list {
  max-height: calc(100vh - 216px);
  overflow-y: auto;
  scrollbar-width: thin;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.map-aside .services-list .map-aside__item {
  transition: 0.2s;
  cursor: pointer;
}
.map-aside .services-list .map-aside__item:hover {
  background-color: #f2f9ff;
}
.map-aside .service-children-list,
.map-aside .search_list {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  scrollbar-width: thin;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.map-aside .service-children-list .list,
.map-aside .search_list .list {
  max-height: calc(100vh - 380px);
  overflow-y: auto;
  scrollbar-width: thin;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.map-aside .service-children-list .map-aside__item,
.map-aside .search_list .map-aside__item {
  height: auto;
}
.map-aside .service-children-list .close__arrow,
.map-aside .search_list .close__arrow {
  transform: rotate(90deg);
  transition: 0.2s;
}
.map-aside .service-children-list .open__arrow,
.map-aside .search_list .open__arrow {
  transform: rotate(270deg);
}
.map-aside .service-children-list .next__arrow,
.map-aside .search_list .next__arrow {
  transform: rotate(0deg);
}
.map-aside .service-children-list .btn__next,
.map-aside .search_list .btn__next {
  padding: 16px;
  display: none;
}
.map-aside .service-children-list .btn__next button,
.map-aside .search_list .btn__next button {
  width: 100%;
  text-align: center;
  padding: 12px;
  text-transform: uppercase;
  background: #03a868;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: 0.2s;
}
.map-aside .service-children-list .btn__next button:hover,
.map-aside .search_list .btn__next button:hover {
  background-color: #038f58;
}
.map-aside .map-aside__podcat .inner_child:first-child {
  box-shadow: inset 0rem 0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.15);
}
.map-aside .map-aside__podcat .inner_child:last-child {
  box-shadow: inset 0rem -0.5rem 0.5rem -0.5rem rgba(0, 0, 0, 0.15);
}

.pac-container::after {
  display: none !important;
}
.pac-container .pac-item {
  cursor: pointer;
  padding: 4px;
  transition: 0.2s ease-in-out;
}
.pac-container .pac-item:hover {
  background-color: #f2f9ff;
}

.infoWindow {
  display: flex;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  cursor: pointer;
}
.infoWindow .profile {
  display: flex;
  align-items: center;
}
.infoWindow .profile .avatar {
  margin-right: 16px;
}
.infoWindow .profile .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.infoWindow .user {
  width: 150px;
}
.infoWindow .user .rating {
  display: flex;
  align-items: center;
}
.infoWindow .user span {
  color: #777;
  font-size: 12px;
  padding-left: 4px;
}
.infoWindow .location {
  margin-left: auto;
  text-align: right;
}
.infoWindow .location .status {
  font-size: 12px;
}
.infoWindow .location .status .green {
  color: #03a868;
}
.infoWindow .location .status .orange {
  color: #f95003;
}
.infoWindow .location .distance {
  color: #f95003;
  font-size: 16px;
}
.infoWindow .location .address {
  color: #777;
  font-size: 11px;
}

@media only screen and (max-device-width: 584px) {
  .map-aside {
    top: 0px;
    left: 0px;
    width: 100%;
  }
  .map-aside .user-services-list,
  .map-aside .servise-list,
  .map-aside .service-children-list {
    max-height: calc(100vh - 171px);
  }
}

/*# sourceMappingURL=map.css.map */
