/* OLD */

/* OLD END */

/* COLORS */

.\--fl-text-white {
  color: #FFFFFF;
}

.\--fl-text-pink {
  color: #EB66A1;
}

.\--fl-text-green {
  color: #44AF01;
}

.\--fl-text-blue {
  color: #72B4CA;
}

.\--fl-text-blue-super {
  color: #003CD4;
}

.\--fl-text-black {
  color: #565657;
}

.\--fl-text-gray {
  color: #727272;
}

.\--fl-text-orange {
  color: #FF6C00;
}

.\--fl-text-gold {
  color: #ff9100;
}

.\--fl-text-red {
  color: #FC0900;
}

/* TYPES */

.\--fl-bold {
  font-family: "Quicksand Bold", sans-serif;
}

.\--fl-underline {
  text-decoration: underline;
}

/* POSITIONING */

.\--fl-align-vert-middle {
  vertical-align: middle;
}

/* TITLES */

.\--fl-title-big {
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 28px;
  line-height: 1.3em;
}

.\--fl-title-middle {
  font-size: 26px;
  padding-bottom: 20px;
}

.\--fl-title-small {
  font-size: 20px;
  padding-bottom: 15px;
}

@media (min-width: 576px) {
  .\--fl-title-big {
    font-size: 32px;
  }

  .\--fl-title-middle {
    font-size: 28px;
  }

  .\--fl-title-small {
    font-size: 24px;
  }
}

@media (min-width: 768px) {
  .\--fl-title-big {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .\--fl-title-middle {
    font-size: 28px;
  }

  .\--fl-title-small {
    font-size: 24px;
  }
}

@media (min-width: 992px) {
  .\--fl-title-big {
    font-size: 35px;
  }

  .\--fl-title-middle {
    font-size: 32px;
  }

  .\--fl-title-small {
    font-size: 26px;
  }
}

/* PARAGRAPH */

.\--fl-p-type1 {
  font-size: 12px;
  line-height: 18px;
}

/* LINKS */

.\--fl-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.special-link {
  color: inherit;
}

.special-link:hover {
  color: #72B4CA;
}

.special-link.pink-hover:hover {
  color: #EB66A1;
}

.main-page main .formats-block a.special-link {
  color: inherit !important;
}

.main-page main .formats-block a.special-link:hover {
  color: #72B4CA !important;
}

.pull-right {
  float: right;
}

.advice .section-content {
  text-align: center;
}

.advice .section-content .articles-list {
  font-size: 12px;
  color: #565657;
}

.advice .section-content .articles-list .\--fl-title-small {
  min-height: 80px;
  font-size: 21px;
}

.advice .section-content .articles-list .caption {
  font-size: 9px;
  color: #ABABAC;
}

.advice .section-content .articles-list img {
  width: 100%;
  height: auto;
}

.advice .contact-footer {
  background-color: #FFEDD1;
}

.advice .contact-footer .\--fl-title-small {
  color: #727272;
}

.advice .contact-footer img {
  max-width: 160px;
}

.advice .contact-footer svg {
  height: 20px;
}

.advice .list-articles .link-wrap {
  padding-bottom: 10px;
}

