@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@800&display=swap');

@font-face {
  font-family: 'Druk Cyr';
  src: url('../font/DrukCyr-SuperItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

button {
  letter-spacing: normal;
  white-space: nowrap;
  text-transform: none;
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: 'Druk Cyr', sans-serif;
  line-height: 1;
  color: #fff;
  text-transform: none;
  word-break: break-word;
  margin: auto;
}

img {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
}

a {
  display: block;
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  font-size: 100%;
  -webkit-transition: opacity 2.5s ease-in-out;
  -o-transition: opacity 2.5s ease-in-out;
  transition: opacity 2.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 300px;
  height: 250px;
  text-align: left;
  margin: auto;
  overflow: hidden;
  background: #082f32;
}

.content {
  padding: 52px 114px 12px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  overflow: hidden;
}

.background {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
  -webkit-animation: background-move 7s infinite linear;
  animation: background-move 7s infinite linear;
}

.background img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  z-index: 1;
  -webkit-animation: image-move 4s infinite linear;
  animation: image-move 4s infinite linear;
}

.image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

@-webkit-keyframes image-appear {
  0%,
  5% {
    opacity: 0;
  }
  10%,
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes image-appear {
  0%,
  5% {
    opacity: 0;
  }
  10%,
  97% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes image-move-1 {
  0%,
  10% {
    -webkit-transform: translateX(-200px) scale(0.8);
    transform: translateX(-200px) scale(0.8);
  }
  30% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(0) scale(1.02);
    transform: translateX(0) scale(1.02);
  }
  70% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  90% {
    -webkit-transform: translateX(0) scale(1.02);
    transform: translateX(0) scale(1.02);
  }
  100% {
    -webkit-transform: translateX(200px) scale(0.6);
    transform: translateX(200px) scale(0.6);
  }
}

@keyframes image-move-1 {
  0%,
  10% {
    -webkit-transform: translateX(-200px) scale(0.8);
    transform: translateX(-200px) scale(0.8);
  }
  30% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  50% {
    -webkit-transform: translateX(0) scale(1.02);
    transform: translateX(0) scale(1.02);
  }
  70% {
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
  }
  90% {
    -webkit-transform: translateX(0) scale(1.02);
    transform: translateX(0) scale(1.02);
  }
  100% {
    -webkit-transform: translateX(200px) scale(0.6);
    transform: translateX(200px) scale(0.6);
  }
}

.logo {
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  z-index: 100;
}

.logo img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 24px;
}

.title {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px 0;
  font-weight: 1000;
  font-size: 36px;
  line-height: 1.1;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 10;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4), 0 2px 2px rgba(0, 0, 0, 0.25);
}

.title > * {
  text-align: center;
  z-index: 10;
}

.title .text-small {
  font-size: 18px;
  letter-spacing: 0.01em;
}

.bonus {
  padding: 1px 20px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  position: relative;
  font-size: 60px;
  line-height: 0.9;
  -webkit-filter: drop-shadow(0 2px 16px rgba(255, 0, 0, 0.6));
  filter: drop-shadow(0 2px 16px rgba(255, 0, 0, 0.6));
  z-index: 1;
}

.bonus::before {
  content: '';
  position: absolute;
  width: -webkit-calc(100% - 0.8px * 2);
  width: calc(100% - 0.8px * 2);
  height: -webkit-calc(100% - 0.8px * 2);
  height: calc(100% - 0.8px * 2);
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background: #000;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -9;
}

.bonus::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: -o-linear-gradient(
    top,
    rgba(240, 76, 77, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(240, 76, 77, 1)),
    to(rgba(255, 255, 255, 1))
  );
  background: linear-gradient(
    180deg,
    rgba(240, 76, 77, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-border-radius: 10px;
  border-radius: 10px;
  z-index: -10;
}

.bonus > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.bonus .text-small {
  line-height: 1.5;
}

.title > *:nth-child(1) {
  -webkit-animation: title-1-line-appear-1 4s infinite linear;
  animation: title-1-line-appear-1 4s infinite linear;
}
.title > *:nth-child(2) {
  -webkit-animation: title-1-line-appear-2 4s infinite linear;
  animation: title-1-line-appear-2 4s infinite linear;
}
.title > *:nth-child(3) {
  -webkit-animation: title-1-line-appear-3 4s infinite linear;
  animation: title-1-line-appear-3 4s infinite linear;
}

.text-contrast {
  color: #ff6f70;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 163px;
  height: 40px;
  background: #0a9b2a;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-size: 17px;
  line-height: 1;
  color: #ffffff;
  -webkit-animation: button-animation 3s infinite linear;
  animation: button-animation 3s infinite linear;
  z-index: 10;
}

@-webkit-keyframes button-animation {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 10px rgba(10, 155, 42, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
  }
}

@keyframes button-animation {
  0% {
    -webkit-filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
  }
  50% {
    -webkit-filter: drop-shadow(0 0 10px rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 10px rgba(10, 155, 42, 0.7));
  }
  100% {
    -webkit-filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
    filter: drop-shadow(0 0 0 rgba(10, 155, 42, 0.7));
  }
}

@-webkit-keyframes background-move {
  0%,
  20% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  30% {
    -webkit-filter: brightness(160%);
    filter: brightness(160%);
  }
  40%,
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@keyframes background-move {
  0%,
  20% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
  30% {
    -webkit-filter: brightness(160%);
    filter: brightness(160%);
  }
  40%,
  100% {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
  }
}

@-webkit-keyframes image-move {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes image-move {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes image-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes image-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@-webkit-keyframes title-1-line-appear-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  70%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes title-1-line-appear-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  65% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  70%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes title-1-line-appear-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  65% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes title-1-line-appear-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  65% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes title-1-line-appear-3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes title-1-line-appear-3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
  }
  40%,
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  80%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
