/* Sections: substrip, prizes, partners, winners, faq, footer */

:root {
  --c-bg: #d9d0ff;
  --c-purple: #684bec;
  --c-lime: #d9e51e;
  --c-dark: #262626;
  --c-orange: #ff6111;
  --f-gs: "Google Sans", "Product Sans", Arial, sans-serif;
  --f-geo: "Geometria", "Montserrat", "Arial Black", sans-serif;
  --f-nrk: "NauryzRedKeds", "Impact", "Arial Black", sans-serif;
}

/* ===== Substrip (черная полоса под баннером) ===== */
.substrip {
  position: relative;
  background: var(--c-dark);
  padding: 50px 0 60px;
  z-index: 1;
  margin: -51px 0 0;
}

.substrip__row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.substrip__name {
  display: block;
  width: 332px;
  height: 89px;
  flex-shrink: 0;
}

.substrip__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12.988px;
  height: 81px;
  padding: 0 29.873px;
  border: 0;
  border-radius: 41.562px;
  background: #fff;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 29.343px;
  line-height: 31.3px;
  color: var(--c-dark);
  white-space: nowrap;
  flex-shrink: 0;
  transition: background 0.2s;
}

.substrip__btn:hover {
  background: var(--c-lime);
}

.substrip__btn img {
  width: 40px;
  height: 40px;
}

.substrip__hashtag {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.substrip__hashtag img {
  display: block;
  width: 100%;
  max-width: 1069px;
  height: auto;
  aspect-ratio: 1069 / 146;
  object-fit: contain;
  object-position: right center;
}

/* ===== Prizes (Что разыграем?) ===== */
.prizes {
  position: relative;
  z-index: 2;
  margin-top: -72px;
  padding: 112px 0 60px;
  background: #ff7c54;
  border-radius: 0 0 29px 29px;
}

.prizes__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  grid-template-rows: auto 0.8fr;
  align-items: center;
  column-gap: 40px;
  min-height: 622px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  overflow: visible;
}

.prizes__title {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  margin: 0 0 51px;
  font-family: "NauryzRedKeds", var(--f-nrk);
  font-weight: 400;
  font-size: clamp(52px, 4.9vw, 94px);
  line-height: 0.84;
  color: #262626;
  white-space: nowrap;
}

.prizes__car {
  position: relative;
  grid-column: 1;
  grid-row: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.prizes__content {
  grid-column: 2;
  grid-row: 2;
  align-self: start;
  min-width: 0;
}

.prizes__car::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  width: 512px;
  height: 472px;
  max-width: 90%;
  background: url("../image/section/fon-car.png") center / contain no-repeat;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.prizes__car img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 663px;
  height: auto;
  transition: transform 0.35s ease;
}

.prizes__inner:hover .prizes__car img {
  transform: scale(1.04);
}

.prizes__cols {
  display: flex;
  align-items: flex-start;
  gap: 63px;
}

.prizes__col {
  flex: 0 0 auto;
  min-width: 0;
}


.prizes__subtitle {
  margin: 0 0 20px;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 33px;
  line-height: 39px;
  color: #fff;
}

.prizes__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.prizes__list li {
  display: flex;
  align-items: center;
  gap: 4.4px;
  min-height: 31px;
}

.prizes__list li:last-child {
  min-height: 39px;
  gap: 9px;
}

.prizes__col:last-child .prizes__list li:last-child {
  width: fit-content;
  max-width: 100%;
  padding: 4px 18px 4px 10px;
  border-radius: 20px;
  background: #d9e51e;
  box-sizing: border-box;
}

.prizes__col:last-child .prizes__list li:last-child .prizes__badge {
  background: transparent;
  color: #262626;
  width: auto;
  min-width: 0;
}

.prizes__col:last-child .prizes__list li:last-child .prizes__name {
  color: #262626;
  font-size: 20px;
  line-height: 20px;
}

.prizes__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  min-width: 43px;
  height: 31px;
  padding: 0;
  border-radius: 16px;
  background: #d9e51e;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  color: #262626;
  flex-shrink: 0;
  box-sizing: border-box;
}

.prizes__badge--bolt {
  width: auto;
  height: auto;
  background: transparent;
  color: #262626;
}

