

/* Start:/local/templates/new_template/css/reset.css?1784199001990*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End */


/* Start:/local/templates/new_template/styles.css?178419937924464*/
@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-BOLDIT.OTF") format("opentype");
  font-weight: 700 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-SEMIBOLDIT.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Cond";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-COND.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Cond";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-BOLDCOND.OTF") format("opentype");
  font-weight: 700 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Cond";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-CONDIT.OTF") format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro Cond";
  src: url("/local/templates/new_template/fonts/MYRIADPRO-BOLDCONDIT.OTF") format("opentype");
  font-weight: 700 900;
  font-style: italic;
  font-display: swap;
}

:root {
  --red: #e10613;
  --dark-red: #8c0000;
  --text-red: #d40e13;
  --deep: #760004;
  --cream: #f7eee7;
  --white: #ffffff;
  --font-main: "Myriad Pro", Myriad, "Source Sans Pro", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
}

body {
  margin: 0;
  color: var(--deep);
  background: var(--cream);
  font-family: var(--font-main);
  font-size: 18px;
  line-height: 1.35;
}

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

button {
  font: inherit;
}

.site-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
  background:
    url("/local/templates/new_template/images/promo-background.png") no-repeat,
    radial-gradient(circle at 50% 45%, #e4ceb9 0%, #f7eee7 58%, #d4c4b9 100%);
  background-position:
    calc(100% + 0px) bottom,
    center center;
  background-size:
    auto 100svh,
    auto;
  background-attachment: fixed, scroll;
}

@media (max-width: 1150px) {
  .site-shell {
    background-position:
      calc(100% + clamp(520px, 72vw, 860px)) bottom,
      center center;
  }
}

.site-container {
  width: 85vw;
  max-width: none;
  margin: 0 auto;
}

.site-header {
  height: 100px;
  flex: 0 0 auto;
  background: var(--red);
  color: var(--white);
}

.barba-stage {
  flex: 1 1 auto;
  display: grid;
  min-height: 0;
}

.barba-container {
  grid-area: 1 / 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  will-change: opacity;
}

.barba-stage > .barba-container + .barba-container {
  opacity: 0;
}

.site-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 54px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 29px;
  flex: 0 0 auto;
  min-width: 405px;
  font-weight: 900;
  text-transform: uppercase;
}

.brand__mark {
  width: 80px;
  height: 80px;
  display: block;
  object-fit: contain;
}

.brand__name {
  width: 199px;
  height: 27px;
  display: block;
  object-fit: contain;
}

.site-nav {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 18px;
  font-weight: 700;
}

.site-nav a {
  white-space: nowrap;
}

.site-nav a:hover,
.footer-nav a:hover {
  text-decoration: underline;
}

.site-nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  padding: 7px;
  margin-left: auto;
  cursor: pointer;
}

.site-nav-toggle span {
  display: block;
  height: 3px;
  margin: 6px 0;
  background: var(--white);
  border-radius: 10px;
}

.promo-home {
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
  height: 100%;
}

.hero {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
}

.hero__inner {
  position: relative;
  width: 85vw;
  min-height: 0;
  height: 100%;
  margin: 0 auto;
  padding: clamp(42px, 7vh, 103px) 0 clamp(28px, 5vh, 70px);
  display: flex;
  align-items: flex-start;
}

.hero__content {
  position: relative;
  z-index: 1;
  width: min(660px, 46vw);
}

