/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
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;
}

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

body {
  font-family: "PT Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.page {
  color: #fff;
  overflow: hidden;
  min-height: 100vh;
  min-height: 100dvh;
  background: rgb(33, 82, 131);
  background-image: linear-gradient(334deg, rgb(33, 82, 131), rgb(8, 32, 56));
  background-size: 180% 180%;
  animation: gradient-animation 6s ease infinite;
}

@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.promo {
  display: grid;
  position: relative;
  z-index: 0;
}
.promo__bg {
  content: "";
  position: absolute;
  z-index: -1;
  width: 1%;
  height: 1%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(100);
  --x1: 0%;
  --y1: 0%;
  --x2: 100%;
  --y2: 100%;
  background: radial-gradient(circle at var(--x1) var(--y1), #22e9f4, rgba(34, 233, 244, 0) 0.35vmax), radial-gradient(circle at var(--x2) var(--y2), #175a7d, rgba(23, 90, 125, 0) 0.35vmax);
  background-blend-mode: multiply;
  filter: blur(0.2vmax);
}
.promo::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(to top right, #0b2242, rgba(11, 34, 66, 0) 50%), linear-gradient(to bottom left, #0b2242, rgba(11, 34, 66, 0) 50%);
}
.promo__container {
  justify-self: center;
  align-self: center;
  width: 100%;
  height: 100%;
  padding: 48px 32px;
  display: grid;
  row-gap: 40px;
}
.promo__container > * {
  min-width: 0;
}
.promo__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
.promo__logo svg {
  max-width: 100%;
  height: auto;
}
.promo__title {
  text-transform: uppercase;
  font-size: clamp(32px, 9vw, 62px);
  display: grid;
  align-items: center;
  grid-template-columns: auto 1fr;
}
.promo__title b {
  font-size: 1.2580645161em;
  font-weight: 700;
}
.promo__title-discount {
  width: 9.1290322581em;
  height: auto;
  margin-left: -1.4516129032em;
  margin-top: -0.3225806452em;
}
.promo__image {
  display: grid;
}
.promo__image > * {
  display: grid;
}
.promo__image > * > * {
  grid-column: 1/2;
  grid-row: 1/2;
}
.promo__image img {
  width: 100%;
  height: auto;
}
.promo__image-roll {
  animation: 60s roll linear infinite;
}
.promo__image-glow {
  mix-blend-mode: screen;
}
@media (min-width: 992px) {
  .promo__container {
    max-width: 1440px;
    max-height: 772px;
    grid-template-columns: repeat(12, 1fr);
  }
  .promo__container > * {
    min-width: 0;
  }
  .promo__content {
    grid-column: span 7;
  }
  .promo__image {
    grid-column: span 5;
  }
  .promo__title {
    font-size: clamp(32px, 4.5vw, 62px);
  }
  .promo__image {
    align-self: center;
  }
  .promo__image > * {
    margin: -50% -82%;
    margin-left: 0;
  }
  .promo__image img {
    max-height: 139vh;
    aspect-ratio: 1/1;
    width: auto;
  }
}
@media (max-width: 991px) {
  .promo__container {
    padding: 76px 16px;
  }
  .promo__content {
    height: auto;
  }
  .promo__title {
    align-items: start;
  }
  .promo__title-discount {
    width: 7.90625em;
    margin-top: 1em;
    margin-left: -2.5em;
  }
  .promo__image > * {
    margin: 0 -24% max(-93%, -98vw);
  }
}
@media (max-width: 650px) {
  .promo__container {
    padding: 32px 16px;
    row-gap: 32px;
  }
  .promo__content {
    gap: 24px;
  }
  .promo__title {
    font-size: clamp(28px, 8vw, 62px);
  }
}

.timer__title {
  text-transform: uppercase;
  text-align: center;
  font-size: clamp(16px, 4vw, 40px);
  margin-bottom: 0.5em;
}
.timer__main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  font-size: clamp(7px, 2vw, 16px);
  grid-gap: 1.5em;
}
.timer__item {
  border: 1px solid #00ffff;
  box-shadow: 0px 0px 10px rgba(34, 233, 244, 0.2), inset 0px 0px 10px rgba(34, 233, 244, 0.2);
  filter: drop-shadow(0px 0px 10px rgba(34, 233, 244, 0.2));
  border-radius: 10px;
  padding: 1em 1em 1.75em;
  text-align: center;
}
.timer__item-value {
  font-size: 5em;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(180deg, #22e9f4 9.82%, #175a7d 91.96%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
}
@media (max-width: 650px) {
  .timer__item-value {
    -webkit-text-stroke: 0.5px #fff;
  }
}

@keyframes roll {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}