/******************* Sharing BTNs ********************/
.share__links {
  border: 1px solid blue;
  border-left: 0;
  border-right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4em 0 0 !important;
  padding: 1em 0;
  max-width: 600px !important;
  width: 100% !important; }
  .share__links .btns_block {
    display: flex; }
  .share__links .share_text {
    margin: 0; }
  .share__links .sbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2B2766;
    height: 48px;
    width: 48px;
    position: relative; }
    .share__links .sbtn:not(:last-child) {
      margin-right: 12px; }
    .share__links .sbtn:hover, .share__links .sbtn:focus {
      background-color: #a10000;
      cursor: pointer;
      outline: none; }
    .share__links .sbtn .fb_iframe_widget {
      position: static; }
      .share__links .sbtn .fb_iframe_widget > span {
        display: flex;
        vertical-align: bottom;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        overflow: hidden; }
        .share__links .sbtn .fb_iframe_widget > span > iframe {
          width: 100% !important;
          height: 100% !important; }
          .share__links .sbtn .fb_iframe_widget > span > iframe html, .share__links .sbtn .fb_iframe_widget > span > iframe body {
            height: 100%; }

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