:root {
  --cyan: #00cdfc;
  --cyan-deep: #00bfe9;
  --cyan-soft: #8af1ff;
  --teal: #0e8ba3;
  --white: #ffffff;
  --footer-bg: #96f5fb;
  --page-width: 90%;
  --font: "Inter", "Segoe UI", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html body {
  margin: 0;
  font-family: var(--font) !important;
  background-color: var(--cyan) !important;
  color: var(--white) !important;
  -webkit-font-smoothing: antialiased !important;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}

a:hover {
  text-decoration: underline !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Layout */
.page-2007 {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: visible;
  background-color: var(--cyan) !important;
}

.bg-rings {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.bg-rings--1 {
  width: 100%;
  height: 1428px;
  top: -506px;
}

.bg-rings--2 {
  width: 100%;
  height: 1330px;
  top: 1200px;
}

.bg-rings--3 {
  width: 100%;
  height: 1330px;
  top: 2800px;
}

.section {
  padding: 0;
  margin-bottom: 20px;
}

.section,
.hero,
.footer {
  position: relative;
  z-index: 1;
}

.section-title {
  margin: 0 0 28px;
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: var(--white);
}

.page-2007 img.float-photo {
  position: absolute !important;
  display: block;
  width: 160px;
  max-width: none !important;
  height: auto !important;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0, 70, 100, 0.2));
  z-index: 50 !important;
}

/* Top bar */
.page-2007 .topbar {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 30px 60px 12px;
}

.page-2007 .topbar__brand {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 280px;
}

.page-2007 .topbar__brand > a {
  flex: 0 0 auto;
  display: block;
  width: 48px;
  height: 48px;
}

.page-2007 .topbar__brand img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.page-2007 .topbar__brand-name {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
}

.page-2007 .topbar__brand-name a {
  color: var(--white) !important;
  font-size: 16px;
  text-decoration: none !important;
}

.page-2007 .topbar__search {
  position: relative;
  width: min(334px, 42%);
  height: 28px;
  flex: 0 1 334px;
}

.page-2007 .topbar__search > img {
  width: 100%;
  height: 28px;
  object-fit: fill;
  pointer-events: none;
}

.page-2007 .topbar__search form {
  position: absolute;
  inset: 0;
  margin: 0;
}

.page-2007 .topbar__search input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: transparent;
  border-radius: 999px;
  padding: 0 40px 0 16px;
  font: inherit;
  color: var(--teal);
  outline: none;
}

.page-2007 .topbar__account {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  min-height: 35px;
  padding: 10px 24px;
  border-radius: 22px;
  background: linear-gradient(93deg, #00bfe9 -78%, #ffffff 81%);
  color: var(--teal) !important;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
}

.page-2007 .topbar__account:hover {
  text-decoration: none !important;
  filter: brightness(1.05);
  opacity: 1;
}

/* Hero */
.hero {
  padding: 17px 0 40px;
}

.hero__visual {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero__bg {
  width: 60%;
  object-fit: cover;
}

.hero__heart {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%) !important;
  width: 25%;
  height: auto;
  pointer-events: none;
  animation: float-soft 6s ease-in-out infinite;
}

.hero__logo {
  position: relative;
  z-index: 2;
  width: min(420px, 70%);
  margin-top: 0;
  height: auto;
  filter: drop-shadow(0 6px 18px rgba(0, 60, 90, 0.15));
}

.hero__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 400px);
  gap: 2%;
  padding: 80px 60px 0;
  align-items: stretch;
  width: 100%;
}

.hero__content .info-block a,
.hero__content .info-block p a {
  color: white !important;
  text-decoration: underline !important;
}

.info-block {
  margin-bottom: 28px;
}

.info-block__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 14px;
  font-size: clamp(18px, 2vw, 23px);
  font-weight: 600;
  letter-spacing: -0.2px;
  text-transform: uppercase;
  line-height: 1.1;
}

