.l-header,
#navigation {
  display: none;
}

@media (min-width: 1221px) {
  .l-full-height-wrapper::after {
    display: none !important;
  }
}

body {
  font-family: Manrope !important; 
}

/* region Header */
.f-header {
  padding-top: 35px;
}

.f-header__wrapper {
  position: relative;
  max-width: 1655px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  z-index: 3;
}

.f-header__body {
  display: flex;
  gap: 24px;
}

.f-header__logo-section {
  display: flex;
  flex-direction: column;
}

.f-header__logo {
  display: flex;
  gap: 24px;
}

.f-header__social-list {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.header__logo-text {
  color: #20254A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-width: 215px;
  display: flex;
  align-items: center;
  padding-top: 10px;
}

.f-header__logo img {
  min-width: 152px;
}

.f-header__support-text {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 8px;
  align-items: center;
}

.f-header__buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
}

.f-header__content-section {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.f-header__support-button {
  display: inline-flex;
  height: 52px;
  padding: 16px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 50px;
  border: 1px solid #20254A;
  color: #20254A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all .3s ease;
}

.f-main-nav__list {
  display: flex;
  gap: 74px;
  font-size: 20px;
  font-weight: 600;
  line-height: 27.32px;
  color: #333;
}

.f-header__search-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.f-header__search {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 18px 32px;
  align-items: center;
  border-radius: 54px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  height: 61px;
  color: #333333;
  font-size: 16px;
}

.f-header__search-form {
  max-width: 81%;
  width: 100%;
}

.f-header__search-form form {
  position: relative;
}

.f-header__search-btn {
  position: absolute;
  right: 15px;
  top: 17px;
}

.f-header__support-wrap {
  display: flex;
  flex-direction: row;
  gap: 60px;
}

.f-header__links {
  display: flex;
  flex-direction: row;
}

.f-header__link {
  display: flex;
  flex-direction: column;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  transition: all .3s ease;
  border-radius: 10px;
  margin: 0 10px;
}

.f-header__link:hover {
  background-color: #20254a;
  color: #fff;
}

.f-header__link:hover svg {
  fill: #fff;
}

.f-header__main-nav {
  padding-top: 30px;
  padding-bottom: 50px;
}

/* region Header mobile */
.f-header__wrapper-mobile {
  display: none;
}
.f-header__body-mobile {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto 16px;
}
.f-header__buttons-sections-mobile {
  display: flex;
  gap: 16px;
}
.f-header__burger-button {
  position: relative;
  cursor: pointer;
  z-index: 3;
}
#closeIcon {
  display: none;
  position: fixed;
  top: 16px;
  right: 16px;
}
.f-header__mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.f-header__mobile-menu.active {
  transform: translateX(0);
}

/* region Header mobile menu */
.f-header__mobile-menu-container {
  margin: auto 16px;
  overflow-y: scroll;
  max-height: 100vh;
  scrollbar-width: none;
  height: 100%;
}
.f-header__mobile-menu-top {
  padding: 16px 0;
  border-bottom: 1px solid #20254A;
}
.f-header__mobile-menu-login-section {
  padding: 40px 0;
  border-bottom: 1px solid #20254A;
}
.f-header__mobile-menu-login-button, .f-header__mobile-menu-register-button {
  display: flex;
  align-items: center;
  gap: 16px;
}
.f-header__mobile-menu-login-button {
  margin-bottom: 16px;
}
.f-header__mobile-menu-body {
  padding-top: 24px;
}
.f-header__mobile-menu-nav {
  margin-bottom: 56px;
}
.f-header__mobile-menu-nav__item {
  margin: 16px 0;
  font-weight: 600;
}
.f-header__mobile-menu-contacts {
  margin-bottom: 40px;
}
.f-header__mobile-menu-contact-item {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}
.f-header__mobile-menu-contact-text {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
}
.f-header__mobile-menu-contact-text b{
  font-size: 16px;
  line-height: 22px;
}
.f-header__mobile-menu-contact-text span {
  font-size: 11.5px;
  line-height: 15.7px;
  color: #ABABAB;
}
.f-header__mobile-menu-bottom {
  display: block;
  margin-bottom: 96px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #333;
}
.f-header__mobile-menu-bottom-text {
  margin: 8px 0;
}
/* endregion */

