* {
  word-break: break-word;
}

svg {
  vertical-align: sub;
}

#SVG {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

#map {
  height: 800px;
  max-height: 100vh;
}

.marker-cluster {
  background: none;
}

.custom-clustericon, .marker-cluster div {
  background: #89BF50;
  border: 2px solid #202020;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 10px;
  line-height: 10px;
  font-family: Roboto, sans-serif;
}
.custom-clustericon div, .marker-cluster div div {
  outline: none;
}

.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}
.modal-body {
  padding: 25px 25px 15px 25px;
}
.modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  z-index: 1000;
}
.modal-close:hover, .modal-close:focus {
  box-shadow: none;
}

.point-cart-title {
  margin-bottom: 10px;
}
.point-cart-title .icon {
  width: 18px;
  margin-right: 10px;
  flex: 0 0 auto;
}
.point-cart-title .text {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  color: #202020;
}
.point-cart-category {
  margin: 0 10px 10px 0;
  background: #89BF50;
  padding: 6px 10px;
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}
.point-cart-description {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #202020;
  margin-bottom: 10px;
}
.point-cart-photo {
  margin: 0 10px 10px 0;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: relative;
}
.point-cart-photo img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.leaflet-popup {
  width: 100%;
  max-width: 400px;
}
.leaflet-popup-pane {
  width: 100vw;
}
.leaflet-popup-content {
  margin: 0;
  width: 100% !important;
}
.leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 25px;
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.leaflet-popup a.leaflet-popup-close-button, .modal-dialog .close-modal {
  width: 40px;
  height: 40px;
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9IjAgMCA0MCA0MCI+PHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiBmaWxsPSIjRjJGMkYyIiByeD0iMjAiLz48cGF0aCBmaWxsPSIjMDAwIiBkPSJNMjcgMTQuNDFMMjUuNTkgMTMgMjAgMTguNTkgMTQuNDEgMTMgMTMgMTQuNDEgMTguNTkgMjAgMTMgMjUuNTkgMTQuNDEgMjcgMjAgMjEuNDEgMjUuNTkgMjcgMjcgMjUuNTkgMjEuNDEgMjAgMjcgMTQuNDF6Ii8+PC9zdmc+");
  top: 10px;
  right: 10px;
  padding: 0;
  text-indent: -9999px;
  cursor: pointer;
  position: absolute;
}

.leaflet-center {
  left: 50%;
  transform: translate(-50%, 0%);
}
.leaflet-center.leaflet-top {
  display: flex;
  margin-top: 40px;
  width: 100%;
  justify-content: center;
}

.leaflet-middle {
  top: 50%;
  position: absolute;
  z-index: 1000;
  pointer-events: none;
  transform: translate(0%, -50%);
}

.leaflet-center.leaflet-middle {
  transform: translate(-50%, -50%);
}

.map-filter {
  display: flex;
  background: #fff;
  padding: 16px;
  font-family: Roboto;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.03em;
  border: 2px solid #E0E0E0;
  margin: 5px;
  align-items: center;
}
.map-filter-label {
  color: #828282;
  align-items: center;
  margin-right: 10px;
  white-space: nowrap;
}
.map-filter-select {
  border: 0;
  color: #202020;
  min-width: 72px;
  max-width: 174px;
}

.map-btn-wrap {
  margin-left: 75px;
}
.map-btn-wrap .map-btn {
  min-width: 60px;
  height: 60px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0 10px;
  border: 0;
  color: #fff;
  transition: all 0.3s;
}
.map-btn-wrap .map-btn.btn-green {
  background: #89BF50;
}
.map-btn-wrap .map-btn.btn-green:hover {
  background: #fff;
  color: #89BF50;
}
.map-btn-wrap .map-btn.btn-black {
  background: #202020;
}
.map-btn-wrap .map-btn.btn-black:hover {
  background: #fff;
  color: #202020;
}
.map-btn-wrap .map-btn svg {
  width: 24px;
}
.map-btn-wrap .map-btn span {
  min-width: 188px;
}

.center-direction-icon {
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: pointer;
}

#map .leaflet-top, #map .leaflet-bottom {
  z-index: 900;
}
#map .leaflet-control-zoom a {
  color: #000;
}
#map .leaflet-bottom.leaflet-left {
  display: flex;
  flex-direction: column-reverse;
}

.modal-dialog {
  max-width: 560px;
}
.modal-dialog .modal-content {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
}