.info-block__mark {
  flex: 0 0 39px;
  width: 39px;
  height: 17px;
  background: linear-gradient(90deg, #00bfe9, #ffffff);
  border-radius: 2px;
}

.info-block p {
  margin: 0 0 10px;
  line-height: 1.45;
  letter-spacing: -0.02em;
}

.page-2007 .getOrderBlock {
  text-align: center;
  margin-top: 26px;
}

.page-2007 .getOrderBlock .topbar__account {
  min-width: 240px;
  min-height: 52px;
  padding: 16px 36px;
  border-radius: 28px;
  font-size: 18px;
}

.page-2007 .getOrderBlock .topbar__account a {
  font-size: 18px !important;
  font-weight: 800;
  line-height: 1.2;
  color: inherit !important;
  text-decoration: none !important;
}

.aside-panel {
  position: relative;
  width: 100%;
  min-height: 480px;
}

.aside-panel__shape {
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 100%;
  opacity: 0.92;
  filter: brightness(1.25) saturate(0.85);
}

.aside-panel__corner {
  position: absolute;
  top: 0;
  right: -44px;
  width: 77px;
  height: auto;
}

.aside-panel__content {
  position: relative;
  z-index: 1;
  padding: 28px 36px 28px 24px;
  color: var(--teal);
  font-size: 11px;
  line-height: 1.35;
}

.aside-group {
  margin-bottom: 18px;
}

.aside-group h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--teal);
}

.aside-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.aside-group li + li {
  margin-top: 4px;
}

.aside-group a {
  color: var(--teal);
  font-size: 14px;
}

.aside-news {
  margin-top: 14px;
}

.aside-news p {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.3;
  color: var(--teal);
  opacity: 0.95;
}

.aside-news time {
  color: var(--teal);
  font-size: 14px;
  opacity: 0.8;
}

.sidebar-links {
  gap: 8px;
  display: flex;
  flex-direction: column;
}

.sidebar-links a, .sidebar_title_block {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--teal);
}

/* Nominations */
.nominations {
  position: relative;
  padding: 40px 24px 20px;
  overflow: visible;
}

.nominations__stage {
  position: relative;
  max-width: 1900px;
  margin: 0 auto;
  overflow: visible;
}

.nominations__floats {
  position: absolute;
  inset: 0;
  z-index: 50;
  pointer-events: none;
  overflow: visible;
}

.nomination-card {
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 900px;
  z-index: 1;
}

.nomination-card__bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

.nomination-card__body {
  position: absolute;
  inset: 5% 25% 5%;
  overflow: auto;
  color: var(--teal);
  padding: 8px 4px;
  font-size: 18px;
  scrollbar-width: none;
}

.nomination-card__body h3 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.25;
  text-align: center;
  letter-spacing: -0.02em;
}

.nominations .competition-nomination-content {
  display: none;
}

.nominations .competition-nomination-content.active {
  display: block;
}

.page-2007 img.float-photo--1 {
  top: -8%;
  left: -2%;
  width: 170px;
  transform: rotate(-34deg);
  animation: float-a 7s ease-in-out infinite;
}

.page-2007 img.float-photo--2 {
  bottom: 12%;
  left: -4%;
  width: 150px;
  transform: rotate(-145deg);
  animation: float-b 8s ease-in-out infinite;
}

.page-2007 img.float-photo--3 {
  right: -3%;
  bottom: 18%;
  width: 160px;
  transform: rotate(-146deg);
  animation: float-a 6.5s ease-in-out infinite reverse;
}

.pager {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 28px;
}

.pager__dot {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer !important;
  padding: 0;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.pager__dot.is-active,
.pager__dot:hover {
  background: var(--white) !important;
  transform: scale(1.08) !important;
}

.pager--cyan .pager__dot {
  background: rgba(0, 205, 252, 0.35);
}

.pager--cyan .pager__dot.is-active,
.pager--cyan .pager__dot:hover {
  background: var(--cyan);
}

/* Age / FAQ */
.age-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  padding: 30px 24px 60px;
  margin-top: 110px;
}