.prizes__badge--bolt svg {
  width: 24px;
  height: 24px;
  display: block;
}

.prizes__name {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--f-gs);
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  color: #fff;
  white-space: nowrap;
}

/* ===== Partners ===== */
.partners {
  position: relative;
  z-index: 1;
  margin-top: -29px;
  padding: 89px 0 80px;
  background: #262626;
  border-radius: 0 0 29px 29px;
  overflow: hidden;
}

.partners__title {
  margin: 0 0 46px;
  font-family: "NauryzRedKeds", var(--f-nrk);
  font-weight: 400;
  font-size: 41px;
  line-height: 1.2;
  color: #eae5ff;
}

.partners__marquee {
  overflow: hidden;
  width: 100%;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
  -webkit-user-select: none;
}

.partners__marquee.is-dragging {
  cursor: grabbing;
}

.partners__track {
  display: flex;
  gap: 12px;
  width: max-content;
  will-change: transform;
}

.partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 234px;
  height: 89px;
  border-radius: 20px;
  background: #fff;
  flex-shrink: 0;
  pointer-events: none;
}

.partners__item img {
  max-width: 152px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ===== Winners ===== */
.winners {
  padding: 40px 0 80px;
  background: #fff;
}

.winners .container {
  position: relative;
}

.winners .container::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 22px;
  width: 331px;
  height: 199px;
  background: url("../image/svg/icon-prize.svg") center / contain no-repeat;
  pointer-events: none;
  z-index: 1;
}

.winners__title {
  margin: 0 0 46px;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
}

.winners__tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 45px;
}

.winners__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 57px;
  border: 1px solid var(--c-dark);
  border-radius: 32px;
  background: transparent;
  cursor: url("../image/svg/ar-cursor.svg") 9 11, url("../image/svg/ar.svg") 7 0, pointer;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 16px;
  color: var(--c-dark);
  transition: background 0.2s, color 0.2s;
}

.winners__tab:hover {
  background: rgba(38, 38, 38, 0.08);
}

.winners__tab.is-active {
  background: var(--c-dark);
  color: #d9e51e;
}

.winners__table-wrap {
  max-width: 1458px;
  overflow-x: auto;
}

.winners__table {
  width: 100%;
  min-width: 900px;
  border-collapse: collapse;
}

.winners__table thead th {
  height: 71px;
  padding: 0 12px;
  background: #eae5ff;
  font-family: var(--f-gs);
  font-weight: 700;
  font-size: 16px;
  color: #684bec;
  text-align: left;
  vertical-align: middle;
}

.winners__table thead th:first-child {
  border-radius: 20px 0 0 20px;
  padding-left: 34px;
}

.winners__table thead th:last-child {
  border-radius: 0 20px 20px 0;
}

.winners__table tbody td {
  height: 64px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(38, 38, 38, 0.25);
  font-family: var(--f-gs);
  font-weight: 400;
  font-size: 16px;
  color: #000;
  vertical-align: middle;
}

.winners__table tbody td:first-child {
  padding-left: 34px;
}

.winners__table col.col-code { width: 19%; }
.winners__table col.col-name { width: 34%; }
.winners__table col.col-city { width: 15%; }
.winners__table col.col-date { width: 19%; }
.winners__table col.col-prize { width: 13%; }

.winners__empty {
  padding: 40px 34px !important;
  font-family: var(--f-gs);
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
}

.winners__pagination {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  max-width: 1458px;
  margin-top: 48px;
}

.winners__page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  border: 1px solid #beb7dc;
  border-radius: 10px;
  background: transparent;
  cursor: url("../image/svg/ar-cursor.svg") 9 11, url("../image/svg/ar.svg") 7 0, pointer;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 17px;
  color: #beb7dc;
  transition: background 0.2s, color 0.2s, border-color 0.2s;
}

.winners__page:hover {
  background: rgba(104, 75, 236, 0.08);
}

.winners__page.is-active {
  background: transparent;
  border-color: #684bec;
  color: #684bec;
}

.winners__page--arrow svg {
  display: block;
}

.winners__page:disabled {
  opacity: 0.35;
  cursor: default;
}

/* ===== FAQ ===== */
.faq {
  padding: 60px 0 120px;
  background: #eae5ff;
  border-radius: 51px 51px 0 0;
}

