button, html input[type=button], input[type=reset], input[type=submit] {
  display: inline-flex;
  cursor: pointer;
  vertical-align: top;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: normal;
  background: #66c954;
  box-shadow: 0 0 0;
  border: 0;
  text-shadow: 0 0 BLACK;
  font-size: 17px;
  position: relative;
  text-decoration-line: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 40px;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0ms;
  transition-timing-function: ease; }

button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover, .g-button:hover {
  box-shadow: 11px 11px 0px 0px rgba(3, 7, 26, 0.1);
  background: #66c954; }

#_lp_block_44050104.lpc-staff-1[data-media-source="desktop"] .lpc-staff-1-item__photo {
  width: 212px;
  height: 292px; }
  #_lp_block_44050104.lpc-staff-1[data-media-source="desktop"] .lpc-staff-1-item__photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover; }

.localcontacts__adress-text, .localcontacts__top-discription, .localcontacts__top-title, .localtext {
  font-size: 18px; }
