.banner-simple {
  position: relative;
  font-size: 1rem;
  overflow: hidden;
  /* Only one banner is visible while js is loading */ }
  .banner-simple [data-slider-nojs] [data-slider-slide]:not(:first-child) {
    display: none; }
  .banner-simple__item {
    position: relative; }
  .banner-simple__link {
    opacity: 1;
    z-index: 10000;
    background-color: transparent;
    background-color: transparent; }
  .banner-simple__image {
    display: block;
    margin: auto; }
  .banner-simple__content {
    text-align: center;
    padding: 10px;
    color: #000;
    line-height: 1.1;
    font-weight: bold; }
  .banner-simple__arrow {
    position: absolute;
    width: 40px;
    top: 0;
    bottom: 0;
    z-index: 100;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #5280b2; }
    .banner-simple__arrow:hover {
      color: #5280b2; }
    .banner-simple__arrow.slick-disabled {
      display: none !important; }
    .banner-simple__arrow--prev {
      left: 0; }
    .banner-simple__arrow--next {
      right: 0; }
  .banner-simple__ico {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 25px;
    fill: #5280b2; }
    .banner-simple__ico:hover {
      opacity: 0.7; }
    .banner-simple__ico--flip {
      transform: scaleX(-1); }
    .banner-simple__ico svg {
      max-width: 100%;
      max-height: 100%; }
  .banner-simple .slick-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center; }
  .banner-simple .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px; }
  .banner-simple .slick-dots button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    cursor: pointer;
    color: transparent;
    border: 0;
    background-color: #DFE4EB; }
  .banner-simple .slick-dots .slick-active button {
    background-color: #5280b2; }

/*# sourceMappingURL=banner-simple.css.map */
