@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

.rcn-marearosa {
  position: relative;
  padding: 30px 0px;
  max-width: 1230px;
  margin: 0 auto;
}

.rcn-marearosa:before {
  content: "";
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  width: 100vw;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  z-index: 1;
  left: 0;
  background: url('../img/bg-marearosa.png');
  background-position: center -20px;
  background-size: 120%;
  background-repeat: repeat;
}

.rcn-marearosa-container {
  z-index: 2;
  position: relative;
  overflow: hidden;
  /* border-radius: 0 0 15px 15px; */
}

.rcn-marearosa-banner {
  margin-bottom: 20px;
  position: relative;
}

.rcn-marearosa-banner-button {
  position: absolute;
  right: 7px;
  top: 25%;
  z-index: 2;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 20px;
}
.rcn-marearosa-banner-button a {
  color: #E6113F;
  display: flex;
  align-items: center;
}
.rcn-marearosa-banner-button a:hover, .rcn-marearosa-banner-button a:focus {
  color: #E6113F;
}

.rcn-marearosa-banner-button a::after {
  content: "";
  background: url('../img/arrow.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 15px;
  display: block;
  margin-left: 5px;
}

.rcn-marearosa-banner-img {
  position: relative;
  z-index: 1;
}
.rcn-marearosa-banner-img img {
  max-width: 100%;
}

.rcn-marearosa-nodes {
  padding: 0 0 20px;
  background-color: white;
}

.rcn-marearosa-nodes .splide {
  visibility: visible;
}

.rcn-marearosa-nodes .splide__pagination {
  bottom: -8px;
}
.rcn-marearosa-nodes .splide__pagination li button {
  background: #ff4500;
}

.rcn-marearosa-nodes .splide__arrows {
  display: none;
}

ul.rcn-marearosa-list {
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

li.rcn-marearosa-item {
  width: 100%;
  max-width: 345px;
}

li.rcn-marearosa-item a {
  color: #07116c;
}

.rcn-marearosa-title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin: 15px 0;
  padding: 0 15px;
  position: relative;
  height: 81px;
  color: #210007;
}

@media screen and (min-width: 1320px) {
   .rcn-marearosa {
     padding: 25px 0px 25px 0px;
   }
  .rcn-marearosa:before {
    background-repeat: no-repeat;
  }
  .rcn-marearosa-banner-button {
    font-size: 15px;
    top: 30%;
  }
  .rcn-marearosa-banner-button a::after {
    width: 30px;
    height: 22px;
  }
  .rcn-marearosa-nodes {
    padding: 18px 18px 6px 18px;
  }
  li.rcn-marearosa-item {
    max-width: 387px;
  }
  li.rcn-marearosa-item:not(:last-child) .rcn-marearosa-title:after {
    content: "";
    position: absolute;
    right: -9px;
    height: 100%;
    top: 0;
    border-right: 1px solid #fe0945;
  }
  .rcn-marearosa-medals {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .rcn-marearosa-medals-block-title {
    width: 25%;
    border-bottom: 0;
    text-align: right;
    padding-right: 15px;
    font-size: 40px;
    line-height: 40px;
  }
  .rcn-marearosa-medals-list {
    width: 75%;
    border: 0;
    padding: 0 0 0 12px;
  }
  .rcn-marearosa-medals-item {
    display: flex;
    align-items: center;
  }
  .rcn-marearosa-medals-item:first-child {
    border-left: 1px solid #fff;
  }
  .medal-wrapper {
    margin-right: 15px;
  }
  .rcn-marearosa-medals-count {
    font-size: 60px;
  }
  .rcn-marearosa--medals-button-wrapper {
    width: 100%;
    border-top: 1px solid #fff;
    padding-top: 15px;
    text-align: center;
  }
  .rcn-marearosa-icon {
    width: 57px;
    height: 97px;
  }
}