/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
* {
  box-sizing: border-box;
}

:root {
  --black: #040718;
  --blue: #001DFA;
  --white: #FFFFFF;
  --grey-1: rgba(4, 7, 24, 0.50);
  --grey-2: rgba(4, 7, 24, 0.20);
  --grey-grey-4: rgba(4, 7, 24, 0.03);
  --gradient-element-1: linear-gradient(87deg, #0015D1 -12.18%, #6D5DF5 47.07%, #AECAE6 102.11%, #0015D0 42.55%);
  --gradient-icon-2: linear-gradient(47deg, rgba(109, 93, 245, 0.25) 0%, rgba(174, 202, 230, 0.80) 100%);
}

@font-face {
  font-family: "Ubuntu Mono";
  font-weight: 600;
  src: url("../fonts/UbuntuMono-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Source Code Pro";
  font-weight: 700;
  src: url("../fonts/SourceCodePro-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "Ubuntu Mono";
  font-weight: 400;
  src: url("../fonts/UbuntuMono-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 400;
  src: url("../fonts/NunitoSans_7pt_Condensed-Regular.ttf") format("opentype");
}
@font-face {
  font-family: "Nunito Sans";
  font-weight: 200;
  src: url("../fonts/NunitoSans_7pt-ExtraLight.ttf") format("opentype");
}
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Ubuntu Mono", sans-serif;
  font-size: 18px;
  line-height: 125%;
  background: #FFFFFF;
  color: var(--black);
  font-weight: 400;
  overflow-x: hidden;
}

::-moz-selection {
  background: #001dfa;
  color: var(--white);
}

::selection {
  background: #001dfa;
  color: var(--white);
}

h1 {
  font-weight: 700;
  font-size: 55px;
  line-height: 125%;
  color: var(--black);
  font-family: "Source Code Pro", sans-serif;
  margin: 0;
}

h2 {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  padding: 0;
}

a {
  color: var(--black);
  text-decoration: none;
}
a .icon {
  display: flex;
  width: 29px;
  height: 29px;
  padding: 8px 8.2px 8.2px 8px;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 100px;
  overflow: hidden;
}
a .icon i {
  width: 12.8px;
  height: 12.8px;
}

.participate_menu {
  background: #001dfa;
  padding: 4px 16px;
  border-radius: 30px;
}
.participate_menu a {
  color: white;
}

.participate_menu.mobile {
  background: white;
  padding: 4px 16px;
  border-radius: 30px;
  width: 100%;
  /* max-width: 184px; */
  align-items: center;
  align-content: center;
  justify-content: center;
  display: flex;
  height: 100px;
}
.participate_menu.mobile a {
  color: #001dfa;
}
.participate_menu.mobile span {
  color: #001dfa;
}

.mobile_nav {
  position: absolute;
  top: 0;
  background: var(--blue, #001DFA);
  height: 100vh;
  width: 100vw;
  z-index: 4;
  display: none;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.mobile_nav__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 64px;
  padding-top: 82px;
  margin-bottom: 32px;
}
.mobile_nav__menu li {
  width: 100%;
}
.mobile_nav__menu li a {
  color: var(--white, #FFF);
  font-family: Ubuntu Mono;
  font-size: 16px;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
}
.mobile_nav__auth {
  border-top: 1px solid var(--white, #FFF);
  border-bottom: 1px solid var(--white, #FFF);
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 32px;
  width: calc(100% - 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile_nav__auth a {
  padding: 32px 0;
  color: var(--white, #FFF);
  font-family: Ubuntu Mono;
  font-size: 16px;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  display: block;
}
.mobile_nav__auth a:nth-child(2n) {
  margin-left: auto;
}
.mobile_nav__socs {
  gap: 24px;
  margin-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
  margin-left: 32px;
  justify-content: space-between;
  width: calc(100% - 64px);
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile_nav__socs li:nth-child(2n) {
  margin-left: auto;
}
.mobile_nav__socs li a {
  color: var(--white, #FFF);
  font-family: Ubuntu Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
}

details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes open {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* closing animation */
@keyframes close {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
details[open] summary ~ * {
  animation: open 0.5s;
}

/* closing class */
details.closing summary ~ * {
  animation: close 0.5s;
}

.btn {
  border-radius: 6px;
  display: flex;
  height: 48px;
  padding: 4px 16px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: -moz-max-content;
  width: max-content;
}
.btn_blue {
  background: var(--blue, #001DFA);
  color: var(--white, #FFF);
}
.btn_white {
  border: 1px solid var(--blue, #001DFA);
  background: var(--white, #FFF);
  color: var(--blue, #001DFA);
}
.btn:disabled {
  opacity: 0.45;
}

.btn_action {
  border-radius: 25px;
  background: var(--blue);
  display: flex;
  padding: 24px 32px;
  align-content: flex-end;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  flex-shrink: 0;
  color: #FFFFFF;
  line-height: 125%;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}
.btn_action::before {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--gradient-element-1);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border-radius: 25px;
}
.btn_action .icon {
  position: relative;
}
.btn_action i {
  position: absolute;
}
.btn_action i:last-child {
  opacity: 0;
  transition: opacity 0.8s ease;
}
.btn_action i:first-child {
  opacity: 1;
  transition: all 0.8s ease;
}
.btn_action:hover .icon.animate i:first-child {
  opacity: 0;
  transform: translateY(200%);
}
.btn_action:hover .icon.animate i:last-child {
  opacity: 1;
}
.btn_action:hover::before {
  opacity: 1;
}
.btn_action span {
  z-index: 3;
}

.slider-nav {
  display: flex;
  gap: 32px;
}
.slider-nav__prev {
  background: url("/hedgehog/img/arrow_inverse.svg") no-repeat;
  transition: all 0.5s ease;
}
.slider-nav__prev.active {
  transform: translateX(-10px);
}
.slider-nav__next {
  transition: all 0.5s ease;
  background: url("/hedgehog/img/arrow.svg") no-repeat;
}
.slider-nav__next.active {
  transform: translateX(10px);
}
.slider-nav button {
  width: 30px;
  height: 22px;
  border: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}

nav li {
  list-style: none;
}

.arrow_btn {
  background: url("/hedgehog/img/arrow.svg");
  width: 30px;
  height: 22px;
  box-sizing: border-box;
  transition: all 0.5s ease;
}
.arrow_btn:hover {
  margin-right: 5px;
}

section {
  margin-top: 96px;
}

.section__header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 60px;
}
.section__header a {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 200;
  line-height: 125%;
  font-size: 18px;
  color: var(--black, #040718);
  padding-right: 32px;
}

.plus {
  background: url("/hedgehog/img/plus.svg");
}

.minus {
  background: url("/hedgehog/img/minus.svg");
}

.arrow {
  background: url("/hedgehog/img/arrow2.svg");
}

.send {
  background: url("/hedgehog/img/send.svg");
}

.mail {
  background: url("/hedgehog/img/mail.svg");
}

.setting {
  background: url("/hedgehog/img/settings.svg");
}

.out {
  background: url("/hedgehog/img/out.svg");
}

.info {
  background: url("/hedgehog/img/info.svg");
}

u {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
u:after {
  content: "";
  background: linear-gradient(42deg, #0015D1 3.82%, #6D5DF5 36.07%, #AECAE6 65.11%, #0015D1 97.55%);
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
}

.wrap {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  padding: 0 32px;
  width: 100%;
  max-width: 1440px;
}

.header {
  padding-top: 8px;
  position: relative;
}
.header.header_bg {
  background: url("/hedgehog/img/1440px.jpg") no-repeat center top;
  background-position-x: 32vw;
  background-position-y: -599px;
}
.header__main {
  display: flex;
  height: 50px;
  padding: 0px 32px;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  row-gap: 10px;
  flex-wrap: wrap;
  border-radius: 1000px;
  border: 1px solid var(--black);
  text-transform: uppercase;
  z-index: 5;
  position: relative;
  transition: all 0.2s ease;
}
.header__main.active {
  border: 1px solid var(--white);
}
.header__main.active a {
  color: var(--white);
}
.header__main.active .header__main-menu {
  color: var(--white);
}
.header__main.active .header__main-logo svg path {
  fill: var(--white);
}
.header__main-logo {
  width: 135px;
  height: 20px;
}
.header__main-logo svg {
  transition: all 0.2s ease;
}
.header__main-menu {
  display: none;
  border: none;
  background: none;
  color: var(--black);
  font-family: Ubuntu Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
  text-transform: uppercase;
  transition: all 0.2s ease;
}
.header__main-auth {
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}
.header__main details {
  position: relative;
}
.header__main details .account {
  position: absolute;
  border-radius: 6px;
  border: 1px solid var(--black, #040718);
  background: var(--white, #FFF);
  padding: 16px;
  text-transform: none;
  top: 47px;
  right: -10px;
}
.header__main details .account .item {
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 8px;
}
.header__main details .account .item:last-child {
  margin-bottom: 0;
}
.header__main details .account .item span {
  width: 10px;
  height: 10px;
  display: block;
}
.header__main details .account a {
  color: var(--black, #040718);
  font-family: Ubuntu Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
.header__main nav {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header__main nav li {
  color: var(--black);
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
.header__description {
  display: flex;
  height: 504px;
  align-items: center;
  align-content: center;
  flex: 1 0 0;
  justify-content: space-between;
  padding: 30px 32px;
}
.header__description-img {
  width: 43%;
  background: url(/hedgehog/img/banner_img.svg) no-repeat;
  aspect-ratio: 95/58;
  background-size: cover;
}
.header__description-img img {
  max-width: 100%;
}
.header__description-text {
  width: 50%;
}
.header__description-text div {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  width: 462px;
  position: relative;
}
.header__description-text p {
  padding: 0;
  margin: 0;
}
.header__actions {
  display: flex;
  height: 240px;
  gap: 30px;
  margin-top: 30px;
}
.header__actions a {
  width: 386px;
  font-size: 18px;
  line-height: 125%;
}
.header__actions-roadmap {
  border-radius: 25px;
  border: 1px solid var(--black, #040718);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  width: 100%;
}
.header__actions-roadmap .step {
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  border-radius: 68px;
  border: 1px solid var(--black, #040718);
}
.header__actions-roadmap .step.active {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header__actions-roadmap .step.active div {
  background-color: var(--blue);
  width: 40px;
  height: 40px;
  border-radius: 68px;
  z-index: 1;
}
.header__actions-roadmap .step.active div:after {
  background-color: var(--blue);
  width: 40px;
  height: 40px;
  border-radius: 68px;
  content: "";
  position: absolute;
  animation: pulse 3s linear infinite;
  animation-fill-mode: forwards;
  opacity: 1;
  z-index: 2;
}
.header__actions-roadmap .line {
  width: 35%;
  height: 1px;
  background: #040718;
  text-align: center;
}
.header__actions-roadmap .line:last-child {
  display: none;
}
.header__actions-roadmap .line.last {
  width: 42%;
}
.header__actions-roadmap .line span {
  font-size: 23px;
  font-weight: 700;
  line-height: 125%;
  margin-top: 25px;
  display: block;
}
.header__actions-roadmap .line span ~ span {
  display: none;
}

@keyframes pulse {
  from {
    transform: scale(1);
    opacity: 0;
  }
  10% {
    transform: scale(1.25);
    opacity: 1;
  }
  50% {
    transform: scale(1.25);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes UpDown {
  from {
    padding-top: 20px;
    opacity: 0;
  }
  to {
    padding-top: 0px;
    opacity: 1;
  }
}
.nomination_section {
  padding-left: 32px;
}
.nomination_section .nomination {
  display: flex;
  gap: 30px;
}
.nomination_section .nomination_mobile {
  display: none;
}
.nomination_section .nomination__list {
  width: calc(50% - 1px);
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  border-right: 1px solid var(--black);
}
.nomination_section .nomination__list .item {
  width: 78%;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}
.nomination_section .nomination__list .item span {
  transform: translateX(0px);
  transition: all 0.4s ease;
}
.nomination_section .nomination__list .item__description {
  display: none;
}
.nomination_section .nomination__list .item:before {
  content: "";
  opacity: 0;
  transition: opacity 0.4s ease;
}
.nomination_section .nomination__list .item.active span {
  transform: translateX(24px);
}
.nomination_section .nomination__list .item.active:before {
  content: "";
  display: block;
  min-width: 30px;
  height: 22px;
  background: url("/hedgehog/img/arrow.svg") no-repeat;
  opacity: 1;
}
.nomination_section .nomination__description {
  width: 50%;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  transition: all 0.1s linear;
}
.nomination_section .nomination__description-img {
  width: 100%;
  text-align: center;
  display: flex;
  max-width: 355px;
  max-height: 355px;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 25px;
  background: var(--gradient-icon-2);
}
.nomination_section .nomination__description-img img {
  width: 150px;
  height: 150px;
}
.nomination_section .nomination__description-text {
  font-size: 18px;
  width: 333px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}

.candidates h1 {
  padding-left: 32px;
}
.candidates .items {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.candidates .items .item {
  width: 31%;
  padding: 24px 32px;
  border-top: 1px solid var(--black, #040718);
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--white, #040718);
  border-left: 1px solid var(--white, #040718);
  transition: all 0.4s ease;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.candidates .items .item:hover {
  border-bottom: 1px solid var(--black, #040718);
  border-left: 1px solid var(--black, #040718);
}
.candidates .items .item:hover .arrow_btn {
  margin-right: 5px;
}
.candidates .items .item__img {
  filter: grayscale(1);
  width: 200px;
  height: 200px;
}
.candidates .items .item__img img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
}
.candidates .items .item__data-fio {
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
.candidates .items .item__data-company {
  font-size: 23px;
  font-weight: 400;
  line-height: 125%;
}
.candidates .items .item__nomination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.candidates .items .item__nomination span {
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 200;
  line-height: 125%;
  width: 80%;
}

.news h1 {
  padding-left: 32px;
}
.news .items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 24px;
}
.news .items .item {
  height: 240px;
  width: 50%;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: space-between;
}
.news .items .item:hover {
  cursor: pointer;
}
.news .items .item:hover .item__name {
  color: var(--blue);
}
.news .items .item:hover .arrow_btn {
  margin-right: 5px;
}
.news .items .item__name {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%; /* 31.25px */
}
.news .items .item__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news .items .item__data-date {
  font-size: 23px;
  font-weight: 400;
  line-height: 125%; /* 28.75px */
}
.news .items .item:nth-child(1) {
  border-top: 1px solid var(--black, #040718);
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
}
.news .items .item:nth-child(2) {
  border-top: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
}
.news .items .item:nth-child(3) {
  border-radius: 0px 0px 0px 25px;
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
  border-left: 1px solid var(--black, #040718);
}
.news .items .item:nth-child(4) {
  border-radius: 0px 0px 25px 0px;
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
}

.__select {
  position: relative;
  width: 282px;
  height: 48px;
}
.__select[data-state=active] .__select__title::before {
  transform: rotate(180deg);
}
.__select[data-state=active] .__select__content {
  opacity: 1;
  z-index: 8;
}
.__select[data-state=active] .__select__label + .__select__input + .__select__label {
  min-height: 40px;
  border-top-width: 1px;
}

.__select__title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 12px;
  border-radius: 4px;
  background: var(--grey-grey-4, rgba(4, 7, 24, 0.03));
  color: var(--grey-2, rgba(4, 7, 24, 0.2));
  font-family: Ubuntu Mono;
  font-size: 18px;
  line-height: 125%; /* 22.5px */
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.__select__title span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 72%;
}
.__select__title::before {
  content: "";
  background: url("/hedgehog/img/mdi_arrow_drop_down.svg");
  position: absolute;
  right: 16px;
  display: block;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease-out;
}

.__select__content {
  position: absolute;
  top: 56px;
  right: 0px;
  flex-direction: column;
  background: rgb(247, 247, 248);
  border-top: none;
  border-radius: 4px;
  transition: all 0.3s ease-out;
  opacity: 0;
  display: flex;
  z-index: -1;
  width: -moz-max-content;
  width: max-content;
  min-width: 420px;
}

.__select__input {
  display: none;
}
.__select__input:checked + label {
  background-color: #dedede;
}
.__select__input:disabled + label {
  opacity: 0.6;
  pointer-events: none;
}

.__select__label {
  width: 100%;
  padding: 12px;
  transition: all 0.2s ease-out;
  cursor: pointer;
  overflow: hidden;
  color: var(--grey-1, rgba(4, 7, 24, 0.5));
}
.__select__label:hover {
  color: var(--black, #040718);
}

@media (max-width: 680px) {
  .__select__content {
    width: calc(100vw - 64px);
  }
}
@media (max-width: 568px) {
  .__select {
    width: calc(100% - 20px);
  }
  .__select__content {
    width: 100%;
    min-width: 100%;
  }
}
.about h1 {
  padding: 0px 32px;
}
.about__description {
  width: 609px;
  box-sizing: content-box;
  padding: 0px 32px;
}
.about__features {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  border-top: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
  padding: 24px 32px 34px 32px;
}
.about__features .item {
  width: 33%;
}
.about__features .item__name {
  font-family: Source Code Pro, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 125%;
}
.about__features .item__description {
  margin-top: 30px;
}

.about_votes h1 {
  padding: 0;
}

.about_votes_list {
  margin-top: 1.5em;
  padding: 24px 32px;
  border-radius: 25px;
  border: 1px solid var(--black, #040718);
}

.about_votes_item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2em;
  line-height: 1.5;
  border-bottom: solid 1px #0e0e0e;
  padding-bottom: 10px;
}
.about_votes_item:last-child {
  border-bottom: none;
}

.about_votes_number {
  min-width: 2.5em;
  font-weight: bold;
  flex-shrink: 0;
}

.about_votes_text {
  display: block;
}

.about_votes_links {
  text-decoration: underline;
  color: #001dfa;
}

.deadlines {
  padding: 0px 32px;
}
.deadlines_block {
  margin-top: 60px;
}
.deadlines_block h1 {
  padding: 0px 32px;
}
.deadlines .deadline {
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--black, #040718);
  padding-bottom: 24px;
  margin-bottom: 24px;
  gap: 24px;
  justify-content: space-between;
}
.deadlines .deadline:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.deadlines .deadline__number {
  border-radius: 68px;
  border: 1px solid var(--black, #040718);
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-size: 23px;
  font-weight: 700;
  line-height: 125%; /* 28.75px */
}
.deadlines .deadline__data {
  display: flex;
  flex-grow: 1;
}
.deadlines .deadline__data-name {
  flex-grow: 1;
  font-size: 23px;
  line-height: 125%; /* 28.75px */
}
.deadlines .deadline__data-date {
  font-size: 23px;
  line-height: 125%; /* 28.75px */
}

.jury {
  margin-top: 60px;
}
.jury h1 {
  padding: 0 32px;
}
.jury__description {
  padding-left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.jury__description-nav {
  display: none;
}
.jury__description-text {
  width: 609px;
}
.jury .items {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.jury .items .item {
  border-top: 1px solid var(--black, #040718);
  border-right: 1px solid var(--black, #040718);
  border-left: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--white);
  width: calc(25% - 23px);
  padding: 24px 32px;
  display: block;
  transition: all 0.4s ease;
  height: auto;
}
.jury .items .item:hover {
  border-bottom: 1px solid var(--black);
}
.jury .items .item__img {
  filter: grayscale(1);
  width: 200px;
  height: 200px;
}
.jury .items .item__img img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
}
.jury .items .item__fio {
  margin-top: 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
.jury .items .item__company {
  font-size: 23px;
  line-height: 125%;
}

.vote_description {
  margin-top: 60px;
}
.vote_description .section__header {
  padding-left: 32px;
}
.vote_description__blocks {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-wrap: wrap;
  gap: 24px;
  padding: 0px 32px;
}
.vote_description__blocks .item {
  width: 100%;
  padding: 24px 32px;
  border-radius: 25px;
  border: 1px solid var(--black, #040718);
}
.vote_description__blocks .item__votes {
  width: 100%;
  grid-column-end: 3;
  grid-column-start: 1;
}
.vote_description__blocks .item__votes:has(.item__votes-guest) {
  display: flex;
  gap: 44px;
  align-items: center;
}
.vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-hr {
  width: 1px;
  height: 100%;
  background: #040718;
}
.vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-description {
  width: 50%;
  border-bottom: none;
  padding-bottom: 0;
}
.vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-guest {
  width: 50%;
  color: var(--grey-grey-3, rgba(4, 7, 24, 0.5));
  /* Body/Body 1 */
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}
.vote_description__blocks .item__votes-description {
  border-bottom: 1px solid var(--black, #040718);
  padding-bottom: 24px;
}
.vote_description__blocks .item__votes-count {
  margin-top: 8px;
  color: var(--black, #040718);
  /* Title/Title 2 (Bold) */
  font-family: Ubuntu Mono;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
}
.vote_description__blocks .item__votes-count_description {
  color: var(--grey-grey-3, rgba(4, 7, 24, 0.5));
  font-family: Ubuntu Mono;
  font-size: 16px;
}
.vote_description__blocks .item__votes-categories {
  margin-top: 24px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.vote_description__blocks .item__votes-categories .category {
  border-radius: 100px;
  border: 1px solid var(--blue, #001DFA);
  background: var(--blue, #001DFA);
  padding: 8px 16px;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Ubuntu Mono;
  line-height: 125%;
}
.vote_description__blocks .item__votes-categories .more {
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--blue, #001DFA);
  display: none;
  transition: all 0.3s ease-out;
}
.vote_description__blocks .item__votes-categories .more .icon {
  background: transparent;
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  padding: 0;
}
.vote_description__blocks .item__votes-categories .more .icon i {
  width: 10px;
  max-width: 10px;
  height: 10px;
  display: block;
  max-height: 10px;
  background-size: cover;
}
.vote_description__blocks .item__votes-categories .more:hover {
  background: var(--blue);
  color: var(--white);
}
.vote_description__blocks .item__votes-categories .more:hover .icon i {
  filter: invert(100%);
}

@media (max-width: 1230px) {
  .jury .items .item {
    width: calc(33% - 18px);
  }
}
@media (max-width: 921px) {
  .jury .items {
    flex-wrap: nowrap;
    gap: 0;
  }
  .jury .items .item {
    width: 282px;
  }
}
@media (max-width: 768px) {
  .about h1 {
    padding: 0;
  }
  .about__description {
    padding: 0;
    width: 86%;
  }
  .about__features {
    padding: 24px 0px 34px 0px;
  }
  .about__features .item__name {
    font-size: 48px;
    line-height: 125%;
  }
  .deadlines_block h1 {
    padding: 0;
  }
  .deadlines_block .deadlines {
    padding: 0;
  }
  .jury h1 {
    padding: 0;
  }
  .jury__description {
    padding: 0;
    width: 86%;
  }
  .jury__description-nav {
    display: none;
  }
  .vote_description .section__header {
    padding: 0;
  }
  .vote_description__blocks {
    padding: 0;
  }
  .vote_description__blocks .item__votes-description {
    width: 100%;
  }
  .vote_description__blocks .item__votes-categories .category {
    display: none;
  }
  .vote_description__blocks .item__votes-categories .category:nth-child(1), .vote_description__blocks .item__votes-categories .category:nth-child(2), .vote_description__blocks .item__votes-categories .category:nth-child(3), .vote_description__blocks .item__votes-categories .category:nth-child(4), .vote_description__blocks .item__votes-categories .category:nth-child(5), .vote_description__blocks .item__votes-categories .category:nth-child(6), .vote_description__blocks .item__votes-categories .category:nth-child(7), .vote_description__blocks .item__votes-categories .category:nth-child(8), .vote_description__blocks .item__votes-categories .category:nth-child(9) {
    display: block;
  }
  .vote_description__blocks .item__votes-categories .more {
    display: flex;
  }
}
@media (max-width: 658px) {
  .about_votes_list {
    padding: 12px 10px;
  }
  .about__description {
    width: 100%;
  }
  .about__features {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 24px;
  }
  .about__features .item {
    width: calc(50% - 20px);
  }
  .about__features .item__name {
    font-size: 35px;
  }
  .about__features .item:last-child {
    width: 100%;
  }
  .deadlines_block .deadlines .deadline__data {
    flex-wrap: wrap;
  }
  .deadlines_block .deadlines .deadline__data-name {
    width: 100%;
  }
  .deadlines_block .deadlines .deadline__data-data {
    width: 100%;
  }
  .jury__description {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .jury .items .item {
    width: 260px;
  }
  .jury .items .item__fio {
    font-size: 23px;
    line-height: 125%;
  }
  .jury .items .item__company {
    font-size: 20px;
    line-height: 125%;
  }
  .jury .items .item__img {
    width: 170px;
    height: 170px;
  }
  .jury .items .item__img img {
    width: 170px;
    height: 170px;
  }
  .vote_description__blocks {
    grid-template-columns: 1fr;
  }
  .vote_description__blocks .item__votes {
    grid-column-end: 1;
    grid-column-start: 1;
  }
  .vote_description__blocks .item__votes:has(.item__votes-guest) {
    flex-wrap: wrap;
    gap: 36px;
  }
  .vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-description {
    width: 100%;
    border-bottom: 1px solid var(--black, #040718);
    padding-bottom: 36px;
  }
  .vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-guest {
    width: 100%;
  }
  .vote_description__blocks .item__votes:has(.item__votes-guest) .item__votes-hr {
    display: none;
  }
  .vote_description__blocks .item__votes-count {
    font-size: 23px;
  }
  .vote_description__blocks .item__votes-categories .category, .vote_description__blocks .item__votes-categories .more {
    font-size: 16px;
  }
  .vote_description__blocks .item__votes-categories .category:nth-child(5), .vote_description__blocks .item__votes-categories .category:nth-child(6), .vote_description__blocks .item__votes-categories .category:nth-child(7), .vote_description__blocks .item__votes-categories .category:nth-child(8), .vote_description__blocks .item__votes-categories .category:nth-child(9) {
    display: none;
  }
  .vote_description__blocks .item__votes-categories .category:nth-child(1), .vote_description__blocks .item__votes-categories .category:nth-child(2), .vote_description__blocks .item__votes-categories .category:nth-child(3), .vote_description__blocks .item__votes-categories .category:nth-child(4) {
    display: block;
  }
}
.nominations__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  padding: 0px 32px;
}
.nominations__header .section__header {
  margin-bottom: 0;
}
.nominations__header .numbers {
  display: flex;
  gap: 40px;
}
.nominations__header .numbers .number {
  display: flex;
  width: 50px;
  height: 50px;
  padding: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-radius: 68px;
  border: 1px solid var(--black, #040718);
  color: var(--black, #040718);
  font-family: Ubuntu Mono;
  font-size: 23px;
  font-weight: 700;
  line-height: 125%;
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.nominations__header .numbers .number.active {
  color: var(--white, #FFF);
  border: 1px solid var(--blue, #001DFA);
  background: var(--blue, #001DFA);
}
.nominations .items {
  min-height: 300px;
  padding: 0px 32px;
}
.nominations .items .item {
  display: flex;
  gap: 30px;
  transition: all 0.1s linear;
  align-items: center;
}
.nominations .items .item:first-child {
  padding-top: 0;
}
.nominations .items .item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.nominations .items .item__img {
  display: flex;
  width: 458px;
  height: 277px;
  padding: 24px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 25px;
  background: var(--gradient-icon-2);
}
.nominations .items .item__data {
  width: calc(100% - 488px);
}
.nominations .items .item__data-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.nominations .items .item__data-header__name {
  font-size: 25px;
  font-weight: 700;
  line-height: 125%; /* 31.25px */
  width: 458px;
}
.nominations .items .item__data-header__button {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--blue);
  height: 34px;
  font-size: 14px;
  line-height: 125%; /* 17.5px */
  transition: all 0.3s ease-out;
  min-width: 181px;
}
.nominations .items .item__data-header__button .icon {
  background: transparent;
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  padding: 0;
}
.nominations .items .item__data-header__button .icon i {
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  background-size: cover;
}
.nominations .items .item__data-header__button:hover {
  background: var(--blue);
  color: var(--white);
}
.nominations .items .item__data-header__button:hover .icon i {
  filter: invert(100%);
}

.participate_button {
  background: #001dfa;
  padding: 16px 16px;
  border-radius: 100px;
  margin-top: 10px;
  /* height: 200px; */
  display: flex;
  width: 203px;
  justify-content: center;
}
.participate_button span {
  color: white;
}

@media (max-width: 1210px) {
  .nominations__header .numbers {
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .nominations {
    padding: 0;
  }
  .nominations__header {
    flex-wrap: wrap;
    padding: 0;
  }
  .nominations__header .numbers {
    margin-top: 24px;
    gap: 0;
    justify-content: space-between;
    width: 100%;
  }
  .nominations__header .numbers .number {
    width: 50px;
    height: 50px;
  }
  .nominations .items {
    padding: 0;
  }
  .nominations .items .item {
    flex-wrap: wrap;
  }
  .nominations .items .item__img {
    width: 100%;
  }
  .nominations .items .item__data {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .participate_button {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .nominations__header .numbers {
    justify-content: start;
    gap: 14px;
    flex-wrap: wrap;
  }
  .nominations .items .item__data-header {
    flex-wrap: wrap;
  }
  .nominations .items .item__data-header__button {
    margin-top: 8px;
  }
}
.news_page h1 {
  padding-left: 32px;
}
.news_page .items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 24px;
}
.news_page .items:last-child {
  margin-bottom: 0;
}
.news_page .items__year {
  color: var(--Black, #040718);
  /* Header/H1 (360) */
  font-family: "Source Code Pro";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 60px */
  padding-left: 32px;
}
.news_page .items .item {
  height: 240px;
  width: 100%;
  display: flex;
  padding: 24px 32px;
  flex-direction: column;
  justify-content: space-between;
  border-bottom: 1px solid var(--black, #040718);
  border-left: 1px solid var(--black, #040718);
}
.news_page .items .item:hover .item__name {
  color: var(--blue);
}
.news_page .items .item:hover .arrow_btn {
  margin-right: 5px;
}
.news_page .items .item__name {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%; /* 35px */
}
.news_page .items .item__data {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news_page .items .item__data-date {
  font-size: 23px;
  font-weight: 400;
  line-height: 125%; /* 28.75px */
}

@media (max-width: 768px) {
  .news_page h1 {
    padding-left: 0;
  }
  .news_page .items__year {
    padding-left: 0;
  }
}
@media (max-width: 568px) {
  .news_page .items .item__name {
    font-size: 25px;
  }
  .news_page .items .item__data-date {
    font-size: 20px;
  }
}
.news_view .section__header {
  flex-wrap: wrap;
  border-bottom: 1px solid var(--black, #040718);
  padding: 0 32px 24px;
}
.news_view .section__header h1 {
  width: 100%;
}
.news_view .section__header-date {
  font-size: 23px;
  line-height: 125%;
}
.news_view .item {
  width: 609px;
  padding-left: 32px;
  box-sizing: content-box;
}
.news_view .item a {
  position: relative;
}
.news_view .item a:after {
  content: "";
  background: linear-gradient(42deg, #0015D1 3.82%, #6D5DF5 36.07%, #AECAE6 65.11%, #0015D1 97.55%);
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  margin-top: -1px;
  left: 0;
}
.news_view .item img {
  max-width: 100%;
  border-radius: 25px;
}
.news_view .item p {
  line-height: 125%;
}

@media (max-width: 768px) {
  .news_view .section__header {
    padding: 0 0 24px;
  }
  .news_view .item {
    width: 80%;
    padding-left: 0;
  }
}
@media (max-width: 576px) {
  .news_view .section__header h1 {
    font-size: 25px;
  }
  .news_view .section__header-date {
    font-size: 20px;
    line-height: 125%;
  }
  .news_view .item {
    width: 100%;
  }
}
.contacts h1 {
  padding: 0 32px;
}
.contacts__description {
  width: 609px;
  padding: 0 32px;
  margin-bottom: 60px;
  box-sizing: content-box;
}
.contacts__data {
  display: flex;
  gap: 32px;
  padding-top: 60px;
  border-top: 1px solid var(--black, #040718);
}
.contacts__data .employee {
  padding: 24px 32px;
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
  width: 50%;
}
.contacts__data .employee__img {
  filter: grayscale(1);
  width: 200px;
  height: 200px;
}
.contacts__data .employee__img img {
  border-radius: 25px;
  width: 200px;
  height: 200px;
}
.contacts__data .employee__data {
  margin-top: 24px;
}
.contacts__data .employee__data-fio {
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
.contacts__data .employee__data-company {
  font-size: 23px;
  font-weight: 400;
  line-height: 125%;
}
.contacts__data .employee__links {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}
.contacts__data .employee__links a {
  width: 100%;
}
.contacts__data .employee__links a:hover {
  color: var(--blue);
}
.contacts__data .contact {
  width: 50%;
  padding: 24px 32px;
  font-size: 28px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
.contacts__data .contact .icon {
  width: 35px;
  height: 35px;
}

@media (max-width: 768px) {
  .contacts h1 {
    padding: 0;
  }
  .contacts__description {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 660px) {
  .contacts__data {
    flex-wrap: wrap;
  }
  .contacts__data .employee {
    width: 100%;
  }
  .contacts__data .employee img {
    width: 100%;
    height: auto;
    max-width: 200px;
    max-height: 200px;
  }
  .contacts__data .contact {
    width: 100%;
    height: 198px;
  }
}
.candidate {
  margin-bottom: 60px;
  padding: 0px 32px;
}
.candidate:last-child {
  margin-bottom: 0;
}
.candidate__data {
  display: flex;
  gap: 30px;
  align-items: flex-end;
  margin-bottom: 60px;
}
.candidate__data-img {
  width: 200px;
  height: 200px;
  filter: grayscale(1);
}
.candidate__data-img img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.candidate__data-info__nomination {
  cursor: pointer;
}
.candidate__data-info__nomination span {
  font-family: Nunito Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%;
}
.candidate__data-info details {
  position: relative;
}
.candidate__data-info__nominations {
  position: absolute;
  border-radius: 6px;
  border: 1px solid var(--black, #040718);
  background: var(--white, #FFF);
  padding: 16px;
  top: 0;
  left: 86px;
}
.candidate__data-info__nominations .header {
  font-size: 18px;
  font-weight: 700;
  margin-left: 45px;
  line-height: 125%;
}
.candidate__data-info__nominations .items {
  margin-top: 8px;
}
.candidate__data-info__nominations .items .item {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.candidate__data-info__nominations .items .item:last-child {
  margin-bottom: 0;
}
.candidate__data-info__nominations .items .item__year {
  font-weight: 700;
  line-height: 125%;
  background: var(--gradient-element-1, linear-gradient(42deg, #0015D1 3.82%, #6D5DF5 36.07%, #AECAE6 65.11%, #0015D1 97.55%));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.candidate__data-info__fio, .candidate__data-info__title {
  font-family: Source Code Pro, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 125%;
}
.candidate__data-info__title {
  margin-left: 230px;
}
.candidate__data-info__work .company {
  font-size: 28px;
  line-height: 125%;
}
.candidate__data-info__work .jobtitle {
  font-size: 23px;
  font-weight: 400;
  line-height: 125%;
  color: var(--grey-1);
}
.candidate__info {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
}
.candidate__info:last-child {
  margin-bottom: 0;
}
.candidate__info-name {
  width: 200px;
  font-family: Nunito Sans, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 125%;
}
.candidate__info-name__add {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--blue, #001DFA);
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  background: none;
  margin-top: 20px;
  cursor: pointer;
  width: 102px;
  font-family: Ubuntu Mono;
  transition: all 0.3s ease-out;
}
.candidate__info-name__add .icon {
  background: transparent;
}
.candidate__info-name__add:hover {
  background: var(--blue);
  color: var(--white);
}
.candidate__info-name__add:hover .icon i {
  filter: invert(100%);
}
.candidate__info-name__add .icon {
  width: 10px;
  height: 10px;
}
.candidate__info-name__add .icon i {
  width: 10px;
  height: 10px;
  display: block;
  background-size: contain;
}
.candidate__info-name__form {
  position: absolute;
  border-radius: 6px;
  border: 1px solid var(--black, #040718);
  background: var(--white, #FFF);
  padding: 16px;
  margin-top: 20px;
  width: 473px;
  z-index: 8;
}
.candidate__info-name__form-name {
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%; /* 22.5px */
  margin-bottom: 16px;
}
.candidate__info-name__form .form-group label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.candidate__info-name__form .form-group textarea {
  font-size: 14px;
}
.candidate__info-name__form .form-group textarea::-moz-placeholder {
  font-size: 14px;
}
.candidate__info-name__form .form-group textarea::placeholder {
  font-size: 14px;
}
.candidate__info-name__form .btn {
  margin-top: 8px;
  height: 26px;
  font-size: 14px;
}
.candidate__info-data {
  width: 609px;
}
.candidate__info-data.pre-wrap {
  white-space: pre-wrap;
}
.candidate__info-data__nominations .nomination {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 15px;
}
.candidate__info-data__nominations .nomination:last-child {
  margin-bottom: 0;
}
.candidate__info-data__nominations .nomination__img {
  display: flex;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 17.361px;
  background: var(--gradient-icon-2);
}
.candidate__info-data__nominations .nomination__img img {
  width: 35.773px;
  height: 35.773px;
}
.candidate__info-data__nominations .nomination__name {
  font-size: 23px;
  font-weight: 700;
  line-height: 125%;
}
.candidate__info-data .comment {
  border-bottom: 1px solid var(--black, #040718);
  padding-bottom: 16px;
  margin-bottom: 16px;
  white-space: pre-wrap;
}
.candidate__info-data .comment:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.candidate__info-data .files {
  display: flex;
  gap: 16px;
}
.candidate__info-data .files .file.pdf {
  width: 23px;
  height: 30px;
  background: url("/hedgehog/img/pdf.svg");
}
.candidate__info-data .files .file.link {
  width: 24px;
  height: 30px;
  background: url("/hedgehog/img/link.svg");
}

@media (max-width: 970px) {
  .candidate__info-data {
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  .candidate {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .candidate__data-info__nominations {
    top: 50.5px;
    left: 0;
  }
}
@media (max-width: 567px) {
  .candidate__data {
    flex-wrap: wrap;
  }
  .candidate__data-info__fio, .candidate__data-info__title {
    font-size: 48px;
  }
  .candidate__data-info__nominations {
    top: 50.5px;
    left: 0;
  }
  .candidate__data-info__title {
    margin-left: 0;
  }
  .candidate__info {
    flex-wrap: wrap;
    gap: 24px;
  }
  .candidate__info-name {
    width: 100%;
    display: flex;
    align-items: flex-end;
  }
  .candidate__info-name textarea {
    height: 79px;
  }
  .candidate__info-name__form {
    width: calc(100% - 40px);
    left: 20px;
    margin-top: 10px;
  }
  .candidate__info-data {
    width: 100%;
  }
  .candidate__info-data__nominations .nomination {
    gap: 20px;
  }
}
.not_found {
  height: 100vh;
  margin-top: 0;
}
.not_found .wrap {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 64px;
}
.not_found .section__header {
  margin-bottom: 30px;
}
.not_found .section__header h1 {
  font-size: 96px;
}
.not_found__description {
  width: 100%;
}
.not_found .btn {
  margin-top: 72.5px;
}

.not_found_bg .content-wrapper {
  background: url("/hedgehog/img/404.png") no-repeat top right;
  background-size: cover;
}

.not_found_bg .header .wrap {
  background: none;
}

@media (max-width: 768px) {
  .not_found .wrap {
    padding: 0 20px;
  }
}
@media (max-width: 630px) {
  .not_found .section__header h1 {
    font-size: 48px;
  }
}
small {
  font-family: Nunito Sans;
}

.form {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  width: 100%;
}
.form-group .autoComplete_wrapper {
  width: 100%;
}
.form-group .autoComplete_wrapper > input {
  border-radius: 4px;
  background-color: rgba(4, 7, 24, 0.03);
  border: none;
  width: 100%;
  padding: 12px 12px 12px 37px;
  height: auto;
  background-image: url("/hedgehog/img/search.svg");
  background-size: 13px;
  background-position: left 12px top 16px;
  color: var(--black);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  border: 1px solid white;
}
.form-group .autoComplete_wrapper > input:before {
  content: "";
  background-image: url("/hedgehog/img/search.svg");
}
.form-group .autoComplete_wrapper > input:-moz-placeholder-shown {
  background-image: url("/hedgehog/img/search_gray.svg");
}
.form-group .autoComplete_wrapper > input:placeholder-shown {
  background-image: url("/hedgehog/img/search_gray.svg");
}
.form-group .autoComplete_wrapper > input:focus {
  background-image: url("/hedgehog/img/search.svg");
}
.form-group .autoComplete_wrapper > input::-moz-placeholder, .form-group .autoComplete_wrapper > input:hover::-moz-placeholder, .form-group .autoComplete_wrapper > input:focus::-moz-placeholder {
  color: var(--grey-2);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  -moz-transition: none;
  transition: none;
}
.form-group .autoComplete_wrapper > input::placeholder, .form-group .autoComplete_wrapper > input:hover::placeholder, .form-group .autoComplete_wrapper > input:focus::placeholder {
  color: var(--grey-2);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  transition: none;
}
.form-group .autoComplete_wrapper > input:focus {
  border: 1px solid var(--blue, #001DFA);
}
.form-group .autoComplete_wrapper > input:focus::-moz-placeholder {
  padding: 0;
}
.form-group .autoComplete_wrapper > input:focus::placeholder {
  padding: 0;
}
.form-group .autoComplete_wrapper > input:focus::-moz-selection {
  color: var(--black);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}
.form-group .autoComplete_wrapper > input:focus::selection, .form-group .autoComplete_wrapper > input:focus, .form-group .autoComplete_wrapper > input:hover {
  color: var(--black);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}
.form-group .autoComplete_wrapper > input:focus::-moz-selection {
  background: #001dfa;
  color: var(--white);
}
.form-group .autoComplete_wrapper > input:focus::selection {
  background: #001dfa;
  color: var(--white);
}
.form-group .autoComplete_wrapper > ul {
  background: rgb(247, 247, 248);
  border-radius: 4px;
  border: none;
  box-shadow: none;
  overflow-y: hidden;
  margin-top: 8px;
  max-height: -moz-max-content;
  max-height: max-content;
}
.form-group .autoComplete_wrapper > ul > li {
  background: none;
  padding: 12px;
  color: var(--grey-1);
}
.form-group .autoComplete_wrapper > ul > li[aria-selected=true] {
  background: none;
  color: var(--black, #040718);
}
.form-group .autoComplete_wrapper > ul > li:hover {
  color: var(--black, #040718);
  background: none;
}
.form-group small {
  color: var(--red, #F00);
  font-family: Nunito Sans;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 15px */
}
.form-group label {
  font-family: Ubuntu Mono;
  width: 100%;
  color: var(--grey-1);
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}
.form-group label span {
  color: var(--red, #F00);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}
.form-group .textarea {
  position: relative;
  width: 100%;
  background: rgba(4, 7, 24, 0.03);
  border: 1px solid white;
  border-radius: 4px;
}
.form-group .textarea:focus-within {
  border-radius: 4px;
  border: 1px solid var(--blue, #001DFA);
  outline: none;
}
.form-group .textarea:has(textarea.has-error2), .form-group .textarea:has(textarea.has-error:invalid) {
  border: 1px solid var(--red, #F00);
  background: var(--grey-grey-2, rgba(4, 7, 24, 0.03));
}
.form-group .textarea textarea {
  outline: none;
  background: transparent;
  border: none;
}
.form-group .textarea__count {
  margin-left: 15px;
  padding-bottom: 15px;
  color: var(--grey-1, rgba(4, 7, 24, 0.5));
  font-family: Ubuntu Mono;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.form-group textarea {
  resize: none;
}
.form-group input {
  border: 1px solid white;
}
.form-group input:focus-visible {
  border-radius: 4px;
  border: 1px solid var(--blue, #001DFA);
  outline: none;
}
.form-group input > small {
  border: 1px solid var(--red, #F00);
  background: var(--grey-grey-2, rgba(4, 7, 24, 0.03));
}
.form-group input.has-error2, .form-group input.has-error:invalid {
  border: 1px solid var(--red, #F00) !important;
}
.form-group input, .form-group textarea {
  border-radius: 4px;
  background: rgba(4, 7, 24, 0.03);
  width: 100%;
  padding: 12px;
  color: var(--black, #040718);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  transition: all 0.4s ease;
}
.form-group input::-moz-placeholder, .form-group textarea::-moz-placeholder {
  color: var(--grey-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}
.form-group input::placeholder, .form-group textarea::placeholder {
  color: var(--grey-2);
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
}

.auth {
  width: 460px;
  padding: 0px 32px;
}
.auth_block .section__header {
  padding: 0px 32px;
}
.auth__links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  margin-top: 8px;
}
.auth__links:last-child {
  margin-bottom: 0;
  margin-top: 0;
}

@media (max-width: 768px) {
  .auth {
    padding: 0;
  }
  .auth_block .section__header {
    padding: 0;
  }
}
@media (max-width: 576px) {
  .auth {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .auth__links {
    display: block;
  }
  .auth__links a:last-child {
    margin-top: 10px;
  }
}
.new {
  padding: 0px 32px;
}
.new_block h1 {
  padding: 0px 32px;
}
.new__name {
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 24px;
}
.new__name-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.new__name-flex .name {
  width: 72%;
}
.new__form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  /* Hover/active */
  /* Disabled */
}
.new__form .input-file {
  position: relative;
  display: inline-block;
}
.new__form .input-file div {
  border-radius: 100px;
  border: 1px solid var(--blue, #001DFA);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-family: Ubuntu Mono;
  font-size: 14px;
  font-weight: 400;
  line-height: 125%;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.new__form .input-file div .icon {
  background: transparent;
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  padding: 0;
}
.new__form .input-file div .icon i {
  width: 10px;
  max-width: 10px;
  height: 10px;
  max-height: 10px;
  background-size: cover;
  display: block;
}
.new__form .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.new__form .input-file:hover div, .new__form .input-file input[type=file].fill + div {
  background: var(--blue);
  color: var(--white);
}
.new__form .input-file:hover div .icon i, .new__form .input-file input[type=file].fill + div .icon i {
  filter: invert(100%);
}
.new__form .input-file input[type=file]:disabled + div {
  background-color: #eee;
}
.new__form .types {
  display: flex;
  gap: 30px;
}
.new__form .types .type {
  width: 237px;
}
.new__form .types .type input[type=radio] {
  display: none;
}
.new__form .types .type input[type=radio]:checked + label {
  background: var(--blue, #001DFA);
  color: var(--white, #FFF);
}
.new__form .types .type input[type=radio]:disabled + label {
  background: #efefef;
  color: #666;
}
.new__form .types .type label {
  display: flex;
  min-width: 237px;
  padding: 24px 32px;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
  border-radius: 25px;
  border: 1px solid var(--blue, #001DFA);
  color: var(--black, #040718);
  cursor: pointer;
  transition: background-color 0.3s ease-in-out;
}
.new__form .nominations {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 0;
}
.new__form .nominations .nomination {
  border-right: 1px solid var(--black, #040718);
  border-bottom: 1px solid var(--black, #040718);
  padding: 24px 24px 24px 24px;
}
.new__form .nominations .nomination input[type=radio] {
  display: none;
}
.new__form .nominations .nomination input[type=radio]:checked + label:before {
  background: url("/hedgehog/img/mdi_radio_button_checked.svg");
}
.new__form .nominations .nomination label {
  display: flex;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.new__form .nominations .nomination label span {
  width: 92%;
}
.new__form .nominations .nomination label:before {
  content: "";
  display: inline-block;
  background: url("/hedgehog/img/mdi_radio_button_unchecked.svg");
  width: 24px;
  height: 24px;
}
.new__form .nominations .nomination:nth-child(3n) {
  border-right: none;
}
.new__form .nominations .nomination:nth-child(3n+1) {
  padding-left: 0px;
}
.new__form .nominations .nomination.without_border {
  border-bottom: none;
}
.new__form .col_grid {
  grid-column-gap: 30px;
  grid-row-gap: 8px;
  display: grid;
  width: auto;
  margin-top: 24px;
}
.new__form .col_grid .cell_full {
  grid-column-end: 3;
  grid-column-start: 1;
}
.new__form .col_grid_1 {
  grid-template-columns: 1fr;
}
.new__form .col_grid_2 {
  grid-template-columns: 1fr 1fr;
}
.new__form .block {
  width: 48%;
}
.new__form .block__full {
  width: 100%;
}
.new__form .block__button {
  display: flex;
  justify-content: space-between;
  width: 48%;
}
.new__form .block__button .nomination_error {
  border-radius: 6px;
  border: 1px solid var(--red, #F00);
  background: var(--white, #FFF);
  padding: 16px;
  max-width: 320px;
  width: 53%;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  transition: 0.2s ease;
  opacity: 0;
}
.new__form .block__policy {
  width: 48%;
}
.new__form .block__policy a {
  color: var(--grey-1);
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

@media (max-width: 921px) {
  .new_block h1 {
    padding: 0;
  }
  .new {
    padding: 0;
  }
  .new__form .nominations .nomination label {
    flex-wrap: wrap;
    align-content: flex-start;
  }
  .new__form .types {
    gap: 20px;
  }
  .new__form .block {
    width: 47%;
  }
  .new__form .block__button {
    width: 100%;
  }
  .new__form .block__policy {
    width: 100%;
  }
  .new__form .block__full {
    width: 100%;
  }
  .new__form .block_why {
    width: 100%;
  }
  .new__form .col_grid_2 {
    grid-template-columns: 1fr;
  }
  .new__form .col_grid .cell_full {
    grid-column-end: 2;
  }
}
@media (max-width: 576px) {
  .new__form .nominations {
    grid-template-columns: 1fr;
  }
  .new__form .nominations .nomination {
    border: none;
    border-bottom: 1px solid var(--black, #040718);
    padding-left: 0px;
  }
  .new__form .nominations .nomination.without_border {
    border-bottom: 1px solid var(--black, #040718);
  }
  .new__form .nominations .nomination.without_border:last-child {
    border-bottom: none;
  }
  .new__form .types .type label {
    padding: 24px;
  }
  .new__form .block {
    width: 100%;
  }
  .new__form .block__button {
    flex-wrap: wrap;
    display: block;
  }
  .new__form .block__button .nomination_error {
    margin-top: 30px;
    width: 100%;
    display: none;
  }
  .new__form .block textarea {
    min-height: 140px;
  }
}
.candidates_page h1 {
  padding: 0;
}
.candidates_page__votes {
  border-radius: 25px;
  background: var(--blue, #001DFA);
  width: 386px;
  min-width: 386px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.candidates_page__votes.hover::before {
  position: absolute;
  content: "";
  inset: 0;
  background: var(--gradient-element-1);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  border-radius: 25px;
}
.candidates_page__votes.hover:hover::before {
  opacity: 1;
}
.candidates_page__votes .votes {
  color: var(--white, #FFF);
  font-family: Source Code Pro;
  font-size: 55px;
  font-weight: 700;
  line-height: 125%; /* 68.75px */
}
.candidates_page__votes .votes + .description {
  margin-top: 12px;
}
.candidates_page__votes .description {
  color: var(--white, #FFF);
  line-height: 125%;
  flex-grow: 1;
  flex-shrink: 1;
  align-content: flex-end;
  z-index: 2;
}
.candidates_page .new {
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  text-transform: uppercase;
  min-width: 386px;
  min-height: 198px;
  padding: 24px 32px;
}
.candidates_page__block {
  display: flex;
  gap: 60px;
  border-bottom: 1px solid var(--black, #040718);
  padding-bottom: 60px;
}
.candidates_page__block.is_vote {
  gap: 0px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.candidates_page__block.is_vote .candidates_page__header {
  width: 46vw;
}
.candidates_page__block.is_vote .candidates_page__link {
  padding-left: 32px;
}
.candidates_page__header {
  padding-left: 32px;
  width: 100%;
}
.candidates_page__header-description {
  width: 609px;
}
.candidates_page__link {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--grey-grey-3, rgba(4, 7, 24, 0.5));
  font-family: Ubuntu Mono;
  line-height: 125%; /* 22.5px */
  width: 100%;
}
.candidates_page__link span {
  height: 23px;
}
.candidates_page__link i {
  display: block;
  width: 12.8px;
  height: 12.8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.candidates_list .__select {
  margin-left: auto;
  margin-bottom: 30px;
}
.candidates_list .list {
  margin-bottom: 60px;
}
.candidates_list .list_candidates[disabled] .list__nomination-vote {
  display: none;
}
.candidates_list .list_candidates[disabled] .list__nomination-change {
  display: flex;
}
.candidates_list .list_candidates[disabled] .items .item__votes-plus, .candidates_list .list_candidates[disabled] .items .item__votes-minus {
  display: none;
}
.candidates_list .list_candidates[disabled] .items .item__votes-count_raw {
  display: block;
}
.candidates_list .list_candidates[disabled] .items .item__votes-count {
  display: none;
}
.candidates_list .list:last-child {
  margin-bottom: 0;
}
.candidates_list .list .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.candidates_list .list__nomination {
  margin-left: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.candidates_list .list__nomination .slider-nav {
  padding-right: 32px;
  display: none;
}
.candidates_list .list__nomination-data {
  display: flex;
  gap: 24px;
  align-items: center;
}
.candidates_list .list__nomination-data__img {
  display: flex;
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  background: var(--gradient-icon-2);
}
.candidates_list .list__nomination-data__img img {
  width: 51.513px;
  height: 51.513px;
}
.candidates_list .list__nomination-data__name .name {
  font-size: 28px;
  font-weight: 700;
  line-height: 125%; /* 35px */
}
.candidates_list .list__nomination-data__name .votes {
  color: var(--grey-grey-3, rgba(4, 7, 24, 0.5));
  font-family: Ubuntu Mono;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 20px */
}
.candidates_list .list__nomination-vote, .candidates_list .list__nomination-change {
  display: flex;
  padding: 8px 16px;
  border-radius: 100px;
  border: none;
  background: var(--blue, #001DFA);
  outline: none;
  color: var(--white, #FFF);
  text-align: center;
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 22.5px */
  cursor: pointer;
  position: relative;
  min-width: 194px;
  display: flex;
  justify-content: center;
}
.candidates_list .list__nomination-vote__error, .candidates_list .list__nomination-change__error {
  display: none;
  opacity: 0;
  position: absolute;
  top: 60px;
  left: -68px;
  z-index: 999;
  border-radius: 6px;
  border: 1px solid var(--red, #F00);
  background: var(--white, #FFF);
  padding: 16px;
  max-width: 320px;
  width: 134%;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
  transition: 0.2s ease;
  color: var(--black);
  text-align: left;
}
.candidates_list .list__nomination-vote:disabled, .candidates_list .list__nomination-change:disabled {
  background: rgba(0, 29, 250, 0.4509803922);
  cursor: not-allowed;
}
.candidates_list .list__nomination-change {
  display: none;
}
.candidates_list .list .items {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.candidates_list .list .items .item {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: calc(25% - 23px);
  padding: 24px 32px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  transition: all 0.4s ease;
  height: auto;
}
.candidates_list .list .items .item:hover {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.candidates_list .list .items .item__img {
  filter: grayscale(1);
  width: 200px;
  height: 200px;
}
.candidates_list .list .items .item__img img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
}
.candidates_list .list .items .item__fio {
  margin-top: 24px;
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
.candidates_list .list .items .item__company {
  font-size: 23px;
  line-height: 125%;
  margin-bottom: 24px;
}
.candidates_list .list .items .item__votes {
  margin-top: auto;
  border-radius: 100px;
  border: 1px solid var(--blue, #001DFA);
  display: flex;
  width: 91px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  height: 39px;
}
.candidates_list .list .items .item__votes-count, .candidates_list .list .items .item__votes-count_raw {
  color: var(--black, #040718);
  text-align: center;
  font-family: Ubuntu Mono;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
  width: 27px;
  padding: 8px 0;
  border: none;
  outline: none;
}
.candidates_list .list .items .item__votes-count {
  display: block;
}
.candidates_list .list .items .item__votes-count:after {
  border-bottom: 1px solid var(--white);
  content: "";
  display: block;
  transition: 0.2s ease;
}
.candidates_list .list .items .item__votes-count:hover:after, .candidates_list .list .items .item__votes-count:focus:after {
  border-bottom: 1px solid var(--grey-grey-5, rgba(4, 7, 24, 0.2));
}
.candidates_list .list .items .item__votes-count_raw {
  display: none;
  cursor: default;
}
.candidates_list .list .items .item__votes-plus {
  padding-right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.candidates_list .list .items .item__votes-plus span {
  background: url("/hedgehog/img/plus.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  display: block;
}
.candidates_list .list .items .item__votes-minus {
  padding-left: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.candidates_list .list .items .item__votes-minus span {
  background: url("/hedgehog/img/minus.svg");
  width: 12px;
  height: 12px;
  background-size: contain;
  display: block;
}
@media (min-width: 2100px) {
  .candidates_page__block.is_vote .candidates_page__header {
    width: 50%;
  }
}
@media (max-width: 1230px) {
  .candidates_list .list .items .item {
    width: calc(33% - 18px);
  }
}
@media (max-width: 1150px) {
  .candidates_page__header-description {
    width: 85%;
  }
}
@media (max-width: 921px) {
  .candidates_page__block {
    flex-wrap: wrap;
  }
  .candidates_page__block.is_vote .candidates_page__header-description {
    width: 100%;
  }
  .candidates_page__block.is_vote .candidates_page__header {
    width: 100%;
    order: 1;
  }
  .candidates_page__block.is_vote .candidates_page__link {
    order: 2;
    padding-left: 0;
  }
  .candidates_page__block.is_vote .candidates_page__votes {
    width: 100%;
    min-width: 100%;
    order: 3;
    margin-top: 60px;
  }
  .candidates_page__header {
    padding-left: 0;
  }
  .candidates_list .list__nomination {
    margin-left: 0;
  }
  .candidates_list .list__nomination-data__name {
    width: 83%;
  }
  .candidates_list .list__nomination .slider-nav {
    display: none;
  }
  .candidates_list .list .items {
    flex-wrap: nowrap;
    gap: 0;
  }
  .candidates_list .list .items .item {
    width: 282px;
  }
}
@media (max-width: 768px) {
  .candidates_list .__select {
    margin-right: 20px;
  }
}
@media (max-width: 576px) {
  .candidates_page .new {
    width: 100%;
    min-width: 100%;
  }
  .candidates_page__votes .votes {
    font-size: 48px;
  }
  .candidates_list .__select {
    margin-right: 0;
  }
  .candidates_list .list__nomination {
    flex-wrap: wrap;
  }
  .candidates_list .list__nomination-vote {
    margin-top: 20px;
  }
  .candidates_list .list__nomination-vote__error {
    left: 0;
  }
  .candidates_list .list__nomination-change {
    margin-top: 20px;
  }
  .candidates_list .list__nomination-data {
    flex-wrap: wrap;
    gap: 12px;
  }
  .candidates_list .list__nomination-data__name {
    width: 100%;
  }
  .candidates_list .list .items .item {
    width: 260px;
  }
  .candidates_list .list .items .item__votes {
    width: 107px;
    gap: 12px;
  }
  .candidates_list .list .items .item__fio {
    font-size: 23px;
    line-height: 125%;
  }
  .candidates_list .list .items .item__company {
    font-size: 20px;
    line-height: 125%;
  }
  .candidates_list .list .items .item__img {
    width: 170px;
    height: 170px;
  }
  .candidates_list .list .items .item__img img {
    width: 170px;
    height: 170px;
  }
}
.ty .wrap {
  padding: 0 64px;
}
.ty__description {
  width: 609px;
}
.ty__links {
  margin-top: 30px;
  width: 609px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .ty .wrap {
    padding: 0 20px;
  }
  .ty__description {
    width: 85%;
  }
  .ty__links {
    width: 85%;
  }
}
@media (max-width: 568px) {
  .ty__description {
    width: 100%;
  }
  .ty__links {
    width: 100%;
    display: block;
  }
  .ty__links a:first-child {
    margin-bottom: 10px;
  }
}
.laureates__block {
  border-bottom: 1px solid var(--black, #040718);
  padding-bottom: 60px;
}
.laureates h1 {
  padding: 0px 32px;
}
.laureates__description {
  padding: 0px 32px;
  width: 609px;
  box-sizing: content-box;
}

.laureates_list .wrap {
  padding: 0;
}
.laureates_list .__select {
  margin-left: auto;
  margin-bottom: 30px;
  margin-right: 32px;
}
.laureates_list .list {
  margin-bottom: 60px;
}
.laureates_list .list .owl-carousel .owl-stage {
  padding-left: 0 !important;
}
.laureates_list .list:last-child {
  margin-bottom: 0;
}
.laureates_list .list__year {
  margin-left: 42px;
  display: flex;
  justify-content: space-between;
}
.laureates_list .list__year span {
  font-size: 28px;
  font-weight: 700;
  line-height: 125%;
}
.laureates_list .list__year .slider-nav {
  padding-right: 32px;
}
.laureates_list .list .items {
  margin-top: 24px;
  display: flex;
}
.laureates_list .list .items .item {
  border-right: 1px solid var(--black);
  border-bottom: 1px solid var(--black);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
  width: 264px;
  padding: 24px 32px;
  display: block;
  transition: all 0.4s ease;
  height: auto;
  transform: none;
}
.laureates_list .list .items .item:hover {
  border-top: 1px solid var(--black);
  border-left: 1px solid var(--black);
}
.laureates_list .list .items .item__nomination {
  display: flex;
  align-items: flex-end;
  margin-top: 24px;
  position: relative;
  width: 55px;
}
.laureates_list .list .items .item__nomination__nominations {
  opacity: 0;
  position: absolute;
  border-radius: 6px;
  border: 1px solid var(--black, #040718);
  background: var(--white, #FFF);
  padding: 16px;
  top: 0;
  left: 86px;
  width: -moz-max-content;
  width: max-content;
  z-index: -1;
  transition: opacity 0.5s ease;
  min-width: 409px;
}
.laureates_list .list .items .item__nomination__nominations .header {
  font-size: 18px;
  font-weight: 700;
  margin-left: 45px;
  line-height: 125%;
}
.laureates_list .list .items .item__nomination__nominations .items {
  margin-top: 8px;
  display: block;
}
.laureates_list .list .items .item__nomination__nominations .items .win {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.laureates_list .list .items .item__nomination__nominations .items .win:last-child {
  margin-bottom: 0;
}
.laureates_list .list .items .item__nomination__nominations .items .win__year {
  font-weight: 700;
  line-height: 125%;
  background: var(--gradient-element-1, linear-gradient(42deg, #0015D1 3.82%, #6D5DF5 36.07%, #AECAE6 65.11%, #0015D1 97.55%));
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.laureates_list .list .items .item__nomination:hover .item__nomination__nominations {
  opacity: 1;
  z-index: 2;
}
.laureates_list .list .items .item__nomination img {
  width: 40px;
  height: 35px;
}
.laureates_list .list .items .item__nomination span {
  font-family: Nunito Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 125%; /* 15px */
}
.laureates_list .list .items .item__img {
  filter: grayscale(1);
  width: 200px;
  height: 200px;
}
.laureates_list .list .items .item__img img {
  width: 200px;
  height: 200px;
  border-radius: 25px;
  -o-object-fit: cover;
     object-fit: cover;
}
.laureates_list .list .items .item__fio {
  font-size: 25px;
  font-weight: 700;
  line-height: 125%;
}
.laureates_list .list .items .item__company {
  font-size: 23px;
  line-height: 125%;
}

@media (max-width: 768px) {
  .laureates h1 {
    padding-left: 0;
  }
  .laureates__description {
    padding: 0;
    width: 85%;
  }
  .laureates_list .list__year {
    margin-left: 0;
  }
  .laureates_list .list__year .slider-nav {
    display: none;
  }
  .laureates_list .list .items .item__nomination:hover .item__nomination__nominations {
    display: none;
  }
}
@media (max-width: 576px) {
  .laureates__description {
    width: 100%;
  }
  .laureates_list .list .items .item {
    width: 260px;
  }
  .laureates_list .list .items .item__fio {
    font-size: 23px;
    line-height: 125%;
  }
  .laureates_list .list .items .item__company {
    font-size: 20px;
    line-height: 125%;
  }
  .laureates_list .list .items .item__img {
    width: 170px;
    height: 170px;
  }
  .laureates_list .list .items .item__img img {
    width: 170px;
    height: 170px;
  }
}
footer .wrap {
  padding-bottom: 32px;
}
footer .information {
  margin-top: 96px;
  display: flex;
  justify-content: space-between;
  padding: 0px 32px;
}
footer .information__description {
  display: flex;
  padding-left: 0px;
  gap: 16px;
  flex-wrap: wrap;
  width: 227px;
  font-family: Ubuntu Mono;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
footer .information__description-logo {
  background: url("/hedgehog/img/logo.svg");
  width: 135px;
  height: 20px;
}
footer .information nav li {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
footer .information__contact {
  width: 260px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%; /* 17.5px */
}
footer .additional_information {
  border-top: 1px solid var(--black, #040718);
  padding: 0px 32px;
  margin-top: 60px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}

.mobile_nav__auth.participate {
  border-top: none;
  border-bottom: none;
  margin-bottom: 32px;
  display: flex;
  width: 100%;
  margin-left: 0;
  justify-content: center;
}

@media (max-width: 1280px) {
  .wrap {
    max-width: 100%;
  }
  .header__actions .btn_action {
    width: 35%;
  }
  .header__actions-roadmap {
    width: 65%;
  }
  .header__actions-roadmap .line {
    width: 35%;
  }
  .header__actions-roadmap .line.last {
    width: 37%;
  }
}
@media (max-width: 1120px) {
  .header.header_bg {
    background-position-x: 15vw;
  }
}
@media (max-width: 1123px) {
  section {
    margin-top: 64px;
  }
  .wrap {
    padding: 0 20px;
  }
  .section__header a {
    padding-right: 0;
  }
  .header__main nav {
    display: none;
  }
  .header__main-menu {
    display: block;
  }
  .header__main-auth {
    display: none;
  }
  .header__main details {
    display: none;
  }
  .header.header_bg {
    background-position-x: 0vw;
  }
  .header__description {
    padding: 0;
  }
  .header__description-text div {
    font-size: 23px;
    width: 380px;
  }
  .header__description-img {
    background: url("/hedgehog/img/banner_img2.svg");
    background-size: cover;
    aspect-ratio: 305/272;
  }
  .header__actions .btn_action {
    width: 65%;
  }
  .header__actions-roadmap {
    flex-wrap: wrap;
    width: 35%;
    justify-content: center;
    align-items: flex-start;
  }
  .header__actions-roadmap .line {
    display: none;
  }
  .header__actions-roadmap .line span {
    margin-top: 0;
    display: block;
  }
  .header__actions-roadmap .step {
    display: none;
  }
  .header__actions-roadmap .step.active {
    align-self: center;
  }
  .header__actions-roadmap .step.active + .line {
    display: block;
    height: 0;
    width: 100%;
  }
  .nomination_section {
    padding-left: 0px;
  }
  .nomination_section .nomination__list {
    width: 50%;
  }
  .nomination_section .nomination__list .item {
    font-size: 20px;
  }
  .nomination_section .nomination__description {
    width: 45%;
  }
  .nomination_section .nomination__description-img img {
    max-width: 100%;
  }
  .nomination_section .nomination__description-text {
    font-size: 16px;
  }
  .candidates h1 {
    padding-left: 0;
  }
  .candidates .items {
    justify-content: space-between;
    gap: 20px;
  }
  .candidates .items .item {
    width: 48.2%;
    display: none;
  }
  .candidates .items .item:nth-child(1), .candidates .items .item:nth-child(2), .candidates .items .item:nth-child(3), .candidates .items .item:nth-child(4) {
    display: flex;
  }
  .news h1 {
    padding-left: 0;
  }
  footer .information {
    padding: 0;
    margin-top: 64px;
  }
  footer .information__description {
    font-size: 14px;
  }
  footer .information nav li {
    font-size: 14px;
  }
  footer .information__contact {
    width: 220px;
  }
  footer .information__contact span {
    font-size: 14px;
  }
  footer .additional_information {
    padding: 0;
  }
}
@media (max-width: 733px) {
  footer .information {
    flex-wrap: wrap;
  }
  footer .information__contact {
    height: 108px;
    width: 100%;
    margin-top: 32px;
  }
}
@media (max-width: 576px) {
  .mobile_nav__menu {
    padding-left: 51px;
  }
  .mobile_nav__auth {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .mobile_nav__socs {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header.header_bg {
    background-position-x: -238px;
    background-position-y: -453px;
  }
  .section__header {
    flex-wrap: wrap;
  }
  .section__header h1 {
    width: 100%;
    font-size: 48px;
  }
  .header__description {
    flex-wrap: wrap;
    height: auto;
    margin-top: 80px;
  }
  .header__description-text {
    width: 100%;
    padding: 0 3px;
  }
  .header__description-text div {
    width: 100%;
    font-size: 5.2vw;
  }
  .header__description-img {
    margin-top: 72px;
    background: url("/hedgehog/img/banner_img3.svg") no-repeat;
    background-size: contain;
    width: 100%;
  }
  .header__actions {
    flex-wrap: wrap;
    height: auto;
    margin-top: 0;
  }
  .header__actions .btn_action {
    width: 100%;
    height: 240px;
  }
  .header__actions-roadmap {
    width: 100%;
    height: 240px;
  }
  .nomination_section .nomination {
    display: none;
  }
  .nomination_section .nomination_mobile {
    display: block;
  }
  .nomination_section .nomination__list {
    width: 100%;
    border-right: none;
  }
  .nomination_section .nomination__list .item {
    gap: 12px;
    display: block;
    width: 100%;
  }
  .nomination_section .nomination__list .item__name {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .nomination_section .nomination__list .item__name .toggle {
    width: 12.8px;
    min-width: 12.8px;
    height: 22.8px;
  }
  .nomination_section .nomination__list .item__name .toggle__line {
    display: block;
    width: 100%;
    height: 1px;
    background: var(--black);
    transition: 0.2s;
  }
  .nomination_section .nomination__list .item__name .toggle__line:first-child {
    margin-top: 10px;
  }
  .nomination_section .nomination__list .item__name .toggle__line:last-child {
    transform: rotate(90deg);
    margin-top: -1px;
  }
  .nomination_section .nomination__list .item__description {
    display: block;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
  }
  .nomination_section .nomination__list .item__description-img {
    text-align: center;
    margin-top: 24px;
    display: flex;
    padding: 24px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 25px;
    background: var(--gradient-icon-2);
  }
  .nomination_section .nomination__list .item__description-img img {
    width: 150px;
    height: 150px;
  }
  .nomination_section .nomination__list .item.active {
    flex-wrap: wrap;
  }
  .nomination_section .nomination__list .item.active .toggle__line:last-child {
    transform: rotate(0deg);
    opacity: 0;
  }
  .nomination_section .nomination__list .item.active:before {
    display: none;
  }
  .nomination_section .nomination__list .item.active .item__description {
    opacity: 1;
    max-height: 1000px;
  }
  .nomination_section .nomination__list .item:before {
    display: none;
  }
  .nomination_section .nomination__description {
    display: none;
  }
  .candidates .items .item {
    width: 100%;
    display: none;
  }
  .candidates .items .item:nth-child(1), .candidates .items .item:nth-child(2) {
    display: flex;
  }
  .candidates .items .item:nth-child(3), .candidates .items .item:nth-child(4) {
    display: none;
  }
  .candidates .items .item__data {
    width: 100%;
  }
  .news .items .item {
    width: 100%;
    display: none;
  }
  .news .items .item:nth-child(1), .news .items .item:nth-child(2) {
    display: flex;
  }
  .news .items .item:nth-child(2) {
    border-radius: 0px 0px 25px 25px;
    border-right: 1px solid var(--black, #040718);
    border-bottom: 1px solid var(--black, #040718);
    border-left: 1px solid var(--black, #040718);
    border-top: none;
  }
  footer .information {
    flex-wrap: wrap;
  }
  footer .information__description {
    width: 100%;
    margin-bottom: 32px;
  }
  footer .information__menu {
    width: 49%;
  }
  footer .information__socials {
    width: 49%;
  }
  footer .information__contact {
    margin-top: 32px;
    width: 100%;
    height: 108px;
  }
  footer .additional_information {
    font-size: 12px;
  }
  .mobile_nav__auth.participate {
    border-top: none;
    border-bottom: none;
  }
}
@media (max-width: 420px) {
  .header__description-text div {
    font-size: 5.1vw;
  }
}
@media (max-width: 380px) {
  .header__description-text div {
    font-size: 4.8vw;
  }
}
