.btn-bd-primary {
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: shade-color(red, 10%);
  --bs-btn-hover-border-color: shade-color(red, 10%);
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: shade-color(red, 20%);
  --bs-btn-active-border-color: shade-color(red, 20%);
}

.btn-cabinet {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
.btn-cabinet__avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50%;
  overflow: hidden;
  background-color: var(--grey-tone-1);
}
.btn-cabinet__name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn-cabinet__name span {
  color: var(--main-text);
}

.btn-lang {
  color: var(--cold-tone-3);
  font-size: 24px;
  font-weight: 500;
  --bs-btn-border-color: none;
  --bs-btn-hover-color: var(--cold-tone-2);
  --bs-btn-active-color: var(--cold-tone-2);
  --bs-btn-active-bg: var(--bg-cold-tone);
}

.btn-pg-primary {
  --bs-btn-font-size: 20px;
  padding: 12px 40px;
}

.btn-pg-dark {
  padding: 12px 50px;
}

.hero {
  position: relative;
  padding: 20px 0 0 0;
  min-height: 650px;
  }
 .hero__content-wrap{
   display: flex;
   justify-content: space-between;
 }
.hero__img {

  max-width: 530px;
  height: 476px;
  flex-shrink: 0;
  background-image: url("/img/hero/hero_img_new.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero__nav {
  margin-bottom: 50px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  @media (max-width: 991px) {
    margin-bottom: 50px;

  }
}
.hero__content {
  padding: 1rem;
  border-radius: 20px;
  /*backdrop-filter: blur(4px);*/
  /*-webkit-backdrop-filter: blur(4px);*/
}
.hero__caption {
  display: inline-block;
  color: var(--hi-light-cold);
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}
.hero__title {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  color: var(--header);
  font-size: 76px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 80px;
  letter-spacing: -1.52px;
  text-transform: uppercase;
}
.hero__title span {
  color: var(--hi-light-cold);
}
.hero__description {
  color: var(--main-text);
  font-size: 18px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.banner-section {
  padding: 20px 0;
}
.banner-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
.banner-wrap picture{
  width: 100%;
}
.banner-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.nav {
  --bs-nav-link-color: var(--cool-tone-1);
  --bs-nav-link-font-size: 20px;
  --bs-nav-link-font-family: Roboto;
  --bs-nav-nav-link-font-style: normal;
  --bs-nav-link-font-weight: 400;
  --bs-nav-link-hover-color: var(--hi-light-cold);
}

.events {
  padding: 80px 0;
}
.events__header {
  display: flex;
  flex-direction: column;
}
.events__list {
  margin-bottom: 30px;
}
.events__pagination {
  display: none;
  justify-content: space-between;
}

.pg-card {
  position: relative;
  min-height: 440px;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  --bs-card-cap-bg: none;
}
.pg-card-blue {
  background: linear-gradient(
      0deg,
      rgba(2, 88, 255, 0.4) 0%,
      rgba(2, 88, 255, 0.4) 100%
    ),
    url("/img/card/card-bg.png") center/cover no-repeat,
    var(--hi-light-cold) 50%;
}
.pg-card-grey {
  background: linear-gradient(
      0deg,
      rgba(245, 245, 245, 0.4) 0%,
      rgba(245, 245, 245, 0.4) 100%
    ),
    url("/img/card/card-bg.png") center/cover no-repeat, var(--bg-grey-tone) 50%;
}
.pg-card-sm {
  min-height: 200px;
}
.pg-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
/*
.pg-card__link:hover {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0) 66.58%
  );
}
*/
.pg-card__header {
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 72px;
  border: none;
}
.pg-card__header-sm {
  margin-bottom: 30px;
}
.pg-card__header span {
  display: block;
  text-align: center;
  font-size: 30px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.pg-card__header-light {
  color: var(--white);
}
.pg-card__header-dark {
  color: var(--grey-tone-1);
}
.pg-card__date {
  padding: 8px 8px 0;
  border-radius: 8px;
}
.pg-card__date-light {
  border: 1px solid var(--bg-cold-tone);
}
.pg-card__date-dark {
  border: 1px solid var(--grey-tone-1);
}
.pg-card__body {
  display: flex;
  flex-direction: column;
  font-family: Roboto;
}
.pg-card__body-light {
  color: var(--white);
}
.pg-card__body-dark {
  color: var(--grey-tone-1);
}
.pg-card__title {
  margin-bottom: 12px;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.pg-card__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.pg-card__btn {
  margin-top: auto;
}

.pg-slider-container {
  position: relative;
}

.pg-slider-btn-prev,
.pg-slider-btn-next {
  position: absolute;
  top: 36%;
  width: 60px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--grey-tone-1);
  cursor: pointer;
  transition: var(--middle) ease;
}
.pg-slider-btn-prev.swiper-button-disabled,
.pg-slider-btn-next.swiper-button-disabled {
  opacity: 0;
}
.pg-slider-btn-prev:hover,
.pg-slider-btn-next:hover {
  color: var(--grey-tone-2);
}
.pg-slider-btn-prev:active,
.pg-slider-btn-next:active {
  color: var(--grey-tone-3);
}
.pg-slider-btn-prev i,
.pg-slider-btn-next i {
  display: inline-block;
  font-size: 50px;
}

.pg-slider-btn-next {
  right: -60px;
}

.pg-slider-btn-prev {
  left: -60px;
}

.pg-slider-fraction {
  color: var(--main-text);
  font-size: 14px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  align-self: center;
}

.pg-slider-bullets {
  position: relative;
}
.pg-slider-bullets.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
  width: auto;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid var(--grey-tone-1);
  background: var(--white);
  opacity: 1;
  transition: var(--middle) ease;
}
.swiper-pagination-bullet:hover {
  background-color: var(--grey-tone-2);
}

.swiper-pagination-bullet-active {
  background: var(--grey-tone-1);
  border: 1px solid var(--grey-tone-1);
}
/*
.benefits__slider {
  margin-bottom: 30px;
  border-radius: 30px;
  background: var(--bg-grey-tone);
}

.benefits__list {
  padding: 85px 0;
}

.benefits__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.benefits__img {
  padding: 18px;
  margin-bottom: 24px;
  background-color: var(--white);
  border-radius: 20px;
}

.benefits__text {
  text-align: center;
}
.benefits__text span {
  display: block;
  color: #1e1e1e;
  color: var(--main-text, #1e1e1e);
  text-align: center;
  font-size: 24px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
*/
.lines {
  padding: 50px 0;
}
.lines__wrap {
  overflow: hidden;
  white-space: nowrap;
}
.lines__text {
  font-family: Roboto;
  color: var(--main-text);
  font-weight: 400;
  line-height: 68.575px;
}
.lines__text-large {
  font-size: 60px;
  -webkit-transform: translateX(-15%);
  transform: translateX(-15%);
}
.lines__text-small {
  font-size: 36px;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.lines__text span {
  color: var(--grey-tone-3);
}

.speakers {
  margin-bottom: 70px;
}
.speakers__wrap {
  padding: 60px;
  border-radius: 30px;
  background: var(--bg-cold-tone);
}

.best-presentations {
  padding: 50px 0;
}
.best-presentations__list {
  box-sizing: border-box;
  margin-bottom: 35px;
}
.best-presentations__item {
  height: calc((100% - 30px) / 2) !important;
}
.best-presentations__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  border-radius: 20px;
  border: 1px solid var(--grey-tone-3);
}
.best-presentations__item:hover {
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 66.58% );
}
.best-presentations__item:not(:last-child) {
  margin-bottom: 30px;
}
.best-presentations__item:before {
  margin-right: 35px;
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='56' height='56' viewBox='0 0 42 42' fill='none'><circle cx='21' cy='21' r='21' fill='%23F5F5F5'/><path d='M20.1434 10.656C20.4117 9.82428 21.5883 9.82427 21.8566 10.6559L23.702 16.3783C23.8222 16.7507 24.1692 17.0029 24.5606 17.002L30.5731 16.9889C31.4469 16.987 31.8106 18.1061 31.1025 18.6181L26.2305 22.1416C25.9134 22.3709 25.7808 22.7789 25.9026 23.1508L27.7731 28.865C28.0449 29.6955 27.093 30.3872 26.3871 29.872L21.5306 26.3273C21.2145 26.0966 20.7855 26.0966 20.4694 26.3273L15.6129 29.872C14.907 30.3872 13.9551 29.6955 14.227 28.865L16.0974 23.1508C16.2192 22.7789 16.0866 22.3709 15.7695 22.1416L10.8975 18.6181C10.1894 18.1061 10.5531 16.987 11.4269 16.9889L17.4394 17.002C17.8308 17.0029 18.1778 16.7507 18.298 16.3783L20.1434 10.656Z' fill='%23FCAC12' fill-opacity='0.5'/></svg>");
}
.best-presentations__item:after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='35' height='35' viewBox='0 0 42 42' fill='none'><circle cx='21' cy='21' r='21' fill='%23F5F5F5'/><path d='M20.1434 10.656C20.4117 9.82428 21.5883 9.82427 21.8566 10.6559L23.702 16.3783C23.8222 16.7507 24.1692 17.0029 24.5606 17.002L30.5731 16.9889C31.4469 16.987 31.8106 18.1061 31.1025 18.6181L26.2305 22.1416C25.9134 22.3709 25.7808 22.7789 25.9026 23.1508L27.7731 28.865C28.0449 29.6955 27.093 30.3872 26.3871 29.872L21.5306 26.3273C21.2145 26.0966 20.7855 26.0966 20.4694 26.3273L15.6129 29.872C14.907 30.3872 13.9551 29.6955 14.227 28.865L16.0974 23.1508C16.2192 22.7789 16.0866 22.3709 15.7695 22.1416L10.8975 18.6181C10.1894 18.1061 10.5531 16.987 11.4269 16.9889L17.4394 17.002C17.8308 17.0029 18.1778 16.7507 18.298 16.3783L20.1434 10.656Z' fill='%23FCAC12' fill-opacity='0.5'/></svg>");
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}
.best-presentations__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
/*
.best-presentations__link:hover {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 66.58%
  );
}
*/
.best-presentations__text {
  display: inline-block;
  margin-bottom: 0;
  margin-right: auto;
  color: var(--grey-tone-1);
  font-size: 22px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
}
.best-presentations__pagination {
  display: none;
}

