@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

:root {
  --default: #0A0A0A;
  --accent: #B28E7B;
  --alter: #EAEAEA;
  --hover: #AB836E;
  --inactive: #969696;
  --error: #A94442;
  --cl_line: #fefefe33;
}

/* ----------------- Выпилить --------------------- */
html {
  font-family: "Inter", sans-serif;
  color: var(--default);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  transition: color 0.3s;
}

.filters__reset {
  margin-top: 20px;
}

.reset-btn {
  outline: none;
  border: none;
  background-color: transparent;
  color: var(--inactive);
  font-style: italic;
}

.h2 {
  font-weight: 500;
  font-size: 54px;
  line-height: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  letter-spacing: -1.5px;
}

.nominees__slider.swiper {
  overflow: visible;
  height: 560px;
}

.nominees__slide.swiper-slide {
  width: 450px;
}

.nominees__slider.swiper {
  overflow: visible;
  height: 560px;
}

.nominees {
  margin-top: 120px;
  max-width: 100%;
  overflow: hidden;
}

.nominees__body {
  margin-top: 58px;
}

.nominees__company {
  margin-bottom: 21px;
}

.nominees__image {
  width: 100%;
  height: 410px;
  margin-bottom: 16px;
}

.nominees__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.nominees__name {
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 4px;
}

.nominees__city {
  opacity: 0.6;
}

.sliderArrow {
  width: 58px;
  height: 58px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(10, 10, 10, 0.2);
  backdrop-filter: blur(4px);
  color: var(--default);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: 0.3s linear;
}
.sliderArrow:hover {
  cursor: pointer;
  background-color: var(--accent);
  border-color: var(--accent);
}

.sliderArrow_prev {
  left: -100px;
}

.sliderArrow_next {
  right: -100px;
}

.withBg .sliderArrow {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* ----------------- Выпилить --------------------- */
.filters__reset_wrap.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.participant__kinds_selector {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.participant__kinds_selector button {
  display: flex;
  align-items: center;
  border: none;
  padding: 0;
  color: var(--inactive);
  background: transparent;
  gap: 8px;
}
.participant__kinds_selector button svg {
  height: 10px;
  width: auto;
  fill: var(--inactive);
  position: relative;
  top: 2px;
}
.participant__kinds_selector button.active {
  color: var(--default);
}
.participant__kinds_selector button.active svg {
  fill: var(--default);
}

.participantItems_holder {
  margin-top: 80px;
}

.participantItems_head {
  display: none;
  align-items: center;
  color: var(--inactive);
  font-style: italic;
  margin-bottom: 50px;
}
.participantItems_head.visible {
  display: flex;
}
.participantItems_head .title {
  flex-grow: 1;
}
.participantItems_head .company {
  flex: 0 0 25%;
}
.participantItems_head .city {
  flex: 0 0 19.5%;
}
.participantItems_head .link {
  flex: 0 0 58px;
}

.participantItems {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 40px;
}

.participantItem_wrapper {
  flex: 0 0 calc((100% - 40px) / 3);
  max-width: calc((100% - 40px) / 3);
}

.participantItems_holder.list .participantItems_head {
  display: flex;
}
.participantItems_holder.list .participantItems {
  max-width: 100%;
  row-gap: 0;
}
.participantItems_holder.list .participantItem_wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.participantItems_holder.list .participantItem_wrapper:hover {
  background: #f6f6f6;
}

.participantItem__companies {
  margin-bottom: 10px;
}
.participantItem__image {
  position: relative;
  margin-bottom: 15px;
}
.participantItem__image img {
  display: block;
  width: 100%;
  margin: 0;
}
.participantItem__label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 58px;
  height: 58px;
  border: 1px solid var(--accent);
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(8px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.participantItem__label span {
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  background: url("../images/label-icon.svg") center center no-repeat;
  font-size: 13px;
  font-weight: 500;
}
.participantItem__label.winner span {
  background: url("../images/label-icon-bronze.svg") center center no-repeat;
  color: #fff;
}
.participantItem__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
}
.participantItem__city {
  font-style: italic;
  color: var(--inactive);
}
.participantItem__link {
  display: none;
  flex: 0 0 58px;
}

.list .participantItem {
  display: flex;
  align-items: flex-start;
  padding: 16px 0;
  position: relative;
}
.list .participantItem__title {
  order: 1;
  flex-grow: 1;
}
.list .participantItem__image {
  order: 2;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: -9999px;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s;
  z-index: 100;
}
.list .participantItem__companies {
  order: 3;
  flex: 0 0 25%;
}
.list .participantItem__city {
  order: 4;
  flex: 0 0 19.5%;
}
.list .participantItem__link {
  display: block;
  order: 5;
  flex: 0 0 58px;
}
.list .participantItem:hover .participantItem__image {
  top: 50%;
  opacity: 1;
}

.arrowLink {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  color: var(--default);
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
}
.arrowLink:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--accent);
}
.arrowLink:hover .arrowLink__icon {
  border-color: var(--accent);
}

