body {
  padding: 0;
  margin: 0;
  position: relative;
  overflow: hidden;
}

@media all and (max-width: 480px) {
  .banner {
    height: 300px;
  }
}
.banner .grad-left {
  position: absolute;
  height: 200px;
  width: 100px;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
  left: 0;
  top: 70px;
  pointer-events: none;
}
.banner .grad-right {
  position: absolute;
  height: 200px;
  width: 100px;
  background: #FFFFFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  z-index: 3;
  right: 0;
  top: 70px;
  pointer-events: none;
}
.banner .arrow {
  position: absolute;
  top: 140px;
  width: 36px;
  height: 36px;
  background-color: #FFFFFF;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1px 2px 0;
}
.banner .arrow.left {
  left: 15px;
  z-index: 5;
}
.banner .arrow.right {
  right: 15px;
  z-index: 6;
}
.banner .arrow img {
  width: 14px;
  height: 14px;
}
@media all and (max-width: 480px) {
  .banner .arrow {
    display: none;
  }
}
.banner .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 15px;
}
.banner .nav .logo {
  display: block;
  background: url("https://eu-cdn.rugbypass.com/images/mega-menu/rp-logo-new@3x.png");
  background-size: cover;
  width: 190px;
  height: 37px;
}
.banner .nav .more-news {
  color: #222222;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Circular-Medium", Arial, sans-serif;
}
@media all and (max-width: 480px) {
  .banner .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.banner .articles {
  position: absolute;
  left: 0;
  top: 70px;
  width: 100%;
  height: 200px;
  transition: all 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
  transform: translate(240px, 0px);
  opacity: 0;
  overflow: hidden;
}
.banner .articles.show {
  transform: translate(0, 0px);
  opacity: 1;
}
.banner .articles .item {
  position: absolute;
  top: 0;
  left: 15px;
}
.banner .articles .article {
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
  padding: 15px 20px;
  display: inline-block;
  width: 298px;
  height: 180px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.banner .articles .article .comp {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #767676;
  text-transform: uppercase;
  font-family: "Circular-Bold", Arial, serif;
  font-size: 10px;
}
.banner .articles .article .comp img {
  width: 20px;
}
.banner .articles .article .title {
  display: block;
  font-family: "Circular-Bold", Arial, serif;
  font-size: 17px;
  color: #151515;
  line-height: 125%;
  margin-top: 20px;
}
.banner .articles .article .base {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 15px;
}
.banner .articles .article .base .pills .label {
  white-space: nowrap;
  height: 17px;
  border-radius: 9px;
  font-family: "Circular-Bold", Arial, serif;
  font-size: 10px;
  color: #FFFFFF;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 0 8px;
  text-transform: uppercase;
}
.banner .articles .article .base .pills .label[data-id="0"] {
  background-color: #FF7800;
}
.banner .articles .article .base .pills .label[data-id="1"] {
  background-color: #00C3F9;
}
.banner .articles .article .base .pills .label[data-id="2"] {
  background-color: #00C3F9;
}
.banner .articles .article .base .pills .label[data-id="3"] {
  background-color: #E80D5C;
}
.banner .articles .article .base .pills .label[data-id="4"] {
  background-color: #009E68;
}
.banner .articles .article .base .pills .label[data-id="5"] {
  background-color: #0171D9;
}
.banner .articles .article .base .pills .label[data-id="6"] {
  background-color: #00C3F9;
}
@media all and (max-width: 480px) {
  .banner .articles {
    left: 10px;
    right: 10px;
    top: 100px;
    transform: translate(0, 0px);
  }
  .banner .articles .item {
    left: auto;
  }
  .banner .articles .article {
    width: calc(100% - 20px);
  }
}

.slim-size {
  display: none;
}
@media all and (max-width: 480px) {
  .slim-size {
    display: block;
  }
}

/*# sourceMappingURL=styles.css.map */
