@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@200;300;400;500;600&display=swap');

/* ===== ROOT ===== */
:root{
  --container: 90%;
  --gap: 2.3vw;
  --edge: 0.57vw;
  --text: #111;
  --muted: #444;
  --brand: rgba(173, 12, 12, 1);
  --bg:#F5F5F5;
  --margin-grid : 21vw;
  --gap-premia: 3.1vw;
}

*{ box-sizing: border-box; margin: 0;}

html, body{ height: 100%; overflow-x: hidden; }

body{
  margin: 0;
  color: var(--text);
  font-family: Geologica, system-ui, Arial, sans-serif;
}

img{
  display:block;
  width:100%;
  height:auto;
}

section{
  width: 100%;
  max-width: var(--container);
  margin-left: auto;
  margin-right: auto;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

h2 {
  font-size: 2.6vw;
  font-weight: 200;
  font-family: Geologica, sans-serif;
  line-height: 105%;
}

.title2
{
  font-family: Geologica, sans-serif;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 105%;
  letter-spacing: -0.03em;
  margin-bottom: 1vw;
}
.title3
{
  font-family: Geologica, sans-serif;
  font-weight: 400;
  font-size: 1.3vw;
  line-height: 105%;
  letter-spacing: -0.03em;
  margin-bottom: 1vw;
  text-align: right;
}
.btn
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 3.2vw;
  padding: 0 24px;
  font-size: 1vw;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
  white-space: nowrap;
  font-family: inherit;
  text-transform: uppercase;
}
.btn--red
{
  color: #991515;
}
.btn img
{
  width: auto;
}
.btn--primary
{
  background: var(--brand);
  color: #fff;
  border: 1px solid var(--brand);
}
.btn--primary:hover {
  background: #991515;
  border-color: #991515;
}
.btn--outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--text);
}
.btn--outline:hover {
  background: var(--text);
  color: #fff;
}
.Main_text_title{
  font-family: Geologica;
  font-weight: 300;
  font-size: 1.615vw;
  margin-bottom: 0.70vw;
  line-height: 110.00000000000001%;
  letter-spacing: -0.03em;

}
.header_premia img
{
  object-fit: cover;
}
.Main_text2
{
  font-family: Geologica, sans-serif;
  font-weight: 250;
  font-size: 1.25vw;
  line-height: 105%;
  letter-spacing: -0.03em;
}
.ceremony
{
  display: flex;
  flex-direction: column;
  padding-top: 0;
}
.header_premia
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.9vw;
  margin-bottom: var(--gap-premia);
}

/* .header_premia_text
{
  display: flex;
  gap: 2.9vw;
  align-items: center;
} */
.award_content
{
  display: flex;
  flex-direction: row;
  background-color: rgba(245, 245, 245, 1);
  padding-block: 1.85vw;
  margin-bottom: var(--gap-premia);
  justify-content: space-between;
  box-shadow: -5vw 0 0 0 #f5f5f5, 5vw 0 0 0 #f5f5f5;
}

.award_content .btn.btn--red
{
  padding: 0;
}

.award_title
{
  font-family: Geologica, sans-serif;
  font-weight: 200;
  font-size: 2.8vw;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: var(--brand);
}

.award_sub_title
{
  font-family: Geologica, sans-serif;
  font-weight: 200;
  font-size: 2.6vw;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: var(--text);
  margin: 0 0 2.6vw;
}

.award_ceremony_grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: var(--gap-premia);
  row-gap: 2vw;
  align-items: end;
  margin-left: var(--margin-grid);
}

.award_ceremony_grid_item
{
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding-left: 1vw;
  border-left: solid 1px var(--text);
  justify-content: space-between;
  height: 100%;
}

.winner_title
{
  font-family: Geologica, sans-serif;
  font-weight: 200;
  font-size: 2.6vw;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.nomination_title
{
  font-family: Geologica, sans-serif;
  font-weight: 400;
  font-size: 1.65vw;
  letter-spacing: -0.03em;
}

.nomination_text
{
  font-family: Geologica, sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 105%;
  letter-spacing: -0.03em;
  
}
.judges_container{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex : auto;
  gap: var(--gap);
}
.judges_ceremony{
  margin-top: var(--gap-premia);
}
.judges_ceremony_item{
  display: flex;
  flex-direction: column;
}
.judges_ceremony_item p{
  justify-self: flex-end;
}
.judges_ceremony_item img{
  width: 100%;
  height: 22vw;
  object-fit: cover;
}
.judge_title{
  font-family: Geologica, sans-serif;
  font-weight: 400;
  font-size: 1.6vw;
  line-height: 110.00000000000001%;
  letter-spacing: -0.03em;
  margin-top: 1vw;
}
.judges_title
{
  /* margin-bottom: 2.55vw; */
}
.judge_desc{
  font-family: Geologica, sans-serif;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 110.00000000000001%;
  letter-spacing: -0.03em;
  margin-top: 0.55vw;

}
.judges_slider {
  position: relative;
  width: 100%;
}

.judges_viewport {
  overflow: hidden;
}

.judges_track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
}

