.section.section_partnerday-description {
  overflow: visible;
}
@media (max-width: 1320px) {
  .section.section_partnerday-description {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 960px) {
  .partnerday .brn {
    background-position: top left;
  }
}
.partnerday .brn h1 {
  margin-top: 30px;
}
.partnerday-description {
  display: block;
  position: relative;
  padding-bottom: 240px;
}
@media (max-width: 960px) {
  .partnerday-description {
    padding-bottom: 32px;
  }
}
.partnerday-description::after {
  content: "";
  width: 1348px;
  height: calc(100% - 300px);
  display: block;
  position: absolute;
  background: url("../images/sprites/bgp-partnerday.svg#bgp-partnerday-description-text") bottom left no-repeat;
  background-size: 1348px 851px;
  z-index: 2;
  pointer-events: none;
  bottom: 0;
  left: -156px;
}
@media (max-width: 960px) {
  .partnerday-description::after {
    display: none;
  }
}
.partnerday-description__title {
  font-size: 40px;
  line-height: 1;
  display: flex;
  gap: 83px;
}
@media (max-width: 960px) {
  .partnerday-description__title {
    font-size: 24px;
    line-height: 100%;
    gap: 32px;
    margin-bottom: 16px;
  }
}
.partnerday-description__title span {
  flex-shrink: 0;
  margin-top: 114px;
}
@media (max-width: 960px) {
  .partnerday-description__title span {
    margin-top: 55px;
  }
}
.partnerday-description__title::before {
  content: "";
  width: 62px;
  height: 57px;
  display: block;
  position: relative;
  background: url("../images/sprites/bgp-partnerday.svg#bgp-partnerday-bnr") top right no-repeat;
  background-size: 62px 57px;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: -27px;
  left: 0;
}
@media (max-width: 960px) {
  .partnerday-description__title::before {
    display: none;
  }
}
.partnerday-description__title::after {
  content: "";
  width: 100%;
  height: 332px;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: -150px;
  margin-right: 62px;
  background: url("../images/sprites/bgp-partnerday.svg#bgp-partnerday-description-title") top right no-repeat;
  background-size: 924px 332px;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 1320px) {
  .partnerday-description__title::after {
    background: url("../images/sprites/bgp-partnerday.svg#bgp-partnerday-description-title") top left no-repeat;
    margin-right: 0;
    background-size: 924px 332px;
    display: block;
  }
}
@media (max-width: 720px) {
  .partnerday-description__title::after {
    background: url("../images/sprites/bgp-partnerday.svg#bgp-partnerday-description-title-mobile") top right no-repeat;
    background-size: 134px 78px;
    width: 134px;
    height: 78px;
    position: relative;
    top: 0;
    left: 0;
    display: block;
  }
}
@media (min-width: 580px) and (max-width: 960px) {
  .partnerday-description__title::after {
    display: none;
  }
}
.partnerday-description__text {
  font-size: 24px;
  line-height: 133%;
  max-width: 970px;
  color: var(--bgp-grey-1);
}
@media (max-width: 960px) {
  .partnerday-description__text {
    font-size: 16px;
    line-height: 150%;
  }
}/*# sourceMappingURL=partnerday.css.map */