.modalMain {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1001;
  display: none;
}

.modalMain__bg {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1002;
}

.modalMain__inner {
  position: absolute;
  width: 480px;
  padding: 40px 45px;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  z-index: 1005;
  text-align: center;
}

.modalMain__title {
  font-size: 36px;
  line-height: 1.23;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 11px;
}

.modalMain__text {
  font-size: 16px;
  line-height: 1.55;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 300;
  color: #000000;
  margin-bottom: 16px;
}

.modalMain__row {
  margin: 8px 0;
}

.modalMain__input {
  color: #000000;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: transparent;
  -webkit-appearance: none;
  margin: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 100%;
  height: 60px;
  padding: 0px 20px;
  font-size: 16px;
  line-height: 1.33;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: none;
  margin-bottom: 16px;
  max-width: 100%;
}

.modalMain__btn {
  color: #ffffff;
  background-color: #f7a38e;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  width: 100%;
  height: 54px;
  -webkit-appearance: none;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.5em;
  cursor: pointer;
  color: #fff;
}

@media (max-width: 768px) {
  .modalMain__inner {
    width: 98%;
  }
}

.modalYesright {
  color: #000;
  ;
}

.modalYesright a {
  color: #f7a38e;
}

.owl-theme .owl-dots .owl-dot span {
  width: 6px !important;
  height: 6px !important;
  margin: 10px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #222 !important;
}

.shapka {
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.2);
}

.is-sticky .shapka {
  background-color: #fff;
  box-shadow: 0 0 4px #f7a38e;
}

.sticky-wrapper {
  height: 0 !important;
  background-color: inherit;
}

.parking__img {
  width: 40px;
  margin: 0 12px;
}