.faq__grid {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  justify-content: center;
}

.faq__left {
  flex: 0 1 605px;
  min-width: 0;
}

.faq__title {
  margin: 0 0 60px;
  font-family: "NauryzRedKeds", var(--f-nrk);
  font-weight: 400;
  font-size: 66px;
  line-height: 1.15;
  color: #262626;
}

.faq__sub {
  margin: 0 0 46px;
  font-family: var(--f-gs);
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  max-width: 506px;
}

.faq__card {
  padding: 24px;
  border-radius: 24px;
  background: var(--c-dark);
  color: #fff;
}

.faq__card h3 {
  margin: 0 0 24px;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #d9e51e;
}

.faq__card p {
  margin: 0 0 16px;
  font-family: var(--f-gs);
  font-size: 15px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.9);
}

.faq__card p:last-child {
  margin-bottom: 0;
}

.faq__list {
  flex: 0 1 667px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.faq__right {
  flex: 0 1 667px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
}

.faq__right .faq__list {
  flex: none;
  width: 100%;
}

.faq__pagination {
  margin-top: 20px;
  max-width: none;
}

.faq-item[hidden] {
  display: none !important;
}

.faq-item {
  border-radius: 24px;
  background: #fff;
  overflow: hidden;
}

.faq-item__q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 27px 22px;
  border: 0;
  background: transparent;
  cursor: url("../image/svg/ar-cursor.svg") 9 11, url("../image/svg/ar.svg") 7 0, pointer;
  text-align: left;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  color: #000;
}

.faq-item__icon {
  display: block;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: url("../image/svg/ico-arrow-sm.svg") center / contain no-repeat;
  transform: rotate(90deg);
  transition: transform 0.25s ease;
}

.faq-item.is-open .faq-item__icon {
  transform: rotate(-90deg);
}

.faq-item__a {
  display: none;
  padding: 0 22px 27px;
}

.faq-item.is-open .faq-item__a {
  display: block;
}

.faq-item__a p {
  margin: 0;
  font-family: var(--f-gs);
  font-size: 17px;
  line-height: 1.25;
  color: #000;
  max-width: 580px;
}

/* ===== Footer ===== */
.footer {
  position: relative;
  background: var(--c-dark);
  border-radius: 40px 40px 0 0;
  padding: 84px 0 60px;
  margin-top: -28px;
  overflow: hidden;
}

.footer::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../image/svg/icon-back.svg") center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.footer__grid {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.footer__left {
  flex: 0 1 879px;
  min-width: 0;
}

.footer__brand {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}

.footer__logo {
  display: block;
  width: 362px;
  height: auto;
  flex-shrink: 0;
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 82px;
}

.footer__menu a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 57px;
  padding: 0 22px;
  border: none;
  border-radius: 32px;
  background: #fff;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 17px;
  color: #000;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

.footer__menu a:hover {
  background: var(--c-lime);
}

.footer__menu a img {
  width: 21px;
  height: 21px;
}

.footer__legal {
  margin: 0;
  max-width: 879px;
  font-family: var(--f-gs);
  font-size: 13px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.6);
}

.footer__hashtag {
  position: static;
  margin: 0;
  font-family: "NauryzRedKeds", var(--f-nrk);
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  letter-spacing: -0.02em;
  white-space: nowrap;
  flex-shrink: 0;
}

.footer__hashtag-lime {
  color: #c6dd38;
}

.footer__hashtag-white {
  color: #fff;
}

.footer__right {
  flex: 0 0 425px;
}

.footer__label {
  margin: 0 0 18px;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
}

.footer__label--social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 48px;
}

.footer__label--social::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9e51e;
  flex-shrink: 0;
}

.footer__note {
  margin: 0 0 30px;
  font-family: var(--f-gs);
  font-size: 15px;
  color: #fff;
}

.footer__phone {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 28px;
  margin: 0 0 26px;
  color: #d9e51e;
}

.footer__phone a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-geo);
  font-weight: 700;
  font-size: 28px;
  color: #d9e51e;
  white-space: nowrap;
  transition: color 0.2s;
}

.footer__phone a svg {
  flex-shrink: 0;
}

.footer__phone a:hover {
  color: #fff;
}

