@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.yr25 * {
  box-sizing: border-box;
}
.yr25 .border-item {
  backdrop-filter: blur(3px);
  background: rgba(66, 66, 67, 0.4);
  border-radius: 300px;
  position: relative;
  z-index: 4;
}
.yr25 .border-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.4), rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header {
  background: #222530;
  border-radius: 0 0 40px 40px;
  margin-bottom: 40px;
}
@media  all and (min-width: 768px) {
  .yr25 .header {
    background: transparent;
    margin-bottom: 24px;
  }
}
.yr25 .header.cat-333,
.yr25 .header.cat-341 {
  background: linear-gradient(180deg, #515085 0%, #615FAB 50%, #7D578F 100%);
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-333,
  .yr25 .header.cat-341 {
    background: transparent;
    margin-bottom: 24px;
  }
}
.yr25 .header.cat-333 .banner,
.yr25 .header.cat-341 .banner {
  background: transparent;
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-333 .banner,
  .yr25 .header.cat-341 .banner {
    background: radial-gradient(100.49% 132.18% at 3% 9.06%, #4D4C7A 0%, #7170D4 65.63%, #89548C 100%);
  }
}
.yr25 .header.cat-333 .banner-header h1,
.yr25 .header.cat-341 .banner-header h1 {
  color: #FFF;
}
.yr25 .header.cat-333 .banner-header-specialist-count,
.yr25 .header.cat-341 .banner-header-specialist-count {
  color: #FFF;
}
.yr25 .header.cat-333 .banner-header-specialist-label,
.yr25 .header.cat-341 .banner-header-specialist-label {
  color: #FFF;
}
.yr25 .header.cat-333 .banner-content-sponsors,
.yr25 .header.cat-341 .banner-content-sponsors {
  flex: 100%;
}
@media  all and (min-width: 1200px) {
  .yr25 .header.cat-333 .banner-content-sponsors,
  .yr25 .header.cat-341 .banner-content-sponsors {
    max-width: 850px;
  }
}
.yr25 .header.cat-333 .banner-content-sponsors .item.main,
.yr25 .header.cat-341 .banner-content-sponsors .item.main {
  background: #FFF;
  box-shadow: none;
}
.yr25 .header.cat-333 .banner-content-sponsors .item.main .chip,
.yr25 .header.cat-341 .banner-content-sponsors .item.main .chip {
  color: #FFF;
  background: #2C2D84;
}
.yr25 .header.cat-333 .banner-content-sponsors .item .chip,
.yr25 .header.cat-341 .banner-content-sponsors .item .chip {
  color: #FFF;
  background: rgba(44, 45, 132, 0.5);
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-333 .banner-content-sponsors .item .chip,
  .yr25 .header.cat-341 .banner-content-sponsors .item .chip {
    background: #6362B1;
  }
}
.yr25 .header.cat-333 .banner-content-sponsors .item .psb-logo,
.yr25 .header.cat-341 .banner-content-sponsors .item .psb-logo {
  background-image: url("/assets/spec/year_results_2025/img/logo-psb-blue.svg");
}
.yr25 .header.cat-333 .banner-content-image-wrapper,
.yr25 .header.cat-341 .banner-content-image-wrapper {
  flex: 1;
  position: absolute;
  width: 100%;
  max-width: 500px;
  right: -30px;
  top: -330px;
}
@media  all and (min-width: 1200px) {
  .yr25 .header.cat-333 .banner-content-image-wrapper,
  .yr25 .header.cat-341 .banner-content-image-wrapper {
    max-width: 766px;
    right: -80px;
    top: -165px;
  }
}
.yr25 .header.cat-333 .banner-content-image-wrapper :before,
.yr25 .header.cat-341 .banner-content-image-wrapper :before {
  position: relative;
}
.yr25 .header.cat-333 .banner-content-image .image,
.yr25 .header.cat-341 .banner-content-image .image {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  background-image: url('/assets/spec/year_results_2025/ui/psb-image.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right top;
}
.yr25 .header.cat-333 .banner-menu ul li.current a,
.yr25 .header.cat-341 .banner-menu ul li.current a {
  color: white;
  background: #2C2D84;
}
.yr25 .header.cat-333 .banner-menu ul li a,
.yr25 .header.cat-341 .banner-menu ul li a {
  backdrop-filter: blur(12px);
  color: #FFF;
  background: rgba(255, 255, 255, 0.15);
}
.yr25 .header.cat-333 .banner-menu ul li a:hover,
.yr25 .header.cat-341 .banner-menu ul li a:hover {
  background: #2C2D84;
}
.yr25 .header.cat-333 .banner-menu ul li a:before,
.yr25 .header.cat-341 .banner-menu ul li a:before {
  display: none;
}
.yr25 .header.cat-333 .border-item,
.yr25 .header.cat-341 .border-item {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  backdrop-filter: blur(12px);
  position: relative;
}
.yr25 .header.cat-333 .border-item:before,
.yr25 .header.cat-341 .border-item:before {
  display: none !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.4), rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header.cat-333 .breadcrumbs a,
.yr25 .header.cat-341 .breadcrumbs a {
  color: white;
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-333 .breadcrumbs a,
  .yr25 .header.cat-341 .breadcrumbs a {
    color: #000;
  }
}
.yr25 .header.cat-333 .breadcrumbs li::before,
.yr25 .header.cat-341 .breadcrumbs li::before {
  background-image: url("/assets/spec/year_results_2025/ui/marker-white.svg");
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-333 .breadcrumbs li::before,
  .yr25 .header.cat-341 .breadcrumbs li::before {
    width: 24px;
    aspect-ratio: 1/1;
    background-image: url("/assets/spec/year_results_2025/ui/marker.svg");
  }
}
.yr25 .header.cat-333 .breadcrumbs li:first-child::before,
.yr25 .header.cat-341 .breadcrumbs li:first-child::before {
  background-image: url("/assets/spec/year_results_2025/ui/marker.svg");
}
.yr25 .header.cat-332,
.yr25 .header.cat-340 {
  background-image: url("/assets/spec/year_results_2025/img/bg-media-mob.png");
  background-size: auto 100%;
  background-position: top center;
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-332,
  .yr25 .header.cat-340 {
    background: transparent;
    margin-bottom: 24px;
  }
}
.yr25 .header.cat-332 .banner,
.yr25 .header.cat-340 .banner {
  background: transparent;
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-332 .banner,
  .yr25 .header.cat-340 .banner {
    background-image: url("/assets/spec/year_results_2025/img/bg-media.jpg");
    background-position: center right;
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
}
.yr25 .header.cat-332 .banner-header h1,
.yr25 .header.cat-340 .banner-header h1 {
  color: #E22E25;
}
.yr25 .header.cat-332 .banner-header-specialist-count,
.yr25 .header.cat-340 .banner-header-specialist-count {
  color: #E22E25;
}
.yr25 .header.cat-332 .banner-header-specialist-label,
.yr25 .header.cat-340 .banner-header-specialist-label {
  color: #E22E25;
}
@media  all and (min-width: 1200px) {
  .yr25 .header.cat-332 .banner-content-sponsors,
  .yr25 .header.cat-340 .banner-content-sponsors {
    max-width: 850px;
  }
}
.yr25 .header.cat-332 .banner-content-sponsors .item.main,
.yr25 .header.cat-340 .banner-content-sponsors .item.main {
  background: rgba(66, 66, 67, 0.4);
  box-shadow: 0 4px 30px 0 #E22E25;
  position: relative;
}
.yr25 .header.cat-332 .banner-content-sponsors .item.main .chip,
.yr25 .header.cat-340 .banner-content-sponsors .item.main .chip {
  color: #FFF;
  background: #E22E25;
}
.yr25 .header.cat-332 .banner-content-sponsors .item.main:before,
.yr25 .header.cat-340 .banner-content-sponsors .item.main:before {
  display: block !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, #E22E25, rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header.cat-332 .banner-content-sponsors .item .chip,
.yr25 .header.cat-340 .banner-content-sponsors .item .chip {
  color: #FFF;
  background: rgba(66, 66, 67, 0.4);
  border-bottom: 1px solid rgba(221, 221, 221, 0.1);
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-332 .banner-content-sponsors .item .chip,
  .yr25 .header.cat-340 .banner-content-sponsors .item .chip {
    background: rgba(66, 66, 67, 0.4);
  }
}
.yr25 .header.cat-332 .banner-content-image-wrapper,
.yr25 .header.cat-340 .banner-content-image-wrapper {
  flex: 1;
  position: absolute;
  width: 100%;
}
.yr25 .header.cat-332 .banner-content-image-wrapper :before,
.yr25 .header.cat-340 .banner-content-image-wrapper :before {
  position: relative;
}
@media  all and (min-width: 768px) {
  .yr25 .header.cat-332 .banner-content-image-wrapper,
  .yr25 .header.cat-340 .banner-content-image-wrapper {
    display: none;
    position: relative;
  }
}
.yr25 .header.cat-332 .banner-content-image .image,
.yr25 .header.cat-340 .banner-content-image .image {
  position: absolute;
  margin-top: -350px;
  max-width: 766px;
  width: 100%;
  aspect-ratio: 1/1;
  right: -40px;
  background-image: url('/assets/spec/year_results_2025/ui/psb-image.png');
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: right top;
}
@media  all and (min-width: 1200px) {
  .yr25 .header.cat-332 .banner-content-image .image,
  .yr25 .header.cat-340 .banner-content-image .image {
    background-size: 120%;
    margin-top: -20%;
    right: auto;
    background-position: center;
  }
}
.yr25 .header.cat-332 .banner-menu ul li.current a,
.yr25 .header.cat-340 .banner-menu ul li.current a {
  color: white;
  background: #E22E25;
}
.yr25 .header.cat-332 .banner-menu ul li a,
.yr25 .header.cat-340 .banner-menu ul li a {
  backdrop-filter: blur(12px);
  color: #FFF;
  background: rgba(66, 66, 67, 0.4);
}
.yr25 .header.cat-332 .banner-menu ul li a:hover,
.yr25 .header.cat-340 .banner-menu ul li a:hover {
  background: #E22E25;
}
.yr25 .header.cat-332 .banner-menu ul li a:before,
.yr25 .header.cat-340 .banner-menu ul li a:before {
  display: none;
}
.yr25 .header.cat-332 .border-item,
.yr25 .header.cat-340 .border-item {
  background: rgba(66, 66, 67, 0.4);
  backdrop-filter: blur(12px);
  position: relative;
}
.yr25 .header.cat-332 .border-item:before,
.yr25 .header.cat-340 .border-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.4), rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header .share-wrap {
  z-index: 100;
  position: fixed;
  bottom: 14px;
  left: 14px;
}
.yr25 .header .share-wrap .ya-share2__list {
  display: flex;
  flex-direction: row;
}
@media  all and (min-width: 540px) {
  .yr25 .header .share-wrap {
    bottom: 24px;
    left: 24px;
  }
}
@media  all and (min-width: 1400px) {
  .yr25 .header .share-wrap {
    top: 120px;
    left: 30px;
  }
  .yr25 .header .share-wrap .ya-share2__list {
    flex-direction: column;
  }
}
.yr25 .header .breadcrumbs {
  display: flex;
  list-style: none;
  align-items: center;
  margin: 0;
  padding-left: 0;
  padding-top: 60px;
  margin-bottom: 29px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .breadcrumbs {
    padding-top: 30px;
    margin-bottom: 24px;
  }
}
.yr25 .header .breadcrumbs a {
  color: white;
  text-decoration: none;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@media  all and (min-width: 768px) {
  .yr25 .header .breadcrumbs a {
    font-size: 24px;
    color: #000;
  }
}
.yr25 .header .breadcrumbs li {
  align-items: center;
  display: flex;
}
.yr25 .header .breadcrumbs li::before {
  display: inline-block;
  content: "";
  width: 4px;
  aspect-ratio: 1/2;
  margin: 0 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/spec/year_results_2025/ui/marker-white.svg");
}
@media  all and (min-width: 768px) {
  .yr25 .header .breadcrumbs li::before {
    width: 24px;
    aspect-ratio: 1/1;
    background-image: url("/assets/spec/year_results_2025/ui/marker.svg");
  }
}
.yr25 .header .breadcrumbs li:first-child::before {
  display: none;
  content: "";
  width: 24px;
  aspect-ratio: 1/1;
  margin: 0 6px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/assets/spec/year_results_2025/ui/marker.svg");
}
.yr25 .header .banner {
  display: flex;
  flex-direction: column;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner {
    background: #222530;
    padding: 34px 44px;
    margin: 0 0;
    border-radius: 40px;
    overflow: hidden;
  }
}
@media  all and (min-width: 1200px) {
  .yr25 .header .banner {
    padding: 54px 64px 34px;
    border-radius: 60px;
  }
}
.yr25 .header .banner-header {
  order: 1;
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header {
    margin-bottom: 48px;
  }
}
.yr25 .header .banner-header h1 {
  margin: 0;
  padding: 0;
  color: #006FFF;
  font-family: Montserrat, sans-serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 80px */
  text-transform: uppercase;
  flex: 100%;
  position: relative;
  z-index: 4;
  max-width: 400px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header h1 {
    max-width: 550px;
    font-size: 70px;
  }
}
@media  all and (min-width: 1200px) {
  .yr25 .header .banner-header h1 {
    max-width: 100%;
    font-size: 80px;
    flex: 1;
  }
}
.yr25 .header .banner-header-wrapper {
  align-items: start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header-wrapper {
    position: relative;
  }
}
@media  all and (min-width: 1200px) {
  .yr25 .header .banner-header-wrapper {
    flex-direction: row;
  }
}
.yr25 .header .banner-header-specialist-wrapper {
  display: flex;
  max-width: 130px;
  padding: 12px 32px;
  z-index: 4;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute !important;
  border-radius: 100% !important;
  aspect-ratio: 1/1;
  gap: 0;
  right: 0;
  top: 60px;
}
@media  all and (min-width: 375px) {
  .yr25 .header .banner-header-specialist-wrapper {
    right: 4px;
    top: -55px;
  }
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header-specialist-wrapper {
    background: rgba(66, 66, 67, 0.4);
    top: 0;
    right: auto;
    gap: 12px;
    max-width: 400px;
    align-items: center;
    aspect-ratio: auto;
    flex-direction: row;
    position: relative !important;
    border-radius: 50px !important;
  }
  .yr25 .header .banner-header-specialist-wrapper:before {
    display: block !important;
  }
}
.yr25 .header .banner-header-specialist-count {
  white-space: nowrap;
  color: #B3FAA1;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header-specialist-count {
    font-size: 40px;
  }
}
.yr25 .header .banner-header-specialist-label {
  color: #B3FAA1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-header-specialist-label {
    text-align: left;
    font-size: 16px;
  }
}
.yr25 .header .banner-content {
  order: 3;
}
.yr25 .header .banner-content-wrapper {
  display: flex;
  position: relative;
  margin-bottom: 40px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-wrapper {
    margin-bottom: 68px;
  }
}
.yr25 .header .banner-content-sponsors-wrapper {
  width: 850px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: start;
  gap: 14px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-sponsors-wrapper {
    gap: 12px;
  }
}
.yr25 .header .banner-content-sponsors .item {
  position: relative;
  z-index: 4;
  height: 146px;
  display: flex;
  flex: 100%;
  padding: 20px 50px;
  border-radius: 24px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  order: 2;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-sponsors .item {
    height: 194px;
    flex: 1;
    padding: 50px 20px;
  }
}
.yr25 .header .banner-content-sponsors .item-link {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yr25 .header .banner-content-sponsors .item.rwb {
  flex: 100%;
}
.yr25 .header .banner-content-sponsors .item.main {
  order: 1;
  background: #16161E;
  box-shadow: 0 0 60px #006FFF;
}
.yr25 .header .banner-content-sponsors .item.main:before {
  display: none !important;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-sponsors .item.main {
    order: 2;
  }
}
.yr25 .header .banner-content-sponsors .item.main .chip {
  background: #B3FAA1;
  color: black;
}
.yr25 .header .banner-content-sponsors .item .chip {
  color: #FFF;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: absolute;
  left: 0;
  top: 0;
  padding: 6px 20px 5px;
  background: rgba(66, 66, 67, 0.4);
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  backdrop-filter: none;
  border-radius: 0;
  width: 100%;
}
.yr25 .header .banner-content-sponsors .item .chip:before {
  display: none;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-sponsors .item .chip {
    background: rgba(66, 66, 67, 0.4);
    border-bottom: transparent;
    backdrop-filter: blur(10px);
    border-radius: 60px;
    padding: 5px 14px 6px 14px;
    left: 10px;
    top: 12px;
    width: fit-content;
  }
  .yr25 .header .banner-content-sponsors .item .chip:before {
    display: block;
  }
}
.yr25 .header .banner-content-sponsors .item .rwb-logo {
  background-image: url("/assets/spec/year_results_2025/img/logo-rwb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 339px;
  aspect-ratio: 339/68;
  width: 100%;
  margin-top: 25px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-sponsors .item .rwb-logo {
    margin-top: 0;
  }
}
.yr25 .header .banner-content-sponsors .item .psb-logo {
  background-image: url("/assets/spec/year_results_2025/img/logo-psb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 144px;
  aspect-ratio: 144/44;
  width: 100%;
  margin-top: 25px;
}
.yr25 .header .banner-content-sponsors .item .media-logo {
  background-image: url("/assets/spec/year_results_2025/img/logo-meida.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  max-width: 338px;
  aspect-ratio: 338/65;
  width: 100%;
  margin-top: 25px;
}
.yr25 .header .banner-content-image {
  display: none;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-content-image {
    display: block;
  }
}
.yr25 .header .banner-content-image-wrapper {
  position: absolute;
  max-width: 550px;
  width: 100%;
  left: auto;
  right: 0;
  top: -200px;
}
@media  all and (min-width: 1200px) {
  .yr25 .header .banner-content-image-wrapper {
    top: auto;
  }
}
.yr25 .header .banner-content-image-wrapper:before {
  position: relative;
}
.yr25 .header .banner-content-image .image {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  aspect-ratio: 550/417;
  background-image: url('/assets/spec/year_results_2025/ui/rwb-image.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.yr25 .header .banner-menu {
  position: relative;
  z-index: 20;
  order: 1;
  padding: 0;
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-menu {
    order: 3;
    margin-bottom: 0;
  }
}
.yr25 .header .banner-menu ul {
  list-style: none;
  display: flex;
  gap: 8px;
  overflow-x: scroll;
  margin: 0 -12px;
  padding: 0 12px;
}
@media  all and (min-width: 540px) {
  .yr25 .header .banner-menu ul {
    margin: 0 -24px;
    padding: 0 24px;
  }
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-menu ul {
    margin: 0 -44px;
    padding: 0 44px;
  }
}
@media  all and (min-width: 1400px) {
  .yr25 .header .banner-menu ul {
    padding: 0;
    margin: 0;
    overflow-x: visible;
  }
}
.yr25 .header .banner-menu ul::-webkit-scrollbar {
  display: none;
}
.yr25 .header .banner-menu ul li {
  order: 2;
  flex: 1;
}
.yr25 .header .banner-menu ul li.current {
  order: 1;
}
@media  all and (min-width: 1024px) {
  .yr25 .header .banner-menu ul li.current {
    order: 2;
  }
}
.yr25 .header .banner-menu ul li.current a {
  color: white;
  background: #006EFF;
}
.yr25 .header .banner-menu ul li a {
  white-space: nowrap;
  text-decoration: none;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.3s ease-in-out;
  height: 100%;
  flex: 1;
  padding: 12px 16px;
  position: relative;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.15);
}
.yr25 .header .banner-menu ul li a:before {
  display: none;
}
.yr25 .header .banner-menu ul li a.disabled {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.3);
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-menu ul li a {
    background: rgba(66, 66, 67, 0.4);
  }
  .yr25 .header .banner-menu ul li a:before {
    display: block;
  }
}
@media  all and (min-width: 1200px) {
  .yr25 .header .banner-menu ul li a {
    white-space: wrap;
    max-width: 300px;
  }
}
@media  all and (min-width: 1400px) {
  .yr25 .header .banner-menu ul li a {
    font-size: 20px;
    padding: 30px 30px;
  }
}
.yr25 .header .banner-menu ul li a:hover {
  background: #006EFF;
}
.yr25 .header .banner-menu ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.4), rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header .banner-menu .select {
  margin-top: 20px;
  background: #000;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  backdrop-filter: blur(24px);
  position: relative;
  z-index: 5;
  color: #FFF;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 22.4px */
  padding: 12px 20px;
  padding-right: 12px;
}
@media  all and (min-width: 768px) {
  .yr25 .header .banner-menu .select {
    display: none;
  }
}
.yr25 .header .banner-menu .select.cat-333 .select-list,
.yr25 .header .banner-menu .select.cat-341 .select-list {
  background: white;
}
.yr25 .header .banner-menu .select.cat-333 .select-option,
.yr25 .header .banner-menu .select.cat-341 .select-option {
  color: black;
}
.yr25 .header .banner-menu .select.cat-333 .select-option.active,
.yr25 .header .banner-menu .select.cat-341 .select-option.active {
  background: #2C2D84;
  color: white;
}
.yr25 .header .banner-menu .select.cat-333 .select-option.active:after,
.yr25 .header .banner-menu .select.cat-341 .select-option.active:after {
  background: white;
}
.yr25 .header .banner-menu .select.cat-333 .select-placeholder:after,
.yr25 .header .banner-menu .select.cat-341 .select-placeholder:after {
  background: white;
}
.yr25 .header .banner-menu .select.cat-332,
.yr25 .header .banner-menu .select.cat-340 {
  position: relative;
}
.yr25 .header .banner-menu .select.cat-332:before,
.yr25 .header .banner-menu .select.cat-340:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0.4), rgba(60, 60, 60, 0.4));
  -webkit-mask: linear-gradient(red 0 0) content-box, linear-gradient(red 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
}
.yr25 .header .banner-menu .select.cat-332 .select-list,
.yr25 .header .banner-menu .select.cat-340 .select-list {
  background: black;
}
.yr25 .header .banner-menu .select.cat-332 .select-option,
.yr25 .header .banner-menu .select.cat-340 .select-option {
  color: white;
}
.yr25 .header .banner-menu .select.cat-332 .select-option.active,
.yr25 .header .banner-menu .select.cat-340 .select-option.active {
  background: #E22E25;
  color: white;
}
.yr25 .header .banner-menu .select.cat-332 .select-option.active:after,
.yr25 .header .banner-menu .select.cat-340 .select-option.active:after {
  background: white;
}
.yr25 .header .banner-menu .select.cat-332 .select-placeholder:after,
.yr25 .header .banner-menu .select.cat-340 .select-placeholder:after {
  background: white;
}
.yr25 .header .banner-menu .select:focus-within {
  pointer-events: none;
}
.yr25 .header .banner-menu .select:focus-within .select-list {
  opacity: 1;
  pointer-events: all;
}
.yr25 .header .banner-menu .select:focus-within .select-placeholder:after {
  transform: rotateX(0);
}
.yr25 .header .banner-menu .select-placeholder {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.yr25 .header .banner-menu .select-placeholder:before {
  content: "Номинация: ";
}
.yr25 .header .banner-menu .select-placeholder:after {
  content: "";
  position: absolute;
  right: 0;
  width: 24px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/assets/spec/year_results_2025/ui/spand.svg");
  mask-image: url("/assets/spec/year_results_2025/ui/spand.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: white;
  transform: rotateX(180deg);
  transition: 0.3s ease-in-out;
}
.yr25 .header .banner-menu .select-list {
  pointer-events: none;
  opacity: 0;
  margin-top: 4px;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 100;
  top: 100%;
  gap: 4px;
  width: 100%;
  left: 0;
  background: #222530;
  border-radius: 12px;
  padding: 8px;
  transition: opacity 0.3s ease-in-out;
  overflow-y: auto;
}
.yr25 .header .banner-menu .select-list.top {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}
.yr25 .header .banner-menu .select-list::-webkit-scrollbar {
  display: none;
}
.yr25 .header .banner-menu .select-option {
  text-decoration: none;
  color: white;
  padding: 12px 20px;
  position: relative;
  z-index: 10;
  border-radius: 6px;
  display: flex;
  order: 2;
}
.yr25 .header .banner-menu .select-option.active {
  order: 1;
  background: #B3FAA1;
  color: #000;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  letter-spacing: -0.32px;
}
.yr25 .header .banner-menu .select-option.active:after {
  position: absolute;
  right: 8px;
  width: 24px;
  aspect-ratio: 1/1;
  content: "";
  -webkit-mask-image: url("/assets/spec/year_results_2025/ui/check.svg");
  mask-image: url("/assets/spec/year_results_2025/ui/check.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  background: black;
}
.yr25 .vote-menu {
  margin-bottom: 60px;
  overflow-x: hidden;
  width: 100%;
  display: none;
}
@media  all and (min-width: 768px) {
  .yr25 .vote-menu {
    display: block;
  }
}
.yr25 .vote-menu.cat-333 ul li.current a,
.yr25 .vote-menu.cat-341 ul li.current a {
  color: white;
  background: #EA5616;
}
.yr25 .vote-menu.cat-333 ul li a,
.yr25 .vote-menu.cat-341 ul li a {
  background: #D8D8EA;
}
.yr25 .vote-menu.cat-333 ul li a:hover,
.yr25 .vote-menu.cat-341 ul li a:hover {
  color: white;
  background: #EA5616;
}
.yr25 .vote-menu.cat-332 ul li.current a,
.yr25 .vote-menu.cat-340 ul li.current a {
  color: white;
  background: #E22E25;
}
.yr25 .vote-menu.cat-332 ul li a,
.yr25 .vote-menu.cat-340 ul li a {
  background: #424243;
  color: white;
}
.yr25 .vote-menu.cat-332 ul li a:hover,
.yr25 .vote-menu.cat-340 ul li a:hover {
  color: white;
  background: #E22E25;
}
.yr25 .vote-menu ul {
  list-style: none;
  display: flex;
  gap: 4px;
  overflow-x: scroll;
  margin: 0 -24px;
  padding: 0 24px;
}
@media  all and (min-width: 1400px) {
  .yr25 .vote-menu ul {
    padding: 0;
    margin: 0;
    overflow-x: visible;
  }
}
.yr25 .vote-menu ul::-webkit-scrollbar {
  display: none;
}
.yr25 .vote-menu ul li {
  flex: auto;
}
.yr25 .vote-menu ul li.current a {
  color: white;
  background: #006EFF;
}
.yr25 .vote-menu ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  text-decoration: none;
  border-radius: 20px;
  background: #B3FAA1;
  backdrop-filter: blur(10px);
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  transition: 0.3s ease-in-out;
  white-space: nowrap;
}
@media  all and (min-width: 1400px) {
  .yr25 .vote-menu ul li a {
    padding: 40px 0;
    font-size: 16px;
  }
}
.yr25 .vote-menu ul li a:hover {
  color: white;
  background: #006EFF;
}
.yr25 .vote-list {
  margin-bottom: 20px;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(auto-fit, 1fr);
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list {
    margin-bottom: 40px;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}
.yr25 .vote-list__header {
  text-align: center;
  font-size: 48px;
  font-family: Montserrat, sans-serif;
  padding: 30px;
}
.yr25 .vote-list__item.blank-item {
  display: none !important;
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list__item.blank-item {
    display: flex;
  }
}
.yr25 .vote-list .work-teaser {
  position: relative;
  display: flex;
  flex-direction: column;
}
.yr25 .vote-list .work-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.yr25 .vote-list .work-teaser__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 592/300;
  margin-bottom: 10px;
}
.yr25 .vote-list .work-teaser__link {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.yr25 .vote-list .work-teaser__voicecount2 {
  margin-bottom: 10px;
  border-radius: 32px;
  background: #006FFF;
  width: fit-content;
  padding: 8px 18px;
}
.yr25 .vote-list .work-teaser__voicecount2__text {
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yr25 .vote-list .work-teaser__title {
  color: #18110E;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 10px;
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list .work-teaser__title {
    font-size: 22px;
  }
}
.yr25 .vote-list .work-teaser__descr {
  color: #18110E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 10px;
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list .work-teaser__descr {
    font-size: 18px;
  }
}
.yr25 .vote-list .work-teaser__expertbutton {
  position: relative;
  z-index: 10;
}
.yr25 .vote-list .work-teaser__expertbutton button {
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  padding: 12px 16px;
  appearance: none;
  width: 100%;
  border-radius: 14px;
  font-family: Montserrat, sans-serif;
  outline: none;
  border: none;
  background: #B3FAA1;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}
.yr25 .vote-list .work-teaser__expertbutton button:hover {
  background: #006FFF;
  color: white;
}
.yr25 .vote-list .work-teaser .teaser-wr {
  margin-bottom: 0;
  margin-top: auto;
}
.yr25 .vote-list .work-teaser .remove_voice_link {
  position: relative;
  z-index: 10;
}
.yr25 .vote-list-experts {
  padding-top: 20px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, 1fr);
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list-experts {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  }
}
@media  all and (min-width: 375px) {
  .yr25 .vote-list-experts.news {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
@media  all and (min-width: 375px) {
  .yr25 .vote-list-experts.pops {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}
.yr25 .vote-list-experts__item {
  padding-bottom: 40px;
  position: relative;
}
@media  all and (min-width: 768px) {
  .yr25 .vote-list-experts__item {
    padding-bottom: 60px;
  }
}
@media  all and (min-width: 1024px) {
  .yr25 .vote-list-experts__item {
    padding-bottom: 80px;
  }
}
.yr25 .vote-list-experts .expert-teaser {
  color: #18110E;
  transition: 0.3s ease-in-out;
}
.yr25 .vote-list-experts .expert-teaser__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  transition: 0.3s ease-in-out;
}
.yr25 .vote-list-experts .expert-teaser__image-wrap {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
}
.yr25 .vote-list-experts .expert-teaser__link {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.yr25 .vote-list-experts .expert-teaser__title {
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 10px;
}
.yr25 .vote-list-experts .expert-teaser__descr {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.yr25 .vote-list-experts .expert-teaser:hover {
  color: #006FFF;
}
.yr25 .vote-list-experts .expert-teaser:hover .expert-teaser__image {
  filter: grayscale(0);
}
.yr25 .vote-list.cat-333 .work-teaser__voicecount2,
.yr25 .vote-list.cat-341 .work-teaser__voicecount2 {
  background: #6362B2;
}
.yr25 .vote-list.cat-333 .work-teaser__expertbutton button,
.yr25 .vote-list.cat-341 .work-teaser__expertbutton button {
  background: #D8D8EA;
  color: black;
}
.yr25 .vote-list.cat-333 .work-teaser__expertbutton button:hover,
.yr25 .vote-list.cat-341 .work-teaser__expertbutton button:hover {
  background: #6362B2;
  color: white;
}
.yr25 .vote-list.cat-332 .work-teaser__voicecount2,
.yr25 .vote-list.cat-340 .work-teaser__voicecount2 {
  background: #E22E25;
}
.yr25 .vote-list.cat-332 .work-teaser__expertbutton button,
.yr25 .vote-list.cat-340 .work-teaser__expertbutton button {
  background: #424243;
  color: white;
}
.yr25 .vote-list.cat-332 .work-teaser__expertbutton button:hover,
.yr25 .vote-list.cat-340 .work-teaser__expertbutton button:hover {
  background: #E22E25;
  color: white;
}
.yr25 .vote-buttons.cat-333 .btn-group,
.yr25 .vote-buttons.cat-341 .btn-group {
  border: 1px solid #6362B2;
  color: #6362B2;
}
.yr25 .vote-buttons.cat-333 .ssbtn svg,
.yr25 .vote-buttons.cat-341 .ssbtn svg {
  fill: #6362B2;
}
.yr25 .vote-buttons.cat-332 .btn-group,
.yr25 .vote-buttons.cat-340 .btn-group {
  border: 1px solid #E22E25;
  color: #E22E25;
}
.yr25 .vote-buttons.cat-332 .ssbtn svg,
.yr25 .vote-buttons.cat-340 .ssbtn svg {
  fill: #E22E25;
}
.yr25 .vote-buttons .btn-group {
  display: flex;
  gap: 5px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #006FFF;
  font-family: Montserrat, sans-serif;
  color: #006FFF;
  padding: 10px 18px;
  width: fit-content;
  position: relative;
  z-index: 2;
}
.yr25 .vote-buttons .btn-group:before {
  content: "Голосовать: ";
}
.yr25 .vote-buttons .ssbtn {
  cursor: pointer;
  border: none;
  appearance: none;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  text-decoration: none;
  color: #006FFF;
}
.yr25 .vote-buttons .ssbtn svg {
  fill: #006FFF;
}
.yr25 .vote-buttons .ssbtn:hover {
  background: inherit;
}
.yr25 .view-item {
  pointer-events: all;
  margin: 40px auto;
  background: white;
  padding: 24px 12px;
  border-radius: 14px;
  height: fit-content;
}
@media  all and (min-width: 540px) {
  .yr25 .view-item {
    padding: 24px;
  }
}
@media  all and (min-width: 768px) {
  .yr25 .view-item {
    padding: 40px;
  }
}
.yr25 .view-item .share-wrap {
  position: fixed;
  top: 60px;
  right: 40px;
  z-index: 1200;
  width: fit-content;
}
.yr25 .view-item .share-wrap .ya-share2__list {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
@media  all and (min-width: 1024px) {
  .yr25 .view-item .share-wrap .ya-share2__list {
    flex-direction: column;
  }
}
@media  all and (min-width: 1024px) {
  .yr25 .view-item .share-wrap {
    bottom: auto;
    top: 60px;
    left: 50%;
    transform: translateX(calc(-768px / 2 - 40px));
  }
}
.yr25 .view-item .zag {
  font-family: Montserrat, sans-serif;
  color: #18110E;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 20px;
}
@media  all and (min-width: 768px) {
  .yr25 .view-item .zag {
    font-size: 28px;
  }
}
.yr25 .view-item .podzag {
  color: #878787;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media  all and (min-width: 768px) {
  .yr25 .view-item .podzag {
    font-size: 19px;
  }
}
.yr25 .view-item a {
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  color: #18110E;
}
.yr25 .view-item img {
  max-width: 100%;
  border-radius: 12px;
}
.yr25 .view-item iframe {
  margin-bottom: 20px;
  display: block;
  z-index: 100;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 12px;
  aspect-ratio: 16/9 !important;
  position: relative;
}
.yr25 .view-item div:has(iframe) {
  display: block;
  margin-bottom: 20px;
  z-index: 100;
  height: auto !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
}
.yr25 .view-item .btns-wrap {
  font-family: Montserrat, sans-serif;
  margin-bottom: 20px;
}
.yr25 .view-item .btns-wrap .vote-button {
  position: relative;
  z-index: 10;
}
.yr25 .view-item .btns-wrap .vote-button button {
  text-transform: uppercase;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  padding: 12px 16px;
  appearance: none;
  width: 100%;
  border-radius: 14px;
  font-family: Montserrat, sans-serif;
  outline: none;
  border: none;
  background: #B3FAA1;
  color: #000;
  cursor: pointer;
  font-weight: 700;
}
.yr25 .view-item .btns-wrap .vote-button button:hover {
  background: #006FFF;
  color: white;
}
.yr25 .view-item .edit {
  font-family: Montserrat, sans-serif;
  display: block;
  margin-bottom: 20px;
}
@media  all and (min-width: 1024px) {
  .yr25 .article-wrap {
    padding-top: 20px;
  }
}
.yr25 .articles-list {
  padding-top: 0;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, 1fr);
}
@media  all and (min-width: 540px) {
  .yr25 .articles-list {
    grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
  }
}
@media  all and (min-width: 768px) {
  .yr25 .articles-list {
    padding-top: 20px;
  }
}
.yr25 .articles-list .article-item {
  margin-bottom: 40px;
}
@media  all and (min-width: 1024px) {
  .yr25 .articles-list .article-item {
    margin-bottom: 60px;
  }
}
@media  all and (min-width: 1600px) {
  .yr25 .articles-list .article-item {
    margin-bottom: 100px;
  }
}
.yr25 .articles-list .article-item .pic {
  display: block;
  width: 100%;
  aspect-ratio: 592/300;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 24px;
  margin-bottom: 20px;
}
.yr25 .articles-list .article-item .titles {
  display: flex;
  flex-direction: column;
}
.yr25 .articles-list .article-item .title {
  order: 1;
  text-decoration: none;
  color: #18110E;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 10px;
}
@media  all and (min-width: 768px) {
  .yr25 .articles-list .article-item .title {
    font-size: 22px;
  }
}
.yr25 .articles-list .article-item .podzag {
  order: 2;
  color: #18110E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 16px;
}
@media  all and (min-width: 1024px) {
  .yr25 .articles-list .article-item .podzag {
    margin-bottom: 24px;
  }
}
.yr25 .articles-list .article-item .capts {
  padding: 0;
  margin: 0;
  order: 4;
  color: #939393;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yr25 .articles-list .article-item p {
  margin: 0;
  padding: 0;
}
.yr25 .expert-results {
  padding: 14px;
  border-radius: 16px;
  background: white;
}
@media  all and (min-width: 768px) {
  .yr25 .expert-results {
    padding: 20px;
    border-radius: 24px;
  }
}
@media  all and (min-width: 1024px) {
  .yr25 .expert-results {
    padding: 40px;
  }
}
.yr25 .expert-results .pic {
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1/1;
  margin-bottom: 20px;
}
.yr25 .expert-results .pic img {
  border-radius: 16px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media  all and (min-width: 768px) {
  .yr25 .expert-results .pic img {
    border-radius: 24px;
  }
}
.yr25 .expert-results .username {
  color: #18110E;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 128%;
  /* 28.16px */
  margin-bottom: 10px;
}
.yr25 .expert-results .position {
  color: #18110E;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.yr25 .expert-results .company {
  color: #939393;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.yr25 .expert-results .texts {
  margin-bottom: 20px;
}
.yr25 .expert-results .results {
  font-family: Montserrat, sans-serif;
}
.yr25 .expert-results .results .categoryboard {
  font-family: "Roboto Condensed", sans-serif;
  margin-bottom: 10px;
  padding-top: 10px;
}
.yr25 .expert-results .results .categoryboard a {
  text-decoration: none;
  cursor: pointer;
  color: #939393;
}
.yr25 .expert-results .results .categoryboard a:hover {
  color: #006EFF;
}
.yr25 .expert-results .results .work {
  display: flex;
  margin-bottom: 10px;
  flex-direction: column;
}
@media  all and (min-width: 768px) {
  .yr25 .expert-results .results .work {
    gap: 8px;
    flex-direction: row;
  }
}
.yr25 .expert-results .results .pic {
  position: relative;
  aspect-ratio: 16/9;
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
}
@media  all and (min-width: 768px) {
  .yr25 .expert-results .results .pic {
    max-width: 200px;
  }
}
.yr25 .expert-results .results .pic img {
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.yr25 .expert-results .results .voice {
  margin: 8px 0;
  padding: 4px 12px;
  background: rgba(0, 0, 0, 0.3);
  width: fit-content;
  border-radius: 20px;
  display: flex;
  align-items: center;
  order: -1;
}
@media  all and (min-width: 768px) {
  .yr25 .expert-results .results .voice {
    order: 1;
  }
}
.yr25 .expert-results .results .voice .icon-star {
  display: inline-block;
  background-image: url("/assets/spec/year_results_2025/ui/star-gray.svg");
  width: 16px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.yr25 .expert-results .results .voice .icon-star.active {
  background-image: url("/assets/spec/year_results_2025/ui/star.svg");
}
.yr25 .expert-results .results .texts {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.yr25 .expert-results .results .texts .title {
  color: #006EFF;
}
.yr25 .expert-results .no-results {
  color: #939393;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  font-style: italic;
}
.yr25 .expert-results .p {
  padding: 0;
  margin: 0;
}
.yr25 .vote-comments {
  max-width: 900px;
  margin: 0 auto;
}
.yr25 .article {
  font-family: Montserrat, sans-serif;
}
.yr25 .article-wrap {
  max-width: 900px;
  margin: 0 auto;
}
.yr25 .article h1 {
  color: #18110E;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 52.8px */
}
.yr25 .article h2 {
  color: #18110E;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  /* 52.8px */
}
.yr25 .expert {
  font-family: Montserrat, sans-serif;
}
.yr25 .expert-logged-in {
  display: flex;
  border: solid 1px gray ;
  padding: 20px 40px;
  border-radius: 14px;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.yr25 .expert-logged-in .username {
  font-size: 24px;
  flex: 100%;
  font-weight: bold;
}
.yr25 .expert-logged-in .message {
  flex: 1;
}
.yr25 .expert-logged-in .btn a {
  background: #B3FAA1;
  color: #000;
  cursor: pointer;
  font-weight: 700;
  display: block;
  padding: 12px 24px;
  border-radius: 14px;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.yr25 .expert-logged-in .btn a:hover {
  background: #006FFF;
  color: white;
}
.yr25 .expert-logged-in.cat-340 .btn a {
  background: #424243;
  color: white;
}
.yr25 .expert-logged-in.cat-340 .btn a:hover {
  background: #E22E25;
  color: white;
}
.yr25 .expert-logged-in.cat-341 .btn a {
  background: #6362B2;
  color: white;
}
.yr25 .expert-logged-in.cat-341 .btn a:hover {
  background: #006FFF;
  color: white;
}
.yr25 .claim-card {
  border: 1px dashed #006FFF;
  border-radius: 18px;
  padding: 24px 12px;
}
@media  all and (min-width: 768px) {
  .yr25 .claim-card {
    padding: 28px;
  }
}
.yr25 .claim-card h4 {
  color: #006FFF;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 1.35em;
  margin: 0;
}
.yr25 .claim-card ul {
  padding-right: 8px;
}
.yr25 .claim-card ul li::marker {
  display: inline-block;
  color: #006FFF;
}
.yr25 .claim-card .claim-btext {
  color: #006FFF;
}
.yr25 .claim-btn {
  display: inline-block;
  background-image: linear-gradient(90deg, #76aaef 0%, #006FFF 100%);
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  padding: 15px 32px;
  border-radius: 15px;
  font-family: EuclidFlex, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  background-size: 100%;
}
.yr25 .claim-btn:hover {
  background-size: 200%;
  background-position: center right;
  opacity: 1;
}
.yr25 .mfp-content {
  max-width: 768px;
}
.yr25 .mfp-arrow {
  position: fixed;
}
.yr25 .mfp-arrow-right {
  border-radius: 14px;
  right: 14px;
  padding: 1px;
  top: 100%;
  transform: translateY(-30px);
}
@media  all and (min-width: 1024px) {
  .yr25 .mfp-arrow-right {
    left: 50%;
    transform: translateX(calc(768px / 2 - 28px));
    top: 50%;
    background: transparent !important;
    border-radius: 0;
  }
}
.yr25 .mfp-arrow-left {
  border-radius: 14px;
  left: 14px;
  padding: 1px;
  top: 100%;
  transform: translateY(-30px);
}
@media  all and (min-width: 1024px) {
  .yr25 .mfp-arrow-left {
    left: 50%;
    top: 50%;
    background: transparent !important;
    border-radius: 0;
    transform: translateX(calc(-768px / 2 - 70px));
  }
}
.yr25 .mfp-close {
  z-index: 10000;
  pointer-events: all;
  position: fixed;
  color: transparent !important;
  background: rgba(255, 0, 0, 0.7) !important;
  border-radius: 50%;
  top: 100%;
  left: 50%;
  transform: translateY(-120%) translateX(-50%);
}
.yr25 .mfp-close:active {
  position: fixed;
  top: 100%;
}
@media  all and (min-width: 1024px) {
  .yr25 .mfp-close:active {
    top: 40px;
  }
}
.yr25 .mfp-close:after {
  content: "";
  font-family: Montserrat, sans-serif;
  position: absolute;
  width: 25px;
  aspect-ratio: 1/1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/assets/spec/year_results_2025/ui/close.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media  all and (min-width: 1024px) {
  .yr25 .mfp-close {
    left: auto;
    top: 40px;
    position: fixed;
    right: 50%;
    transform: translateX(calc(768px / 2 + 54px));
    color: white !important;
    background: white !important;
    border-radius: 50%;
  }
}
.yr25 .lozad-img {
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.yr25 .lozad-img.loaded,
.yr25 .lozad-img[data-loaded] {
  opacity: 1;
}
.yr25 .olds__header {
  font-family: Montserrat, sans-serif;
  color: #18110E;
  line-height: 110%;
  /* 52.8px */
  margin-bottom: 14px;
}
.yr25 .work-teaser__voicecounted {
  border: #dadada;
  background-color: #dadada;
  padding: 8px;
  margin: 15px 0;
}
.yr25 .work-teaser__voicecounted a {
  font-weight: bold;
  color: inherit;
}
.yr25 .work-teaser__voicecounted a:hover {
  filter: brightness(1.2);
}
.vex.vex-vote-result {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vex.vex-vote-result .vex-content {
  position: relative;
  max-width: 764px;
  padding: 20px !important;
  border-radius: 24px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.vex.vex-vote-result .vex-content .vex-close {
  padding: 4px;
  cursor: pointer;
  position: absolute;
  top: -20px;
  right: 0px;
  color: white;
}
@media  all and (min-width: 768px) {
  .vex.vex-vote-result .vex-content .vex-close {
    top: -12px;
    right: -12px;
  }
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper p {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper div {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table {
  display: flex;
  width: 100%;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table tbody {
  width: 100%;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table tr {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  flex-direction: column;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table tr td {
  width: 100% !important;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table tr td:nth-child(2) .btn-block {
  background: silver !important;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper table tr td:nth-child(3) .btn-block {
  background: gold !important;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper button {
  cursor: pointer;
  font-family: Montserrat, sans-serif;
  border-radius: 8px;
  padding: 8px 16px;
  appearance: none;
  border: none;
  width: 100% !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.vex.vex-vote-result.vote-stars-buttons .vote-stars-wrapper button .icon-star {
  display: inline-block;
  background-image: url("/assets/spec/year_results_2025/ui/star.svg");
  width: 24px;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.vex.vex-vote-result .vex-dialog-form {
  font-family: Montserrat, sans-serif;
}
.vex.vex-vote-result .vex-dialog-message {
  margin-bottom: 20px;
}
.vex.vex-vote-result .vex-dialog-buttons {
  display: flex;
  gap: 4px;
}
.vex.vex-vote-result .vex-dialog-button {
  appearance: none;
  padding: 8px 16px !important;
  border-radius: 8px;
}
.vote-stars-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.vote-stars-buttons .vex-content {
  position: relative;
  border-radius: 20px;
  padding: 40px !important;
}
.vote-stars-buttons .vex-close {
  position: absolute;
  top: 0;
  right: 0px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 60px;
  cursor: pointer;
  color: #444;
}
.vote-stars-buttons .vex-close:hover {
  filter: brightness(1.2);
}
.vote-stars-buttons .btn {
  display: block;
  width: 100%;
  border-radius: 16px;
  border: none;
  padding: 12px 20px;
  cursor: pointer;
  outline: none;
}
.vote-stars-buttons .btn:hover {
  filter: brightness(1.1);
}
.vote-stars-buttons table,
.vote-stars-buttons tbody,
.vote-stars-buttons tr,
.vote-stars-buttons td {
  width: 100% !important;
}
.vote-stars-buttons table,
.vote-stars-buttons tbody {
  display: block;
}
.vote-stars-buttons tr {
  display: flex;
  gap: 12px;
  flex-direction: column;
  justify-content: center;
}
@media  all and (min-width: 768px) {
  .vote-stars-buttons tr {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media  all and (min-width: 768px) {
  .vote-stars-buttons td {
    flex: 1;
  }
}
/*# sourceMappingURL=index.css.map */