#footer #footer-form {
  background-color: #BD343E; }
  #footer #footer-form .bg {
    background-color: #BD343E; }
  #footer #footer-form::before {
    content: "";
    width: 100%;
    height: 50px;
    background: url("../../images/advice/moon_top.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom;
    background-color: #ffffff; }
    @media screen and (min-width: 768px) {
      #footer #footer-form::before {
        height: 125px; } }
    @media screen and (min-width: 1200px) {
      #footer #footer-form::before {
        height: 257px; } }

#advice #intro {
  margin-top: 50px; }
  @media screen and (min-width: 1200px) {
    #advice #intro {
      margin-top: 72px; } }
  #advice #intro .bg-red {
    overflow: hidden; }
  #advice #intro .wrap {
    padding-top: 70px; }
    @media screen and (min-width: 768px) {
      #advice #intro .wrap {
        padding-top: 120px; } }
    @media screen and (min-width: 1200px) {
      #advice #intro .wrap {
        padding-top: 180px;
        padding-bottom: 290px; } }
    #advice #intro .wrap h1 {
      color: #ffffff;
      margin-bottom: 36px;
      text-shadow: 0px 3px 6px #00000029; }
    #advice #intro .wrap p {
      color: #ffffff; }
    #advice #intro .wrap .background-image {
      background: url("../../images/advice/intro_background.png") bottom right no-repeat;
      background-size: contain;
      width: 100%;
      height: 300px;
      margin-top: 25px; }
      @media screen and (min-width: 768px) {
        #advice #intro .wrap .background-image {
          background-position: center;
          margin-top: 30px;
          height: 400px; } }
      @media screen and (min-width: 1200px) {
        #advice #intro .wrap .background-image {
          background-position: bottom right;
          margin-top: 0px;
          top: 100px;
          height: 100%;
          position: absolute; } }

#advice #reasons {
  margin-top: -90px; }
  @media screen and (min-width: 992px) {
    #advice #reasons {
      margin-top: 0px; } }
  #advice #reasons::before {
    content: "";
    width: 100%;
    height: 90px;
    background: url("../../images/main/intro_bottom.svg") center no-repeat;
    background-size: cover;
    display: block;
    background-position: bottom;
    position: relative;
    z-index: 2; }
    @media screen and (min-width: 768px) {
      #advice #reasons::before {
        height: 133px;
        margin-top: -133px; } }
    @media screen and (min-width: 1200px) {
      #advice #reasons::before {
        height: 133px;
        margin-top: -133px; } }
  #advice #reasons .wrap {
    text-align: center; }
    #advice #reasons .wrap h2 {
      font-family: 'Titillium Web','Maven Pro', sans-serif;
      font-size: 26px;
      margin-bottom: 56px;
      margin-top: 30px; }
      @media screen and (min-width: 992px) {
        #advice #reasons .wrap h2 {
          margin-top: 0px; } }
    #advice #reasons .wrap ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 60px; }
      #advice #reasons .wrap ul li {
        margin-bottom: 60px; }
        #advice #reasons .wrap ul li .icon {
          width: 200px;
          height: 200px;
          -webkit-box-shadow: 0px 3px 6px #00000029;
                  box-shadow: 0px 3px 6px #00000029;
          border-radius: 200px;
          margin: 0 auto 30px auto;
          display: inline-block;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          #advice #reasons .wrap ul li .icon img {
            width: 100%; }
        #advice #reasons .wrap ul li p {
          padding: 0 24px; }
