footer {
  margin: 0 0 198px; }
  @media only screen and (max-width: 767px) {
    footer {
      margin: 0; } }

.bottom_cta {
  background-color: rgba(255, 255, 255, 0.94);
  padding: 18px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(100%);
  transition: .5s; }
  @media only screen and (max-width: 767px) {
    .bottom_cta {
      display: none; } }
  .bottom_cta.active {
    transform: translateY(0); }
  .bottom_cta .top_text {
    font-size: 22px;
    font-weight: 900;
    color: #013C90;
    text-align: center;
    margin-bottom: 12px; }
    .bottom_cta .top_text::before, .bottom_cta .top_text::after {
      content: '';
      display: inline-block;
      width: 26px;
      height: 26px;
      background-image: url(../images/ico_arr_5.svg);
      background-size: 100%;
      margin-bottom: -7px; }
    .bottom_cta .top_text::before {
      margin-right: 20px; }
    .bottom_cta .top_text::after {
      margin-left: 20px;
      transform: scale(-1, 1); }
  .bottom_cta .btn_block {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    .bottom_cta .btn_block .tel {
      width: 39%;
      margin-right: 2%;
      max-width: 389px; }
      .bottom_cta .btn_block .tel dt {
        background-color: #FF5100;
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        text-align: center;
        padding: 2px 0; }
      .bottom_cta .btn_block .tel dd {
        text-align: center; }
        .bottom_cta .btn_block .tel dd * {
          display: inline-block; }
        .bottom_cta .btn_block .tel dd img {
          width: 30px;
          vertical-align: baseline;
          margin-right: 5px; }
        .bottom_cta .btn_block .tel dd span {
          font-size: 48px;
          font-weight: 900;
          color: #FF5100;
          line-height: 1.4; }
        .bottom_cta .btn_block .tel dd small {
          font-size: 16px;
          font-weight: 700;
          color: #FF5100; }
    .bottom_cta .btn_block .btn_mail,
    .bottom_cta .btn_block .btn_line {
      box-shadow: 0 2px 2px #000;
      border-radius: 3px;
      text-align: center;
      padding: 19px 0 18px;
      width: 29%;
      max-width: 320px; }
      .bottom_cta .btn_block .btn_mail img,
      .bottom_cta .btn_block .btn_line img {
        width: 30px;
        display: inline-block; }
      .bottom_cta .btn_block .btn_mail .text,
      .bottom_cta .btn_block .btn_line .text {
        display: inline-block;
        font-size: 24px;
        font-weight: 700;
        color: #fff;
        margin: 7px 0 0; }
    .bottom_cta .btn_block .btn_mail {
      margin-right: 1%;
      background: linear-gradient(0, #00AEFF 0, #149CDB 40%, #00AEFF 60%, #00AEFF 100%); }
      .bottom_cta .btn_block .btn_mail img {
        margin: 4px 0; }
    .bottom_cta .btn_block .btn_line {
      background: linear-gradient(0, #10C56C 0, #10AB66 40%, #00C56C 60%, #10C56C 100%); }

/*# sourceMappingURL=custom.css.map */
