@charset "UTF-8";
a {
  color: inherit; }

body {
  box-sizing: border-box;
  margin: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased; }

html {
  height: 100%; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.details .card {
  padding: 0; }

.details .care {
  width: 100%; }
  .details .care .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 80px;
    position: relative; }
    .details .care .content > .title {
      background-color: #00a6d5;
      color: #fff;
      width: 100%;
      line-height: 48px;
      position: absolute;
      top: 0;
      text-transform: none; }
    .details .care .content > .price {
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
      font-size: 2em;
      min-height: 192px;
      text-align: center; }
      .details .care .content > .price .placeholder {
        color: #00a6d5;
        font-size: 2.5em; }
  .details .care .details {
    font-size: .95em;
    font-weight: bold;
    text-align: center;
    width: 100%;
    max-width: 50%;
    line-height: 32px;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #00a6d5;
    margin: auto; }
  .details .care .duration {
    color: #00a6d5; }
  .details .care .information {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    padding: 32px 48px; }
  .details .care .article {
    color: #2f2f2f;
    margin: 16px 0; }
    .details .care .article:not(:first-of-type) {
      padding-top: 16px; }
    .details .care .article .title {
      background-color: transparent;
      color: #00a6d5;
      font-size: 1.5em;
      font-weight: 600;
      margin: 16px 0 8px 0;
      text-align: left;
      text-transform: none; }
    .details .care .article p {
      font-size: 1rem;
      margin: 0; }

.details .navigation {
  width: 100%;
  line-height: 48px;
  margin-top: 32px; }
  .details .navigation .content {
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
  .details .navigation .navigator {
    font-size: 1.5em;
    font-weight: normal;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    text-align: center;
    text-decoration: none; }
  .details .navigation .back::before {
    content: '\00a0';
    font-family: "FontAwesome"; }
  .details .navigation .validate {
    background-color: #00a6d5;
    color: #fff;
    -ms-flex: 0 0 50%;
        flex: 0 0 50%; }
    .details .navigation .validate span {
      display: block;
      font-size: 1.5rem;
      height: 100%;
      width: 100%;
      text-align: center; }
    .details .navigation .validate .loader {
      background: url("/img/loader_white.svg") center center no-repeat;
      background-size: contain;
      display: block;
      height: 38.4px;
      width: 38.4px;
      margin: 5px auto; }
