/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  position: absolute;
  height: 100%;
  width: 32px;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  color: #fff;
  border: none;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

/* -----------------------------------------------------------------------------

  AnyPicker - Customizable Picker for Mobile OS
  Version 2.0.9
  Copyright (c)2017 Lajpat Shah
  Contributors : https://github.com/nehakadam/AnyPicker/contributors
  Repository : https://github.com/nehakadam/AnyPicker
  Homepage : https://nehakadam.github.io/AnyPicker

 ----------------------------------------------------------------------------- */
/* ------------------------- Basic Layout Start ---------------------------------- */
body.noscroll {
  overflow: hidden;
}

.ap-overlay {
  display: none;
  z-index: 2000;
  min-width: 250px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.ap-layout-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.ap-layout-fixed,
.ap-layout-popover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

/*
.ap-layout-relative, .ap-layout-inline
{
	height: auto;
}
*/
.ap-layout-relative,
.ap-layout-inline {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ap-overlay * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.ap-bg {
  width: 100%;
  height: 100%;
  font-family: sans-serif;
  /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
  font-size: 22px;
}

.ap-cont {
  margin: 0 auto;
  background: #ffffff;
  width: 100% !important;
}

.ap-theme-default:not(.ap-layout-inline):not(.ap-layout-relative) .ap-cont {
  -webkit-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
  box-shadow: 0 16px 28px 0 rgba(0, 0, 0, 0.22), 0 25px 55px 0 rgba(0, 0, 0, 0.21);
}

.ap-layout-popup .ap-cont {
  position: relative;
  top: 50%;
  max-width: 500px;
  width: 95%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ap-layout-relative .ap-cont {
  max-width: 500px;
  width: 97%;
  border: 1px solid #ecf0f1;
}

.ap-layout-inline .ap-cont {
  border: 1px solid #ecf0f1;
}

.ap-layout-fixed .ap-cont {
  width: 100%;
  position: fixed;
}

/* ------------------------- Basic Layout End ---------------------------------- */
/* ------------------------- View Sections Start ---------------------------------- */
.ap-header {
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 0.9em;
  padding: 0 16px;
}

.ap-dir-rtl .ap-header {
  text-align: right;
}

.ap-theme-default .ap-header {
  height: 60px;
  line-height: 60px;
}

.ap-content {
  max-width: 320px;
  margin: 0 auto;
}

.ap-content-top {
  height: 50px;
  padding: 8px 16px;
  color: #555;
  text-align: center;
}

.ap-content-switch {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

.ap-content-switch-tab {
  border: 1px solid #009688;
  padding: 5px 16px;
  cursor: pointer;
  font-size: 0.6em;
  color: #009688;
}

.ap-dir-ltr .ap-content-switch-date {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ap-dir-rtl .ap-content-switch-date {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -1px;
}

.ap-dir-ltr .ap-content-switch-time {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  margin-left: -1px;
}

.ap-dir-rtl .ap-content-switch-time {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.ap-content-switch-selected {
  background: #009688;
  color: #ffffff;
}

.ap-content-middle {
  min-height: 120px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.ap-content-bottom {
  height: 50px;
  padding: 8px 16px;
  color: #555;
  text-align: center;
}

.ap-theme-default .ap-content-top,
.ap-theme-default .ap-content-bottom {
  font-size: 0.7em;
}

.ap-footer {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 50px;
  text-align: center;
}

.ap-theme-default .ap-footer {
  padding: 0 16px;
}

.ap-theme-default .ap-footer-top {
  line-height: 55px;
}

.ap-theme-default .ap-footer-bottom {
  line-height: 45px;
}

.ap-header__title {
  color: #000000;
  font-size: 1.2em;
}

/* ------------------------- Buttons Start ---------------------------------- */
.ap-theme-default .ap-button {
  cursor: pointer;
  letter-spacing: 0;
  text-align: center;
  font-size: 0.8em;
  padding: 8px 12px;
  margin: 8px;
  color: #009688;
  background: rgb(255, 255, 255);
  text-transform: uppercase;
}

.ap-theme-default .ap-button-cont {
  float: right;
}

.ap-theme-default.ap-dir-rtl .ap-button-cont {
  float: left;
}

/* ------------------------- Buttons End ---------------------------------- */
/* ------------------------- View Sections End ---------------------------------- */
/* ------------------------- Animations Start ---------------------------------- */
/* ------------------------------------------------------------------------------ */
.ap-show {
  opacity: 0;
  animation: ap-anim-show ease 0.5s;
  animation-iteration-count: 1;
  -webkit-animation: ap-anim-show ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-show ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-show ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-show ease 0.5s;
  -ms-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes ap-anim-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ap-anim-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ap-anim-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ap-anim-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-hide {
  animation: ap-anim-hide ease 0.5s;
  animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
  -webkit-animation: ap-anim-hide ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-hide ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-hide ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-hide ease 0.5s;
  -ms-animation-iteration-count: 1;
}

@keyframes ap-anim-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes ap-anim-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes ap-anim-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes ap-anim-hide {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-bottom-slide-up {
  opacity: 0;
  animation: ap-anim-bottom-slide-up ease 0.5s;
  animation-iteration-count: 1;
  -webkit-animation: ap-anim-bottom-slide-up ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-bottom-slide-up ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-bottom-slide-up ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-bottom-slide-up ease 0.5s;
  -ms-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-up {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes ap-anim-bottom-slide-up {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes ap-anim-bottom-slide-up {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-o-keyframes ap-anim-bottom-slide-up {
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-bottom-slide-down {
  opacity: 1;
  animation: ap-anim-bottom-slide-down ease 0.5s;
  animation-iteration-count: 1;
  -webkit-animation: ap-anim-bottom-slide-down ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-bottom-slide-down ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-bottom-slide-down ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-bottom-slide-down ease 0.5s;
  -ms-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes ap-anim-bottom-slide-down {
  100% {
    opacity: 0;
    bottom: -1000px;
  }
}
@-moz-keyframes ap-anim-bottom-slide-down {
  100% {
    opacity: 0;
    bottom: -1000px;
  }
}
@-webkit-keyframes ap-anim-bottom-slide-down {
  100% {
    opacity: 0;
    bottom: -1000px;
  }
}
@-o-keyframes ap-anim-bottom-slide-down {
  100% {
    opacity: 0;
    bottom: -1000px;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-top-slide-down {
  opacity: 0;
  animation: ap-anim-top-slide-down ease 0.5s;
  animation-iteration-count: 1;
  -webkit-animation: ap-anim-top-slide-down ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-top-slide-down ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-top-slide-down ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-top-slide-down ease 0.5s;
  -ms-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-down {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-moz-keyframes ap-anim-top-slide-down {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes ap-anim-top-slide-down {
  100% {
    opacity: 1;
    top: 0;
  }
}
@-o-keyframes ap-anim-top-slide-down {
  100% {
    opacity: 1;
    top: 0;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-top-slide-up {
  opacity: 1;
  animation: ap-anim-top-slide-up ease 0.5s;
  animation-iteration-count: 1;
  -webkit-animation: ap-anim-top-slide-up ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -moz-animation: ap-anim-top-slide-up ease 0.5s;
  -moz-animation-iteration-count: 1;
  -o-animation: ap-anim-top-slide-up ease 0.5s;
  -o-animation-iteration-count: 1;
  -ms-animation: ap-anim-top-slide-up ease 0.5s;
  -ms-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards; /* Chrome, Safari, Opera */
  animation-fill-mode: forwards;
}

@keyframes ap-anim-top-slide-up {
  100% {
    opacity: 0;
    top: -1000px;
  }
}
@-moz-keyframes ap-anim-top-slide-up {
  100% {
    opacity: 0;
    top: -1000px;
  }
}
@-webkit-keyframes ap-anim-top-slide-up {
  100% {
    opacity: 0;
    top: -1000px;
  }
}
@-o-keyframes ap-anim-top-slide-up {
  100% {
    opacity: 0;
    top: -1000px;
  }
}
/* ------------------------------------------------------------------------------ */
.ap-theme-default .ap-button-active {
  animation: ap-anim-default-button-active ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation: ap-anim-default-button-active ease 0.5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation: ap-anim-default-button-active ease 0.5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation: ap-anim-default-button-active ease 0.5s;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  -ms-animation: ap-anim-default-button-active ease 0.5s;
  -ms-animation-iteration-count: 1;
  -ms-animation-fill-mode: forwards;
}

@keyframes ap-anim-default-button-active {
  100% {
    background: #e0f2f1;
  }
}
@-moz-keyframes ap-anim-default-button-active {
  100% {
    background: #e0f2f1;
  }
}
@-webkit-keyframes ap-anim-default-button-active {
  100% {
    background: #e0f2f1;
  }
}
@-o-keyframes ap-anim-default-button-active {
  100% {
    background: #e0f2f1;
  }
}
/* ------------------------------------------------------------------------------ */
/* ------------------------- Animations End ---------------------------------- */
/* ------------------------- Picker Component Start ---------------------------------- */
.ap-component-section {
  display: table;
  table-layout: fixed;
  width: 100%;
  background: #ffffff;
}

.ap-loading {
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #ffffff;
}

.ap-component-section,
ap-component-section * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.ap-component {
  display: table-cell;
}

.ap-component-label {
  text-align: center;
  font-size: 0.7em;
}

.ap-theme-default {
  color: #009688;
}

.ap-component-plus,
.ap-component-minus {
  background: #ffffff;
  color: #bdbdbd;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}

.ap-component-cont {
  position: relative;
  /*height: 200px;*/
  overflow: hidden;
}

.ap-component-data {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
}

.ap-row {
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
  cursor: pointer;
  color: #000000;
}

.ap-row-invalid {
  color: #ffcdd2;
}

.ap-row-hidden {
  opacity: 0;
}

.ap-component-selector {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 40px;
  border-top: 1px solid #009688;
  border-bottom: 1px solid #009688;
}

.ap-theme-default .ap-component-selector {
  left: 10%;
  width: 80%;
}

.ap-component-gradient {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 102%;
  cursor: pointer;
  /*
  http://www.cssmatic.com/gradient-generator#'\-moz\-linear\-gradient\%28top\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%200\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2030\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2045\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\%29\%2055\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%2070\%25\%2C\%20rgba\%28255\%2C255\%2C255\%2C0\.8\%29\%20100\%25\%29\%3B'
  */
  background: rgba(255, 255, 255, 0.8);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.8)), color-stop(30%, rgba(255, 255, 255, 0.8)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(70%, rgba(255, 255, 255, 0.8)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.8) 30%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff", GradientType=0 );
}

/* ------------------------- Picker Component End ---------------------------------- */
.ap-layout-inline .ap-cont,
.ap-layout-relative,
.ap-layout-inline {
  position: initial !important;
}

.ap-content-middle {
  padding-top: 0;
  padding-bottom: 0;
}

.ap-layout-inline .ap-cont {
  border: none;
}

.ap-component:nth-last-of-type(1),
.ap-component:nth-last-of-type(2) {
  background: rgba(3, 168, 104, 0.05);
}

.ap-component-selector {
  height: 70px !important;
  border-color: #03A868;
  border-width: 2px;
  position: relative;
}

.add-date__wrap.open .map-aside__item {
  z-index: 1;
  box-shadow: 0 -10px 35px 0 rgba(0, 0, 0, 0.75);
}

.add-date__wrap.open + .add-date__wrap .map-aside__item {
  z-index: 1;
  box-shadow: 0 10px 35px 0 rgba(0, 0, 0, 0.75);
}

.map-aside__item {
  z-index: 2;
  background: #fff;
}

/*.ap-component-selector:before */
.ap-component-selector:before {
  content: "";
  position: absolute;
  font-size: 12px;
  font-family: "Century Gothic", sans-serif;
  color: #03A868;
  top: -23px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}

.ap-component:nth-of-type(2n) .ap-component-selector:before {
  content: "";
}

.ap-component-gradient {
  background: initial !important;
}

.ap-content {
  max-width: initial;
}

.ap-row {
  /*height: 70px !important;*/
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content:  center;*/
  font-size: 16px;
  font-family: "Century Gothic", sans-serif;
  color: rgba(0, 0, 0, 0.6);
}

.ap-row-selected {
  color: #03A868;
}

.map-aside-footer {
  display: none;
}

.performers .list-performers,
.user_category .list-performers,
.user_category-site .list-performers {
  max-height: calc(100dvh - 292px);
  overflow-y: auto;
}
.performers .performer,
.user_category .performer,
.user_category-site .performer {
  padding: 16px;
  display: flex;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  border-bottom: 1px solid #f0f0f0;
  cursor: pointer;
}
.performers .performer:hover,
.user_category .performer:hover,
.user_category-site .performer:hover {
  background-color: #f2f9ff;
}
.performers .performer .profile,
.user_category .performer .profile,
.user_category-site .performer .profile {
  display: flex;
  align-items: center;
  width: 100%;
}
.performers .performer .profile .avatar,
.user_category .performer .profile .avatar,
.user_category-site .performer .profile .avatar {
  margin-right: 16px;
}
.performers .performer .profile .avatar img,
.user_category .performer .profile .avatar img,
.user_category-site .performer .profile .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}
.performers .performer .profile .stars,
.user_category .performer .profile .stars,
.user_category-site .performer .profile .stars {
  display: flex;
  gap: 4px;
}
.performers .performer .profile__site,
.user_category .performer .profile__site,
.user_category-site .performer .profile__site {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.performers .performer .profile__site .title,
.user_category .performer .profile__site .title,
.user_category-site .performer .profile__site .title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.performers .performer .profile__site .desc,
.user_category .performer .profile__site .desc,
.user_category-site .performer .profile__site .desc {
  color: #777;
}
.performers .performer .user,
.user_category .performer .user,
.user_category-site .performer .user {
  min-width: 150px;
}
.performers .performer .user .rating,
.user_category .performer .user .rating,
.user_category-site .performer .user .rating {
  display: flex;
  align-items: center;
}
.performers .performer .user span,
.user_category .performer .user span,
.user_category-site .performer .user span {
  color: #777;
  font-size: 12px;
  padding-left: 4px;
}
.performers .performer .location,
.user_category .performer .location,
.user_category-site .performer .location {
  margin-left: auto;
  text-align: right;
}
.performers .performer .location .status,
.user_category .performer .location .status,
.user_category-site .performer .location .status {
  font-size: 12px;
}
.performers .performer .location .status .green,
.user_category .performer .location .status .green,
.user_category-site .performer .location .status .green {
  color: #03a868;
}
.performers .performer .location .status .orange,
.user_category .performer .location .status .orange,
.user_category-site .performer .location .status .orange {
  color: #f95003;
}
.performers .performer .location .distance,
.user_category .performer .location .distance,
.user_category-site .performer .location .distance {
  color: #f95003;
  font-size: 16px;
}
.performers .performer .location .address,
.user_category .performer .location .address,
.user_category-site .performer .location .address {
  color: #777;
  font-size: 11px;
}
.performers .line_block,
.user_category .line_block,
.user_category-site .line_block {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
}
.performers .perf_comments .dropdown,
.user_category .perf_comments .dropdown,
.user_category-site .perf_comments .dropdown {
  font-size: 14px;
  color: #000000;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.performers .perf_comments .dropdown .arrow,
.user_category .perf_comments .dropdown .arrow,
.user_category-site .perf_comments .dropdown .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: 90deg;
  transition: 0.2s ease-in-out;
}
.performers .perf_comments .dropdown .arrow svg path,
.user_category .perf_comments .dropdown .arrow svg path,
.user_category-site .perf_comments .dropdown .arrow svg path {
  fill: #f95003;
}
.performers .perf_comments .dropdown.open .arrow,
.user_category .perf_comments .dropdown.open .arrow,
.user_category-site .perf_comments .dropdown.open .arrow {
  rotate: 270deg;
}
.performers .perf_comments .dropdown__sub,
.user_category .perf_comments .dropdown__sub,
.user_category-site .perf_comments .dropdown__sub {
  display: none;
  border-bottom: 1px solid #f0f0f0;
}
.performers .perf_comments .dropdown__sub .content,
.user_category .perf_comments .dropdown__sub .content,
.user_category-site .perf_comments .dropdown__sub .content {
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.06);
  max-height: 400px;
  overflow: auto;
}
.performers .perf_comments .dropdown__sub .content .comment,
.user_category .perf_comments .dropdown__sub .content .comment,
.user_category-site .perf_comments .dropdown__sub .content .comment {
  padding: 16px;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.performers .perf_comments .dropdown__sub .content .comment .com_prof,
.user_category .perf_comments .dropdown__sub .content .comment .com_prof,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_prof {
  display: flex;
  align-items: center;
  gap: 16px;
}
.performers .perf_comments .dropdown__sub .content .comment .com_prof .avatar img,
.user_category .perf_comments .dropdown__sub .content .comment .com_prof .avatar img,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_prof .avatar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.performers .perf_comments .dropdown__sub .content .comment .com_prof .user,
.user_category .perf_comments .dropdown__sub .content .comment .com_prof .user,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_prof .user {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #777;
}
.performers .perf_comments .dropdown__sub .content .comment .com_prof .user > div,
.user_category .perf_comments .dropdown__sub .content .comment .com_prof .user > div,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_prof .user > div {
  display: flex;
  align-items: center;
  gap: 8px;
}
.performers .perf_comments .dropdown__sub .content .comment .com_prof .user > div span,
.user_category .perf_comments .dropdown__sub .content .comment .com_prof .user > div span,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_prof .user > div span {
  font-size: 12px;
}
.performers .perf_comments .dropdown__sub .content .comment .com_score,
.user_category .perf_comments .dropdown__sub .content .comment .com_score,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_score {
  display: flex;
  gap: 16px;
  padding: 8px 0;
}
.performers .perf_comments .dropdown__sub .content .comment .com_score .stars,
.user_category .perf_comments .dropdown__sub .content .comment .com_score .stars,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_score .stars {
  display: flex;
  gap: 4px;
}
.performers .perf_comments .dropdown__sub .content .comment .com_score span,
.user_category .perf_comments .dropdown__sub .content .comment .com_score span,
.user_category-site .perf_comments .dropdown__sub .content .comment .com_score span {
  font-size: 12px;
  font-weight: bold;
  color: #777;
}
.performers .perf_comments .dropdown__sub .content .comment .text,
.user_category .perf_comments .dropdown__sub .content .comment .text,
.user_category-site .perf_comments .dropdown__sub .content .comment .text {
  font-size: 13px;
  color: #777;
}
.performers .perf_comments .dropdown__sub .content .comment .delete__comment,
.user_category .perf_comments .dropdown__sub .content .comment .delete__comment,
.user_category-site .perf_comments .dropdown__sub .content .comment .delete__comment {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.performers .perf_comments .dropdown__sub .content .comment .delete__comment svg,
.user_category .perf_comments .dropdown__sub .content .comment .delete__comment svg,
.user_category-site .perf_comments .dropdown__sub .content .comment .delete__comment svg {
  width: 20px;
  height: 20px;
}
.performers .perf_comments .dropdown__sub .content .comment .delete__comment svg path,
.user_category .perf_comments .dropdown__sub .content .comment .delete__comment svg path,
.user_category-site .perf_comments .dropdown__sub .content .comment .delete__comment svg path {
  fill: #f95003;
}
.performers .perf_comments .dropdown__sub .content .more_comment,
.user_category .perf_comments .dropdown__sub .content .more_comment,
.user_category-site .perf_comments .dropdown__sub .content .more_comment {
  padding: 16px;
  text-align: center;
  color: #03a868;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}
.performers .schedule,
.user_category .schedule,
.user_category-site .schedule {
  overflow: hidden;
}
.performers .schedule .holder,
.user_category .schedule .holder,
.user_category-site .schedule .holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
}
.performers .schedule .holder .text_green,
.user_category .schedule .holder .text_green,
.user_category-site .schedule .holder .text_green {
  color: #03a868;
}
.performers .schedule .holder .text__red,
.user_category .schedule .holder .text__red,
.user_category-site .schedule .holder .text__red {
  color: #f95003;
}
.performers .schedule .holder span,
.user_category .schedule .holder span,
.user_category-site .schedule .holder span {
  font-size: 12px;
}
.performers .schedule .holder .arrow,
.user_category .schedule .holder .arrow,
.user_category-site .schedule .holder .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  rotate: 90deg;
  transition: 0.2s ease-in-out;
}
.performers .schedule .holder .arrow svg path,
.user_category .schedule .holder .arrow svg path,
.user_category-site .schedule .holder .arrow svg path {
  fill: #f95003;
}
.performers .schedule .holder.open .arrow,
.user_category .schedule .holder.open .arrow,
.user_category-site .schedule .holder.open .arrow {
  rotate: 270deg;
}
.performers .schedule-items,
.user_category .schedule-items,
.user_category-site .schedule-items {
  display: none;
  box-shadow: inset 0 -6px 18px rgba(0, 0, 0, 0.06);
}
.performers .schedule .add-date__wrap,
.user_category .schedule .add-date__wrap,
.user_category-site .schedule .add-date__wrap {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px;
}
.performers .schedule .add-date__item,
.user_category .schedule .add-date__item,
.user_category-site .schedule .add-date__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.performers .schedule .add-date__item > div,
.user_category .schedule .add-date__item > div,
.user_category-site .schedule .add-date__item > div {
  display: flex;
}
.performers .schedule .add-date__item .datepicker-input,
.user_category .schedule .add-date__item .datepicker-input,
.user_category-site .schedule .add-date__item .datepicker-input {
  display: none;
}
.performers .schedule .add-date__smallDay,
.user_category .schedule .add-date__smallDay,
.user_category-site .schedule .add-date__smallDay {
  display: flex;
  align-items: center;
  color: #bfbfbf;
  font-size: 16px;
  padding-right: 24px;
  padding-left: 8px;
  text-transform: uppercase;
  min-width: 75px;
}
.performers .schedule .add-date__desc,
.user_category .schedule .add-date__desc,
.user_category-site .schedule .add-date__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.performers .schedule .add-date__day,
.user_category .schedule .add-date__day,
.user_category-site .schedule .add-date__day {
  color: #bfbfbf;
  font-size: 12px;
  padding-bottom: 5px;
}
.performers .schedule .add-date__hours,
.user_category .schedule .add-date__hours,
.user_category-site .schedule .add-date__hours {
  font-size: 16px;
  color: #000;
}
.performers .schedule .add-date__checkbox,
.user_category .schedule .add-date__checkbox,
.user_category-site .schedule .add-date__checkbox {
  opacity: 0;
  width: 0;
  height: 0;
}
.performers .schedule .add-date__label,
.user_category .schedule .add-date__label,
.user_category-site .schedule .add-date__label {
  position: relative;
  width: 38px;
  height: 22px;
  border-radius: 18px;
  padding: 0;
  margin-right: 16px;
}
.performers .schedule .add-date__label .slider,
.user_category .schedule .add-date__label .slider,
.user_category-site .schedule .add-date__label .slider {
  border-radius: 34px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  border: 1px solid #bfbfbf;
}
.performers .schedule .add-date__label .slider::before,
.user_category .schedule .add-date__label .slider::before,
.user_category-site .schedule .add-date__label .slider::before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 2px;
  bottom: 2px;
  background-color: #bfbfbf;
  transition: 0.4s;
  border-radius: 50%;
}
.performers .schedule .add-date__label input,
.user_category .schedule .add-date__label input,
.user_category-site .schedule .add-date__label input {
  width: 0;
  height: 0;
  opacity: 0;
}
.performers .schedule .add-date__label input:checked + .slider:before,
.user_category .schedule .add-date__label input:checked + .slider:before,
.user_category-site .schedule .add-date__label input:checked + .slider:before {
  transform: translateX(16px);
  background-color: #03a868;
}
.performers .schedule .active .add-date__smallDay,
.user_category .schedule .active .add-date__smallDay,
.user_category-site .schedule .active .add-date__smallDay {
  color: #03a868;
}
.performers .schedule .active .add-date__day,
.user_category .schedule .active .add-date__day,
.user_category-site .schedule .active .add-date__day {
  color: #03a868;
}
.performers .site_url, .performers .phones .phone,
.user_category .site_url,
.user_category .phones .phone,
.user_category-site .site_url,
.user_category-site .phones .phone {
  padding: 16px;
  font-size: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
}
.performers .site_url a, .performers .phones .phone a,
.user_category .site_url a,
.user_category .phones .phone a,
.user_category-site .site_url a,
.user_category-site .phones .phone a {
  color: #03a868;
  font-size: 14px;
}
.performers .list-empty,
.user_category .list-empty,
.user_category-site .list-empty {
  padding: 32px 16px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #777;
}
.performers .btn__service,
.performers .user_category-btns,
.user_category .btn__service,
.user_category .user_category-btns,
.user_category-site .btn__service,
.user_category-site .user_category-btns {
  padding: 16px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 -6px 18px rgba(0, 0, 0, 0.06);
}
.performers .btn__service a,
.performers .btn__service button,
.performers .user_category-btns a,
.performers .user_category-btns button,
.user_category .btn__service a,
.user_category .btn__service button,
.user_category .user_category-btns a,
.user_category .user_category-btns button,
.user_category-site .btn__service a,
.user_category-site .btn__service button,
.user_category-site .user_category-btns a,
.user_category-site .user_category-btns button {
  width: 100%;
  display: block;
  text-align: center;
  border: solid 1px #777;
  background-color: transparent;
  text-transform: uppercase;
  color: #777;
  font-weight: normal;
  font-size: 13px;
  padding: 12px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}
.performers .btn__service a:hover,
.performers .btn__service button:hover,
.performers .user_category-btns a:hover,
.performers .user_category-btns button:hover,
.user_category .btn__service a:hover,
.user_category .btn__service button:hover,
.user_category .user_category-btns a:hover,
.user_category .user_category-btns button:hover,
.user_category-site .btn__service a:hover,
.user_category-site .btn__service button:hover,
.user_category-site .user_category-btns a:hover,
.user_category-site .user_category-btns button:hover {
  background-color: #03a868;
  color: #fff;
  border-color: transparent;
}

.user_category {
  overflow: hidden;
}
.user_category-content {
  max-height: calc(100dvh - 290px);
  overflow-y: auto;
}
.user_category .performer {
  cursor: auto;
}
.user_category .performer:hover {
  background-color: #fff;
}
.user_category .description {
  padding: 16px;
}
.user_category .services .item {
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  color: #777;
}
.user_category .services .item .price {
  color: #03a868;
  min-width: 100px;
  text-align: right;
}
.user_category .gallery img {
  width: 100%;
}
.user_category-btns {
  position: relative;
}
.user_category-btns button {
  position: relative;
  z-index: 2;
}
.user_category-btns .phones-holder {
  display: flex;
  background-color: #fff;
  position: absolute;
  transition: 0.2s ease-in-out;
  justify-content: center;
  left: 0;
  bottom: -250px;
  transition: 0.2s;
  width: 100%;
  z-index: 1;
}
.user_category-btns .phones-holder.active {
  bottom: 68px;
}
.user_category-btns .phones-holder .phones {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.user_category-btns .btn__group {
  display: flex;
  gap: 16px;
}
.user_category-site {
  overflow: hidden;
}
.user_category-site-content {
  max-height: calc(100dvh - 290px);
  overflow-y: auto;
}
.user_category-site .img {
  border-bottom: 1px solid #f0f0f0;
  position: relative;
}
.user_category-site .img a {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
  transition: 0.2s ease-in-out;
  font-weight: bold;
}
.user_category-site .img:hover a {
  opacity: 1;
}
.user_category-site .title {
  font-weight: bold;
  padding: 16px 8px;
  border-bottom: 1px solid #f0f0f0;
}
.user_category-site .description {
  padding: 16px 8px;
  color: #777;
  border-bottom: 1px solid #f0f0f0;
}
.user_category-site .site_url {
  padding: 16px 8px;
}
.user_category-site .site_url a {
  color: #03a868;
}

.map-aside-top {
  overflow: visible !important;
}
.map-aside-top > div:first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.changer {
  position: absolute;
  right: -120px;
  background-color: #fff;
  padding: 5px;
  border-radius: 8px;
  top: 0;
  display: flex;
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
}
.changer .items {
  display: flex;
  position: relative;
}
.changer .items .item {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
}
.changer .items .item svg {
  width: 36px;
  height: 36px;
  transition: 0.2s ease-in-out;
}
.changer .items .item svg path {
  fill: #777;
}
.changer .items .item.active svg path {
  fill: #fff;
}
.changer .items .thumb {
  width: 46px;
  height: 46px;
  background: linear-gradient(90deg, #03a868 0%, #00783d 100%);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
  z-index: 1;
  transition: 0.2s ease-in-out;
}
.changer .items .thumb.car {
  left: 46px;
}

.cars,
.services {
  display: none;
}

.services {
  display: block;
}
.services .search_list,
.services .service-children-list {
  max-height: calc(100dvh - 217px);
}
.services .service-children-list .list {
  max-height: fit-content;
}
.services .search_list .list-empty {
  padding: 32px 16px;
  display: flex;
  justify-content: center;
  color: #777;
}

.chat {
  max-height: calc(100dvh - 169px);
  overflow-y: auto;
}

.place-input {
  padding: 16px;
  position: relative;
  height: 54px;
}
.place-input label {
  width: 100%;
}
.place-input label::before {
  background: transparent;
  padding: 0;
}
.place-input label input {
  width: 100%;
  border: none;
  font-size: 16px;
  padding-left: 16px;
}
.place-input .btn__plus {
  position: absolute;
  right: 16px;
  top: 16px;
}
.place-input .input__focus::before {
  top: -8px;
}

.infoWindow .profile__site {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.infoWindow .profile__site .title {
  font-weight: bold;
}

#myMarker img {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 2px solid rgba(3, 168, 104, 0.84) !important;
  background-color: #fff;
}

#myMarker img[src="/assets/img/map/user.png"] {
  border-radius: 0;
  border: none !important;
  background-color: transparent !important;
}

@media only screen and (max-device-width: 800px) {
  .map-aside-top .changer {
    display: none;
  }
}
@media only screen and (max-device-width: 584px) {
  .map-aside .user-services-list,
  .map-aside .servise-list,
  .map-aside .search_list,
  .map-aside .service-children-list {
    max-height: calc(100dvh - 171px);
  }
  .map-aside .service-children-list .list,
  .map-aside .map-aside .search_list .list {
    max-height: calc(100dvh - 171px);
  }
  .map-aside .performers .list-performers {
    max-height: calc(100dvh - 244px);
  }
  .map-aside .user_category-content {
    max-height: calc(100dvh - 243px);
  }
}

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