.modal .point-modal {
  padding: 30px 24px 25px;
}
.modal .point-modal input, .modal .point-modal textarea, .modal .point-modal select {
  width: 100%;
  padding: 8px 10px;
  color: #202020;
  border: 1px solid #E0E0E0;
  vertical-align: middle;
}
.modal .point-modal input:focus, .modal .point-modal textarea:focus, .modal .point-modal select:focus {
  outline: none;
}
.modal .point-modal select option[disabled] {
  color: #E0E0E0;
}
.modal .point-modal input + input {
  margin-left: 10px;
}
.modal .point-modal button[type=submit] {
  margin: 20px auto 0;
  width: 200px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  background: #89BF50;
  border: 0;
  display: block;
  height: 60px;
  transition: all 0.3s;
}
.modal .point-modal button[type=submit]:hover {
  background: #fff;
  color: #89BF50;
}
.modal .point-modal button[type=submit].btn_black {
  background: #202020;
}
.modal .point-modal button[type=submit].btn_black:hover {
  background: #fff;
  color: #202020;
}
.modal .point-modal .point-modal-file-wrapper {
  display: block;
  padding: 21px;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.03em;
  color: #202020;
  cursor: pointer;
  border: 2px dashed #E0E0E0;
  margin: 20px 0 0;
  position: relative;
}
.modal .point-modal .point-modal-file-wrapper input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
}
.modal .point-modal-title {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 20px;
}
.modal .point-modal-subtitle {
  font-family: Roboto;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.05em;
  color: #202020;
}
.modal .point-modal-hint {
  font-family: Roboto;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.03em;
  padding: 0 10px;
}
.modal .point-modal .material-wrap {
  display: flex;
  flex-wrap: wrap;
}
.modal .point-modal .material-item {
  display: flex;
  background: #89BF50;
  font-family: Roboto;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 6px 6px 6px 10px;
  margin: 10px 10px 10px 0;
}
.modal .point-modal .material-item svg {
  margin-left: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.modal .point-modal .image-wrap {
  display: flex;
  flex-wrap: wrap;
}
.modal .point-modal .image-item {
  width: 50px;
  height: 50px;
  background-size: cover;
  margin: 10px 10px 10px 0;
  position: relative;
}
.modal .point-modal .image-item svg {
  width: 18px;
  height: 18px;
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
}
.modal .message {
  display: none;
}
.modal .form form {
  margin-top: 30px;
}
.modal.show-message .message {
  display: block;
}
.modal.show-message .form {
  display: none;
}

.autocomplete-suggestions {
  background: #fff;
  border: 1px solid #c1c1c1;
  border-top: 0;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 4px;
  cursor: pointer;
}
.autocomplete-suggestion + .autocomplete-suggestion {
  border-top: 1px solid #202020;
}

.modal-dialog-scrollable .modal-content {
  overflow: auto;
}

#rec298923903 {
  background-size: cover;
}
#rec298923903 .nav-tabs {
  border: 0;
  padding: 0;
  display: flex;
  margin: 80px 0 100px;
}
#rec298923903 .nav-tabs .nav-item {
  margin-right: 30px;
}
#rec298923903 .nav-tabs .nav-item:last-of-type {
  margin-right: 0;
}
#rec298923903 .nav-tabs .nav-link {
  display: flex;
  align-items: center;
  text-align: left;
  font-family: Roboto;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  border: 0;
  max-width: 140px;
  padding: 0;
}
#rec298923903 .nav-tabs .nav-link:hover {
  border: 0;
}
#rec298923903 .nav-tabs .nav-link svg {
  height: 40px;
  fill: #fff;
  margin-right: 10px;
  flex: 0 0 auto;
}
#rec298923903 .nav-tabs .nav-link.active {
  color: #89BF50;
  background: none;
  border: none;
}
#rec298923903 .nav-tabs .nav-link.active svg {
  fill: #89BF50;
}
#rec298923903 .tab-content {
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.03em;
  min-height: 300px;
}
#rec298923903 .tab-content .title {
  font-weight: bold;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 30px;
}
#rec298923903 .tab-content .sub-title {
  font-weight: bold;
}

.materials-select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 16px 20px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 0;
  background-color: #eeeeee;
  border: 1px solid #eeeeee;
  border-bottom-width: 0;
  outline: none;
  margin: 0;
  font-size: 16px;
  color: #89bf50;
}
.materials-select-wrap {
  position: relative;
  margin: 1rem 0;
}
.materials-select-wrap:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  border-color: #89bf50 transparent transparent transparent;
}

.site-in-dev {
  font-size: 30px;
}

.t-sociallinks__item {
  margin-left: 22px !important;
}
.t-sociallinks__item a svg {
  width: 18px;
  height: 18px;
}

.t-container .t585__icon {
  box-sizing: content-box;
}

@media (max-width: 876px) {
  .leaflet-center.leaflet-top {
    position: relative;
    flex-direction: column;
    margin-top: 0;
  }

  .map-btn-wrap {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
  }
  .map-btn-wrap .map-btn {
    margin-bottom: 10px;
  }

  .map-filter {
    flex-direction: column;
    width: calc(100% - 90px);
    max-width: 400px;
    margin: 10px auto 0 10px;
    padding: 2px;
    height: 60px;
    align-items: flex-start;
  }
  .map-filter-label {
    width: 100%;
    padding: 15px 10px;
    display: flex;
  }
  .map-filter-select {
    margin-left: auto;
    flex: 1 1 auto;
  }
}
@media (max-width: 978px) {
  .leaflet-center.leaflet-top {
    justify-content: space-between;
  }
  .leaflet-center.leaflet-top .map-filter:nth-of-type(2) {
    margin-right: auto;
  }
  .leaflet-center.leaflet-top .map-btn-wrap {
    margin-left: 0;
  }
}

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