.page.changellenge.event {
  background-color: #F2F2F2;
  max-width: 100vw;
  overflow: hidden;
}

.events-new__container {
  width: 100%;
  margin: 0 auto;
}

.hero-events {
  padding: 83px 0 0 0;
  background-color: #ffffff;
}

.hero-events__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: 1px solid #F2F2F2;
}

.hero-events__container .hero-events__text-content {
  display: flex;
  align-items: center;
  gap: 56px;
}

.hero-events__container .hero-events__text-content .hero-events__title {
  font-family: 'WalsheimPro Bold', sans-sarif, serif;
  font-size: 32px;
  line-height: 100%;
  margin: 0;
  color: #000000;
}

.hero-events__container .hero-events__text-content .hero-events__descr {
  font-family: 'WalsheimPro Light', sans-sarif, serif;
  font-size: 16px;
  line-height: 100%;
  margin: 0;
  color: #1E1E1E;
}

.hero-events__text-content {
  width: 80%;
}

/*  new-events  */

.new-events {
  font-family: 'GT Walsheim Pro', sans-sarif, serif;
  margin-bottom: 10px;
  background: #ffffff;
}

.new-events__container {
  display: flex;
  flex-direction: column;
  background-color: #f2f2f2;
}

.events-filter__wrap{
  min-height: 62px;
}

.events-filter.new-events__filters {
  z-index: 900;
  width: 100%;
  padding: 16px 0;
  background-color: #ffffff;
}

.events-filter.sticky{
  position: fixed;
  top: 80px;
  left: 0;
  right: 0;
}

.new-events__filters {
  flex: 1;
}

.new-events__tabs {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 16px;
}

.go-to-top {
  display: none;
  justify-content: center;
  width: 100%;
  padding: 20px;
  cursor: pointer;
  background: #36363C;
}

.go-to-top__icon {
  width: 20px;
  height: 10px;
}

.page-wrapper .page-content > .container {
  width: 100%;
  padding: 0;
}

.new-events-card a {
  text-decoration: none;
}

@media (max-width: 1250px) {

  /*  hero-events  */
  .hero-events__text-content {
    margin-left: 20px;
  }

  .events-filter__menu {
    padding-left: 20px;
  }

  /*  new-events-card  */
  .new-events-card {
    min-height: unset;
  }

  .new-events-card__content {
    padding: 25px;
  }
}

@media (max-width: 1150px) {
  .new-events-card__text {
    margin-bottom: 20px;
  }

  .new-events-card__data-checkin {
    gap: 8px;
  }
}

@media (max-width: 1100px) {
  /*  new-events-card  */
  .new-events-card__content {
    padding: 8px 10px;
  }
}

@media (max-width: 1023px) {
  /*  hero-events  */
  .hero-events__container {
    align-items: center;
  }

  .new-events-card__img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .new-events-card__content {
    max-height: 100%;
  }

  /*  new events  */
  .new-events__container {
    flex-direction: column;
  }

  .new-events__filters {
    width: 100%;
    max-width: unset;
  }

  .new-events__controls {
    justify-content: center;
    width: 100%;
  }

  .new-events__tabs {
    width: 100%;
  }

  .new-events__tab {
    align-items: center;
    flex-direction: column;
    width: 100%;
  }

  .new-events__tab--active {
    display: flex;
  }

  /* events-filter */
  .events-filter__control {
    justify-content: center;
  }

  .new-events-card__title {
    margin: 0 0 20px 0;
  }

  .new-events-card__text {
    margin-bottom: 30px;
  }

  .new-events-card__content {
    padding: 15px 30px;
  }

  .new-events-card__data-checkin {
    gap: 12px;
  }
}

@media (max-width: 768px) {
  /*  hero-events  */
  .hero-events__title {
    font-size: calc(80 * 100vw / 768);
    line-height: calc(78 * 100vw / 768);
  }

  .hero-events__descr {
    font-size: calc(24 * 100vw / 768);
    line-height: calc(24 * 100vw / 768);
    margin-top: calc(25 * 100vw / 768);
  }

  /*  new-events  */
  .new-events__container {
    position: relative;
  }

  .new-events {
    background: none;
  }

  .new-events__call-filter {
    /* display: block; */
  }

  .new-events__tab {
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: none;
  }

  .new-events__controls {
    display: none;
  }

  .new-events__load-more {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  /* new-events-card */
  .new-events-card {
    max-width: 450px;
    max-height: unset;
    background: #ffffff;
  }

  .new-events-card__img-wrapper {
    max-width: 100%;
  }

  .new-events-card__wrapper {
    flex-direction: column;
  }

  .new-events-card__content {
    padding: 15px 15px 20px;
  }

  .new-events-card__title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .new-events-card__title br {
    display: none;
  }

  .new-events-card__text {
    font-size: 18px;
    height: fit-content;
  }
}

@media (max-width: 576px) {
  /*  hero-events  */
  .hero-events__text-content {
    padding-bottom: 0;
    flex-direction: column;
  }

  .hero-events__title {
    font-size: 40px;
    line-height: 38px;
  }

  .hero-events__title::after {
    width: 38px;
    height: 22px;
    background-size: cover;
  }

  .hero-events__descr {
    font-size: 18px;
    line-height: 18px;
    margin-top: 20px;
  }
}

@media (max-width: 385px) {
  .go-to-top {
    display: flex;
  }
}

@media (max-width: 359px) {
  /*  hero-events  */
  .hero-events__title::after {
    top: 110%;
    left: 0;
  }

  .hero-events__descr {
    margin-top: 50px;
  }

  .new-events__load-more {
    font-size: 18px;
    margin-top: 40px;
  }

  /*  new-events-card  */
  .new-events-card__title {
    font-size: 20px;
  }

  .new-events-card__text {
    font-size: 18px;
  }
}

@media (max-width: 540px) {

  .hero-company__title-after {
    position: relative;
  }

  .hero-company__title-after::after {
    right: -45px;
    width: 33px;
    height: 26px;
  }

  .hero-events {
    padding-top: 30px;
  }
}

@media (max-width: 576px) {
  .hero-events__container {
    padding-bottom: 16px;
    border-bottom: none;
  }

  .hero-events__container .hero-events__text-content {
    gap: 8px;
  }

  .hero-events__container .hero-events__text-content .hero-events__descr {
    font-size: 14px;
    line-height: 16px;
  }

  .events-filter__block {
    gap: 4px;
  }

  .events-filter__heading, .events-recommended-filter.events-recommended-filter__btn {
    padding: 4px 8px;
  }

  .events-recommended-filter__btn {
    height: 100%;
  }

  .new-events__tab {
    display: grid;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .new-events__tab--active {
    gap: 10px;
  }

  .new-events-card {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    max-height: fit-content;
    border-radius: 11px;
  }

  .new-events-card__img {
    border-radius: 8px;
  }

  .new-events-card__content {
    padding: 8px 8px 27px 8px;
  }

  .new-events-card__type-block, .new-events-card__title {
    margin-bottom: 4px;
  }

  .new-events-card__text {
    margin-bottom: 6px;
  }

  .new-events-card__type, .new-events-card__text, .new-events-card__tags {
    font-size: 8px;
    line-height: 100%;
  }

  .new-events-card__title {
    font-size: 12px;
  }

  .new-events-card__data-checkin {
    gap: 4px;
  }

  .new-events-card__tag {
    padding: 3px 8px;
  }

  .hero-events__container .hero-events__text-content .hero-events__title{
    font-size: 24px;
  }
}