.hero__title,
.hero__subtitle {
  margin: 0;
  color: var(--text-red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero__title {
  max-width: 100%;
  font-size: clamp(58px, 5.9vw, 94px);
  line-height: 1;
}

.hero__subtitle {
  margin-top: clamp(8px, 1.8vh, 20px);
  font-size: clamp(34px, 3.4vw, 55px);
  line-height: 1.2015;
}

.hero__date {
  margin-top: clamp(8px, 1.6vh, 17px);
  color: var(--text-red);
  font-size: clamp(18px, 1.45vw, 23px);
  font-weight: 900;
}

.hero-steps {
  display: grid;
  gap: clamp(12px, 2vh, 24px);
  margin-top: clamp(22px, 4vh, 42px);
}

.hero-step {
  display: flex;
  align-items: center;
  gap: clamp(18px, 2.2vw, 30px);
  min-height: 0;
}

.hero-step__icon {
  flex: 0 0 clamp(58px, 7.8vh, 84px);
  width: clamp(58px, 7.8vh, 84px);
  height: clamp(58px, 7.8vh, 84px);
  display: block;
  object-fit: contain;
}

.hero-step__text {
  color: var(--deep);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.35;
}

.hero__button {
  width: 287px;
  height: clamp(54px, 6.8vh, 74px);
  margin-top: clamp(24px, 5vh, 60px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero__button:hover {
  background: #c9000b;
  transform: translateY(-1px);
}

@media (min-width: 961px) and (max-height: 820px) {
  .hero__inner {
    padding-top: 34px;
    padding-bottom: 24px;
  }

  .hero__content {
    width: min(620px, 44vw);
  }

  .hero-step__text {
    font-size: 17px;
    line-height: 1.22;
  }
}

.global-timer {
  position: fixed;
  right: 25px;
  bottom: 80px;
  z-index: 20;
  width: 350px;
  min-height: 112px;
  padding: 13px 32px 12px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0 10px 30px rgba(94, 0, 0, 0.08);
}

.global-timer.global-timer--above-footer {
  position: static;
  right: auto;
  bottom: auto;
  margin: 0 auto 20px;
}

.global-timer__title {
  color: var(--deep);
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
}

.global-timer__title-separator {
  position: relative;
  top: -1px;
  width: 5px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
}

.global-timer__title-separator::before,
.global-timer__title-separator::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--deep);
  transform: translateX(-50%);
}

.global-timer__title-separator::before {
  top: 3px;
}

.global-timer__title-separator::after {
  bottom: 1px;
}

.global-timer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr) 12px minmax(0, 1fr);
  column-gap: 6px;
  margin-top: 6px;
}

.global-timer__unit {
  display: grid;
  justify-items: center;
  gap: 4px;
  min-width: 0;
}

.global-timer__value,
.global-timer__separator {
  color: var(--deep);
  font-weight: 900;
  line-height: 1;
}

.global-timer__value {
  display: block;
  min-width: 54px;
  font-size: 50px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0;
}

.global-timer__separator {
  position: relative;
  width: 12px;
  height: 50px;
  align-self: start;
  margin-top: 2px;
  font-size: 0;
}

.global-timer__separator::before,
.global-timer__separator::after {
  content: "";
  position: absolute;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--deep);
  transform: translateX(-50%);
}

.global-timer__separator::before {
  top: 14px;
}

.global-timer__separator::after {
  bottom: 11px;
}

.global-timer__label {
  color: #d6a4a4;
  font-size: 17px;
  line-height: 1;
  padding-top: 5px;
}

.page {
  position: relative;
  z-index: 1;
  width: min(840px, calc(100% - 40px));
  min-height: 358px;
  margin: 235px auto 268px;
  padding: 45px 44px 50px;
  border-radius: 10px;
  background: var(--white);
  color: var(--deep);
  font-size: 17px;
  line-height: 1.35;
}

@media (min-width: 961px) {
  .barba-container > .page {
    margin-top: auto;
    margin-bottom: auto;
  }
}