.footer__hours {
  margin: 0;
  font-family: var(--f-gs);
  font-size: 14px;
  line-height: 1.35;
  color: #fff;
}

.footer__socials {
  display: flex;
  gap: 12px;
}

.footer__socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background: #3d3d3d;
  color: #fff;
  transition: background 0.2s, color 0.2s;
}

.footer__socials a:hover {
  background: #d9e51e33;
  color: #d9e51e;
}

.footer__socials svg {
  display: block;
  max-height: 28px;
  width: auto;
}

/* ===== Адаптив ===== */
@media (max-width: 1500px) {
  .footer__hashtag {
    font-size: 36px;
  }

  .footer__brand {
    gap: 20px;
  }

  .prizes__name {
    white-space: normal;
  }

  .prizes__cols {
    flex-direction: column;
  }

  .prizes__title {
    font-size: clamp(48px, 4.2vw, 72px);
  }
}

@media (max-width: 1200px) {
  .substrip__name {
    width: 240px;
    height: auto;
  }

  .substrip__btn {
    height: 64px;
    font-size: 22px;
  }

  .substrip__btn img {
    width: 30px;
    height: 30px;
  }

  .prizes__inner {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    padding: 0;
    min-height: 0;
    border-radius: 0;
  }

  .prizes__title {
    grid-column: auto;
    grid-row: auto;
    order: 1;
    margin: 0;
    font-size: clamp(28px, 7vw, 36px);
    line-height: 1;
    align-self: center;
    white-space: normal;
  }

  .prizes__car {
    grid-column: auto;
    grid-row: auto;
    order: 2;
    width: 100%;
    margin: 0 auto;
  }
  .prizes__car::after {
   
    max-width: 70%;
    }

  .prizes__car img {
    max-width: 100%;
  }

  .prizes__content {
    grid-column: auto;
    grid-row: auto;
    order: 3;
    width: 100%;
  }

  .faq__grid {
    flex-direction: column;
    gap: 40px;
  }

  .faq__left,
  .faq__right,
  .faq__list {
    flex: 1 1 auto;
    width: 100%;
  }

  .faq__title {
    margin-bottom: 32px;
    font-size: 48px;
  }

  .footer__grid {
    flex-direction: column;
    gap: 20px;
  }

  .footer__left,
  .footer__right {
    display: contents;
  }

  .footer__brand {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
    margin-bottom: 0;
  }

  .footer__logo {
    width: auto;
    max-width: 115px !important;
    margin: 0;
  }

  .footer__hashtag {
    position: static;
    font-size: 28px;
    flex-shrink: 0;
  }

  .footer__menu {
    order: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
    width: 100%;
    max-width: 360px;
  }

  .footer__menu a {
    justify-content: space-between;
    width: 100%;
    height: 48px;
    padding: 0 16px;
    font-size: 15px;
    box-sizing: border-box;
  }

  .footer__socials {
    order: 3;
    gap: 10px;
  }

  .footer__socials a {
    width: 44px;
    height: 44px;
  }

  .footer__label--social {
    display: none;
  }

  .footer__label {
    order: 4;
    margin: 0;
    font-size: 22px;
  }

  .footer__note {
    order: 5;
    margin: 0;
    font-size: 14px;
    line-height: 1.35;
  }

  .footer__phone {
    order: 6;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    margin: 0 0 16px;
    width: 100%;
    max-width: 360px;
  }

  .footer__phone a {
    width: 100%;
    height: 56px;
    padding: 0 20px;
    border-radius: 999px;
    background: #d9e51e;
    color: #262626;
    font-size: 20px;
    box-sizing: border-box;
  }

  .footer__phone a svg {
    width: 24px;
    height: 24px;
  }

  .footer__phone a:hover {
    background: #fff;
    color: #262626;
  }

  .footer__hours {
    order: 7;
    font-size: 14px;
  }

  .footer__legal {
    order: 8;
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
  }

  .footer__right {
    flex: 1 1 auto;
  }
}