.glass-card {
  position: relative;
  overflow: visible;
  z-index: 2;
  width: min(100%, 970px);
  padding: 24px 48px 28px;
  border: 1px solid var(--white);
  border-radius: 25px;
  background:
    linear-gradient(168deg, rgb(28, 206, 243) 3%, rgba(218, 249, 255, 0.95) 35%, rgba(255, 255, 255, 1) 100%);
  color: var(--teal);
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 100, 130, 0.12);
}

.glass-card--tall {
  padding-top: 28px;
  padding-bottom: 32px;
  background:
    linear-gradient(165deg, rgb(28, 206, 243) 3%, rgba(218, 249, 255, 0.95) 35%, rgba(218, 249, 255, 0.3) 75%, rgba(28, 206, 243, 0.67) 100%);
}

.glass-card h3 {
  margin: 0 0 18px;
  font-size: 18px !important;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.glass-card p {
  margin: 0 0 12px;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1.35;
}

.glass-card a {
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline !important;
}

.glass-card .info-tab-for {
  display: none;
  text-align: left;
}

.glass-card .info-tab-for.active {
  display: block;
}

.glass-card .info_tab_faq_block.active {
  text-decoration: underline;
}

.page-2007 .block-faq .content-faq .right-block {
  background-color: transparent !important;
  padding: 0 !important;
}

.page-2007 .block-faq .content-faq .right-block .content-right-block {
  height: fit-content !important;
}

.page-2007 .info_tab_faq_block_wrapper {
  width: 98% !important;
  margin-top: 23px !important;
  gap: 18px !important;
  margin-left: 2% !important;
}

.page-2007 .info_tab_faq_block {
  font-size: 12px !important;
}

.page-2007 .content-in-tabs-info-for {
  overflow-y: auto !important;
  scrollbar-width: none;
}

.float-photo--age-l {
  left: -120px;
  top: -30px;
  width: 180px;
  transform: rotate(-15deg);
}

.float-photo--age-r {
  right: -100px;
  top: 20px;
  width: 190px;
  transform: scaleY(-1) rotate(-142deg);
}

/* Jury */
.jury {
  padding: 20px 24px 40px !important;
}

.jury__wrap {
  position: relative;
  overflow: visible;
  z-index: 2;
  max-width: 980px;
  margin: 0 auto 48px;
}

.jury__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 242px));
  gap: 10px;
  justify-content: center;
}

.jury-card {
  color: var(--teal) !important;
  padding: 10px;
  border-radius: 15px !important;
  background:
    linear-gradient(156deg, rgba(28, 206, 243, 0.15) 3%, rgba(28, 206, 243, 0.22) 35%, rgba(28, 206, 243, 0.67) 100%),
    #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.judges-block {
  margin-top: 20px !important;
}

.judges-block-content {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

.judges-block-content .person {
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 10px !important;
  padding: 10px !important;
  background-color: white !important;
}

.judges-block-content .person .img-block {
  width: auto;
  height: auto;
}

.jury__wrap .judges-block-content .person .img-block {
  height: 150px;
}

.name-block {
  color: var(--teal) !important;
  font-size: 16px !important;
}

.judges-block-content .person .name-block .name {
  color: var(--teal) !important;
  font-size: 14px !important;
  font-family: var(--font) !important;
  line-height: 15px !important;
}

.page-2007 .judges-block-content .person .name-block .comment,
.page-2007 .name-block .name {
  text-align: left !important;
  margin: 0 !important;
  margin-bottom: 10px !important;
}

.float-photo--j1 {
  left: -120px;
  top: 80px;
  width: 150px;
  transform: rotate(-108deg);
}

.float-photo--j2 {
  left: -110px;
  top: 380px;
  width: 180px;
  transform: rotate(-15deg);
}

.float-photo--j3 {
  right: -130px;
  top: 280px;
  width: 180px;
  transform: rotate(154deg);
}

.float-photo--j4 {
  right: -120px;
  top: 620px;
  width: 170px;
  transform: rotate(106deg);
}

.float-photo--j5 {
  left: -40px;
  bottom: -30px;
  width: 160px;
}

/* Partners */
.template-contant .swiper-container-partners {
  position: relative;
  max-width: 1360px !important;
  margin-top: 0 !important;
  padding: 0 88px 48px;
}

.page-2007 .swiper-pagination-bullet {
  width: 24px !important;
  height: 24px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.55);
  cursor: pointer !important;
  padding: 0 !important;
  transition: transform 0.2s ease, background 0.2s ease !important;
}