.page h1 {
  margin: 0 0 72px;
  color: var(--deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.page h2 {
  margin: 0 0 22px;
  color: var(--deep);
  font-size: 21px;
  font-weight: 900;
}

.page p {
  margin: 0 0 14px;
}

.page a {
  color: var(--deep);
  font-weight: 700;
  text-decoration: underline;
}

.page--auth {
  width: 333px;
  min-height: 358px;
  margin-top: 235px;
  padding: 43px 28px 38px;
  text-align: center;
}

.invoice-auth__title {
  margin: 0 0 18px;
  color: var(--deep);
  font-size: 24px;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

.invoice-auth__fields {
  display: grid;
  gap: 16px;
}

.invoice-auth__message {
  margin: 0 0 14px;
  min-height: 18px;
  padding: 9px 12px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.invoice-auth__message--error {
  background: #fff0f0;
  color: var(--deep);
}

.invoice-auth__message--ok {
  background: #f0fff3;
  color: #116b24;
}

.invoice-auth__message[hidden] {
  display: none;
}

.invoice-auth__input {
  width: 100%;
  height: 42px;
  border: 1px solid #b30009;
  border-radius: 5px;
  padding: 0 22px;
  background: var(--white);
  color: var(--deep);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  outline: none;
}

.invoice-auth__input--select {
  padding-right: 48px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.25 6 6.25l5-5' fill='none' stroke='%23b30009' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
}

.invoice-auth__input::placeholder {
  color: #c99a9a;
  opacity: 1;
}

.invoice-auth__input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(225, 6, 19, 0.12);
}

.invoice-auth__hint {
  margin-top: -8px;
  color: rgba(118, 0, 4, 0.72);
  font-size: 14px;
  line-height: 1.35;
}

.invoice-auth__button {
  width: 270px;
  max-width: 100%;
  height: 69px;
  margin-top: 33px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 900;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.invoice-auth__button:hover {
  background: #c9000b;
}

.invoice-auth__button:disabled {
  opacity: .85;
  cursor: wait;
}

.invoice-auth__button-loader {
  width: 18px;
  height: 18px;
  display: none;
  border: 2px solid rgba(255,255,255,.38);
  border-top-color: #fff;
  border-radius: 50%;
  animation: invoice-auth-spin .7s linear infinite;
}

.invoice-auth__button.is-loading .invoice-auth__button-loader {
  display: inline-block;
}

.invoice-auth__button.is-loading .invoice-auth__button-text {
  opacity: .9;
}

@keyframes invoice-auth-spin {
  to {
    transform: rotate(360deg);
  }
}

.invoice-auth__captcha {
  display: grid;
  gap: 10px;
  justify-items: center;
}

.invoice-auth__remember,
.invoice-auth__links {
  display: none;
}

.page--feedback {
  width: min(520px, calc(100% - 40px));
  min-height: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 42px 48px 46px;
}

.page--feedback h1 {
  margin-bottom: 14px;
  text-transform: uppercase;
}

.feedback-intro {
  margin: 0 0 24px;
  text-align: center;
}

.mfeedback {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}

.page--feedback .mf-name,
.page--feedback .mf-email,
.page--feedback .mf-captcha,
.page--feedback .mf-message {
  width: 100%;
  padding-bottom: 15px;
}

.mf-text {
  margin-bottom: 7px;
  color: var(--deep);
  font-size: 15px;
  font-weight: 700;
}

.mf-req {
  color: var(--red);
}

.page--feedback .mf-name input,
.page--feedback .mf-email input,
.page--feedback .mf-captcha input,
.page--feedback .mf-message textarea {
  width: 100%;
  max-width: none;
  border: 1px solid #b30009;
  border-radius: 5px;
  padding: 10px 14px;
  background: var(--white);
  color: var(--deep);
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 700;
  outline: none;
}

.page--feedback .mf-name input,
.page--feedback .mf-email input,
.page--feedback .mf-captcha input {
  height: 42px;
}

.page--feedback .mf-message textarea {
  min-height: 105px;
  resize: vertical;
}

.page--feedback .mf-name input:focus,
.page--feedback .mf-email input:focus,
.page--feedback .mf-captcha input:focus,
.page--feedback .mf-message textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 2px rgba(225, 6, 19, 0.12);
}

.mf-captcha img {
  display: block;
  margin: 8px 0 10px;
}

.mfeedback input[type="submit"] {
  width: 270px;
  max-width: 100%;
  height: 58px;
  display: block;
  margin: 8px auto 0;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 900;
}

.mfeedback input[type="submit"]:hover {
  background: #c9000b;
}

.page--faq {
  width: min(950px, calc(100% - 40px));
  min-height: 491px;
  margin-top: 196px;
  padding: 34px 75px 35px;
}

.page--faq h1 {
  margin-bottom: 40px;
  font-size: 37px;
  font-weight: 900;
  line-height: 1.18;
}

.faq-list {
  display: grid;
  gap: 21px;
}

.faq-item {
  color: var(--deep);
}

.faq-item__question {
  width: 100%;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  border-radius: 5px;
  padding: 14px 36px 14px 32px;
  background: rgba(216, 202, 194, 0.86);
  color: var(--deep);
  cursor: pointer;
  font-family: var(--font-main);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  text-align: left;
}

.faq-item__plus {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

.faq-item__answer {
  display: none;
  padding: 14px 32px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
}

.faq-item.is-open .faq-item__plus {
  transform: rotate(45deg);
}

.products-table {
  margin-bottom: 22px;
}

.prize-page,
.step-page,
.winners-section {
  margin: 0;
}

.prize-page h1 {
  margin-bottom: 28px;
  font-size: 24px;
  line-height: 1.15;
}

.prize-page h1 span {
  display: block;
  font-size: 37px;
  text-transform: uppercase;
}

.prize-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--deep);
  font-size: 17px;
  font-weight: 700;
}

.prize-table td {
  height: 43px;
  border: 1px solid #9c0007;
  padding: 9px 18px;
  background: rgba(216, 202, 194, 0.76);
  vertical-align: middle;
}

.prize-table td:first-child {
  width: 62%;
}

.prize-table td:last-child {
  width: 38%;
  text-align: center;
}

.step-page > img {
  display: none;
}

.winners-section {
  overflow-x: auto;
}

.winners-tabs {
  margin: 0 0 18px;
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  overflow-y: visible;
  padding: 2px 2px 8px;
  scrollbar-width: thin;
  scrollbar-color: #9c0007 rgba(216, 202, 194, 0.45);
}

.winners-tab {
  min-width: 132px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  border: 1px solid #9c0007;
  border-radius: 16px;
  color: #9c0007;
  background: rgba(216, 202, 194, 0.45);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.winners-tab:hover {
  border-color: #7e0006;
  background: rgba(156, 0, 7, 0.12);
}

.winners-tab.is-active {
  color: #fff;
  background: #9c0007;
}

.winners-tabs::-webkit-scrollbar {
  height: 8px;
}

.winners-tabs::-webkit-scrollbar-track {
  border-radius: 999px;
  background: rgba(216, 202, 194, 0.45);
}

.winners-tabs::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #9c0007;
}

.winners-tab small {
  font-size: 13px;
  opacity: 0.82;
}

.winners-pane {
  display: none;
}

.winners-pane.is-active {
  display: block;
}

.winners-date-heading {
  margin-bottom: 12px;
  color: var(--deep);
  font-size: 18px;
  font-weight: 700;
}

.winners-title {
  text-transform: uppercase;
}

.winners-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--deep);
  font-size: 17px;
  font-weight: 700;
}

