@charset "UTF-8";
/* stylelint-disable */
.final-conference {
  display: flex;
  flex-direction: column;
  margin-bottom: 80px;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 130%;
  background-color: #fff;
  gap: 80px;
}
@media only screen and (max-width: 576px) {
  .final-conference {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 992px) {
  .final-conference {
    gap: 40px;
  }
}
.final-conference .container {
  max-width: 1420px;
}
.final-conference__top {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 1230px) {
  .final-conference__top {
    gap: 40px;
  }
}
@media only screen and (max-width: 576px) {
  .final-conference__top--ended .head {
    display: none;
  }
}
.final-conference__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #292929;
}
@media only screen and (max-width: 992px) {
  .final-conference__title {
    font-size: 24px;
    line-height: 110%;
  }
}
.final-conference__subtitle {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #292929;
}
@media only screen and (max-width: 992px) {
  .final-conference__subtitle {
    font-size: 18px;
  }
}
.final-conference__link {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-decoration: underline;
  color: #b7b9b5;
}
.final-conference__link:hover, .final-conference__link:focus {
  text-decoration: none;
}
.final-conference__bg {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media only screen and (max-width: 1230px) {
  .final-conference__bg {
    gap: 40px;
  }
}

.final-conference,
.final-conference__bg > * {
  width: 100%;
}

@media only screen and (min-width: 1230px) {
  .menu-auth {
    display: none;
  }
}

.posted-comments {
  max-height: 650px;
  overflow: auto;
}

.hidden {
  display: none !important;
}

.reveal-text {
  overflow: hidden;
}

.reveal-text .line,
.reveal-text p {
  display: block;
  opacity: 0;
  transform: translateY(100%);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.star {
  position: absolute;
  z-index: 9999;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffd700 0%, rgba(255, 215, 0, 0) 70%);
  animation: fade-out 0.6s ease forwards;
  pointer-events: none;
}
.star::before {
  text-shadow: 0 0 3px rgb(250, 250, 174);
  color: transparent;
}
.star::before, .star::after {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 9px;
}
.star::after {
  -webkit-text-fill-color: transparent;
  background: yellow;
  background-clip: text;
}

@keyframes fade-out {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.stars-zone {
  position: relative;
}

.iu-button--conference-primary {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  line-height: 140%;
  color: var(--Typography-Base-6, #fff);
  background-image: linear-gradient(270deg, #93050b 0%, #6c0505 100%);
}
.iu-button--conference-primary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 8px;
  background-image: linear-gradient(270deg, #7f0000 0%, #580000 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.iu-button--conference-primary .iu-button-text {
  position: relative;
  z-index: 1;
}
.iu-button--conference-primary:not(:disabled):hover::before {
  opacity: 1;
}
.iu-button--conference-secondary {
  position: relative;
  border-radius: 8px;
  font-weight: 500;
  line-height: 140%;
  color: var(--Typography-Base-6, #fff);
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
}
.iu-button--conference-secondary::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #ca6c00 0%, #dc970a 100%);
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.iu-button--conference-secondary .iu-button-text {
  position: relative;
  z-index: 1;
}
.iu-button--conference-secondary:not(:disabled):hover::before {
  opacity: 1;
}
.iu-button--xl {
  padding: 4px 32px;
  min-height: 60px;
  font-size: 18px;
  letter-spacing: -0.27px;
}
@media only screen and (max-width: 576px) {
  .iu-button--xl {
    min-height: 46px;
    font-size: 16px;
    padding-inline: 32px;
  }
}

.iu-button--conference-primary .iu-button-loading__dot {
  background-color: #de8004;
}
.iu-button--conference-secondary .iu-button-loading__dot {
  background-color: #93050b;
}

.program {
  border-radius: 40px;
  background-image: url("../../../images/pages/final-conference-25/program/bg-98397a1b9a9bd1e57eefc52d636b6154.jpg");
  background-size: cover;
  background-color: #891012;
  padding-block: 60px;
}
@media only screen and (max-width: 576px) {
  .program {
    background-image: url("../../../images/pages/final-conference-25/program/bg-mobile-1ef3895680f4de2ef6a4e12d2642d529.jpg");
  }
}
@media only screen and (max-width: 1230px) {
  .program {
    padding: 60px 12px;
    border-radius: 24px;
  }
}
.program .container {
  padding: 0;
}
.program__text, .program__topic {
  width: 100%;
  max-width: 441px;
}
.program__name {
  margin-bottom: 16px;
  max-width: 820px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .program__name {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
}
.program__top {
  display: flex;
  padding-bottom: 17px;
  gap: 48px;
}
@media only screen and (max-width: 768px) {
  .program__top {
    flex-direction: column;
    padding-bottom: 24px;
    gap: 24px;
  }
}
.program__item--small .program__top {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .program__item--small .program__top {
    padding-bottom: 21px;
  }
}
.program__text {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .program__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
  .program__item--small .program__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
}
.program__text:only-child {
  padding-bottom: 0;
  max-width: 820px;
}
.program__topic {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .program__topic {
    flex-direction: column;
    gap: 13px;
  }
}
.program__topic-title {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
.program__topic-speaker {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #676b67;
}
.program__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.program__title {
  margin-bottom: 40px;
  font-weight: 500;
  font-style: normal;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-align: center;
  color: #ffeac2;
}
@media only screen and (max-width: 576px) {
  .program__title {
    margin-bottom: 38px;
    font-weight: 500;
    font-style: normal;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.64px;
  }
}
.program__time {
  padding: 8px 12px;
  border-radius: 6px;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
  color: #e6a10e;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .program__time {
    padding: 8px 12px;
    font-size: 16px;
  }
}
.program__nomination-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  padding-block: 16px;
}
.program__speakers {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  width: 220px;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .program__speakers {
    width: auto;
  }
}
@media only screen and (max-width: 576px) {
  .program__speakers {
    gap: 9px;
  }
}
.program__speakers.mobile-only {
  display: none;
}
@media only screen and (max-width: 576px) {
  .program__speakers.mobile-only {
    display: flex;
    margin-bottom: 16px;
  }
  .program__item--small .program__speakers.mobile-only {
    margin-bottom: 0;
  }
}
.program__speakers.desktop-only {
  display: none;
}
@media only screen and (min-width: 577px) {
  .program__speakers.desktop-only {
    display: flex;
  }
}
.program__avatar {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}
@media only screen and (max-width: 576px) {
  .program__avatar {
    width: 44px;
    height: 44px;
  }
}
.program__speaker {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .program__speaker {
    gap: 9px;
  }
}
.program__speaker--special {
  position: relative;
}
.program__speaker--special::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 34px;
  width: 18px;
  height: 18px;
  background: url("../../../images/pages/final-conference-25/program/special-221f2c26ce500c911f1be89bed664755.svg") 0 0 no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 576px) {
  .program__speaker--special::before {
    left: 31px;
    top: 30px;
    width: 16px;
    height: 16px;
  }
}
.program__speaker-name {
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 120%;
  color: #292929;
}
@media only screen and (max-width: 576px) {
  .program__speaker-name {
    font-size: 14px;
  }
  .program__item--small .program__speaker-name {
    font-size: 16px;
  }
}
.program__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 8px 16px;
  width: fit-content;
  border-radius: 8px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #fff;
  background: linear-gradient(270deg, #93050b 0%, #6c0505 100%), linear-gradient(90deg, #782528 0%, #640000 100%), linear-gradient(180deg, #d18f02 0%, #f5b734 100%);
}
@media only screen and (max-width: 1230px) {
  .program__block {
    margin: 0;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: -0.18px;
  }
}
.program__role {
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #76767a;
}
.program__items {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
}
@media only screen and (max-width: 1230px) {
  .program__items {
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
  }
}
.program__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%), #fff;
  gap: 20px;
}
@media only screen and (max-width: 1230px) {
  .program__item {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px;
    gap: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .program__item {
    border-radius: 12px;
    gap: 24px;
  }
}
.program__left {
  padding-right: 27px;
}
@media only screen and (max-width: 1230px) {
  .program__left {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
@media only screen and (max-width: 1230px) {
  .program__item--big .program__left {
    padding: 0;
  }
}
.program__break {
  padding: 16px;
  border-radius: 12px;
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(55px);
}
@media only screen and (max-width: 1230px) {
  .program__break {
    font-size: 14px;
  }
}
.program__break.active {
  padding: 14px;
  border: 1px solid #e32b31;
  border-radius: 12px;
}
.program__btn {
  display: block;
  margin: 0 auto;
  margin-bottom: 16px;
  width: 350px;
}
@media only screen and (max-width: 576px) {
  .program__btn {
    width: 100%;
  }
}
.program__award {
  padding-top: 16px;
  border-top: 1px solid #d9d9d9;
}
.program__award li {
  margin-left: 19px;
  list-style: decimal;
}
@media only screen and (max-width: 576px) {
  .program__award li {
    margin-left: 21px;
  }
}
.program__free {
  margin: 0 auto;
  padding-left: 24px;
  width: fit-content;
  color: #feedcb;
  background-image: url("../../../images/pages/final-conference-25/common/money-45a8268e621411d007dca8e56ba765d6.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
.program__jury-title {
  margin-bottom: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #676b67;
}
.program__jury-container {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}
.program__nomination.active .program__jury-container {
  opacity: 1;
  padding: 0 16px 16px;
  max-height: 500px;
  overflow: initial;
}
@media only screen and (max-width: 576px) {
  .program__nomination.active .program__jury-container {
    padding: 0 12px 12px;
  }
}
.program__jury-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 992px) {
  .program__jury-list {
    display: flex;
    flex-direction: column;
  }
}
.program__jury-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px;
  cursor: default;
  gap: 8px;
}
.program__jury-item--filled {
  cursor: pointer;
}
.program__jury-item--filled:hover {
  border-radius: 8px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 12px 0 rgba(31, 31, 31, 0.08);
  background: #fff;
}
.program__jury-item--filled:hover .program__jury-tooltip {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}
.program__jury-img {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
.program__jury-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
}
.program__jury-tooltip {
  position: absolute;
  left: 50%;
  bottom: 110%;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  padding: 16px;
  width: 320px;
  border-radius: 12px;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 6px 14px 0 rgba(31, 31, 31, 0.08);
  color: #222;
  background: #fff;
  transform: translateX(-50%) scale(0.95);
  transition: all 0.3s ease;
  pointer-events: none;
}
.program__jury-tooltip_img {
  width: 44px;
  height: 44px;
  overflow: hidden;
  border-radius: 50%;
}
.program__jury-tooltip-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
.program__jury-tooltip-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 12px;
}
.program__jury-tooltip-description {
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #676b67;
}
.program__jury-tooltip--show {
  visibility: visible;
  opacity: 1;
  transform: translateX(-50%) scale(1);
  pointer-events: auto;
}
.program__nominations {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.program__nomination {
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.program__nomination-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  gap: 10px;
}
@media only screen and (max-width: 576px) {
  .program__nomination-top {
    padding: 12px;
  }
}
.program__nomination-titles {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.program__nomination--multiple .program__nomination-titles .program__nomination-title:nth-child(2) {
  background-image: linear-gradient(90deg, #893200 0%, #5b2600 100%);
}
.program__nomination--multiple .program__nomination-titles .program__nomination-title:last-child {
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
}
.program__nomination-head {
  margin-bottom: 15px;
  padding-top: 14px;
  border-top: 1px solid #d6d6d6;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .program__nomination-head {
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.28px;
  }
}
.program__nomination-title {
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #893200 0%, #5b2600 100%);
  background-clip: text;
  background-clip: text;
}
@media only screen and (max-width: 576px) {
  .program__nomination-title {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: -0.24px;
  }
}
.program__nomination-title:nth-child(2) {
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
}
.program__nomination-title--special {
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
}
.program__nomination--multiple.active {
  background-image: url("../../../images/pages/final-conference-25/program/bg-big-b8a43231dc7cd55b97427ad16e6aae44.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.program__nomination--stars {
  background-image: url("../../../images/pages/final-conference-25/program/stars-1-20d3599fd6032a6444db29b56bf3b599.png");
  background-size: cover;
  cursor: default;
}
@media only screen and (max-width: 576px) {
  .program__nomination--stars {
    background-image: url("../../../images/pages/final-conference-25/program/stars-1-mobile-3f10aec3090dd5e6cbfc31abb7d13c1f.png");
    background-position-x: right;
    background-size: 24px auto;
    background-repeat: no-repeat;
  }
}
.program__nomination--stars:nth-child(2) {
  background-image: url("../../../images/pages/final-conference-25/program/stars-2-7f6ffd2a9ed38597e8cddf9def4dbbd5.png");
}
@media only screen and (max-width: 576px) {
  .program__nomination--stars:nth-child(2) {
    background-image: url("../../../images/pages/final-conference-25/program/stars-2-mobile-9a82711ffc89f72d55646230476b3146.png");
    background-size: 48px auto;
  }
}
.program__nomination--stars:nth-child(3) {
  background-image: url("../../../images/pages/final-conference-25/program/stars-3-ed6b33bccea20f8f6c29e0d48c2f7f64.png");
}
@media only screen and (max-width: 576px) {
  .program__nomination--stars:nth-child(3) {
    background-image: url("../../../images/pages/final-conference-25/program/stars-3-mobile-009595f3476b917072bebcad22010e89.png");
    background-position-y: 15px;
    background-size: 32px auto;
  }
}
.program__nomination.active {
  background-image: url("../../../images/pages/final-conference-25/program/bg-7186896bb5a1b4052055a85263459f51.png");
  background-position-x: 63px;
  background-position-y: bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .program__nomination.active {
    background-image: url("../../../images/pages/final-conference-25/program/bg-mobile-72fd4eb7dd2f0a1d5713ea3db65f84e1.png");
    background-position: center right;
    background-size: 264px auto;
  }
}
.program__show-jury {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  white-space: nowrap;
  color: #891012;
  background-color: transparent;
  gap: 4px;
}
@media only screen and (max-width: 576px) {
  .program__show-jury {
    width: 20px;
    height: 20px;
  }
  .program__show-jury::after {
    width: 17px;
    height: 11px;
  }
  .program__show-jury span {
    display: none;
  }
}
.program__show-jury::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none' viewBox='0 0 12 7'%3E%3Cpath fill='%23891012' fill-rule='evenodd' d='M11.414.146a.5.5 0 0 0-.707 0C10.115.738 8.8 1.991 7.629 3.101L5.78 4.846 3.913 3.082A218 218 0 0 1 .853.146a.5.5 0 0 0-.706.708 218 218 0 0 0 3.078 2.954 883 883 0 0 0 2.033 1.92l.18.169.343-.364.342.364.178-.168a776 776 0 0 0 2.015-1.902A215 215 0 0 0 11.414.854a.5.5 0 0 0 0-.708M5.78 5.533l.342.364a.5.5 0 0 1-.685 0z' clip-rule='evenodd'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}
.program__nomination.active .program__show-jury {
  font-weight: 500;
}
.program__nomination.active .program__show-jury::after {
  transform: rotate(180deg);
}
.program__button {
  margin-bottom: 16px;
  width: 100%;
  max-width: 300px;
}

.intro {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  padding: 0 10px;
  max-width: 850px;
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  letter-spacing: -1.36px;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .intro {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .intro .container {
    padding: 0 16px;
  }
}
.intro__text {
  color: #891012;
}
.intro__text--golden {
  color: #e6a10e;
}

.speakers .hidden {
  display: none;
}
@media only screen and (max-width: 576px) {
  .speakers .container {
    padding: 0 16px;
  }
}
.speakers__title {
  margin-bottom: 28px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-align: center;
  color: #891012;
}
@media only screen and (max-width: 576px) {
  .speakers__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.speakers__navs {
  display: flex;
  margin: 0 auto 28px;
  padding: 4px;
  width: fit-content;
  border-radius: 12px;
  background-image: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  gap: 4px;
}
@media only screen and (max-width: 576px) {
  .speakers__navs {
    margin-bottom: 24px;
  }
}
.speakers__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 32px;
  min-width: 264px;
  min-height: 50px;
  overflow: hidden;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-align: center;
  color: var(--Typography-Base-1, #1f1f1f);
  background-color: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .speakers__button {
    width: 100%;
    min-width: unset;
  }
}
.speakers__button:hover {
  color: #93050b;
  background-color: var(--Background-Bg-2, #fff);
}
.speakers__button.active {
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 4px 12px 0 rgba(31, 31, 31, 0.08);
  color: var(--Typography-Base-6, #fff);
  background-image: linear-gradient(270deg, #93050b 0%, #6c0505 100%);
}
.speakers__wrap {
  margin: 0 auto;
  width: fit-content;
  max-width: 1040px;
}
.speakers__items {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  animation: fadeInUp 0.4s ease-out;
}
@media only screen and (max-width: 1230px) {
  .speakers__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .speakers__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.speakers__items.fade-in {
  animation: fadeInUp 0.4s ease-out;
}
.speakers__item {
  display: flex;
  flex-direction: column;
  animation: fadeInScale 0.5s ease-out;
  animation-fill-mode: both;
}
@media only screen and (max-width: 1230px) {
  .speakers__item {
    min-width: 240px;
  }
}
.speakers__item:nth-child(1) {
  animation-delay: 0.05s;
}
.speakers__item:nth-child(2) {
  animation-delay: 0.1s;
}
.speakers__item:nth-child(3) {
  animation-delay: 0.15s;
}
.speakers__item:nth-child(4) {
  animation-delay: 0.2s;
}
.speakers__item:nth-child(5) {
  animation-delay: 0.25s;
}
.speakers__item:nth-child(6) {
  animation-delay: 0.3s;
}
.speakers__item:nth-child(7) {
  animation-delay: 0.35s;
}
.speakers__item:nth-child(8) {
  animation-delay: 0.4s;
}
.speakers__item:nth-child(9) {
  animation-delay: 0.45s;
}
.speakers__item:nth-child(10) {
  animation-delay: 0.5s;
}
.speakers__item:nth-child(11) {
  animation-delay: 0.55s;
}
.speakers__item:nth-child(12) {
  animation-delay: 0.6s;
}
.speakers__img {
  margin-bottom: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%), #f2f2f2;
}
.speakers__img img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 1230px) {
  .speakers__img img {
    width: 100%;
  }
}
.speakers__name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #891012;
}
.speakers__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: var(--Typography-Base-2, #676b67);
}
.speakers__description:not(.expanded) {
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.speakers__show-more {
  display: flex;
  align-items: center;
  margin-top: 8px;
  padding: 0;
  border: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #891012;
  background-color: transparent;
  cursor: pointer;
  gap: 4px;
}
.speakers__show-more svg {
  flex-shrink: 0;
  transition: transform 0.3s ease-in-out;
}
.speakers__show-more.active svg {
  transform: rotate(180deg);
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInScale {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.opportunities__wrap {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
  overflow: hidden;
  border-radius: 32px;
  background-image: url("../../../images/pages/final-conference-25/common/golden-bg-0bac165c1fafdf8c508d6111cfff2500.jpg");
  background-size: cover;
  background-color: #e6a10e;
  gap: 40px;
}
@media only screen and (max-width: 992px) {
  .opportunities__wrap {
    display: flex;
    flex-direction: column;
    padding: 24px 16px;
    border-radius: 16px;
    gap: 24px;
  }
  .opportunities__wrap::before {
    display: none;
  }
}
.opportunities__wrap::before {
  content: "";
  position: absolute;
  left: 393px;
  bottom: -30px;
  width: 287px;
  height: 287px;
  background-image: url("../../../images/pages/final-conference-25/opportunities/bg-940d30d3763aa9fbbadee48b75a2680d.png");
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1230px) {
  .opportunities__wrap::before {
    display: none;
  }
}
.opportunities__box {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.opportunities__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .opportunities__title {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.opportunities__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .opportunities__subtitle {
    font-size: 16px;
  }
}
.opportunities__navs {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: auto;
  gap: 10px;
}
@media only screen and (max-width: 992px) {
  .opportunities__navs {
    align-items: center;
  }
}
@media only screen and (min-width: 992px) {
  .opportunities__navs--mobile {
    display: none;
  }
}
@media only screen and (max-width: 992px) {
  .opportunities__navs--desktop {
    display: none;
  }
}
.opportunities__link {
  color: #ffeac2;
}
.opportunities__items {
  display: flex;
  flex-direction: column;
  padding: 20px;
  width: 100%;
  border-radius: 16px;
  background-color: rgba(172, 98, 0, 0.21);
  backdrop-filter: blur(42px);
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .opportunities__items {
    padding: 16px;
  }
}
.opportunities__item {
  display: flex;
  align-items: center;
  padding-left: 40px;
  min-height: 28px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.27px;
  color: #fff;
  background-image: url("../../../images/pages/final-conference-25/opportunities/tick-1d5679729640e4d090bc2f2b7bc2001d.svg");
  background-position: left center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .opportunities__item {
    align-items: flex-start;
    font-size: 16px;
    background-position: left top;
  }
}

.statistics__title {
  margin: 0 auto 40px;
  max-width: 712px;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: -0.8px;
  text-align: center;
  color: #891012;
}
@media only screen and (max-width: 576px) {
  .statistics__title {
    margin-bottom: 32px;
    font-size: 28px;
  }
}
.statistics__items {
  display: grid;
  grid-template-columns: minmax(300px, 516px) minmax(200px, 340px) minmax(200px, 340px);
  margin: 0 auto;
  max-width: 1228px;
  gap: 16px;
}
@media only screen and (max-width: 992px) {
  .statistics__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.statistics__left {
  padding: 24px;
  width: 100%;
  max-width: 516px;
  border-radius: 24px;
  background-image: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .statistics__left {
    max-width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .statistics__left {
    padding: 16px;
    max-width: 100%;
    border-radius: 16px;
  }
}
.statistics__subtitle {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .statistics__subtitle {
    font-size: 20px;
  }
}
.statistics__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.statistics__list-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media only screen and (max-width: 576px) {
  .statistics__list-item {
    gap: 16px;
  }
}
.statistics__list-item img {
  display: block;
  height: auto;
}
.statistics__list-item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.27px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .statistics__list-item p {
    font-size: 16px;
  }
}
.statistics__item {
  padding: 20px 18px;
  border-radius: 24px;
  background-image: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .statistics__item {
    padding: 16px;
    border-radius: 16px;
  }
}
.statistics__elements {
  display: flex;
  flex-direction: column;
  counter-reset: list-counter;
  gap: 12px;
}
.statistics__element {
  position: relative;
  padding-left: 32px;
}
.statistics__element::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 6px;
  top: 0;
  counter-increment: list-counter;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: var(--Typography-Base-2, #676b67);
}
.statistics__pretitle {
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: var(--Typography-Base-1, #1f1f1f);
}
.statistics__pretitle--lg {
  margin-bottom: 8px;
}
.statistics__head {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.36px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .statistics__head {
    font-size: 20px;
  }
}
.statistics__stats {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #424242;
  gap: 16px;
}
.statistics__stat {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.24px;
  color: var(--Typography-Base-2, #676b67);
}
.statistics__stat--downloads, .statistics__stat--views {
  padding-left: 22px;
  min-height: 16px;
  font-size: 12px;
  background-position: left center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
.statistics__stat--downloads {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04IDEuMzMzYS42LjYgMCAwIDEgLjYuNnY3LjI4NWwzLjA0My0zLjA0MmEuNi42IDAgMSAxIC44NDguODQ4bC00LjA2NyA0LjA2N2EuNi42IDAgMCAxLS44NDggMEwzLjUwOSA3LjAyNGEuNi42IDAgMCAxIC44NDktLjg0OEw3LjQgOS4yMThWMS45MzRhLjYuNiAwIDAgMSAuNi0uNnptLTUuMzMzIDEyYS42LjYgMCAwIDEgLjYtLjZoOS40NjZhLjYuNiAwIDEgMSAwIDEuMkgzLjI2N2EuNi42IDAgMCAxLS42LS42eiIgZmlsbD0iIzk0OTQ5NCIvPjwvc3ZnPg==");
}
.statistics__stat--views {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMy4wNjdjMy40NjYgMCA2LjkzMyAyLjgyNSA2LjkzMyA0LjkzMyAwIDIuMTA5LTMuNDY2IDQuOTM0LTYuOTMzIDQuOTM0LTMuNDY2IDAtNi45MzMtMi44MjUtNi45MzMtNC45MzQgMC0yLjEwOCAzLjQ2Ny00LjkzMyA2LjkzMy00LjkzM3ptMCAxLjJDNS4xNDggNC4yNjcgMi4yNjcgNi42MTUgMi4yNjcgOGMwIDEuMzg2IDIuODgxIDMuNzM0IDUuNzMzIDMuNzM0UzEzLjczMyA5LjM4NiAxMy43MzMgOGMwLTEuMzg1LTIuODgxLTMuNzMzLTUuNzMzLTMuNzMzem0wIDEuNDY3YTIuMjY3IDIuMjY3IDAgMSAxIDAgNC41MzMgMi4yNjcgMi4yNjcgMCAwIDEgMC00LjUzM3ptMCAxLjJhMS4wNjcgMS4wNjcgMCAxIDAgMCAyLjEzMyAxLjA2NyAxLjA2NyAwIDAgMCAwLTIuMTMzeiIgZmlsbD0iIzk0OTQ5NCIvPjwvc3ZnPg==");
}

.statistic {
  background-image: url("../../../images/pages/final-conference-25/statistics/bg-5a7d57aef6e4d59d259fe53d773e3102.png");
  background-position: center;
  background-size: 1400px auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .statistic {
    background-image: none;
  }
}
@media only screen and (max-width: 576px) {
  .statistic .container {
    padding: 0 16px;
  }
}
.statistic__part {
  margin: 0 auto 16px;
  max-width: 696px;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .statistic__part {
    font-size: 22px;
  }
}
.statistic__part mark {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
  background-clip: text;
}
.statistic__text {
  margin: 0 auto 24px;
  max-width: 600px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.27px;
  text-align: center;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .statistic__text {
    font-size: 14px;
  }
}
.statistic__buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.statistic__free {
  margin: 0 auto;
  padding-left: 24px;
  width: fit-content;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #424242;
  background-image: url("../../../images/pages/final-conference-25/common/money-45a8268e621411d007dca8e56ba765d6.svg");
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .statistic__free {
    font-size: 14px;
  }
}

.linkedin__wrap {
  position: relative;
  padding: 58px 0;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
  background-image: url("../../../images/pages/final-conference-25/linkedin/bg-68f8cd88f9f17b3e592bcb573953a7a7.png"), url("../../../images/pages/final-conference-25/linkedin/main-bg-814f4c9ba3df152fc4654b656999a028.jpg");
  background-position: right 60px, 0 0;
  background-size: 613px 320px, cover;
  background-repeat: no-repeat;
  background-color: #891012;
}
@media only screen and (max-width: 1230px) {
  .linkedin__wrap {
    padding: 60px 11px;
    background-image: url("../../../images/pages/final-conference-25/linkedin/main-bg-mobile-47b34839ae8b10ad202ee075057e1b40.jpg");
    background-position: 0 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 576px) {
  .linkedin__wrap {
    padding: 24px 20px;
    border-radius: 16px;
  }
}
.linkedin__title {
  margin: 0 auto 60px;
  max-width: 731px;
  font-weight: 600;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #feedcb;
}
@media only screen and (max-width: 576px) {
  .linkedin__title {
    margin-bottom: 24px;
    font-size: 23px;
  }
}
.linkedin__items {
  display: flex;
  justify-content: center;
  gap: 32px;
}
.linkedin__item img {
  width: 48px;
  height: 48px;
}
@media only screen and (max-width: 576px) {
  .linkedin__item img {
    width: 40px;
    height: 40px;
  }
}

.invitation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 64px;
  border-radius: 25px;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #0f0f0f;
}
@media only screen and (max-width: 992px) {
  .invitation {
    margin: 0 10px;
    padding: 27px 15px;
    font-size: 16px;
  }
}
.invitation::before, .invitation::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url("../../../images/pages/final-conference-25/head/corner-31df32819aba146b6d58009cae08512c.svg");
}
.invitation::before {
  left: 0;
  top: 0;
}
.invitation::after {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.invitation p {
  max-width: 816px;
}
.invitation mark {
  display: inline-block;
  padding: 0 10px 4px;
  border-radius: 6px;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  background-color: #163a7e;
  transform: rotate(1deg);
}
@media only screen and (max-width: 992px) {
  .invitation mark {
    margin: 0 auto;
    width: fit-content;
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  .invitation mark {
    display: block;
  }
}
.invitation mark:first-of-type {
  position: relative;
  top: -9px;
  margin: 0 6px;
}
@media only screen and (max-width: 992px) {
  .invitation mark:first-of-type {
    position: static;
    margin: 0 auto;
  }
}
.invitation mark:last-of-type {
  transform: rotate(-1deg);
}
.invitation__container::before, .invitation__container::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url("../../../images/pages/final-conference-25/head/corner-31df32819aba146b6d58009cae08512c.svg");
}
.invitation__container::before {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.invitation__container::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}

.links__wrap {
  padding: 40px;
  border-radius: 32px;
  background-image: url("../../../images/pages/final-conference-25/links/bg-8a4863d911806bbd1bba05aa71a4b514.png"), url("../../../images/pages/final-conference-25/links/bg-2-c88012c66076d37b3e4868f2ec61e42c.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  background-position: right 96px bottom, right, center;
  background-size: 352px 243px, 872px 268px, cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1230px) {
  .links__wrap {
    padding: 20px 20px 214px;
    border-radius: 16px;
    background-image: url("../../../images/pages/final-conference-25/links/bg-mobile-08363c011bc5cf60bf393b18a8464e05.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
    background-position: bottom center, 0 0;
    background-size: 264px auto, auto;
  }
}
.links__title {
  margin-bottom: 12px;
  max-width: 660px;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
}
@media only screen and (max-width: 576px) {
  .links__title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 576px) {
  .links__title br {
    display: none;
  }
}
.links__text {
  margin-bottom: 36px;
  max-width: 660px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .links__text {
    margin-bottom: 24px;
  }
}
.links__items {
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .links__item {
    width: 40px;
  }
}
.links__item img {
  display: block;
  height: auto;
}

.about__right, .about__left {
  width: 100%;
  max-width: 640px;
}
@media only screen and (max-width: 992px) {
  .about__right, .about__left {
    max-width: 100%;
  }
}
.about__wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  border-radius: 32px;
  color: #fff;
  background-image: url("../../../images/pages/final-conference-25/about/calendar-4712268a72d0dc965910c698bf46ee29.png"), url("../../../images/pages/final-conference-25/common/golden-bg-0bac165c1fafdf8c508d6111cfff2500.jpg");
  background-position: left 502px bottom 19px, 0 0;
  background-size: 213px 200px, cover;
  background-repeat: no-repeat;
  background-color: #e6a10e;
  gap: 12px;
}
@media only screen and (max-width: 1440px) {
  .about__wrap {
    border-radius: 16px;
    background-image: url("../../../images/pages/final-conference-25/common/golden-bg-mobile-ff3e3fdf379e507040433dd3ce6d69e3.jpg");
    background-position: 0 0;
    background-size: cover;
  }
}
@media only screen and (max-width: 992px) {
  .about__wrap {
    flex-direction: column;
    gap: 24px;
  }
}
@media only screen and (max-width: 576px) {
  .about__wrap {
    padding: 24px 8px;
    border-radius: 16px;
  }
}
.about__left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 576px) {
  .about__left {
    padding: 0 16px;
  }
}
.about__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .about__title {
    margin-bottom: 8px;
    font-size: 28px;
  }
}
.about__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #fff;
}
@media only screen and (max-width: 576px) {
  .about__subtitle {
    font-size: 16px;
  }
}
.about__blocks {
  margin-bottom: 24px;
  padding: 20px;
  border-radius: 16px;
  background-color: rgba(172, 98, 0, 0.21);
  backdrop-filter: blur(42px);
}
@media only screen and (max-width: 576px) {
  .about__blocks {
    padding: 16px;
  }
}
.about__block {
  align-items: center;
  padding-left: 42px;
  width: 100%;
  min-height: 28px;
  max-width: 418px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  background-position-x: left;
  background-position-y: top;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 576px) {
  .about__block {
    padding: 32px 0 0;
    font-size: 16px;
    background-position: left top;
    background-size: 24px 24px;
  }
}
.about__block:not(:last-of-type) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 576px) {
  .about__block:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.about__block p:not(:last-of-type) {
  margin-bottom: 5px;
  font-weight: 500;
}
@media only screen and (max-width: 576px) {
  .about__block p:not(:last-of-type) {
    margin-bottom: 4px;
  }
}
.about__block.calendar {
  background-image: url("../../../images/pages/final-conference-25/about/calendar-01c0926cf964cedafcca42a96b9bc6fb.svg");
}
.about__block.clock {
  background-image: url("../../../images/pages/final-conference-25/about/time-ba9aa71b6aabe2153d89d078b68a472f.svg");
}
@media only screen and (max-width: 576px) {
  .about__box {
    padding-inline: 16px;
  }
}
.about__description {
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
}
@media only screen and (max-width: 576px) {
  .about__description {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 992px) {
  .about__program {
    margin-bottom: 16px;
  }
}
.about__program p {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #fff;
}
.about__program ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.about__program li {
  position: relative;
  padding-left: 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  .about__program li {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 576px) {
  .about__program li {
    font-size: 14px;
  }
}
.about__program li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (max-width: 576px) {
  .about__program li::before {
    left: 8px;
  }
}
.about__btn--pc {
  margin-top: auto;
}
@media only screen and (max-width: 992px) {
  .about__btn--pc {
    display: none;
  }
}
.about__btn--mobile {
  display: none;
}
@media only screen and (max-width: 992px) {
  .about__btn--mobile {
    display: block;
  }
}

.draw {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 35px 40px 56px;
  border-radius: 32px;
  background-image: url("../../../images/pages/final-conference-25/draw/bg-2-581f7237c933b4e99d6c65b78959bc41.png"), url("../../../images/pages/final-conference-25/draw/bg-094d234fb367b078562910215fc43714.jpg");
  background-position: left bottom;
  background-size: 500px auto, cover;
  background-repeat: no-repeat;
  background-color: #891012;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .draw {
    display: flex;
    flex-direction: column;
    padding: 24px 7px 244px;
    border-radius: 16px;
    background-image: url("../../../images/pages/final-conference-25/draw/bg-2-mobile-d321cd618882139c1c578c7c7086c694.png"), url("../../../images/pages/final-conference-25/draw/bg-mobile-51e7c81784789448d24d61f1feb42260.jpg");
    background-size: 243px auto, cover;
    gap: 12px;
  }
}
.draw__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(180deg, #d18f02 0%, #f5b734 100%);
  background-clip: text;
}
@media only screen and (max-width: 768px) {
  .draw__title {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .draw__title {
    font-weight: 500;
    font-size: 28px;
    line-height: 110%;
    letter-spacing: -0.56px;
  }
}
.draw__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  color: #ffeac2;
  gap: 28px;
}
@media only screen and (max-width: 576px) {
  .draw__container {
    gap: 20px;
  }
}
.draw__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.draw__text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.27px;
  color: #ffeac2;
}
@media only screen and (max-width: 768px) {
  .draw__text p {
    padding-inline: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .draw__text p {
    font-size: 16px;
  }
}
.draw__text p:last-child {
  font-size: 16px;
}
.draw__block {
  padding: 19px 20px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(42px);
}
@media only screen and (max-width: 992px) {
  .draw__block {
    padding: 16px;
  }
}
.draw__block li {
  margin-left: 22px;
  list-style: decimal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #ffeac2;
}
@media only screen and (max-width: 576px) {
  .draw__block li {
    list-style: disc;
    font-size: 14px;
    line-height: 130%;
  }
}
.draw__block li:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (max-width: 576px) {
  .draw__block li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.draw__subtitle {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: #ffeac2;
}
@media only screen and (max-width: 576px) {
  .draw__subtitle {
    margin-bottom: 17px;
    font-size: 16px;
  }
}
.draw__buttons {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 24px;
}
@media only screen and (max-width: 1230px) {
  .draw__buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.draw__vk {
  display: flex;
  align-items: center;
  padding: 16px 32px;
  border-radius: 8px;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(90deg, #0063eb 0%, #0277ff 100%);
  gap: 12px;
}
@media only screen and (max-width: 992px) {
  .draw__vk {
    padding: 14px 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .draw__vk {
    justify-content: center;
  }
}

.features__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
@media only screen and (max-width: 1230px) {
  .features__wrap {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 24px;
  }
}
.features__item {
  padding: 40px;
  height: 414px;
  border-radius: 32px;
  background-position: right bottom;
  background-size: cover;
}
@media only screen and (max-width: 576px) {
  .features__item {
    margin: 0 auto;
    padding: 24px 12px 182px;
    width: 100%;
    border-radius: 24px;
  }
}
.features__item:nth-child(1) {
  background-image: url("../../../images/pages/final-conference-25/features/1-cdfa043725794eecc628d635cd725c3f.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
}
@media only screen and (max-width: 576px) {
  .features__item:nth-child(1) {
    background-image: url("../../../images/pages/final-conference-25/features/1-mobile-4376f73d7a57763786d12b234b841ae5.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  }
}
.features__item:nth-child(2) {
  background-image: url("../../../images/pages/final-conference-25/features/2-2ace5194f6aa9a163f0d14611574f62d.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
}
@media only screen and (max-width: 576px) {
  .features__item:nth-child(2) {
    background-image: url("../../../images/pages/final-conference-25/features/2-mobile-5a2b8ca9e409860b2b51e1b4aad2011a.png"), linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
  }
}
.features__item:last-of-type .features__title {
  color: #93050b;
}
.features__title {
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
  color: #d18f01;
}
@media only screen and (max-width: 576px) {
  .features__title {
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 130%;
  }
}
.features__text {
  max-width: 465px;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.27px;
}
@media only screen and (max-width: 576px) {
  .features__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    color: #0f0f0f;
  }
}

.award__title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(270deg, #93050b 0%, #6c0505 100%);
  background-clip: text;
}
@media only screen and (max-width: 576px) {
  .award__title {
    margin-bottom: 12px;
    font-size: 28px;
  }
}
.award__descr {
  margin: 0 auto 40px;
  max-width: 800px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.27px;
  text-align: center;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .award__descr {
    margin-bottom: 24px;
    font-size: 16px;
  }
}
.award__inner {
  position: relative;
  padding: 40px 40px 40px 242px;
  border-radius: 32px;
  background-image: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%);
}
@media only screen and (max-width: 1230px) {
  .award__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .award__inner {
    border-radius: 16px;
  }
}
.award__owl {
  position: absolute;
  left: 40px;
  top: 40px;
}
@media only screen and (max-width: 1230px) {
  .award__owl {
    display: none;
  }
}
.award__owl img {
  display: block;
  height: auto;
}
@media only screen and (max-width: 576px) {
  .award__owl img {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.award__star {
  position: absolute;
  right: -50px;
  top: -49px;
}
.award__star img {
  display: block;
  height: auto;
}
.award__star--bottom {
  right: 0;
  top: auto;
  bottom: 0;
}
@media (max-width: 1500px) {
  .award__star {
    display: none;
  }
}
.award__pretitle {
  margin-bottom: 24px;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .award__pretitle {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.award__items {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 768px) {
  .award__items {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 576px) {
  .award__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.award__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.award__subtitle {
  font-weight: 500;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.9px;
}
@media only screen and (max-width: 576px) {
  .award__subtitle {
    font-size: 20px;
  }
}
.award__subtitle img {
  display: block;
  height: auto;
}
.award__subtitle--red {
  color: #891012;
}
.award__subtitle--gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #893200 0%, #5b2600 100%);
  background-clip: text;
}
.award__subtitle--yellow {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #de8004 0%, #e6a10e 100%);
  background-clip: text;
}
.award__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  color: var(--Typography-Base-1, #1f1f1f);
}
@media only screen and (max-width: 576px) {
  .award__text {
    font-size: 14px;
  }
}
.award__nav {
  margin-top: auto;
}

.head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  width: 100%;
  height: 202px;
  background-size: cover;
}
@media only screen and (max-width: 1230px) {
  .head {
    background: none;
  }
}
@media only screen and (max-width: 576px) {
  .head {
    margin: 0 auto;
    margin-top: 33px;
    margin-bottom: 10px;
    width: calc(100% - 20px);
  }
}
.head::before, .head::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url("../../../images/pages/final-conference-25/head/corner-31df32819aba146b6d58009cae08512c.svg");
}
.head::before {
  left: 0;
  top: 0;
}
.head::after {
  right: 0;
  top: 0;
  transform: rotate(90deg);
}
.head__inner {
  padding: 40px 33px;
  width: 100%;
  height: auto;
  background: none;
}
@media only screen and (max-width: 992px) {
  .head__inner {
    padding: 40px 20px;
  }
}
@media only screen and (max-width: 576px) {
  .head__inner {
    max-width: 300px;
  }
}
.head__inner::before, .head__inner::after {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background-image: url("../../../images/pages/final-conference-25/head/corner-31df32819aba146b6d58009cae08512c.svg");
}
.head__inner::before {
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}
.head__inner::after {
  right: 0;
  bottom: 0;
  transform: rotate(180deg);
}
.head__container::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 77%;
  background-color: #ebf6ff;
  filter: blur(50px);
}
.head__title {
  margin: 0 auto;
  padding: 0 10px 6px;
  width: fit-content;
  border-radius: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  background-color: #163a7e;
  transform: rotate(-1deg);
}
@media only screen and (max-width: 1230px) {
  .head__title {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }
}

.hero {
  margin-top: 20px;
  overflow: hidden;
  border-radius: 32px;
  background-image: url("../../../images/pages/final-conference-25/hero/background-f7d41205b3e47634707619766a4cfe9c.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #891012;
}
@media only screen and (max-width: 576px) {
  .hero {
    margin-top: 10px;
    border-radius: 24px;
    background-image: url("../../../images/pages/final-conference-25/hero/background-mobile-accbb159b8c53550ab30a41e3cb5ef00.jpg");
    background-position-y: 0;
    background-size: cover;
  }
}
.final-conference__top .hero {
  margin-bottom: -20px;
}
@media only screen and (max-width: 1230px) {
  .final-conference__top .hero {
    margin-bottom: 0;
  }
}
.hero__content {
  height: 740px;
}
@media only screen and (max-width: 992px) {
  .hero__content {
    display: flex;
    justify-content: center;
    height: auto;
    padding-block: 141px;
    padding-inline: 0;
  }
  .hero--registered .hero__content {
    padding-block: 57px;
  }
}
.hero__container {
  position: absolute;
  left: 50%;
  top: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px;
  width: 100%;
  max-width: 800px;
  border-radius: 24px;
  background: rgba(160, 69, 69, 0.28);
  transform: translateX(-50%);
  backdrop-filter: blur(42px);
  gap: 28px;
}
@media only screen and (max-width: 992px) {
  .hero__container {
    position: static;
    top: 141px;
    padding: 16px 12px;
    width: calc(100% - 20px);
    border-radius: 16px;
    transform: none;
    gap: 24px;
  }
}
.hero__container::before {
  content: "";
  position: absolute;
  left: -69px;
  bottom: -63px;
  width: 210px;
  height: 282px;
  background-image: url("../../../images/pages/final-conference-25/hero/owl-f148e2fbb737ded9f37ca353cde869be.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-2deg);
}
@media only screen and (max-width: 992px) {
  .hero__container::before {
    left: 0;
    bottom: -127px;
    width: 85px;
    height: 116px;
    background-image: url("../../../images/pages/final-conference-25/hero/owl-mobile-5c8cb269034353406795d819cdf42d2b.png");
  }
}
.hero__container::after {
  content: "";
  position: absolute;
  right: -141px;
  top: -116px;
  width: 325px;
  height: 325px;
  background-image: url("../../../images/pages/final-conference-25/hero/logo-45353db62a5253984d7be6217ff1016e.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(0deg);
}
@media only screen and (max-width: 992px) {
  .hero__container::after {
    right: -18px;
    top: -141px;
    width: 150px;
    height: 150px;
    background-image: url("../../../images/pages/final-conference-25/hero/logo-mobile-5295412f991ac4181b6d53f76300277e.png");
  }
}
.hero--registered .hero__container {
  top: 28px;
  max-width: 820px;
}
@media only screen and (max-width: 992px) {
  .hero--registered .hero__container {
    top: 57px;
  }
}
.hero--registered .hero__container::before {
  left: -98px;
  bottom: 10px;
}
@media only screen and (max-width: 992px) {
  .hero--registered .hero__container::before {
    left: auto;
    right: -41px;
    bottom: -45px;
  }
}
.hero--registered .hero__container::after {
  right: -182px;
  top: -34px;
  width: 325px;
  height: 325px;
}
@media only screen and (max-width: 992px) {
  .hero--registered .hero__container::after {
    display: none;
  }
}
.hero__speakers {
  display: flex;
}
.hero__speaker {
  position: relative;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(31, 31, 31, 0.05), 0 2px 10px 0 rgba(31, 31, 31, 0.08);
}
@media only screen and (max-width: 576px) {
  .hero__speaker {
    width: 80px;
    height: 80px;
  }
}
.hero__speaker img {
  width: 100%;
  height: 100%;
}
.hero__speaker:nth-of-type(1) {
  left: 10px;
  z-index: 1;
}
.hero__speaker:nth-of-type(3) {
  position: relative;
  left: -11px;
  z-index: 2;
  background: #feedcb;
}
.hero__speaker p {
  position: absolute;
  left: 50%;
  top: 50%;
  font-weight: 600;
  font-size: 12px;
  line-height: 60%;
  text-align: center;
  color: #891012;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 992px) {
  .hero__speaker p {
    font-size: 10px;
    line-height: 95%;
  }
}
@media only screen and (max-width: 576px) {
  .hero__speaker p {
    font-weight: 500;
  }
}
.hero__speaker p mark {
  display: block;
  font-size: 36px;
  line-height: 110%;
  color: #891012;
}
@media only screen and (max-width: 992px) {
  .hero__speaker p mark {
    font-size: 28px;
  }
}
.hero__date-time {
  display: flex;
  margin-bottom: 12px;
  color: #feedcb;
  gap: 20px;
  padding-block: 12px;
}
@media only screen and (max-width: 576px) {
  .hero__date-time {
    gap: 12px;
  }
}
.hero__date-time div {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
  white-space: nowrap;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .hero__date-time div {
    font-size: 14px;
    gap: 6px;
  }
}
.hero__date-time div::before {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.hero__date::before {
  width: 24px;
  height: 24px;
  background-image: url("../../../images/pages/final-conference-25/common/calendar-c8750e0bf9bfc505d75981049bee862b.svg");
}
.hero__time::before {
  width: 24px;
  height: 24px;
  background-image: url("../../../images/pages/final-conference-25/common/time-3dae86897bc747a746e86a4c63d1cbf5.svg");
}
.hero__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero__title {
  margin-bottom: 20px;
  max-width: 694px;
  font-weight: 500;
  font-size: 48px;
  line-height: 110%;
  letter-spacing: -0.96px;
  text-align: center;
  color: #ffeac2;
}
@media only screen and (max-width: 992px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.4px;
  color: #ffeac2;
}
@media only screen and (max-width: 992px) {
  .hero__subtitle {
    font-size: 16px;
    text-align: center;
  }
}
.hero__subtitle mark {
  color: #e6a10e;
}
@media only screen and (max-width: 576px) {
  .hero__button {
    min-height: 56px;
    font-size: 16px;
  }
}

.current-block {
  display: flex;
  flex-direction: column;
  padding: 24px 40px;
  width: 100%;
  border-radius: 24px;
  background: linear-gradient(91deg, #e4eafc 0%, #e5f4ff 100%);
  gap: 16px;
}
.current-block__content {
  padding-left: 32px;
  background-image: url("../../../images/pages/final-conference-25/current-block/live-180e52486054968a0607eead07678c95.svg");
  background-position: left top 3px;
  background-repeat: no-repeat;
}
.current-block__title {
  margin-bottom: 16px;
  color: #163a7e;
}
.current-block__authors {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #424242;
}

.frame {
  overflow: hidden;
}
@media only screen and (max-width: 576px) {
  .frame {
    margin: 0 auto;
    margin-bottom: 24px;
    width: calc(100% - 20px);
  }
  .final-conference__top--ended .frame {
    margin-bottom: 0;
  }
}
.frame .container {
  padding: 0;
}
.frame .leave-comment {
  margin-top: 40px;
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 992px) {
  .frame .leave-comment {
    margin-top: 48px;
  }
}
@media only screen and (max-width: 576px) {
  .frame .leave-comment {
    margin-bottom: 0;
  }
}
.frame .leave-comment__title {
  margin-bottom: 24px;
  font-size: 24px;
}
@media only screen and (max-width: 576px) {
  .frame .btn {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .frame .btn--primary {
    padding: 0;
    white-space: nowrap;
  }
}
.frame__info {
  margin-bottom: 16px;
  width: 100%;
}
@media only screen and (max-width: 576px) {
  .final-conference__top--ended .frame__info {
    margin-bottom: 24px;
  }
}
.frame__wrap {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 10px;
}
.frame__wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.frame__wrap--registered {
  margin: 0;
  padding: 0;
  height: auto;
}
.frame__wrap--aired .iframe__container {
  margin-bottom: 40px;
}
.frame__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  padding: 158px 0;
  min-height: 575px;
  border-radius: 35px;
  background-image: url("../../../images/pages/final-conference-25/frame/bg-72e936014a886d80530f3ea0cb8ca57f.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1230px) {
  .frame__inner {
    margin-bottom: 48px;
    padding: 0;
    min-height: auto;
    background: #fff;
  }
}
@media only screen and (max-width: 576px) {
  .final-conference__top--ended .frame__inner {
    margin-bottom: 0 !important;
  }
}
.frame__title {
  margin: 0 auto;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #0f0f0f;
}
@media only screen and (max-width: 1230px) {
  .final-conference__top--ended .frame__title {
    margin: 0;
  }
}
@media only screen and (max-width: 576px) {
  .frame__title {
    margin-bottom: 16px;
    max-width: 304px;
    font-size: 16px;
  }
  .final-conference__top--ended .frame__title {
    margin: 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 1230px) {
  .frame__title-container {
    margin-bottom: 24px;
  }
  .final-conference__top--ended .frame__title-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
    height: 188px;
    background-image: url("../../../images/pages/final-conference-25/frame/bg-72e936014a886d80530f3ea0cb8ca57f.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.frame__date-time {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  color: #0f0f0f;
  gap: 24px;
}
@media only screen and (max-width: 992px) {
  .frame__date-time {
    margin-bottom: 16px;
    font-size: 14px;
    gap: 16px;
  }
}
.frame__date {
  padding-left: 36px;
  background-image: url("../../../images/pages/final-conference-25/common/calendar-c8750e0bf9bfc505d75981049bee862b.svg");
  background-position: left center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .frame__date {
    padding-left: 20px;
    background-size: 14px 14px;
  }
}
.frame__time {
  padding-left: 36px;
  background-image: url("../../../images/pages/final-conference-25/common/time-3dae86897bc747a746e86a4c63d1cbf5.svg");
  background-position: left center;
  background-size: 28px 28px;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 992px) {
  .frame__time {
    padding-left: 20px;
    background-size: 14px 14px;
  }
}
.frame__item {
  padding-left: 64px;
  min-height: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M33.107 8.94a1.5 1.5 0 1 1 2.122 2.12L16.062 30.228a1.5 1.5 0 0 1-2.121 0l-8.334-8.333a1.5 1.5 0 1 1 2.122-2.121L15 27.045 33.107 8.94z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1230px) {
  .start-forum {
    padding: 36px 14px;
    border-radius: 10px;
    background-image: url("../../../images/pages/final-conference-25/frame/bg-72e936014a886d80530f3ea0cb8ca57f.png");
    background-size: cover;
  }
}
.start-forum__wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
  padding: 0 24px;
  height: 92px;
  max-width: 960px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.08);
  background-color: #fff;
}
@media only screen and (max-width: 992px) {
  .start-forum__wrap {
    flex-direction: column;
    padding: 16px 12px;
    height: auto;
    border-radius: 8px;
    background-color: #fff;
  }
}
.start-forum__title {
  margin-right: 48px;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  white-space: nowrap;
  color: #181818;
}
@media only screen and (max-width: 992px) {
  .start-forum__title {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .start-forum__title {
    font-size: 16px;
  }
}
.start-forum__items {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  .start-forum__items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
  }
}
.start-forum__item {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
}
@media only screen and (max-width: 576px) {
  .start-forum__item {
    display: flex;
    flex-direction: column;
    font-size: 14px;
  }
}
.start-forum__item:not(:last-child) {
  margin-right: 24px;
}
@media only screen and (max-width: 576px) {
  .start-forum__item:not(:last-child) {
    margin-right: 0;
  }
}
.start-forum__item mark {
  display: block;
  padding: 4px 0;
  min-width: 30px;
  border-radius: 4px;
  font-weight: 800;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  color: #163a7e;
  background-color: #e4e4e4;
}
@media only screen and (max-width: 576px) {
  .start-forum__item mark {
    min-width: 23px;
    font-size: 18px;
  }
}
.start-forum__item mark:first-child {
  margin-left: 8px;
}
@media only screen and (max-width: 576px) {
  .start-forum__item mark:first-child {
    margin: 0;
  }
}
.start-forum__item mark:not(:last-child) {
  margin-right: 4px;
}
@media only screen and (max-width: 576px) {
  .start-forum__item mark:not(:last-child) {
    margin: 0;
  }
}
.start-forum__digits {
  display: flex;
}

.winners {
  margin-top: 40px;
}
.final-conference__top--ended .winners {
  margin-top: 24px;
}
.winners__title {
  margin-bottom: 26px;
  font-weight: 600;
  font-size: 40px;
  line-height: 170%;
  text-align: center;
  color: #292929;
}
@media only screen and (max-width: 992px) {
  .winners__title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 120%;
  }
}
.winners__title span {
  display: block;
  margin: 0 auto;
  padding: 0 10px 6px;
  width: fit-content;
  border-radius: 10px;
  font-weight: 700;
  font-size: 40px;
  line-height: 120%;
  color: #fff;
  background-color: #163a7e;
  transform: rotate(-1deg);
}
@media only screen and (max-width: 576px) {
  .winners__title span {
    font-size: 28px;
  }
}
.winners__text {
  margin-bottom: 40px;
  text-align: center;
}
@media only screen and (max-width: 576px) {
  .winners__text {
    margin-bottom: 24px;
  }
}
.winners__text i {
  font-weight: 600;
}
.winners__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media only screen and (max-width: 576px) {
  .winners__items {
    display: flex;
    flex-direction: column;
  }
}
.winners__item {
  padding: 24px;
  border: 1px solid var(--light-theme-base-4, #dadada);
  border-radius: 24px;
  background-color: #fff;
}
.winners__item p {
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  box-orient: vertical;
  -webkit-line-clamp: 2;
}
.winners__item--centered {
  display: block;
  grid-column-end: 3;
  grid-column-start: 1;
}
.winners__subtitle {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #163a7e;
}
@media only screen and (max-width: 576px) {
  .winners__subtitle {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
.winners__container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.winners__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media only screen and (max-width: 576px) {
  .winners__list {
    display: flex;
    flex-direction: column;
    gap: 13px;
  }
}
.winners__img-container {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 5px;
}
.winners__img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.winners__item--teacher .winners__img-container {
  overflow: hidden;
  border-radius: 50%;
}

.timer {
  padding: 16px;
  width: 100%;
  max-width: 740px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 992px) {
  .timer {
    padding: 12px 8px;
  }
}
.timer__title {
  margin-bottom: 12px;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.24px;
  text-align: center;
  color: #feedcb;
}
@media only screen and (max-width: 576px) {
  .timer__title {
    font-size: 14px;
  }
}
.timer__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  min-width: 0;
  gap: 8px;
}
@media only screen and (max-width: 576px) {
  .timer__items {
    gap: 2px;
  }
}
.timer__item {
  padding: 12px 5px;
  min-width: 0;
  border-radius: 8px;
  text-align: center;
  background-color: #fff;
}
.timer__item mark {
  font-weight: 500;
  font-size: 34px;
  line-height: 112%;
  -webkit-text-fill-color: transparent;
  color: #1f1f1f;
  background-image: linear-gradient(90deg, #93050b 0%, #6c0505 100%);
  background-clip: text;
  background-clip: text;
}
@media only screen and (max-width: 576px) {
  .timer__item mark {
    font-size: 24px;
  }
}
.timer__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #1f1f1f;
}
@media only screen and (max-width: 576px) {
  .timer__text {
    font-size: 12px;
  }
}

.comments {
  width: 100%;
}
.comments .leave-comment {
  padding: 60px 140px;
  border-radius: 40px;
  background: linear-gradient(180deg, #f9f7f4 0%, #f4eee2 100%), linear-gradient(91deg, #e4eafc 0%, #e5f4ff 100%);
}
@media only screen and (max-width: 992px) {
  .comments .leave-comment {
    padding: 20px 16px;
    border-radius: 16px;
  }
  .comments .leave-comment__title {
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
  }
}
.comments .leave-comment__title {
  margin-bottom: 24px;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 116%;
  letter-spacing: -0.24px;
  color: #181818;
}
.comments .leave-comment__counter {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.28px;
  color: #181818;
}
.comments .leave-comment__textarea {
  margin-bottom: 5px;
  padding: 12px;
  height: 100px;
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.comments .leave-comment__textarea:active, .comments .leave-comment__textarea:focus {
  border-color: #e6a10e;
}
.comments .leave-comment__btn {
  position: relative;
  padding: 4px 28px;
  padding-right: 67px;
  min-height: 50px;
  border-radius: 8px;
  box-shadow: none;
  letter-spacing: -0.24px;
  background: linear-gradient(90deg, #de8004 0%, #e6a10e 100%), #24a600;
}
@media only screen and (max-width: 992px) {
  .comments .leave-comment__btn {
    padding-right: 67px;
    padding-left: 20px;
    letter-spacing: -0.21px;
  }
  .comments .leave-comment__btn::before {
    right: 15px;
    top: 13px;
  }
}
.comments .leave-comment__btn::before {
  content: "";
  position: absolute;
  right: 28px;
  top: 15px;
  width: 22px;
  height: 22px;
  background: url("../../../images/pages/final-conference-25/comments/send-57a866f7f15feacd0ce4144f17ca4865.svg") 0 0 no-repeat;
  background-size: cover;
}
.comments .leave-comment__btn:hover {
  box-shadow: none;
}
.comments .leave-comment__btn.a-load-button {
  background-color: #e6a10e !important;
}
.comments .posted-comments {
  padding-top: 15px;
  padding-left: 15px;
}
.comments .reply-comment {
  background-color: #fff;
}
.comments .reply-comment__textarea {
  border: 1px solid #d6d6d6;
  border-radius: 8px;
}
.comments .reply-comment__textarea:active, .comments .reply-comment__textarea:focus {
  border-color: #e6a10e;
}
.comments .reply-comment__btn {
  background-image: linear-gradient(90deg, rgb(222, 128, 4) 0%, rgb(230, 161, 14) 100%);
}
.comments .reply-comment__btn:hover {
  background-image: linear-gradient(90deg, rgb(222, 128, 4) 0%, rgb(230, 161, 14) 100%);
}

/*# sourceMappingURL=final-conference-25.output.css.map */
