.page_content ol, .page_content ul{
  list-style-position: outside;
  padding-left: 1em;
}
.shoko-phone-container .shoko-cover619{
  display: none !important;
}
.column .header__contacts {
  padding-right: 0;
}

.new_consultation .recaptcha-holder {
  padding: 0;
}

@media screen and (max-width:768px) {
  .mobile-share {
      position: fixed;
      right: 0;
      bottom: 25%;
      z-index: 10;
  }
  .mobile-share .shares_links {
    display: flex;
    flex-direction: column;
    padding: 10px;
    padding-bottom: 6px;
    border: 1px solid #000000;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}