@media (max-width: 900px) {
  .substrip {
    margin-top: -28px;
    padding: 40px 0 48px;
  }

  .substrip__row {
    flex-wrap: wrap;
    align-items: center;
    gap: 20px 12px;
  }

  .substrip__hashtag {
    order: -1;
    flex: 1 1 100%;
    width: 100%;
    justify-content: flex-start;
  }

  .substrip__hashtag img {
    width: 100%;
    max-width: none;
    object-position: left center;
  }

  .substrip__name,
  .substrip img.substrip__name {
    width: 152px;
    height: auto;
    flex: 0 0 152px;
  }

  .substrip__btn {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    min-width: 0;
    height: 56px;
    padding: 0 18px;
    font-size: 18px;
    gap: 8px;
  }

  .substrip__btn img {
    width: 28px;
    height: 28px;
  }

  .prizes {
    margin-top: -40px;
    padding: 56px 0 40px;
  }

  .prizes__inner {
    gap: 16px;
  }

  .prizes__title {
    font-size: clamp(26px, 8vw, 32px);
    align-self: center;
  }

  .prizes__cols {
    flex-direction: column;
    gap: 24px;
  }

  .prizes__col:first-child,
  .prizes__col:last-child {
    width: 100%;
  }

  .prizes__col:first-child {
    padding-bottom: 24px;
    border-bottom: 0.5px solid #FFFFFF;
  }

  .prizes__subtitle {
    margin-bottom: 14px;
    font-size: 26px;
    line-height: 1.15;
  }

  .prizes__list {
    gap: 8px;
  }

  .prizes__name {
    font-size: 16px;
    line-height: 1.25;
  }

  .prizes__col:last-child .prizes__list li:last-child .prizes__name {
    font-size: 16px;
    line-height: 1.25;
  }

  .prizes__badge {
    width: 38px;
    min-width: 38px;
    height: 28px;
    font-size: 16px;
  }

  .partners__title {
    font-size: 30px;
  }

  .winners__pagination {
    justify-content: center;
  }

  .faq__title {
    font-size: 34px;
  }

  .faq-item__q {
    font-size: 18px;
    padding: 20px 18px;
  }

  .faq-item__a {
    padding: 0 18px 20px;
  }

  .footer {
    padding: 48px 0 36px;
    border-radius: 24px 24px 0 0;
  }
}

@media (max-width: 768px) {
  .prizes {
    margin-top: -40px;
    padding: 68px 0 40px;
    border-radius: 0 0 20px 20px;
  }

  .partners {
    margin-top: -20px;
    padding: 56px 0 48px;
    border-radius: 0 0 20px 20px;
  }

  .faq {
    border-radius: 28px 28px 0 0;
  }

  .partners__title {
    margin-bottom: 28px;
  }

  .winners {
    padding: 24px 0 48px;
  }

  .winners .container::after {
    top: 10px;
    right: -15px;
    width: 160px;
    height: 96px;
  }

  .winners__title {
    margin-bottom: 28px;
  }

  .winners__tabs {
    margin-bottom: 28px;
  }

  .faq {
    padding: 36px 0 64px;
  }

  .faq__title {
    margin-bottom: 24px;
  }

  .faq__sub {
    margin-bottom: 28px;
  }
}

@media (max-width: 600px) {
  .substrip {
    margin-top: -28px;
    padding: 32px 0 40px;
  }

  .substrip__row {
    gap: 16px 10px;
  }

  .substrip__btn {
    height: 52px;
    padding: 0 16px;
    font-size: 16px;
    gap: 6px;
  }

  .substrip__btn img {
    width: 24px;
    height: 24px;
  }

  .prizes__inner {
    padding: 0;
    border-radius: 0;
  }


  .prizes__subtitle {
    font-size: 22px;
  }

  .prizes__name {
    font-size: 15px;
  }

  .partners__item {
    width: 170px;
    height: 66px;
  }

  .partners__item img {
    max-width: 120px;
    max-height: 50px;
  }

  .winners__table thead th,
  .winners__table tbody td {
    font-size: 14px;
  }

  .faq__card h3 {
    font-size: 19px;
  }

  .footer__logo {
    max-width: 115px;
  }

  .footer__hashtag {
    font-size: 24px;
  }

  .footer__menu a {
    height: 44px;
    font-size: 14px;
    padding: 0 14px;
  }

  .footer__phone a {
    height: 52px;
    font-size: 18px;
  }

  .footer__socials a {
    width: 40px;
    height: 40px;
  }
}