.judges_slide {
  flex: 0 0 calc(25% - 15px); /* 4 карточки */
}

.judges_slide img {
  width: 100%;
  height: 20vw;
  object-fit: cover;
}

.judges_nav {
  position: absolute;
  width: 2vw;
  height: 100%;
  background: transparent;
  border: none;
  z-index: 2;
  cursor: pointer;
  filter: invert(1);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.judges_nav.prev { left: -3vw; }
.judges_nav.next { right: -3vw; }

/* адаптив */
@media (max-width: 1024px) {
  .judges_slide {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width: 600px) {
  .judges_slide {
    flex: 0 0 100%;
  }
}

.judges_slider:hover .judges_nav, .judges_nav:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.judges_dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 8px;
}

.judges_dot {
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.judges_dot.active {
    background: rgba(173, 12, 12, 1);
}

.section__content
{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 0 2.7vw;
  align-items: center;
}

.history_section .award_sub_title
{
  margin: 0 0 0.55vw;
}

.history_section .winner_title
{
  margin: 0 0 2.6vw;
}
.history_grid
{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: var(--gap);
  width: calc(100% - 25% - (3.1vw / 2));
  margin-left: auto;
}

.fotoreport_container
{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--gap-premia);
  align-items: end;
  text-decoration: none;
}
.fotoreport_info{
  display: grid;
  justify-content: space-between;
}
.videoreport video{
  display: block;
  width: 100%;
  height: 100%;
}
.fotoreport_photo
{
  grid-column: 2 / 2;
}
.videoreport{
  grid-column: 1 / 2;
  background: black;
}
.slider {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.slider-wrapper {
  display: flex;
  transition: transform 0.4s ease;
}

.slider_container
{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: var(--gap-premia);
}

.desc_foto_slider
{
  padding-bottom: 1.1vw;
  width: 100%;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  display: block;
  height: 31vw;
  object-fit: cover;
}


.btn_slider {
    position: absolute;
    top: 0;
    width: 7%;
    height: calc(100% - 1.1vw);
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(67px);
    border: none;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background 0.2s ease;
}


.btn_slider.prev {
  left: 0;
}

.btn_slider.next {
  right: 0;
}

.btn_slider span {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*.btn_slider.prev::after {*/
/*    content: "";*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    border-right: 2px solid #fff;*/
/*    border-top: 2px solid #fff;*/
/*    transform: rotate(225deg);*/
/*    display: block;*/
/*    transition: border-color 0.2s ease;*/
/*}*/

/*.btn_slider.next::after {*/
/*    content: '';*/
/*    display: block;*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-top: 2px solid #fff;*/
/*    border-right: 2px solid #fff;*/
/*    transform: rotate(45deg);*/
/*}*/


.btn_slider.next img{
    width: 1vw;
    height: 1vw;
}
.btn_slider.prev img{
    width: 1vw;
    height: 1vw;
}
.slider:hover .btn_slider {
    opacity: 1;
    visibility: visible;
}

.btn_slider :hover {
    background: rgba(0, 0, 0, .42);
}

.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0.5vw;
}

.slider-dot {
  width: 0.6vw;
  height: min-content;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
  flex-shrink: 0;
}

.slider-dot.active {
  background: var(--brand);
}

.slider_desc
{
  display: flex;
  flex-direction: column;
  gap: 0.5vw;
}

.history_grid .btn.btn--outline
{
  grid-column: 2;
  width: calc(50% - (var(--gap-premia) / 2));
  margin-left: auto;
}

.partners_logo
{
  display: flex;
  justify-content: space-between;
  overflow: scroll;
  gap: 2vw;
  filter: grayscale(1);
}

.partner_logo
{
  max-height: 2.1vw;
  width: fit-content;
}

.partners_section .award_sub_title
{
  margin-bottom: 2.6vw;
}
.partners_section .winner_title
{
  margin-bottom: 2.6vw;
}
.fotoreport_section
{

  padding-bottom: 5.2vw;
}
.fotoreport_section a
{
  text-decoration: none;
  grid-column: span 2;
  display: flex;
}

.fotoreport_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 20px;
}

.fotoreport_grid .grid_item video,
.fotoreport_grid .grid_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Нижние ячейки — заголовки */
.fotoreport_grid .custom_title,
.fotoreport_grid .event_title {
    display: flex;
    align-items: center;
}

.btn_fotorepotr
{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.62vw;
  height: 3.1vw;
  border: 1px solid #111;
  font-weight: 300;
  color: #111;
  background: #fff;
  text-decoration: none;
  transition: all .18s ease;
  font-size: 1.04vw;
  margin-top: auto;
  grid-column: 4;
}
.fotoreport_container .title2, .title3
{
  font-weight: 300;
  margin-bottom: 0;
  line-height: 135%;
  color: rgba(0, 0, 0, 1);
}


.award_ceremony_grid .btn.btn--outline
{
  display: none;
}
@media (max-width: 460px)
{
  .fotoreport_section
  {
    padding-bottom: 10vh;
  }
}

@media (max-width: 767px) 
{
  :root
  {
    --gap-premia: 8.4vw;
  }
  .header_premia
  {
    grid-template-columns: 1fr;
    gap: 5.2vw;
  }
  .header_premia img 
  {
    width: 50%;
    margin: auto;
  }
  /* .header_premia_text
  {
    flex-direction: column;
  } */

  .header_premia_text .Main_text2:nth-child(2)
  {
    display: none;
  }
  .Main_text_title{
    font-size: 5.07vw;
    margin-bottom: 4.7vw;
  }
  .Main_text2
  {
    font-size: 1.6vw;
  }
  .award_title
  {
    text-align: center;
    color: black;
    font-size: 7vw;
    line-height: 105%;
    letter-spacing: -0.05em;
  }
  .award_sub_title
  {
    font-size: 7vw;
    margin: 0 0 5.6vw;
  }
  .award_ceremony_grid
  {
    grid-template-columns: 1fr;
    row-gap: 4.2vw;
    margin-left: 0;
  }
  .winner_title
  {
    font-size: 5.6vw;
  }
  .nomination_text
  {
    font-size: 4.45vw;
  }
  .award_content
  {
    flex-direction: column;
    text-align: center;
    color: black;
    gap: 3vw;
  }
  .award_ceremony_grid .btn.btn--red
  {
    font-size: 4.1vw;
  }
  .award_ceremony_grid .btn.btn--red svg
  {
    height: 4vw;
  }
  .judges_slide img
  {
    height: 78vw;
  }
  .award_ceremony_grid_item
  {
    gap: 2.8vw;
    padding-left: 2.8vw;
  }
  .history_grid
  {
    grid-template-columns: 1fr;
  }
  .history_grid .btn.btn--outline
  {
    grid-column: 1;
    width: 100%;
  }
  .judges_container{
    display: grid;
    grid-template-columns: 1fr;
  }
  .judges_ceremony_item img{
    width: 41.721vw;
    height: 39.765vw;
    align-self: center;
  }
  .judge_title{
    font-size: 4.9vw;
  }
  .judges_title{
    font-size: 6.65vw;
  }
  .judge_desc{
    font-size: 4.1vw;
  }
  .slide img
  {
    height: 123vw;
  }
  .slider_container
  {
    flex-direction: column;
  }
  .slider, .desc_foto_slider
  {
    width: 100%;
  }
  .btn
  {
    width: 100%;
    height: 11vw;
    font-size: 3.5vw;
  }
  .award_ceremony_grid .btn.btn--outline
  {
    display: none;
  }
  .nomination_title
  {
    font-size: 4.5vw;
  }
  .history_section .winner_title
  {
    margin: 0 0 4vw;
    font-size: 7.2vw;
  }
  .title2
  {
    font-size: 5.6vw;
    margin-bottom: 4vw;
  }
  .Main_text2
  {
    font-size: 4.5vw;
  }
  .slider_container
  {
    gap: 4.2vw;
  }
  .slider-dot
  {
    width: 3.6vw;
  }
  .slider-dots
  {
    margin-top: 2.8vw;
  }
  .btn_slider
  {
    height: calc(100% - 6.4vw);
  }
  .slider_desc
  {
    gap: 2.8vw;
  }
  .history_grid
  {
    gap: 8.4vw;
    margin-left: 0;
    width: 100%;
  }
  .fotoreport_grid
  {
    grid-template-columns: 1fr;
  }
  .grid_item.custom_title
  {
    grid-row: 2;
  }
  .fotoreport_container
  {
    grid-template-columns: 1fr;
  }
  .fotoreport_photo
  {
    grid-column: 1;
    grid-row: 1;
  }
  .fotoreport_container .title2
  {
    grid-column: 1;
    grid-row: 2;
  }
  .btn_fotorepotr
  {
    grid-column: 1;
    grid-row: 3;
  }
  .fotoreport_container .title2
  {
    font-size: 5.5vw;
    line-height: 105%;
  }
  .partner_logo:nth-child(n+4)
  {
    display: none;
  }
  .partner_logo
  {
    max-height: 9.5vw;
  }
  .btn_slider {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 1024px) 
{
  :root
  {
    --gap-premia: 2.6vw;
  }
  .fotoreport_section
  {
    padding-bottom: 9.2vh;
  }
  section
  {
    padding-top: 4.6vh;
    padding-bottom: 4.6vh;
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .Main_text_title{
    font-size: 3.2vw;
    margin-bottom: 2.7vw;
  }
  .Main_text2
  {
    font-size: 2.6vw;
  }
  .header_premia
  {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-top: 5vw;
  }
  .header_premia img
  {
    justify-self: center;
    width: 24.5vw;
    height: 28.4vw;
  }
  .header_premia_text
  {
    flex-direction: column;
  }
  .header_premia_text .Main_text2:nth-child(2)
  {
    display: none;
  }
  .award_content
  {
    gap: 3.5vw;
    flex-direction: column;
  }
  .award_title
  {
    color: black;
    font-size: 4.6vw;
    text-align: center;
  }
  .award_sub_title
  {
    font-size: 4.6vw;
    margin-bottom: 3.9vw;
  }
  .award_ceremony_grid
  {
    grid-template-columns: 1fr 1fr;
    margin-left: 0;
  }
  .winner_title
  {
    font-size: 4.7vw;
  }
  .nomination_title
  {
    font-size: 3.2vw;
  }
  .nomination_text
  {
    font-size: 2.3vw;
  }
  .award_ceremony_grid_item
  {
    gap: 2vw;
  }
  .award_ceremony_grid .btn.btn--red
  {
    display: block;
    grid-column: 1;
    grid-row: span 1;
    order: 9999;
    justify-content: flex-start;
    font-size: 2.6vw;
  }
  .award_ceremony_grid_item:last-of-type
  {
    grid-column: 2;
  }
  .award_ceremony_grid .btn.btn--primary
  {
    grid-column: 2;
    margin-top: 4vw;
  }
  .btn 
  {
    height: 5vw;
    font-size: 2.5vw;
  }
  .btn svg 
  {
    height: 2vw;
    width: auto;
  }
  .section__content
  {
    margin-bottom: 4.71vw;
  }
  .history_section .winner_title
  {
    font-size: 3.2vw;
    margin: 0 0 3.6vw;
  }
  .history_grid{
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    margin-left: 0;
    width: 100%;
  }
  .title2{
    font-size: 2.4vw;
  }
  .slide img
  {
    height: 70vw;
  }
  .slider_container
  {
    flex-direction: column;
  }
  .slider, .desc_foto_slider
  {
    width: 100%;
  }
  .title2
  {
    font-size: 3.1vw;
  }
  .slider-dots
  {
    margin-top: 1.3vw;
  }
  .slider-dot
  {
    width: 1.6vw;
  }
  .btn_slider
  {
    height: calc(100% - 2.9vw);
  }
  .judges_title
  {
    font-size: 4.7vw;
    margin-bottom: 3.9vw;
  }
  .judges_slide img
  {
    height: 49.5vw;
  }
  .history_grid .btn.btn--outline
  {
    width: 100%;
  }
  .fotoreport_container .title2
  {
    font-size: 2.3vw;
    grid-column: 3 / 5;
    grid-row: 1;
  }
  .btn_fotorepotr
  {
    grid-column: 3 / 5;
    grid-row: 2;
  }
  .fotoreport_photo
  {
    grid-row: 1 / 2;
  }
  .fotoreport_info{
    flex-direction: column;
    justify-content: left;
  }
  .title3{
    text-align: left;
    font-size: 2.4vw;
  }
    .partner_logo:nth-child(n+7)
  {
    display: none;
  }
  .partner_logo
  {
    max-height: 4.5vw;
  }
  .award_ceremony_grid .btn.btn--outline
  {
    display: none;
  }
  .btn_slider {
    display: none;
  }
  .judges_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .judges_ceremony_item img{
    width: 33.4vw;
    height: 38vw;
  }
  .judge_title{
    font-size: 3.1vw;
  }
  .judge_desc{
    font-size: 2.55vw;
  }
}