.arrowLink__icon {
  flex: none;
  width: 58px;
  height: 58px;
  border-radius: 3px;
  border: 1px solid rgba(10, 10, 10, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s linear;
}
.arrowLink__icon svg {
  fill: currentColor;
}

.singleParticipant__head {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.singleParticipant__images {
  flex-grow: 1;
  max-width: calc(100% - 430px);
}
.singleParticipant__images img {
  max-width: 100%;
  height: auto;
}
.singleParticipant__images .sliderArrow_prev {
  left: 15px;
}
.singleParticipant__images .sliderArrow_next {
  right: 15px;
}
.singleParticipant__characteristics {
  flex: 0 0 410px;
}
.singleParticipant__nomination {
  margin-bottom: 60px;
  font-style: italic;
  color: var(--inactive);
}
.singleParticipant__nomination > span {
  display: block;
  font-style: normal;
  color: var(--default);
}
.singleParticipant__characteristics_list_item {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0;
  min-height: 70px;
  box-sizing: border-box;
}
.singleParticipant__characteristics_list_item > span {
  display: block;
}
.singleParticipant__characteristics_list_item .value {
  font-weight: 500;
  font-size: 20px;
}
.singleParticipant__characteristics_list_item .label {
  color: var(--inactive);
  font-style: italic;
}
.singleParticipant__characteristics_list .participantItem__label {
  position: static;
  margin-top: 15px;
}
.singleParticipant__description {
  background: #f6f6f6;
  padding: 30px 0 60px;
}
.singleParticipant__description_content {
  display: flex;
  justify-content: space-between;
}
.singleParticipant__info {
  flex: 0 0 630px;
}
.singleParticipant__info_title {
  color: var(--inactive);
  font-style: italic;
  margin-bottom: 20px;
}
.singleParticipant__info_text {
  column-count: 2;
  column-gap: 20px;
}
.singleParticipant__info_text p {
  margin: 20px 0;
}
.singleParticipant__info_text p:first-child {
  margin-top: 0;
}
.singleParticipant__video {
  flex: 0 0 305px;
  padding-top: 45px;
}
.singleParticipant__video_title {
  color: var(--inactive);
  font-style: italic;
  margin-top: 12px;
}
.singleParticipant__about {
  padding: 70px 0;
  display: flex;
  gap: 20px;
}
.singleParticipant__about_title {
  flex: 0 0 calc(50% - 10px);
}
.singleParticipant__about_info {
  flex-grow: 1;
}
.singleParticipant__about_text {
  column-count: 2;
  column-gap: 30px;
}
.singleParticipant__documents {
  padding: 70px 0;
}
.singleParticipant__documents_titles {
  display: flex;
  align-items: center;
  color: var(--inactive);
  font-style: italic;
  margin-bottom: 50px;
}
.singleParticipant__documents_titles .title {
  flex-grow: 1;
}
.singleParticipant__documents_titles .desc {
  flex: 0 0 25%;
}
.singleParticipant__documents_titles .filesize {
  flex: 0 0 18%;
}
.singleParticipant__documents_titles .download {
  flex: 0 0 72px;
  text-align: right;
}
.singleParticipant__document_item {
  border-bottom: 1px solid var(--inactive);
  padding: 12px 0;
  min-height: 80px;
}
.singleParticipant__document_item_content {
  display: flex;
  align-items: flex-start;
}
.singleParticipant__document_item_title {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 500;
}
.singleParticipant__document_item_desc {
  flex: 0 0 25%;
}
.singleParticipant__document_item_filesize {
  flex: 0 0 18%;
  font-style: italic;
}
.singleParticipant__document_item_download {
  flex: 0 0 72px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-end;
  font-size: 20px;
  font-weight: 500;
}
.singleParticipant__document_item_download > span {
  display: none;
}

.downloadLink {
  display: flex;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  color: inherit;
  transition: all 0.3s;
}
.downloadLink svg {
  fill: currentColor;
}
.downloadLink:hover {
  color: var(--accent);
  border-color: var(--accent);
}

.characteristics_title {
  font-style: italic;
  color: var(--inactive);
  margin-bottom: 60px;
}

.copyLink {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
.copyLink__icon {
  display: flex;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.copyLink .currentUrl {
  display: none;
}

.videoBlock__wrapper {
  position: relative;
}

.videoBlock__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  outline: none;
  height: 58px;
  width: 58px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--default);
  border: none;
  transition: 0.3s linear;
}
.videoBlock__play.accent {
  color: var(--accent);
}
.videoBlock__play.accent svg {
  fill: currentColor;
}

.typography-enabled p {
  margin: 20px 0;
}
.typography-enabled p:first-child {
  margin-top: 0;
}

.otherParticipants {
  padding: 70px 0;
}
.otherParticipants__body {
  overflow: hidden;
  margin-top: 58px;
}
.otherParticipants__footer {
  text-align: center;
  margin-top: 23px;
}
.filters {
  padding-top: 20px;
  margin-top: -20px;
  padding-bottom: 15px;
}
.filters__title {
  display: block;
  margin-bottom: 56px;
  font-style: italic;
  color: var(--inactive);
}
.filters__title_btn {
  padding: 10px 18px;
  border: 1px solid #969696;
  border-radius: 4px;
  color: #B28E7B;
  transition: 0.3s;
  cursor: pointer;
  display: none;
}
.filters__list {
  display: flex;
  gap: 32px;
  align-items: flex-start;
}
.filter {
  min-width: 220px;
}
.filter__top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  margin-bottom: 24px;
}
.filter__select {
  position: relative;
  width: 100%;
  user-select: none;
}
.filter__trigger {
  border-bottom: 1px solid #E6E6E6;
  padding: 0 0 8px 0;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  position: relative;
}
.filter__options {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: rgb(230, 230, 230);
  border-top: none;
  z-index: 10;
  max-height: 260px;
  overflow: auto;
}
.filter__option {
  display: block;
  padding: 10px 12px;
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }
  .participantItem_wrapper {
    flex: 0 0 calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
  .singleParticipant__head {
    flex-wrap: wrap;
    position: relative;
  }
  .singleParticipant__images {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .singleParticipant__characteristics {
    flex: 0 0 100%;
  }
  .singleParticipant__characteristics_list .participantItem__label {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .singleParticipant__nomination {
    margin-bottom: 20px;
    padding-right: 60px;
    min-height: 58px;
  }
  .singleParticipant__description_content {
    flex-wrap: wrap;
  }
  .singleParticipant__info {
    flex: 0 0 100%;
  }
  .singleParticipant__about {
    flex-wrap: wrap;
  }
  .singleParticipant__about_title {
    flex: 0 0 100%;
  }
  .singleParticipant__about_info {
    flex: 0 0 100%;
  }
  .characteristics_title {
    margin-bottom: 20px;
  }
  .sliderArrow {
    width: 38px;
    height: 38px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  .singleParticipant__info_text {
    column-count: 1;
  }
  .singleParticipant__about {
    padding: 50px 0;
  }
  .singleParticipant__about_text {
    column-count: 1;
  }
  .singleParticipant__documents {
    padding: 50px 0;
  }
  .singleParticipant__documents_titles {
    display: none;
  }
  .singleParticipant__document_item_content {
    flex-wrap: wrap;
  }
  .singleParticipant__document_item_title {
    flex: 0 0 100%;
    font-size: 20px;
  }
  .singleParticipant__document_item_desc {
    flex: 0 0 100%;
    font-size: 13px;
    font-weight: 300;
  }
  .singleParticipant__document_item_filesize {
    flex: 0 0 100%;
    font-size: 13px;
    font-weight: 300;
  }
  .singleParticipant__document_item_download {
    flex: 0 0 100%;
    justify-content: flex-start;
    margin-top: 10px;
  }
  .singleParticipant__document_item_download > span {
    display: inline;
  }
  .downloadLink {
    width: 48px;
    height: 48px;
  }
  .otherParticipants {
    padding: 50px 0;
  }
}
@media screen and (max-width: 576px) {
  .container {
    max-width: none;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .participantItem_wrapper {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .participantItems {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    row-gap: 20px;
  }
  .participantItem__title {
    font-size: 18px;
  }
  .singleParticipant__images_slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .singleParticipant__video {
    flex: 0 0 100%;
  }
  .singleParticipant__video video {
    width: 100%;
  }
}