.page-2007 .swiper-container-partners .swiper-pagination-bullet-active {
  background-color: var(--white) !important;
  transform: scale(1.08) !important;
}

/* Winners */
.winners {
  padding: 0 !important;
}

.winners__panel {
  margin: 0;
  padding: 40px 24px 36px;
  background: linear-gradient(90deg, rgb(138, 241, 255) 0%, rgb(232, 250, 255) 50%, rgb(138, 241, 255) 100%);
  text-align: center;
}

.winners__title {
  margin: 0 0 36px;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: -0.3px;
}

.winners__nav {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.winners__arrow {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 246px;
}

.winners__arrow img {
  width: 100%;
  height: auto;
}

.winners__year {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 700;
  color: var(--cyan);
  text-transform: uppercase;
  letter-spacing: -0.02em;
}

.winners .winner-wrapper {
  position: relative;
}

.winners .swiper-button-next,
.winners .swiper-button-prev,
.page-2007 .swiper-container-partners .swiper-button-next,
.page-2007 .swiper-container-partners .swiper-button-prev {
  --swiper-navigation-size: 72px;
  width: 72px;
  height: 72px;
  color: #0077c8 !important;
}

.winners .swiper-button-next:after,
.winners .swiper-button-prev:after,
.page-2007 .swiper-container-partners .swiper-button-next:after,
.page-2007 .swiper-container-partners .swiper-button-prev:after {
  font-size: 72px !important;
  font-weight: 700;
  color: #0077c8 !important;
}

/* Ceremony / media */
.ceremony {
  padding: 48px 0 0 !important;
}

.ceremony__player {
  position: relative;
  width: min(720px, calc(100% - 48px));
  aspect-ratio: 16 / 9;
  margin: 0 auto 40px;
  border-radius: 15px;
  overflow: hidden;
  background:
    linear-gradient(156deg, rgba(28, 206, 243, 0.15) 3%, rgba(28, 206, 243, 0.22) 35%, rgba(28, 206, 243, 0.67) 100%),
    #ffffff;
  box-shadow: 0 10px 30px rgba(0, 80, 110, 0.12);
}

.ceremony__player iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.media-band {
  position: relative;
  padding: 48px 24px;
  background: linear-gradient(90deg, #8af1ff 0%, #01d1ff 50%, #8af1ff 100%);
  overflow: visible;
  z-index: 2;
}

.media-list {
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.media-list p {
  margin: 0 0 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
}

.float-photo--m1 {
  right: 34px;
  top: -40px;
  width: 160px;
}

.float-photo--m2 {
  right: 28px;
  top: 54px;
  width: 150px;
  transform: rotate(180deg);
}

.float-photo--m3 {
  left: 186px;
  bottom: 8px;
  width: 200px;
  transform: rotate(-36deg);
}

.float-photo--m4 {
  left: 113px;
  bottom: -154px;
  width: 200px;
  transform: rotate(-126deg);
}

/* Exhibitions */
.exhibitions {
  padding: 56px 24px 40px !important;
}

.exhibitions__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 10px;
  max-width: 520px;
  margin: 0 auto;
}

.exhibitions__item {
  width: 100%;
  height: 176px;
  object-fit: cover;
  border-radius: 28px;
  border: 6px solid var(--white);
  box-shadow: 0 8px 24px rgba(0, 70, 100, 0.15);
}

.exhibitions__grid .exhibitions__item:nth-child(1),
.exhibitions__grid .exhibitions__item:nth-child(4),
.exhibitions__grid .exhibitions__item:nth-child(5),
.exhibitions__grid .exhibitions__item:nth-child(8) {
  border-radius: 28px 40px 28px 40px;
}

.exhibitions__grid .exhibitions__item:nth-child(2),
.exhibitions__grid .exhibitions__item:nth-child(3),
.exhibitions__grid .exhibitions__item:nth-child(6),
.exhibitions__grid .exhibitions__item:nth-child(7) {
  border-radius: 40px 28px 40px 28px;
}

/* Footer */
body:has(.page-2007) .footer {
  position: relative;
  margin-top: 40px;
  padding: 70px 0 !important;
  background:
    linear-gradient(270deg, rgba(255, 255, 255, 0.66) 7%, rgba(1, 207, 255, 0.05) 100%),
    var(--footer-bg);
  overflow: hidden;
}

body:has(.page-2007) .footer_block_item_title,
body:has(.page-2007) .footer_info,
body:has(.page-2007) .footer_info a,
body:has(.page-2007) .footer_block_item--links a,
body:has(.page-2007) .footer_block_item_contacts a {
  color: var(--teal) !important;
}

body:has(.page-2007) .footer .login {
  background: linear-gradient(93deg, #00bfe9 -78%, #ffffff 81%) !important;
  color: var(--teal) !important;
  border-color: var(--white);
  font-weight: 800;
  text-transform: uppercase;
  min-width: 160px;
}

body:has(.page-2007) .footer .login:hover {
  filter: brightness(1.05);
  opacity: 1;
}

body:has(.page-2007) .footer_block .footer_block_item--links {
  display: flex;
  flex-direction: column;
}

body:has(.page-2007) .footer_block .footer_block_item--links a {
  color: var(--teal) !important;
  max-width: 100% !important;
  width: 100% !important;
  font-size: 18px !important;
}

body:has(.page-2007) .footer_soc a[aria-label="ВКонтакте"] {
  display: none !important;
}

@keyframes float-soft {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes float-a {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 -10px; }
}

@keyframes float-b {
  0%, 100% { translate: 0 0; }
  50% { translate: 0 12px; }
}

.hero-aside-photos {
  display: block;
  position: relative;
  flex: 1 1 auto;
  min-height: 780px;
  margin-top: 24px;
  width: 100%;
}

.hero-aside-photo {
  position: absolute;
  width: 160px;
  height: auto;
  max-width: none;
  pointer-events: none;
  filter: drop-shadow(0 10px 18px rgba(0, 70, 100, 0.2));
  z-index: 2;
}

.hero-aside-photo--1 {
  left: 4%;
  top: 0;
  width: 360px;
  transform: rotate(-12deg);
  animation: float-a 7s ease-in-out infinite;
}

.hero-aside-photo--2 {
  right: 2%;
  top: 20%;
  width: 360px;
  transform: rotate(11deg);
  animation: float-b 8s ease-in-out infinite;
}

.hero-aside-photo--3 {
  left: 18%;
  top: 40%;
  width: 360px;
  z-index: 3;
  transform: rotate(-6deg);
  animation: float-a 6.5s ease-in-out infinite reverse;
}

.hero-aside-photo--4 {
  left: 0;
  top: 60%;
  width: 360px;
  transform: rotate(14deg);
  animation: float-b 7.5s ease-in-out infinite;
}

.hero-aside-photo--5 {
  right: 4%;
  top: 80%;
  width: 360px;
  transform: rotate(-9deg);
  animation: float-a 8s ease-in-out infinite reverse;
}

.hero__aside {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1300px) {
  .hero-aside-photo--2 {
    display: none;
  }
  .hero-aside-photo--3 {
    display: none;
  }
  .hero-aside-photo--5 {
    display: none;
  }
}

@media (min-width: 1400px) {
  .hero-aside-photos {
    display: none;
  }
}

@media (min-width: 1300px) {
  .hero-aside-photo--2 {
    display: none;
  }
  .hero-aside-photo--3 {
    display: none;
  }
  .hero-aside-photo--4 {
    display: none;
  }
}


@media (min-width: 1200px) {
  .hero-aside-photo--2 {
    display: none;
  }
  .hero-aside-photo--4 {
    display: none;
  }
  .hero-aside-photo--5 {
    display: none;
  }
}

@media (min-width: 1100px) {
  .hero-aside-photo--4 {
    display: none;
  }
  .hero-aside-photo--5 {
    display: none;
  }
}


@media (min-width: 1000px) {
  .hero-aside-photo--5 {
    display: none;
  }

}


@media (max-width: 960px) {
  .hero__content {
    grid-template-columns: 1fr;
    padding: 24px 24px 0;
    gap: 30px !important;
  }

  .aside-panel {
    max-width: 465px;
    min-height: 635px;
    margin: 0 auto;
  }

  .page-2007 img.float-photo {
    display: none !important;
  }

  .page-2007 .topbar {
    padding: 20px 24px 8px;
    flex-wrap: wrap;
  }

  .page-2007 .topbar__search {
    order: 3;
    width: 100%;
  }

  .jury__grid {
    grid-template-columns: 1fr !important;
  }

  .nomination-card {
    min-height: 910px !important;
  }

  .nomination-card__body {
    font-size: 16px !important;
    overflow: scroll;
    scrollbar-width: thin !important;
  }

  .template-contant .swiper-container-partners {
    width: auto !important;
    padding: 0 56px 40px;
  }

  .page-2007 .swiper-container-partners .swiper-slide {
    width: 160px !important;
    height: 160px !important;
  }

  .page-2007 .swiper-container-partners .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }

  .hero-aside-photos {
    display: none;
  }

}


@media (max-width: 630px) {
  .page-2007 .swiper-container-partners {
    padding: 0 36px 36px !important;
  }

  .page-2007 .swiper-container-partners .swiper-slide {
    width: 150px !important;
    height: 150px !important;
  }

  .page-2007 .swiper-container-partners .swiper-slide.swiper-slide-active {
    width: 180px !important;
    height: 180px !important;
  }

  .hero__bg {
    width: 66% !important;
  }

  .page-2007 .topbar__search {
    flex: 1 1 100%;
    max-width: 280px;
  }

  .nomination-card {
    min-height: 520px !important;
  }

  .nomination-card__body {
    overflow: scroll;
    scrollbar-width: thin !important;
    font-size: 12px !important;
  }

  .nomination-card__body h3 {
    font-size: 13px !important;
  }

  .glass-card h3 {
    font-size: 13px !important;
  }

  .glass-card p {
    font-size: 12px !important;
  }

  .judges-block-content {
    gap: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .exhibitions__grid {
    grid-template-columns: 1fr;
  }

  .page-2007 .block-faq .content-faq {
    height: 550px !important;    
  }

  .page-2007 .block-faq .content-faq .right-block {
    height: 550px !important;
  }

  .page-2007 .block-faq .content-faq .right-block .content-in-tabs-info-for {
    width: 100%;
    height: 100%;
    max-height: 333px;
    overflow-y: auto !important;
    margin: auto;
  }

  .page-2007 .info_tab_faq_block_wrapper {
    margin-top: -3px !important;
  }
}

.page-2007 .winners-pdfs-wrapper {
  display: flex;
  gap: 60px;
  justify-content: center;
}

@media (max-width: 960px) {
  .page-2007 .winners-pdfs-wrapper {
    gap: 30px;
    flex-direction: column;
  }
}

@media (max-width: 630px) {
  .page-2007 .winners-pdfs-wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .page-2007 .winners-pdfs-wrapper {
    flex-direction: column;
    gap: 10px;
  }
}

.page-2007 .block-faq .content-faq .img-age-block {
  max-height: 333px !important;
}

.page-2007 .sidebar_title_block {
  font-size: 18px !important;
}

@media (min-width: 1280px) {

  .page-2007 .block-faq .content-faq .right-block .content-in-tabs-info-for * {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .page-2007 .block-faq .content-faq .right-block .content-in-tabs-info-for {
  min-height: 333px !important;
  }

  .page-2007 .block-faq .content-faq .content-right-block p.info_tab_faq_block {
    font-size: 14px !important;
    width: 95%;
    cursor: pointer;
  }

}