.person {
  display: flex;
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  align-items: center;
  justify-content: space-between;
}
.person__avatar {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-content: center;
  width: 90px;
  height: 90px;
  max-width: 90px;
  max-height: 90px;
  align-items: center;
  color: var(--grey-tone-1);
  text-align: center;
  font-size: 48px;
  overflow: hidden;
  border-radius: 1000%;
  background-color: var(--bg-grey-tone);
  margin-right: 30px;
}
.person__avatar img {
  display: block;
  width: 100%;
  height: 100%;
}
.person__info {
  width: 200px;
  display: flex;
  flex-direction: column;
  margin-right: 40px;
}
.person__status {
  margin-bottom: 8px;
  color: var(--grey-tone-3);
  font-size: 16px;
}
.person__name {
  color: var(--main-text);
  font-size: 20px;
}
.person__company {
  color: var(--grey-tone-3);
  font-size: 20px;
}

.lang {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-height: 90px;
  min-width: 150px;
  padding: 0 60px;
  border-left: 1px solid var(--grey-tone-3);
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: var(--grey-tone-3);
}
.lang__title {
  margin-bottom: 8px;
  font-size: 16px;
}
.lang__item {
  font-size: 20px;
}
.lang__link {
  color: var(--hi-light-cold);
}

.partnership__wrap {
  padding: 60px;
  border-radius: 30px;
  background-image: url("/img/partnership/partnership_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.past-events {
  padding: 80px 0;
}
.past-events__header {
  display: flex;
  flex-direction: column;
}
.past-events__list {
  margin-bottom: 30px;
}
.past-events__pagination {
  display: none;
  justify-content: space-between;
}

.organizer {
  padding: 100px 0;
  background-color: var(--bg-cold-tone);
}
.organizer__desc {
  font-size: 18px;
}
@media (max-width: 1399px) {
  .hero__caption {
    font-size: 24px;
  }
  .hero__title {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .hero__nav {
    --bs-nav-link-font-size: 16px;
  }
  .hero__description {
    font-size: 16px;
    line-height: 24px;
  }
  .best-presentations__item:before {
    display: none;
  }
  .best-presentations__item:after {
    display: block;
  }
  .person__avatar {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 991px) {
  .hero{
    min-height: auto;
  }
  .hero__nav {
    --bs-nav-link-font-size: 10px !important;
    margin-bottom: 40px;
  }
  .hero__img{
    height: 425px;
  }
  .hero__title{
    font-size: 42px;
  }
  .best-presentations__person {
    margin-right: 20px;
  }
  .best-presentations__text {
    font-size: 16px;
  }
  .person__avatar {
    font-size: 34px;
  }
  .person__info {
    width: auto;
    margin-right: 20px;
  }
  .person__status {
    font-size: 12px;
  }
  .person__name {
    font-size: 16px;
  }
  .person__company {
    font-size: 16px;
  }
  .lang {
    padding: 0 20px;
  }
  .lang__title {
    font-size: 12px;
  }
  .lang__item {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-top: 60px;
    background-color: var(--cold-txt-buttom);
  }
  .hero__nav {
    position: absolute;
    display: flex;
    top: 20px;
    left: 5%;
    right: 5%;
  }
  .hero__content-wrap{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .hero__img{
    max-width: 370px;
    height: 380px;
  }
  .events{
    padding-top: 40px;
  }

  .events__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .events__button-next,
  .events__button-prev {
    display: none;
  }
  .events__pagination {
    display: flex;
  }
  .lines__text {
    line-height: 40px;
    margin-bottom: 0;
  }
  .lines__text-large {
    font-size: 40px;
  }
  .lines__text-small {
    font-size: 24px;
  }
  .speakers__wrap {
    flex-direction: column-reverse;
  }
  .best-presentations__list {
    margin-bottom: 0;
  }
  .best-presentations__item {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .best-presentations__pagination {
    display: flex;
    justify-content: space-between;
  }
  .past-events__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .past-events__button-next,
  .past-events__button-prev {
    display: none;
  }
  .past-events__pagination {
    display: flex;
  }
  .organizer {
    padding: 50px 0;
  }
  .organizer__desc {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .btn-pg-dark {
    width: 100%;
  }
}