body #i1231btjm_0 {
  pointer-events: all;
}
body .localcontacts__adress-text {
  font-size: 19px;
}
body p {
  font-size: 16px;
}
@media (max-width: 1440px) {
  body #_lp_block_8199707[data-block-layout="1717861"] .lpc-text-1__item-text {
    margin-top: -34px;
  }
  body #_lp_block_8200507[data-block-layout="1717861"] .lpc-text-1__item-text {
    margin-top: -22px;
  }
}
.div--u-iwrluh0lc {
  width: 100% !important;
  margin-top: 10px;
}
.search_block {
  position: relative;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  max-width: 286px;
  font-family: Yeseva One, cursive;
  justify-content: space-between;
}
.search_block .search-text {
  font-size: 14px;
  line-height: 1;
  color: #000;
  height: auto;
  padding: 8px 14px 9px;
  border-radius: 0;
  box-shadow: none;
  border: none;
  background: none;
  outline: none;
  width: auto;
}
.search_block .search-but {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: auto;
  border: none;
  margin: 0;
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px transparent;
  outline: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.search_block .search-but:before {
  position: absolute;
  content: "";
  background: #fec135;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease;
  z-index: -1;
}
.search_block .search-but:hover {
  box-shadow: inset 0px 0px 0px 2px #242323;
  background-color: #000;
}
.search_block .search-but:hover:before {
  right: 90px;
  left: -90px;
  transition: all 0.5s ease;
}
@media (max-width: 980px) {
  .div--u-iwrluh0lc {
    max-width: 284px;
  }
}
@media (max-width: 480px) {
  .div--u-iwrluh0lc {
    max-width: 276px;
  }
}
