/** common **/
/** partials **/
.fot-social {
  position: fixed;
  left: 5px;
  -webkit-transition: all .17s linear;
  -o-transition: all .17s linear;
  transition: all .17s linear;
  z-index: 999; }
  @media only screen and (max-width: 1390px) {
    .fot-social:not(.fot-social--inline) {
      display: none !important; } }
  .fot-social.start {
    display: none !important; }
  .fot-social.hide {
    left: -92px; }
  @media only screen and (max-width: 640px) {
    .fot-social {
      left: -92px; }
      .fot-social.mobile-show {
        left: 2px; } }
  .fot-social--inline {
    position: relative;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    z-index: 1; }
    .fot-social--inline.fixed {
      padding: 5px 5px 0;
      background: #fff;
      position: fixed;
      top: auto;
      right: 0;
      bottom: 0;
      z-index: 99999; }
    .fot-social--inline .fot-social__el {
      width: calc(33% - 30px);
      margin-right: 5px;
      max-width: 150px; }
      @media only screen and (min-width: 1920px) {
        .fot-social--inline .fot-social__el {
          width: 25%; }
          .fot-social--inline .fot-social__el:hover {
            width: 28% !important; } }
      @media only screen and (max-width: 480px) {
        .fot-social--inline .fot-social__el {
          width: calc(33% - 22px); }
          .fot-social--inline .fot-social__el .txt {
            font-size: 12px; } }
      .fot-social--inline .fot-social__el:hover {
        width: calc(37% - 30px);
        max-width: 200px; }
      .fot-social--inline .fot-social__el.li .txt {
        line-height: 26px;
        top: 0; }
        @media only screen and (max-width: 480px) {
          .fot-social--inline .fot-social__el.li .txt {
            top: 1px; } }
      .fot-social--inline .fot-social__el--network {
        width: 130px !important;
        min-width: 85px;
        margin-right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto;
        padding: 1px 3px; }
        .fot-social--inline .fot-social__el--network .icon {
          width: auto; }
        .fot-social--inline .fot-social__el--network .count {
          font-size: 12pt !important; }
          .fot-social--inline .fot-social__el--network .count .shares {
            font-size: 12pt; }
        .fot-social--inline .fot-social__el--network:hover {
          width: 130px !important; }
        @media only screen and (max-width: 480px) {
          .fot-social--inline .fot-social__el--network {
            width: 65px !important;
            min-width: 65px; }
            .fot-social--inline .fot-social__el--network .shares {
              display: none; }
            .fot-social--inline .fot-social__el--network:hover {
              width: 65px !important; } }
      .fot-social--inline .fot-social__el .txt {
        margin-left: 0 !important;
        top: 0; }
      .fot-social--inline .fot-social__el .count {
        font-size: 12pt; }
  .fot-social__el {
    height: 30px;
    width: 92px;
    border-radius: 2px;
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 3px;
    cursor: pointer;
    -webkit-transition: all .17s linear;
    -o-transition: all .17s linear;
    transition: all .17s linear;
    color: #fff !important;
    overflow: hidden; }
    .fot-social__el--network {
      color: #000 !important;
      width: 92px !important;
      display: block;
      height: 52px;
      text-align: center; }
      .fot-social__el--network.flex-start {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      @media only screen and (max-width: 768px) {
        .fot-social__el--network {
          width: 75px !important; } }
      .fot-social__el--network span {
        display: inline-block;
        width: 100%; }
        .fot-social__el--network span.shares {
          width: auto;
          margin-left: 4px; }
      .fot-social__el--network.smaller {
        height: 34px; }
      .fot-social__el--network .icon {
        font-size: 28px !important;
        line-height: 28px;
        background: transparent !important;
        font-weight: 400 !important; }
        .fot-social__el--network .icon:before {
          content: "\e927"; }
        .fot-social__el--network .icon:after {
          display: none; }
      .fot-social__el--network .count {
        font-size: 11pt !important; }
        .fot-social__el--network .count .shares {
          font-size: 11pt; }
    .fot-social__el:hover {
      width: 150px; }
      .fot-social__el:hover > div {
        max-width: 100%; }
      .fot-social__el:hover .txt {
        display: block; }
    @media only screen and (max-width: 768px) {
      .fot-social__el {
        width: 75px; }
        .fot-social__el:hover {
          width: 125px; } }
    .fot-social__el > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      height: 26px;
      -webkit-transition: all .17s linear;
      -o-transition: all .17s linear;
      transition: all .17s linear;
      max-width: 42px; }
    .fot-social__el span {
      margin-bottom: 0; }
    .fot-social__el .txt {
      display: none;
      float: left;
      line-height: 26px;
      margin-left: -3px;
      margin-right: 5px;
      position: relative;
      z-index: 9;
      font-size: 12pt;
      font-weight: 700 !important; }
    .fot-social__el .count {
      float: right;
      font-weight: 600 !important;
      line-height: 26px;
      font-size: 12pt; }
    .fot-social__el .icon {
      background: #fff;
      border-radius: 50%;
      font-size: 30px;
      line-height: 26px;
      font-weight: 600;
      position: relative;
      float: left; }
      .fot-social__el .icon:after {
        content: '';
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        border: 2px solid;
        border-radius: 50%; }
    .fot-social__el.fb {
      background: #3a589e;
      border: 1px solid #2e4675; }
      .fot-social__el.fb .icon {
        color: #3a589e; }
        .fot-social__el.fb .icon:after {
          border-color: #3a589e;
          border-width: 3px; }
    .fot-social__el.tw {
      background: #429cd6;
      border: 1px solid #3c87b2; }
      .fot-social__el.tw .icon {
        color: #429cd6; }
        .fot-social__el.tw .icon:after {
          border-color: #429cd6;
          font-size: 33px; }
      .fot-social__el.tw .txt {
        margin-left: -1px; }
    .fot-social__el.li {
      background: #0d77b7;
      border: 1px solid #0c6591; }
      .fot-social__el.li .icon {
        color: #0d77b7;
        font-size: 42px; }
        .fot-social__el.li .icon:after {
          border-color: #0d77b7; }
      .fot-social__el.li .txt {
        line-height: 30px;
        top: -1px; }
