/**
*  @author Surton
*  @date 23.07.2018
*  @section info
*/

.info-content {
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
  width: 100%;
  padding: 0 80px 110px 80px;
}

.info-content-link {  
  text-decoration: none;
  color: #0f45c7;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.fine-vision .info-content-link {
  text-decoration: underline;
  color: #000000 !important;
  -webkit-transition: color .2s, background-color .2s;
  -o-transition: color .2s, background-color .2s;
  transition: color .2s, background-color .2s;
}

.fine-vision .info-content-link:hover {
  background-color: #333333 !important;
  color: #ffffff !important;
  opacity: 1 !important;
}

.info-content-link:hover {
  background-color: rgba(15, 69, 199, 0.1);
}

.site-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.info-image {
  width: 100%;
  margin-bottom: 30px;
}