.winners-table th,
.winners-table td {
  height: 43px;
  border: 1px solid #9c0007;
  padding: 9px 18px;
  background: rgba(216, 202, 194, 0.76);
  text-align: left;
  vertical-align: middle;
}

.winners-table td:nth-child(1) {
  width: 44%;
}

.winners-table td:nth-child(2) {
  width: 28%;
  text-align: center;
}

.winners-table td:nth-child(3) {
  width: 28%;
  text-align: center;
}

.winners-table__inn {
  display: block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 700;
  opacity: 0.78;
}

@media (max-width: 700px) {
  .winners-tabs {
    margin-bottom: 14px;
    padding-bottom: 4px;
  }

  .winners-tab {
    min-width: 120px;
    padding: 10px 14px;
    flex: 0 0 auto;
  }

  .winners-date-heading {
    font-size: 16px;
  }
}

.page--promocodes {
  width: min(920px, calc(100% - 40px));
  min-height: 360px;
}

.page--promocodes h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.promocodes-note {
  margin: 0 0 28px;
  text-align: center;
  font-weight: 700;
}

.promocodes-note strong {
  text-transform: uppercase;
}

.promocodes-table-wrap {
  width: 100%;
  overflow-x: auto;
}

.promocodes-actions {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.promocodes-action-button {
  min-width: 280px;
  min-height: 56px;
  padding: 14px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--red);
  color: var(--white);
  font-size: 18px;
  font-weight: 900;
  text-align: center;
}

.promocodes-action-button:link,
.promocodes-action-button:visited,
.promocodes-action-button:hover,
.promocodes-action-button:active {
  color: var(--white);
}

.promocodes-action-button--secondary {
  background: transparent;
  color: var(--deep);
  border: 1px solid #9c0007;
}

.promocodes-action-button--secondary:link,
.promocodes-action-button--secondary:visited,
.promocodes-action-button--secondary:hover,
.promocodes-action-button--secondary:active {
  color: var(--deep);
}

.promo-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: var(--deep);
  font-size: 18px;
  font-weight: 700;
}

.promo-table th,
.promo-table td {
  min-height: 43px;
  border: 1px solid #9c0007;
  padding: 10px 14px;
  background: rgba(216, 202, 194, 0.76);
  text-align: left;
  vertical-align: middle;
}

.promo-table th {
  font-weight: 900;
  text-align: center;
}

.site-footer {
  height: 62px;
  flex: 0 0 auto;
  background: var(--dark-red);
  color: var(--white);
}

.site-footer__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 40px;
}

.social-links {
  display: flex;
  align-items: center;
  gap: 29px;
}

