.header .link--home {
  margin-left: auto;
}
.header-nav {
  margin-left: 5rem;
}

.nominant-page .form-wrapper {
  padding-inline: 4rem;
}
.nominant-page .form-wrapper__image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nominant-page .form-wrapper__image-back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.nominant-page .form-wrapper__image-front {
  position: relative;
  border: 0.2rem solid var(--red);
  border-radius: 50%;
  background: var(--white);
  width: 30rem;
  height: 30rem;
  z-index: 1;
  padding: 2rem;
}
.nominant-page .form-wrapper__image-front img {
  border-radius: 50%;
  height: 100%;
}
.nominant-page .form-wrapper__image-front .nominant-counter__holder {
  position: absolute;
  left: 50%;
  bottom: -1.5rem;
  transform: translateX(-50%) rotate(-8deg);
  width: 16rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.6rem;
       column-gap: 0.6rem;
  background: linear-gradient(127.75deg, #F41B13 17.71%, #8D0000 93.93%);
  padding: 1.3rem 2.4rem;
}
.nominant-page .form-wrapper__image-front .nominant-counter__holder svg {
  flex: 0 0 3.2rem;
  width: 3.2rem;
  height: 3.2rem;
  transform: rotate(6deg);
}
.nominant-page .form-wrapper__image-front .nominant-counter__holder span {
  flex-grow: 1;
  text-align: center;
  font-size: 2.8rem;
  line-height: 100%;
  color: var(--white);
}
.nominant-page .nominant-name {
  font-size: 2.6rem;
  margin-bottom: 2.6rem;
}
.nominant-page .nominant-name br {
  display: none;
}
.nominant-page .nominant-place {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  color: #5B5F54;
  margin-bottom: 2.6rem;
}
.nominant-page .nominant-nomination {
  display: flex;
  -moz-column-gap: 1.6rem;
       column-gap: 1.6rem;
  color: var(--red);
  margin-bottom: 2.6rem;
}
.nominant-page .nomination-name {
  font-family: "gogol";
  font-size: 4.2rem;
  line-height: 100%;
  color: #5B5F54;
  margin-bottom: 12rem;
}
.nominant-page .nominant-text {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  position: relative;
  max-width: 151rem;
  margin-inline: auto;
  margin-bottom: 4rem;
  z-index: 1;
}
.nominant-page .nominant-text__title {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 2rem;
}
.nominant-page .nominant-button__row {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  z-index: 1;
}
.nominant-page .nominant-button__row-icon {
  flex: 0 0 6.6rem;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background: linear-gradient(127.75deg, #F41B13 17.71%, #8D0000 93.93%);
}
.nominant-page .nominant-button__row-icon svg {
  width: 2rem;
  height: 2rem;
  transform: translateY(0.2rem);
}
.nominant-page .nominant-button__row-icon svg path {
  fill: background 0.15s ease-in-out;
}
.nominant-page .nominant-button__row .nominant-button {
  width: -moz-fit-content;
  width: fit-content;
  height: 6rem;
  font-size: 2.2rem;
  color: var(--white);
  background: linear-gradient(135deg, #CACFC2 0%, #5B5F54 100%);
  border-radius: 3rem;
  padding-inline: 6rem;
  transition: background 0.15s ease-in-out;
}
.nominant-page .nominant-button__row.succes {
  pointer-events: none;
}
.nominant-page .nominant-button__row.succes .nominant-button__row-icon svg path {
  fill: var(--white);
  fill: background 0.15s ease-in-out;
}
.nominant-page .nominant-button__row.succes .nominant-button {
  background: linear-gradient(127.75deg, #C2C2C2 17.71%, #727272 93.93%);
  transition: background 0.15s ease-in-out;
}
.nominant-page .nominant-backlink {
  position: relative;
  text-decoration: underline;
  color: #5B5F54;
  margin-top: 4rem;
  z-index: 1;
}

.n-d .form-wrapper {
  padding-inline: 4rem;
}
.n-d__title {
  font-size: 4.2rem;
  line-height: 100%;
  margin-block: 0.6rem 7rem;
}
.n-d__string {
  font-family: "gogol";
  font-size: 10rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.n-d__name {
  font-size: 4.2rem;
  line-height: 100%;
  color: var(--red);
  margin-bottom: 1rem;
}
.n-d__etc {
  color: #5B5F54;
  margin-bottom: 4rem;
}
.n-d__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 12rem;
}
.n-d__info-name {
  font-size: 2.8rem;
  color: #5B5F54;
  margin-bottom: 6rem;
}
.n-d__info-text {
  max-width: 151rem;
  font-size: 2.6rem;
  text-align: center;
  margin-inline: auto;
}

.faq {
  position: relative;
  max-width: 151rem;
  z-index: 1;
  margin-bottom: 12rem;
}
.faq__title {
  font-size: 4.2rem;
  line-height: 104%;
  text-align: center;
  margin-bottom: 4rem;
}
.faq__subtitle {
  text-align: center;
  line-height: 130%;
  color: #5B5F54;
  margin-bottom: 4rem;
}
.faq-list {
  display: flex;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.faq-list__item {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.faq-list__item-icon {
  flex: 0 0 6.6rem;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background: linear-gradient(135deg, #9B9E90 0%, #3C3F31 100%);
  padding: 1.6rem;
}
.faq-list__item span {
  font-size: 2.4rem;
}
.faq-column {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.n-list {
  max-width: 151rem;
  position: relative;
  margin-inline: auto;
  z-index: 1;
}
.n-list__title {
  font-size: 4.2rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 4rem;
}
.n-list__layout {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4rem;
}
.n-list__button {
  width: 27.6rem;
  height: 6rem;
  font-size: 2.2rem;
  line-height: 100%;
  border-radius: 3rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.n-list .nominants-slider {
  display: none;
}
.n-list .nominants-slider__control {
  display: none;
}
.n-list .layout-card {
  position: relative;
  display: flex;
  max-height: 56.7rem;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
}
.n-list .layout-card__image {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2.8rem;
  margin-bottom: 3rem;
}
.n-list .layout-card__image-inner {
  flex: 0 0 19.4rem;
  width: 19.4rem;
  height: 19.4rem;
  border-radius: 50%;
  border: 0.2rem solid var(--red);
  padding: 1.3rem;
}
.n-list .layout-card__image-inner img {
  border-radius: 50%;
  overflow: hidden;
}
.n-list .layout-card__image .layout-card__counter {
  position: absolute;
  width: 14.3rem;
  height: 5.1rem;
  -moz-column-gap: 1.1rem;
       column-gap: 1.1rem;
  left: 50%;
  bottom: 0.5rem;
  transform: translateX(-50%) rotate(-7deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(127.75deg, #F41B13 17.71%, #8D0000 93.93%);
  color: var(--white);
}
.n-list .layout-card__image .layout-card__counter svg {
  flex: 0 0 2.9rem;
  width: 2.9rem;
  transform: rotate(7deg);
}
.n-list .layout-card__name {
  text-align: center;
  margin-bottom: 1.2rem;
}
.n-list .layout-card__location {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.6rem;
  color: #5B5F54;
  margin-bottom: 1.2rem;
}
.n-list .layout-card__location svg {
  flex: 0 0 1.6rem;
  width: 1.6rem;
}
.n-list .layout-card__category {
  display: flex;
  align-items: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  font-size: 1.6rem;
  color: var(--red);
  margin-bottom: 1.2rem;
}
.n-list .layout-card__category svg {
  flex: 0 0 1.9rem;
  width: 1.9rem;
}
.n-list .layout-card__string {
  font-family: "gogol";
  text-align: center;
  font-size: 2rem;
  line-height: 100%;
  color: #5B5F54;
  margin-bottom: 3rem;
}
.n-list .layout-card__content {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.n-list .layout-card__content-title {
  font-size: 2.4rem;
  text-align: center;
}
.n-list .layout-card__content p {
  font-size: 1.6rem;
}
.n-list .layout-card::after {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -39%, #FFFFFF 62%);
  z-index: 1;
}

.n-l .form-wrapper {
  padding-top: 20rem;
}
.n-l .form-wrapper__image {
  width: 36.2rem;
  height: 36.2rem;
}
.n-l__title {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  line-height: 130%;
  margin-bottom: 3rem;
  z-index: 1;
}
.n-l__subtitle {
  color: #5B5F54;
  margin-bottom: 12rem;
}
.n-l .about-part__info .info {
  padding: 0;
}
.n-l .about-part__info .info .info-section--slider .info-slider__control {
  -moz-column-gap: 0.4rem;
       column-gap: 0.4rem;
}

.news-detail__top {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  padding-bottom: 4rem;
  border-bottom: 0.2rem solid var(--red);
  margin-bottom: 4rem;
}
.news-detail__top .news-detail__image {
  flex: 0 0 57.9rem;
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.news-detail__top .news-detail__image .news-detail__photo {
  aspect-ratio: 579/333;
}
.news-detail__top .news-detail__content {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
.news-detail__top .news-detail__content .news-detail__date,
.news-detail__top .news-detail__content .news-detail__title,
.news-detail__top .news-detail__content .news-detail__subtitle {
  margin-bottom: 0;
}

.succes-modal__wrapper {
  position: fixed;
  display: grid;
  align-content: center;
  justify-content: center;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 20;
  opacity: 0;
  pointer-events: none;
}
.succes-modal__wrapper .succes-modal {
  position: relative;
  width: auto;
  max-width: 95.8rem;
  background: url(../img/back-1.png) no-repeat center center/cover;
  padding: 10rem 10rem 12rem;
}
.succes-modal__wrapper .succes-modal__title {
  font-size: 4.2rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 5rem;
}
.succes-modal__wrapper .succes-modal__subtitle {
  font-size: 2.2rem;
  line-height: 100%;
  text-align: center;
  margin-bottom: 3rem;
}
.succes-modal__wrapper .succes-modal p {
  font-size: 1.6rem;
  line-height: 130%;
  text-align: center;
  margin-bottom: 5rem;
}
.succes-modal__wrapper .succes-modal .button {
  width: 39.8rem;
  height: 6rem;
  border-radius: 3rem;
  margin-inline: auto;
}
.succes-modal__wrapper .succes-modal__close {
  position: absolute;
  width: 1.8rem;
  height: 1.8rem;
  top: 3rem;
  right: 3rem;
  cursor: pointer;
}
.succes-modal__wrapper .succes-modal__close svg {
  pointer-events: none;
}
.succes-modal__wrapper.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.15s ease-in-out;
}

/* 22.05.26 */
.nominant-page .form-wrapper__image-front img {
  object-fit: cover;
}
.n-d__name {
  text-align: center;
}
.form-page .form-wrapper__image img {
  height: 100%;
  object-fit: cover;
}
.detail-block__video audio {
  width: 100%;
}
.news-detail__text,
.detail-block__video {
  margin-block: 0;
}
.news-detail {
  row-gap: 3rem;
}
.news-detail__link {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  margin-top: 1rem;
}

@media screen and (min-width: 767.9px) and (max-width: 1023.9px) {
  .n-d__string {
    font-size: 8.8rem;
    line-height: 96%;
  }
  .n-list {
    max-width: 100%;
  }
  .n-list__layout {
    grid-template-columns: repeat(3, 1fr);
  }
  .n-list .layout-card {
    max-height: 60rem;
  }
  .succes-modal__wrapper .succes-modal {
    max-width: 77%;
    padding: 10rem 8rem 15rem;
    margin-inline: auto;
  }
  .succes-modal__wrapper .succes-modal__title {
    font-size: 3.8rem;
    margin-bottom: 4rem;
  }
  .succes-modal__wrapper .succes-modal p {
    margin-bottom: 4rem;
  }
  .news-list .news-item {
    -moz-column-gap: 1.6rem;
         column-gap: 1.6rem;
  }
  .news-list .news-item__preview {
    flex: 0 0 50%;
    width: 50%;
    aspect-ratio: 384/216;
  }
  .news-list .news-item__info {
    row-gap: 2rem;
  }
  .news-detail {
    margin-top: 7rem;
  }
  .news-detail__top {
    flex-direction: column-reverse;
    row-gap: 5rem;
    padding-bottom: 4rem;
    border-bottom: 0.2rem solid var(--red);
    margin-bottom: 4rem;
  }
  .news-detail__top .news-detail__image {
    flex: 0 0 57.9rem;
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .news-detail__top .news-detail__image .news-detail__photo {
    aspect-ratio: 579/333;
  }
  .news-detail__top .news-detail__content {
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
  .news-detail__top .news-detail__content .news-detail__date,
  .news-detail__top .news-detail__content .news-detail__title,
  .news-detail__top .news-detail__content .news-detail__subtitle {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.9px) {
  .header-nav {
    margin-left: 2rem;
  }
  .nominant-page .form-wrapper {
    padding-inline: 1.6rem;
  }
  .nominant-page .form-wrapper__image {
    width: 31rem;
    height: 31rem;
  }
  .nominant-page .form-wrapper__image-front {
    width: 17rem;
    height: 17rem;
    padding: 1rem;
  }
  .nominant-page .form-wrapper__image-front .nominant-counter__holder {
    bottom: -1.2rem;
    width: 9.5rem;
    padding: 1rem;
  }
  .nominant-page .form-wrapper__image-front .nominant-counter__holder svg {
    flex: 0 0 2.1rem;
    width: 2.1rem;
    height: 2.1rem;
  }
  .nominant-page .form-wrapper__image-front .nominant-counter__holder span {
    font-size: 2rem;
  }
  .nominant-page .nominant-name {
    text-align: center;
    line-height: 150%;
    font-size: 1.6rem;
  }
  .nominant-page .nominant-name br {
    display: block;
  }
  .nominant-page .nominant-place {
    align-items: center;
    font-size: 1.4rem;
  }
  .nominant-page .nominant-place svg {
    flex: 0 0 1.4rem;
    width: 1.4rem;
  }
  .nominant-page .nominant-nomination {
    align-items: center;
    font-size: 2rem;
  }
  .nominant-page .nominant-nomination svg {
    flex: 0 0 2.5rem;
    width: 2.5rem;
  }
  .nominant-page .nomination-name {
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 6rem;
  }
  .nominant-page .nominant-text {
    max-width: unset;
    margin-bottom: 3.4rem;
  }
  .nominant-page .nominant-text__title {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .nominant-page .nominant-button__row {
    position: relative;
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    z-index: 1;
  }
  .nominant-page .nominant-button__row-icon {
    flex: 0 0 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
  }
  .nominant-page .nominant-button__row-icon svg {
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(0.1rem);
  }
  .nominant-page .nominant-button__row .nominant-button {
    height: 4.4rem;
    font-size: 1.4rem;
    padding-inline: 2rem;
  }
  .nominant-page .nominant-backlink {
    margin-top: 2rem;
  }
  .n-d .form-wrapper {
    padding-inline: 1.6rem;
  }
  .n-d__title {
    font-size: 2rem;
    line-height: 100%;
    margin-block: 0.7rem 3.2rem;
  }
  .n-d__string {
    font-size: 4.8rem;
    line-height: 94%;
    margin-bottom: 2.6rem;
  }
  .n-d__name {
    font-size: 3rem;
  }
  .n-d__etc {
    margin-bottom: 3rem;
  }
  .n-d__info {
    margin-bottom: 8rem;
  }
  .n-d__info-name {
    font-size: 2.2rem;
    margin-bottom: 3rem;
  }
  .n-d__info-text {
    max-width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .faq {
    max-width: 100%;
    margin-bottom: 8rem;
  }
  .faq__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .faq__subtitle {
    margin-bottom: 3rem;
  }
  .faq-list {
    flex-direction: column;
    row-gap: 1rem;
  }
  .faq-list__item {
    display: flex;
    align-items: center;
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }
  .faq-list__item-icon {
    flex: 0 0 4.4rem;
    width: 4.4rem;
    height: 4.4rem;
    padding: 1.1rem;
  }
  .faq-list__item span {
    font-size: 1.6rem;
  }
  .n-list {
    max-width: 100%;
  }
  .n-list__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  .n-list__layout, .n-list__button {
    display: none;
  }
  .n-list .nominants-slider {
    display: block;
  }
  .n-list .nominants-slider__control {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }
  .n-list .nominants-slider__control div {
    flex: 0 0 3rem;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 0.1rem solid var(--red);
  }
  .n-list .nominants-slider__control div svg {
    flex: 0 0 0.9rem;
    width: 0.9rem;
  }
  .n-list .nominants-slider__control div.nominants-slider__prev {
    transform: rotate(180deg);
  }
  .n-list .nominants-slider__control div.swiper-slide-disabled {
    background: #CACFC2;
    border-color: transparent;
  }
  .n-list .nominants-slider__control div.swiper-slide-disabled svg path {
    fill: var(--white);
  }
  .n-list .layout-card {
    max-height: 57rem;
  }
  .n-list .layout-card__image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2.8rem;
    margin-bottom: 3rem;
  }
  .n-list .layout-card__image-inner {
    flex: 0 0 19.4rem;
    width: 19.4rem;
    height: 19.4rem;
    border-radius: 50%;
    border: 0.2rem solid var(--red);
    padding: 1.3rem;
  }
  .n-list .layout-card__image-inner img {
    border-radius: 50%;
    overflow: hidden;
  }
  .n-list .layout-card__image .layout-card__counter {
    font-size: 2.6rem;
  }
  .n-list .layout-card__name {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .n-list .layout-card__content-title {
    font-size: 2rem;
    text-align: center;
  }
  .n-list .layout-card__content p {
    font-size: 1.4rem;
  }
  .n-list .layout-card::after {
    position: absolute;
    display: block;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) -39%, #FFFFFF 62%);
    z-index: 1;
  }
  .n-l .form-wrapper {
    padding-top: 12rem;
  }
  .n-l .form-wrapper__image {
    width: 17.5rem;
    height: 17.5rem;
  }
  .n-l__title {
    font-size: 2rem;
  }
  .n-l__subtitle {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 8rem;
  }
  .n-l .about-part__info .info {
    padding: 0;
  }
  .n-l .about-part__info .info .info-section--slider .info-slider__control {
    -moz-column-gap: 0.4rem;
         column-gap: 0.4rem;
  }
  .news-list {
    margin-top: 4rem;
  }
  .news-list .news-item {
    flex-direction: column;
    row-gap: 1.6rem;
  }
  .news-list .news-item__preview {
    flex: 0 0 auto;
    width: 100%;
    aspect-ratio: 328/184;
  }
  .news-list .news-item__info {
    row-gap: 2rem;
  }
  .news-list .news-item__info-title {
    font-size: 2rem;
  }
  .news-detail {
    margin-top: 4rem;
  }
  .news-detail__top {
    flex-direction: column-reverse;
    row-gap: 2rem;
    padding-bottom: 3rem;
    margin-bottom: 0;
  }
  .news-detail__top .news-detail__image {
    flex: 0 0 auto;
    width: 100%;
  }
  .news-detail__top .news-detail__image .news-detail__photo {
    aspect-ratio: 328/185;
  }
  .news-detail__top .news-detail__content {
    row-gap: 2rem;
  }
  .succes-modal__wrapper {
    padding-inline: 1.6rem;
    padding-block: 7rem;
  }
  .succes-modal__wrapper .succes-modal {
    width: calc(100% - 3.2rem);
    max-width: unset;
    padding: 8rem 1.6rem 17.7rem;
    margin-inline: auto;
  }
  .succes-modal__wrapper .succes-modal__title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .succes-modal__wrapper .succes-modal__subtitle {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .succes-modal__wrapper .succes-modal p {
    font-size: 1.2rem;
    margin-bottom: 3rem;
  }
  .succes-modal__wrapper .succes-modal .button {
    width: 21.7rem;
    height: 4.4rem;
  }
  .succes-modal__wrapper .succes-modal__close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.8rem;
    height: 1.8rem;
    top: 1.6rem;
    right: 1.6rem;
  }
  .succes-modal__wrapper .succes-modal__close img {
    width: 1.3rem;
    height: 1.3rem;
  }

  /* 22.05.26 */
  .succes-modal__wrapper .succes-modal {
    width: 100%;
  }
  .news-detail,
  .news-detail__link {
    row-gap: 2rem;
  }
  .form-wrapper__subtitle {
    position: relative;
    font-size: 4.2rem;
    z-index: 1;
  }
  .footer-links .footer-social__links-item svg {
    width: 30%;
  }

  /* 28.05.26 */
  .form-page.jury-page {
    padding-top: calc(265px + 50 * (100vw - 360px) / 408);
  }
  .form-page.jury-page .form-wrapper {
    padding-top: calc(200px + 70 * (100vw - 360px) / 408);
  }
  .form-page.jury-page .form-wrapper__image {
    width: calc(479px + 141 * (100vw - 360px) / 408);
    height: calc(409px + 131 * (100vw - 360px) / 408);
  }
}
@media (hover: hover) {
  .nominant-page .nominant-button__row:hover .nominant-button {
    background: linear-gradient(127.75deg, #F41B13 17.71%, #8D0000 93.93%);
    transition: background 0.15s ease-in-out;
  }
}/*# sourceMappingURL=ext.css.map */