/*endregion */

/* endregion */


.accreditation-preview-row__header,
.activity-preview-row__header,
.events-preview-row__header,
.blog-preview-row__header,
.partners-preview-row__header,
.f-partners-preview-row__header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1655px;
  padding-bottom: 64px;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #333;
}

.accreditation-preview-row__header a,
.events-preview-row__header a,
.blog-preview-row__header a {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.accreditation-preview-row__list,
.activity-preview-row__list,
.events-preview-row__list,
.blog-preview-row__list,
.achievements-preview-row,
.achievements-preview-row__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1655px;
  margin-left: auto;
  margin-right: auto;
}

.p-main__content-section+.p-main__content-section.adv-preview-row {
  max-width: 1655px;
  width: 100%;
  margin: 0 auto;
}

/* region swiper css */
.swiper-wrapper {
  height: auto !important;
}
/* endregion */

.banners-preview-row__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 64px;
}

.accreditation-preview-row__item {
  border-radius: 16px;
  border: 1.5px solid var(--dark-blue--, #20254A);
  flex-basis: 23%;
  padding: 24px;
  position: relative;
  min-height: 285px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
}

.accreditation-preview__title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.accreditation-preview__cover {
  position: absolute;
  bottom: 0;
 /* right: -60px;*/ /*зачем влево настолько?*/
  right: 0px;
  max-width: 60%;
  z-index: -1;
}

.achievements-preview__mobile-wrapper, .activity-preview__mobile-wrapper {
  display: none;
}

.accreditation-preview__bottom {
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.accreditation-preview__dates-range,
.accreditation-preview__time {
  display: flex;
  align-items: center;
  gap: 5px;
}

.activity-preview-row__item {
  border-radius: 16px;
  border: 1px solid #394388;
  position: relative;
  min-height: 413px;
  padding: 32px;
  flex-basis: 49%;
  margin-bottom: 24px;
}

.activity-preview__cover {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 50%;
  width: 100%;
}

.activity-preview__title {
  color: #333;
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.593%;
  margin-bottom: 16px;
  max-width: 60%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.activity-preview_text {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 50%;
  width: 100%;
  position: relative;
  z-index: 1;
}

.events-preview-row__item {
  border-radius: 16px;
  border: 1.5px solid var(--red--, #FF3600);
  flex-basis: 23%;
  padding: 24px;
  position: relative;
  min-height: 285px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.events-preview__cover {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.events-preview__title {
  color: #333;
  font-family: Manrope;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-preview-row__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-basis: 24%;
}

.blog-preview__cover {
  border-radius: 10px;
}

.blog-preview__header {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog-preview__title {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.blog-preview__text {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.achievements-preview-row__header,
.adv-preview-row__header {
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.adv-preview-row .swiper {
  padding: 0 60px;
}

.adv-preview-row__header {
  display: flex;
  align-items: center;
  margin-bottom: 36px;
}

.adv-preview-row__register-btn {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: #55C234;
  padding: 14px 37px;
  border-radius: 8px;
  margin-left: 32px;
  text-align: center;
  cursor: pointer;
}

.achievements-preview-row__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.achievements-preview-row__left {
  max-width: 65%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.achievements-preview-row__right {
  max-width: 34%;
  width: 100%;
}

.achievements-preview-row__right .achievements-preview__wrapper {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
}

.f-partners-preview-row {
  max-width: 1655px;
  margin-left: auto;
  margin-right: auto;
}

.f-partners-preview-row__header {
  padding-bottom: 32px;
}

.adv-item {
  display: flex !important;
  flex-direction: row;
  align-items: center;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.adv-text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* region partners block */
.f-partners-preview-row {
  flex-direction: column;
}

.f-logos__header {
  color: #333;
  font-size: 29px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 11px;
}

.f-logos__list {
  display: flex;
  justify-content: space-between;
}

.f-logos__item {
  display: flex;
  align-items: center;
}

.f-about__partners .swiper-wrapper, .f-about__partners-second .swiper-wrapper {
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

.f-about__partners .swiper-slide, .f-about__partners-second .swiper-slide {
  width: 13%;
  max-width: fit-content;
}


/* endregion */

/* region footer */
.footer__content-left-menu ul {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footer__content-left-social {
  display: flex;
  gap: 15px;
}

.footer__content-bottom-left {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.6px;
}

.footer__content-bottom-right {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.n-footer {
  background: #20254a;
  color: #fff;
  padding-top: 58px;
  padding-bottom: 58px;
  margin-top: 140px;
}

.n-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1655px;
  position: relative;
}

.n-footer__content-top {
  display: flex;
  justify-content: space-between;
}

.n-footer__content-left {
  max-width: 720px;
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer__content-left-menu ul {
  display: flex;
  column-gap: 64px;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 16px;
}

.n-footer__content-right {
  max-width: 450px;
  width: 100%;
  display: flex;
  gap: 16px;
  flex-direction: column;
}

.footer__content-item {
  display: flex;
  flex-direction: column;
}

.footer__content-item {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24.6px;
}

.footer__content-item a {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

.footer__content-item span {
  color: #ABABAB;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.n-footer__content-bottom {
  border-top: 1px solid #394388;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  margin-top: 32px;
}

.footer__content-bottom-links {
  display: flex;
  gap: 130px;
}

.footer__content-left-social-mobile {
  display: none;
}

/* endregion */


@media screen and (max-width: 1720px) {
  .f-header__body, .f-header__main-nav, .n-footer__wrapper{
    max-width: 1380px;
    margin: 0 auto;
  }
  .accreditation-preview-row__list, .activity-preview-row__list, .events-preview-row__list, .blog-preview-row__list, .achievements-preview-row,
  .achievements-preview-row__list, .p-main__content-section+.p-main__content-section.adv-preview-row {
    max-width: 1380px;
  }
  .p-main__content-section+.p-main__content-section.accreditation-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.events-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.blog-preview-row, .p-main__content-section+.p-main__content-section.f-partners-preview-row {
    max-width: 1380px;
    margin: 90px auto 0;
  }
  .f-main-nav__list {
    font-size: 19px;
    gap: 42px;
  }
  .achievements-preview-row__header, .adv-preview-row__header, .accreditation-preview-row__header, .activity-preview-row__header,
  .events-preview-row__header, .blog-preview-row__header, .partners-preview-row__header, .f-partners-preview-row__header {
    font-size: 37px;
  }
}

@media screen and (max-width: 1680px) {
  /*
  .f-header__body, .f-header__main-nav, .n-footer__wrapper {
    max-width: none;
    margin: auto 48px;
  }
  .accreditation-preview-row__list, .activity-preview-row__list, .events-preview-row__list, .blog-preview-row__list, .achievements-preview-row, .achievements-preview-row__list, .p-main__content-section+.p-main__content-section.adv-preview-row {
    max-width: none;
    margin: auto 48px;
  }
  .p-main__content-section+.p-main__content-section.accreditation-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row, .p-main__content-section+.p-main__content-section.events-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row, .p-main__content-section+.p-main__content-section.blog-preview-row, .p-main__content-section+.p-main__content-section.f-partners-preview-row {
    max-width: none;
    margin: auto 48px;
  }
   */
  .accreditation-preview-row__item {
    flex-basis: 24%;
    min-height: 283px;
  }
  .accreditation-preview__cover {
    width: 45%;
    bottom: 14px;
    right: -10px;
  }
  .accreditation-preview__title {
    font-size: 16px;
    line-height: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .f-header__body, .f-header__main-nav, .n-footer__wrapper{
    max-width: none;
    margin: auto 40px;
  }

  .f-main-nav__list {
    font-size: 18px;
    gap: 32px;
  }

  .achievements-preview-row {
    max-width: fit-content;
    margin: 80px 40px 64px;
  }

  .p-main__content-section+.p-main__content-section.adv-preview-row {
    max-width: -webkit-fill-available;
    margin: 0 40px auto;
  }

  .p-main__content-section+.p-main__content-section.accreditation-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.events-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.blog-preview-row, .p-main__content-section+.p-main__content-section.f-partners-preview-row {
    max-width: none;
    margin: auto 40px;
  }

  .achievements-preview-row__header, .adv-preview-row__header, .accreditation-preview-row__header, .activity-preview-row__header,
  .events-preview-row__header, .blog-preview-row__header, .partners-preview-row__header, .f-partners-preview-row__header {
    font-size: 34px;
  }

  .f-logos__header {
    font-size: 26px;
  }

  .f-header__support-text, .f-header__support-button {
    font-size: 17px;
  }

  .adv-text {
    font-size: 15px;
  }

  .accreditation-preview__title, .events-preview__title, .footer__content-left-menu, .blog-preview__title {
    font-size: 16px;
  }

  .accreditation-preview__cover {
    width: 45%;
    bottom: -15px;
    right: 23%;
  }

  .accreditation-preview__bottom {
    margin-bottom: 70px;
  }

  .activity-preview__title {
    font-size: 27px;
  }

  .footer__content-bottom-links {
    gap: 90px;
  }
}

@media screen and (max-width: 1200px) {
  .f-header__body, .f-header__main-nav, .n-footer__wrapper{
    margin: auto 32px;
  }

  .f-main-nav__list {
    font-size: 14px;
    gap: 20px;
  }

  .f-header__social-list {
    margin-bottom: 22px;
    gap: 14px;
  }

    .f-header__logo img {
    min-width: 140px;
  }

  .header__logo-text {
    min-width: 175px;
    font-size: 16px;
  }

  .p-main__content-section+.p-main__content-section.accreditation-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.events-preview-row, .p-main__content-section+.p-main__content-section.activity-preview-row,
  .p-main__content-section+.p-main__content-section.blog-preview-row, .p-main__content-section+.p-main__content-section.f-partners-preview-row {
    margin: 90px 32px auto;
  }

  .achievements-preview-row__header, .adv-preview-row__header, .accreditation-preview-row__header, .activity-preview-row__header,
  .events-preview-row__header, .blog-preview-row__header, .partners-preview-row__header, .f-partners-preview-row__header {
    font-size: 26px;
  }

  .accreditation-preview__cover {
    width: 45%;
    bottom: 5px;
    right: 25%;
  }

  .accreditation-preview__bottom {
    margin-bottom: 65px;
  }


  .f-logos__header {
    font-size: 26px;
  }

  .f-header__support-text, .f-header__support-button {
    font-size: 15px;
  }

  .adv-text {
    font-size: 14px !important;
  }

  .accreditation-preview__title, .events-preview__title, .footer__content-left-menu, .blog-preview__title {
    font-size: 15px;
  }

  .footer__content-item, .footer__content-bottom-right, .blog-preview__text {
    font-size: 14px !important;
  }

  .activity-preview-row__item {
    min-height: 393px;
  }

  .activity-preview__title {
    max-width: 100%;
    font-size: 24px;
  }

  .activity-preview_text {
    max-width: 80%;
    font-size: 16px;
  }

  .accreditation-preview__bottom {
    font-size: 13px !important;
  }

  .events-preview-row__item img {
    width: 60%;
  }

  .f-logos__item img {
    width: 80%;
  }

  .n-footer {
    margin-top: 80px;
  }

}

@media screen and (max-width: 1440px) {
  .footer__content-left-menu ul {
    column-gap: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__content-left-menu ul {
    font-size: 17px;
    column-gap: 32px;
  }
}

@media screen and (max-width: 1200px) {
  .footer__content-left-menu ul {
    font-size: 17px;
    column-gap: 47px;
  }
  .n-footer__content-right {
    max-width: 317px;
  }
  .footer__content-bottom-left {
    font-size: 15px !important;
  }
}


.p-main__content-section+.p-main__content-section.accreditation-preview-row,
.p-main__content-section+.p-main__content-section.activity-preview-row,
.p-main__content-section+.p-main__content-section.events-preview-row,
.p-main__content-section+.p-main__content-section.activity-preview-row,
.p-main__content-section+.p-main__content-section.blog-preview-row,
.p-main__content-section+.p-main__content-section.f-partners-preview-row {
  margin-top: 90px;
}

.activity-preview-row__item {
  overflow: hidden;
}

.activity-preview__cover {
  transition: all 2s;
  display: block;
}

.activity-preview__cover:hover {
  transform: scale(1.2);
}

.f-header__support-button:hover {
  background-color: #20254a;
  color: #fff;
}

.events-preview__dates-range, .events-preview__price {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media screen and (max-width: 600px) {
  .n-footer__content-top {
    flex-wrap: wrap;
  }
  .accreditation-preview__dates-range {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px); /* Для поддержки в Safari */
  }
}

@media screen and (max-width: 570px) {
  .header {
    height: auto !important;
  }
  .f-header {
    padding-top: 16px;
  }
  .f-header__wrapper, .banners-preview-row {
    display: none !important;
  }
  .f-header__wrapper-mobile {
    display: block;
  }
  .f-header__logo {
    gap: 8px;
  }
  .f-header__logo img {
    min-width: 59px !important;
    max-width: 59px;
  }
  .f-header__main-nav, .n-footer__wrapper {
    margin: auto 16px !important;
  }
  .header__logo-text {
    min-width: fit-content !important;
    font-size: 9.5px !important;
    line-height: 13px;
    font-weight: 600;
    padding-top: 0;
  }
  .f-header__support-button {
    width: 100%;
    padding: 15px 0;
    margin-bottom: 40px;
  }
  .adv-preview-row__header {
    margin-bottom: 12px;
  }
  .f-header__social-list {
    margin-bottom: 40px !important;
  }

  .p-main__content-section+.p-main__content-section.adv-preview-row {
    margin: 32px 16px auto;
  }

  .achievements-preview-row__header, .adv-preview-row__header, .accreditation-preview-row__header, .activity-preview-row__header,
  .events-preview-row__header, .blog-preview-row__header, .partners-preview-row__header, .f-partners-preview-row__header {
    font-size: 18px;
    line-height: 24.59px;
    font-weight: 700;
    padding-bottom: 24px;
  }

  .adv-preview-row__header {
    display: block;
    padding-bottom: 0;
  }

  .adv-preview-row__register-btn {
    margin-left: 0;
    margin-top: 16px;
  }

  .accreditation-preview-row__header a {
    font-size: 13px;
    line-height: 17.76px;
  }

  /* region adv slider */
  .adv-preview-row .swiper {
    display: block;
    padding: 0;
  }
  .adv-preview-row .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  .swiper-slide {
    margin: 12px 0;
  }
  .adv-button-next, .adv-button-prev {
    display: none !important;
  }
  .adv-item {
    gap: 8px;
  }
  .adv-image img {
    min-width: 80px;
  }

  .p-main__content-section + .p-main__content-section {
    display: inline-table;
    margin: 32px 16px auto !important;
  }
  /* endregion */

  /* region achievements block */
  .achievements-preview-row {
    margin: auto 16px;
  }
  .achievements-preview-row__left {
    max-width: 100%;
    margin-bottom: 24px;
  }
  .achievements-preview-row__right {
    max-width: 100%;
  }
  .achievements-preview-row__right .achievements-preview__wrapper {
    gap: 8px;
  }
  .achievements-preview__wrapper {
    display: none;
  }
  .achievements-preview__mobile-wrapper, .activity-preview__mobile-wrapper {
    display: block;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .achievements-preview__wrapper img, .achievements-preview__mobile-wrapper img, .activity-preview__mobile-wrapper img  {
    width: 100%;
  }

  /* endregion */

  /* region accreditation block */
  .accreditation-preview-row__list {
    flex-wrap: unset;
    overflow-y: auto;
    width: 90vw;
    margin-bottom: 32px;
  }
  .accreditation-preview-row__list::-webkit-scrollbar {
    display: none;
  }
  .accreditation-preview-row__item {
    flex: 0 0 220px;
    margin-right: 8px;
    padding: 16px;
    min-height: 180px;
    scroll-snap-align: start;
  }
  .accreditation-preview__title, .accreditation-preview__bottom {
    font-size: 13px;
    line-height: 17.76px;
  }
  .accreditation-preview__bottom {
    margin-bottom: 0;
    gap: 6px;
  }
  .accreditation-preview__cover {
    right: 0;
    width: 50%;
  }

  /* endregion */

  /* region activity block */
  .activity-preview-row__list {
    flex-wrap: unset;
    overflow-y: auto;
    width: 90vw;
  }
  .activity-preview-row__list::-webkit-scrollbar {
    display: none;
  }
  .activity-preview-row__item {
    flex: 0 0 220px;
    min-height: 300px;
    margin-right: 8px;
    margin-bottom: 16px;
    padding: 24px 12px 24px 24px;
    scroll-snap-align: start;
  }
  .activity-preview__title {
    font-size: 15px;
    line-height: 18.86px;
  }
  .activity-preview_text {
    font-size: 13px;
    line-height: 17.76px;
    max-width: fit-content;
  }
  .activity-preview__cover {
    max-width: 100%;
    bottom: -20%;
  }
  .activity-preview-row__item:nth-child(2)  .activity-preview__cover {
    bottom: 0;
  }
  .activity-preview-row__item:last-child  .activity-preview__cover {
    bottom: 0;
  }
  /* endregion */

  /* region events block */
  .events-preview-row__list {
    flex-wrap: unset;
    overflow-y: auto;
    width: 90vw;
  }
  .events-preview-row__list::-webkit-scrollbar {
    display: none;
  }
  .events-preview-row__item {
    flex: 0 0 220px;
    margin-right: 8px;
    padding: 16px;
    margin-bottom: 16px;
    min-height: 180px;
    scroll-snap-align: start;
  }
  .events-preview__title {
    font-size: 13px;
    line-height: 17.76px;
  }
  .events-preview__dates-range {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  /* endregion */

  /* region blog block */
  .blog-preview-row__list {
    flex-wrap: unset;
    overflow-y: auto;
    width: 90vw;
  }
  .blog-preview-row__list::-webkit-scrollbar {
    display: none;
  }
  .blog-preview-row__item {
    flex: 0 0 265px;
    margin-right: 8px;
    margin-bottom: 16px;
    gap: 4px;
    scroll-snap-align: start;
  }
  .blog-preview__cover {
    margin-bottom: 12px;
  }
  .blog-preview__header {
    font-size: 11.5px;
    line-height: 15.71px;
  }
  .blog-preview__text {
    font-size: 13px;
    line-height: 17.76px;
  }
  /* endregion */

  /* region partners block */
  .f-logos__header {
    font-size: 16px;
    line-height: 21.86px;
    margin-bottom: 0;
  }
  .f-logos__list {
    overflow-y: auto;
    width: 90vw;
  }
  .f-logos__list::-webkit-scrollbar {
    display: none;
  }
  .f-logos__item {
    flex: 0 0 45%;
  }
  body.mainpage .l-full-height-wrapper:before {
    background: none !important;
  }


  .f-about__partners .swiper-wrapper, .f-about__partners-second .swiper-wrapper {
    align-items: center;
    gap: 16px;
  }
  .f-about__partners .swiper-slide, .f-about__partners-second .swiper-slide {
    width: 35% !important;
    margin: 0;
  }

  /* endregion */

  /* region footer */
  .n-footer {
    padding: 32px 0;
    margin-top: 16px;
  }
  .footer__content-left-menu ul {
    display: block;
    font-size: 16px;
    line-height: 21.86px;
  }
  .footer__content-left-menu li {
    margin-bottom: 16px;
  }
  .n-footer__content-left {
    display: block;
  }
  .footer__content-left-social {
    display: none;
  }
  .footer__content-left-social-mobile {
    display: flex;
    gap: 8px;
  }
  .n-footer__content-right {
    display: block;
    margin-top: 24px;
  }
  .footer__content-item {
    font-size: 13px;
    line-height: 17.76px;
    margin-bottom: 16px;
  }
  .footer__content-item a {
    font-size: 16px;
    line-height: 21.86px;
  }
  .n-footer__content-bottom {
    display: block;
    border-top: 0;
    margin-top: 0;
  }
  .footer__content-bottom-left {
    font-size: 13px;
  }
  .footer__content-bottom-links {
    display: block;
    font-size: 13px;
    line-height: 17.76px;
    margin-top: 40px;
  }
  .footer__content-bottom-link {
    margin-bottom: 8px;
  }
  /* endregion */
}

.signup-popup__tabs-input-switcher_registration:checked ~ .signup-popup__body .signup-popup__close-button,
.signup-popup__tabs-input-switcher_login:checked ~ .signup-popup__body .signup-popup__close-button {
  font-size: 0;
}