.social-links a {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.social-links img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  font-size: 18px;
  font-weight: 900;
}

.footer-nav a {
  white-space: nowrap;
}

@media (max-width: 1240px) {
  .site-header__inner {
    gap: 0px;
  }

  .brand {
    min-width: 310px;
    gap: 16px;
  }

  .brand__name {
    width: 180px;
    height: 24px;
  }

  .site-nav {
    gap: 16px;
    font-size: 15px;
  }

  .hero__inner {
    width: 80vw;
  }

  .site-footer {
    height: auto;
    min-height: 62px;
  }

  .site-footer__inner {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 24px;
    padding: 12px 28px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px 24px;
  }
}

@media (max-width: 960px) {
  .site-header {
    height: 84px;
  }

  .brand {
    min-width: 0;
  }

  .brand__mark {
    width: 62px;
    height: 62px;
  }

  .brand__name {
    width: 170px;
    height: 23px;
  }

  .site-nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    z-index: 10;
    display: none;
    padding: 22px 28px;
    background: var(--red);
    flex-direction: column;
    align-items: flex-start;
  }

  .site-nav.is-open {
    display: flex;
  }

  .hero {
    min-height: 0;
  }

  .hero__inner {
    width: 85vw;
    min-height: 0;
    padding: 42px 0 28px;
  }

  .hero__content {
    width: min(560px, 70vw);
  }

  .hero__title {
    font-size: 64px;
  }

  .hero__subtitle {
    font-size: 39px;
  }

  .global-timer {
    position: static;
    right: auto;
    bottom: auto;
    margin: 0 25px 20px auto;
  }

  .site-footer {
    height: auto;
    min-height: 86px;
  }

  .page {
    margin: 120px auto 150px;
    padding: 36px 28px 40px;
  }

  .page--faq {
    padding-left: 36px;
    padding-right: 36px;
  }

  .page h1 {
    margin-bottom: 42px;
  }

  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 28px;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 14px 28px;
  }
}

@media (max-width: 640px) {
  .site-header__inner {
    padding: 0px;
  }

  .brand__name {
    width: 150px;
    height: 21px;
  }

  .hero {
    min-height: 0;
  }

  .hero__inner {
    width: calc(100% - 32px);
    padding: 30px 0 24px;
  }

  .hero__title {
    font-size: 43px;
  }

  .hero__subtitle {
    font-size: 28px;
  }

  .hero__date {
    font-size: 18px;
  }

  .hero-steps {
    margin-top: 30px;
    gap: 17px;
  }

  .hero-step {
    gap: 16px;
  }

  .hero-step__icon {
    flex-basis: 64px;
    width: 64px;
    height: 64px;
  }

  .hero-step__text {
    font-size: 14px;
  }

  .hero__button {
    width: 100%;
    max-width: 287px;
  }

  .page {
    width: calc(100% - 32px);
    margin: 60px auto 150px;
    padding: 28px 20px 32px;
    font-size: 15px;
  }

  .page h1 {
    margin-bottom: 28px;
    font-size: 22px;
  }

  .page--faq {
    padding-left: 18px;
    padding-right: 18px;
  }

  .page--faq h1 {
    font-size: 28px;
  }

  .faq-list {
    gap: 14px;
  }

  .faq-item__question {
    padding: 13px 18px;
  }

  .faq-item__answer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .global-timer {
    left: auto;
    right: auto;
    bottom: auto;
    width: auto;
    margin: 0 20px 20px;
    min-height: 94px;
    padding: 11px 18px 10px;
  }

  .global-timer__title {
    font-size: 18px;
  }

  .global-timer__grid {
    grid-template-columns: minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr) 8px minmax(0, 1fr);
    column-gap: 4px;
  }

  .global-timer__value {
    min-width: 40px;
    font-size: 38px;
  }

  .global-timer__separator {
    top: 1px;
    width: 8px;
    height: 34px;
    margin-top: 1px;
  }

  .global-timer__separator::before,
  .global-timer__separator::after {
    width: 9px;
    height: 9px;
  }

  .global-timer__separator::before {
    top: 10px;
  }

  .global-timer__separator::after {
    bottom: 7px;
  }

  .global-timer__label {
    font-size: 12px;
    padding-top: 4px;
  }

  .footer-nav,
  .social-links {
    justify-content: center;
  }
}

/* End */
/* /local/templates/new_template/css/reset.css?1784199001990 */
/* /local/templates/new_template/styles.css?178419937924464 */
