/*
    IMPORTS
*/
/*------------------------------------*  COLORS
\*------------------------------------*/
/*------------------------------------*  GRID
\*------------------------------------*/
/*------------------------------------*  BREAKPOINTS
\*------------------------------------*/
/*------------------------------------*  FONTS
\*------------------------------------*/
/*
    SERVICES
*/
.description {
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 60px; }

#fillings h3 {
  margin-bottom: 20px; }

#fillings hr {
  margin-bottom: 40px; }

#fillings .title {
  color: #555555;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 25px; }

#fillings .input-container + .title {
  margin-top: 40px; }

#fillings .bt {
  margin-top: 40px;
  margin-bottom: 40px; }

#fillings .form-actions {
  text-align: right; }
  @media (max-width: 768px) {
    #fillings .form-actions {
      text-align: center; } }

.list {
  text-align: left;
  margin-top: -30px; }
  .list h3 {
    font-weight: 600;
    margin-top: 60px;
    margin-bottom: 30px; }
    .list h3:before {
      color: darkgray;
      content: attr(data-unit);
      font-size: 16px;
      text-transform: uppercase;
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
  .list ul li {
    line-height: 40px;
    padding: 0 60px 0 20px;
    cursor: pointer; }
    .list ul li:not(:last-child) {
      margin-bottom: 10px; }
    .list ul li:before {
      background: darkgray;
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      transition: all .4s ease-in-out; }
    .list ul li:hover:before {
      -webkit-transform: translateY(-50%) scaleY(2);
          -ms-transform: translateY(-50%) scaleY(2);
              transform: translateY(-50%) scaleY(2); }
    .list ul li .icon {
      background: #fff;
      font-size: 16px;
      font-weight: 700;
      line-height: inherit;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 10px; }
      .list ul li .icon:before {
        display: inline-block;
        transition: all .4s ease-in-out;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg); }
    .list ul li:hover .icon:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    .list ul li .title {
      background: #fff;
      font-size: 14px;
      line-height: inherit;
      display: inline-block;
      padding: 0 10px; }
    .list ul li:hover .title {
      font-weight: 700; }
    .list ul li .price {
      background: #fff;
      color: #00bbd4;
      font-size: 16px;
      font-weight: 700;
      line-height: inherit;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      padding-left: 10px; }
    .list ul li .description {
      background: #fff;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 10px 130px 30px 45px;
      margin: 0;
      transition: all .4s ease-in-out;
      overflow: hidden;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
              transform: translateY(-5px);
      cursor: default;
      z-index: 1;
      box-shadow: 0 20px 80px 0 #fff; }
    .list ul li:hover .description {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px); }

section:nth-child(odd) .list ul li .icon,
section:nth-child(odd) .list ul li .description,
section:nth-child(odd) .list ul li .price,
section:nth-child(odd) .list ul li .title {
  background: #f0f0f0; }

section:nth-child(odd) .list ul li .description {
  box-shadow: 0 20px 80px 0 #f0f0f0; }

.list-footer {
  line-height: 20px;
  text-align: left;
  margin-top: 60px; }
  .list-footer hr {
    margin-bottom: 15px; }
  .list-footer p {
    color: darkgray;
    font-size: 12px;
    text-transform: uppercase; }

@media (min-width: 993px) {
  .cols {
    margin-left: -15px;
    margin-right: -15px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .cols > * {
      display: inline-block;
      width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .cols > *:nth-child(1):last-child {
        width: 200%; } }
