.flat.hurt {
  background-color: #f2f3f7; }
  .flat.hurt .title {
    font-size: 32px; }
  .flat.hurt .info {
    text-align: center;
    font-size: 14px;
    color: #222;
    margin-top: -20px;
    font-weight: 700; }
  .flat.hurt .arrow-container {
    margin-top: 40px; }
    .flat.hurt .arrow-container .time {
      text-align: center; }
      .flat.hurt .arrow-container .time div {
        -webkit-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 30px -6px rgba(0, 0, 0, 0.3);
        display: inline-block;
        width: 202px;
        height: 62px;
        background-color: #fff;
        color: #262626;
        font-size: 16px;
        font-weight: 600;
        padding-top: 19px;
        margin: 0 4px;
        cursor: pointer;
        position: relative;
        -webkit-transition: background 0.25s, color 0.25s;
        -moz-transition: background 0.25s, color 0.25s;
        -ms-transition: background 0.25s, color 0.25s;
        -o-transition: background 0.25s, color 0.25s;
        transition: background 0.25s, color 0.25s; }
        .flat.hurt .arrow-container .time div::before, .flat.hurt .arrow-container .time div::after {
          content: '';
          visibility: hidden;
          position: absolute;
          width: 0;
          height: 0;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-transition: width 0.25s, height 0.25s, visibility 0.25s;
          -moz-transition: width 0.25s, height 0.25s, visibility 0.25s;
          -ms-transition: width 0.25s, height 0.25s, visibility 0.25s;
          -o-transition: width 0.25s, height 0.25s, visibility 0.25s;
          transition: width 0.25s, height 0.25s, visibility 0.25s; }
        .flat.hurt .arrow-container .time div::before {
          top: 0;
          left: 0;
          border-top: 2px solid #43b1e4;
          border-left: 2px solid #43b1e4; }
        .flat.hurt .arrow-container .time div::after {
          bottom: 0;
          right: 0;
          border-bottom: 2px solid #43b1e4;
          border-right: 2px solid #43b1e4; }
        .flat.hurt .arrow-container .time div:hover::before, .flat.hurt .arrow-container .time div:hover::after {
          width: 100%;
          height: 100%;
          visibility: visible; }
        .flat.hurt .arrow-container .time div.active {
          background-color: #43b1e4;
          color: #fff; }
  .flat.hurt .prices {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
    max-width: 600px; }
    .flat.hurt .prices .bold {
      font-weight: 600; }
    .flat.hurt .prices .title {
      font-size: 28px;
      font-weight: 900; }
      .flat.hurt .prices .title.custome {
        margin-top: 0; }
    .flat.hurt .prices .core_price {
      font-size: 30px;
      font-weight: 900;
      color: #e04952;
      padding: 5px; }
    .flat.hurt .prices .core_switch {
      font-size: 16px; }
      .flat.hurt .prices .core_switch select {
        background-color: #fff;
        border: 1px solid #45b3e4;
        border-radius: 3px;
        padding: 5px 10px;
        width: 130px; }
    .flat.hurt .prices .fa-check {
      color: #43b1e4; }
    .flat.hurt .prices .empty {
      border-bottom: none; }
    .flat.hurt .prices .core_button {
      color: #fff;
      font-weight: 700;
      background-color: #e14955;
      border-radius: 5px;
      margin: 20px;
      font-size: 15px;
      display: inline-block;
      color: #fff;
      background-color: #e14955;
      margin: 20px 20px;
      padding: 14px 0;
      text-transform: uppercase;
      border-radius: 5px;
      position: relative;
      padding: 14px 30px; }
      .flat.hurt .prices .core_button::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
        border: 3px solid #e14955;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
        -moz-transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
        -ms-transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
        -o-transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
        transition: top 0.25s, left 0.25s, width 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s; }
      .flat.hurt .prices .core_button:hover {
        cursor: pointer; }
        .flat.hurt .prices .core_button:hover::after {
          visibility: visible;
          top: -6px;
          left: -6px;
          width: calc(100% + 12px);
          height: calc(100% + 12px);
          opacity: 1; }
    .flat.hurt .prices .exclude tr {
      border-bottom: none; }
      .flat.hurt .prices .exclude tr td:first-child {
        text-align: right; }
      .flat.hurt .prices .exclude tr td:last-child {
        text-align: left;
        width: 20%; }
    .flat.hurt .prices tr {
      border-bottom: 1px solid #e9e9eb; }
      .flat.hurt .prices tr:last-child {
        border-bottom: none; }
      .flat.hurt .prices tr td {
        height: 46px;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
        padding-right: 5px;
        font-size: 15px; }
        .flat.hurt .prices tr td:first-child {
          padding-left: 10px;
          padding-right: 20px; }
        .flat.hurt .prices tr td:nth-child(2n) {
          background-color: #fff;
          width: 23%;
          text-align: center; }

.flat td.global {
  position: relative; }
  .flat td.global .pop:hover .show {
    opacity: 1;
    visibility: visible;
    max-height: 300px;
    padding-top: 6px;
    padding-bottom: 6px; }
  .flat td.global .pop .show {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 50;
    font-size: 12px;
    max-height: 0;
    overflow: hidden;
    font-weight: 400;
    background-color: #fff;
    padding: 6px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    border: 1px solid rgba(67, 177, 228, 0.5);
    -webkit-transition: opacity 0.35s, visibility 0.35s, max-height 0.35s, padding 0.35s;
    -moz-transition: opacity 0.35s, visibility 0.35s, max-height 0.35s, padding 0.35s;
    -ms-transition: opacity 0.35s, visibility 0.35s, max-height 0.35s, padding 0.35s;
    -o-transition: opacity 0.35s, visibility 0.35s, max-height 0.35s, padding 0.35s;
    transition: opacity 0.35s, visibility 0.35s, max-height 0.35s, padding 0.35s; }
    .flat td.global .pop .show.bottom {
      top: 100%; }
    .flat td.global .pop .show.centerX {
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center; }
  .flat td.global .pop .fa-question {
    color: #43b1e4;
    border: 1px solid #43b1e4;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    text-align: center; }

@media (max-width: 768px) {
  .last-footer {
    padding-bottom: 50px; } }
