@font-face {
  font-family: "Dalek Pinpoint";
  src: url("../fonts/dalek_pinpoint/DalekPinpointBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-Light.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy/Gilroy-ExtraBold.otf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

:root {
  --main-bg-color: #ffffff;
  --second-bg-color: #132d6e;
  --main-text-color: #b89c57;
  --second-text-color: #ffffff;
  --accent-color: #ca2a38;
  --accent-orange-color: #fb6a16;
  --accent-light-color: #575658;
  --main-font-family: "Dalek Pinpoint";
  --second-font-family: "Gilroy";
  --line-1: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

a {
  background-color: transparent;
  transition: all 0.25s;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

body {
  min-height: 90rem;
  margin: 0;
  font-family: var(--main-font-family), sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: var(--line-1);
  color: var(--main-text-color);
  overflow-x: hidden;
}

.main_wrapper {
  background-image: url(../assets/jpeg/bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: var(--main-text-color);
  transition: all 0.25s;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

button {
  border: none;
  background: inherit;
  cursor: pointer;
  transition: all 0.25s;
}

.section {
  max-width: 176rem;
  width: 100%;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

.box {
  display: flex;
  flex-direction: column;
}

.box-row {
  display: flex;
  flex-direction: row;
}

.spin__logo {
  width: 16.4rem;
  margin: 3.4rem auto;
  display: flex;
}
.spin__container {
  position: relative;
  gap: 10%;
  align-items: center;
  justify-content: center;
}
.spin__img-cloud {
  width: 60rem;
  height: 60rem;
  position: absolute;
  bottom: -14%;
  left: -30rem;
  z-index: 2;
}
.spin__container-title {
  width: 36.2rem;
  height: 41.2rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  justify-content: center;
  align-items: center;
  background-image: url(../assets/png/list_desk.webp);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.spin__box-title {
  max-width: 25.8rem;
  width: 100%;
  gap: 3.2rem;
}
.spin__decsr {
  font-size: 2.4rem;
  text-align: center;
  font-style: italic;
}
.spin__title {
  font-size: 5.5rem;
  font-weight: 700;
  text-align: center;
}
.spin__wrapper {
  width: 65rem;
  aspect-ratio: 1 / 1;
  position: relative;
}
.spin__img-pointer-storm,
.spin__img-text,
.spin__img-spin,
.spin__img-wheel,
.spin__shtorm-wrap,
.spin__img-pointer {
  width: 82%;
  height: 94%;
  position: absolute;
  top: 46%;
  left: 48%;
  transform: translate(-50%, -50%);
  z-index: 5;
}

.spin__shtorm-wrap {
  width: 100%;
  height: 100%;
  left: 50%;
  z-index: 6;
}
.spin__box-zeus,
.spin__img-zeus {
  height: 100%;
}
.spin__img-shtorm {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 0 12px #4aa3ff) drop-shadow(0 0 25px #6ecbff);
  opacity: 0.7;
  animation: shtormIdle 6s infinite linear;
}

.spin__img-shtorm.fast {
  animation:
    shtormFast 4s infinite linear,
    rotateStorm 2s linear infinite;
  filter: drop-shadow(0 0 25px #6ecbff) drop-shadow(0 0 50px #9fdcff);
  opacity: 1;
  transform-origin: center center;
}

@keyframes rotateStorm {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes shtormIdle {
  0%,
  12%,
  25%,
  40%,
  55%,
  70%,
  85%,
  100% {
    opacity: 0.7;
  }
  15% {
    opacity: 0.9;
  }

  18% {
    opacity: 1;
  }

  20% {
    opacity: 0.6;
  }

  42% {
    opacity: 0.8;
  }

  45% {
    opacity: 1;
  }

  48% {
    opacity: 0.5;
  }

  72% {
    opacity: 0.9;
  }

  75% {
    opacity: 1;
  }

  78% {
    opacity: 0.6;
  }
}
@keyframes shtormFast {
  0% {
    opacity: 0.4;
  }

  10% {
    opacity: 1;
  }

  20% {
    opacity: 0.3;
  }

  30% {
    opacity: 1;
  }

  40% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }

  60% {
    opacity: 0.4;
  }

  70% {
    opacity: 1;
  }

  80% {
    opacity: 0.3;
  }

  90% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
  }
}

.spin__img-pointer {
  width: 8rem;
  height: 13rem;
  top: -6%;
  z-index: 8;
  transform: translate(-50%, 50%);
}
.spin__img-pointer-storm {
  width: 33.4rem;
  height: 24.5rem;
  top: -28%;
  z-index: 7;
  transform: translate(-50%, 50%);
}
.spin__box-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
  filter: drop-shadow(0 0 15px rgba(0, 255, 120, 0.6));
}
.spin__btn {
  width: 16.4rem;
  height: 16.4rem;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 20;
  border-radius: 50%;
  animation: spinPulse 2s infinite ease-in-out;
}
@keyframes spinPulse {
  0% {
    transform: scale(1);
    filter: brightness(1);
  }

  50% {
    transform: scale(1.04);
    filter: brightness(1.2);
  }

  100% {
    transform: scale(1);
    filter: brightness(1);
  }
}
.spin__btn:hover {
  animation-play-state: running;
}
.spin__img-spin {
  width: 90%;
  height: 90%;
}
.spin__btn:hover .spin__img-spin {
  filter: drop-shadow(0 0 25px rgba(0, 255, 120, 1))
    drop-shadow(0 0 50px rgba(0, 255, 120, 0.9));
}
.spin__img-text {
  width: 65%;
  height: 43%;
  z-index: 9;
}
.spin__block-zeus {
  width: 72rem;
  height: 83rem;
  position: absolute;
  right: 0;
  top: -4rem;
}
.main {
  min-height: 100vh;
  position: relative;
  background-image: url(../assets/png/storm_blue.webp);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 364px;
}
.main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 364px;
  background-image: url(../assets/png/storm_blue.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  filter: brightness(1.5) contrast(1.4) drop-shadow(0 0 20px #4aa3ff);
  pointer-events: none;
  animation: lightningBg 6s infinite linear;
}
@keyframes lightningBg {
  0%,
  8%,
  16%,
  30%,
  45%,
  60%,
  75%,
  100% {
    opacity: 0;
  }

  10% {
    opacity: 0.5;
  }

  12% {
    opacity: 1;
  }

  14% {
    opacity: 0.3;
  }

  32% {
    opacity: 0.6;
  }

  34% {
    opacity: 1;
  }

  36% {
    opacity: 0.2;
  }

  48% {
    opacity: 0.7;
  }

  50% {
    opacity: 1;
  }

  52% {
    opacity: 0.4;
  }

  65% {
    opacity: 0.6;
  }

  67% {
    opacity: 1;
  }

  69% {
    opacity: 0.2;
  }

  82% {
    opacity: 0.5;
  }

  84% {
    opacity: 1;
  }

  86% {
    opacity: 0.3;
  }
}
.spin__img-eyes {
  width: 12%;
  position: absolute;
  top: 7%;
  left: 46%;
  animation: eyes-glow 2s infinite alternate;
}

@keyframes eyes-glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(3);
  }
  100% {
    filter: brightness(1);
  }
}
.spin__wheel {
  width: 65%;
  height: 65%;
  position: relative;
  margin: auto;
  border-radius: 50%;
  z-index: 2;
  animation: wheel-sway 5s infinite ease-in-out;
}

.spin__wheel.is-spinning {
  animation: none;
}

.spin__wheel.spin {
  animation: wheel-spin 4s cubic-bezier(0.15, 0.85, 0.3, 1) forwards;
}

.spin__wheel.is-stopped {
  animation: none !important;
}

@keyframes wheel-sway {
  0% {
    transform: rotate(-5deg);
  }
  50% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-5deg);
  }
}

@keyframes wheel-spin {
  from {
    transform: rotate(var(--spin-from));
  }
  to {
    transform: rotate(var(--spin-to));
  }
}
.spin__img-body {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.spin__sectors {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.spin__img-body {
  rotate: 23deg;
}
.sector {
  --total: 8;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  padding-top: 1.5rem;
  transform-origin: 100% 100%;
  transform: rotate(calc(360deg / var(--total) * var(--i))) translateX(50%);
  display: flex;
  flex-direction: column;
  font-family: var(--second-font-family);
  font-weight: 1000;
  font-size: 5.5rem;
  line-height: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-text-stroke: 3px #114dfa;
  text-stroke: 3px #114dfa;
}
.sector--first {
  font-size: 4.2rem;
  line-height: 1;
  -webkit-text-stroke: 2px #114dfa;
  text-stroke: 2px #114dfa;
}
.sector--second {
  font-size: 3.4rem;
  line-height: 1;
  -webkit-text-stroke: 2px #114dfa;
  text-stroke: 2px #114dfa;
}
.sector--min {
  font-family: var(--main-font-family);
  font-weight: 700;
  font-style: Bold;
  font-size: 2.5rem;
  line-height: 3.6rem;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-text-stroke: 2px #114dfa;
  text-stroke: 2px #114dfa;
}
.spin__img-shtorm.is-fast {
  animation-duration: 0.4s !important;
}

.sector.active {
  color: #ffd700;
  text-shadow: 0 0 10px gold;
  transform: scale(1.1);
}

.spin-popup {
  min-height: 100vh;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}

.spin-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.spin-popup__box {
  width: 122.2rem;
  height: 61.2rem;
  position: relative;
  background-image: url(../assets/png/bg_win.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
.popup__img-text {
  width: 80%;
  position: absolute;
  top: 23%;
  left: 50%;
  transform: translateX(-50%);
  animation: glow 2s ease-in-out infinite alternate;
}

@keyframes glow {
  0% {
    filter: brightness(1);
  }
  50% {
    filter: brightness(1.5) drop-shadow(0 0 10px #fff);
  }
  100% {
    filter: brightness(1);
  }
}

.popup__descr,
.popup__text {
  position: absolute;
  left: 49%;
  transform: translateX(-50%);
  font-family: var(--main-font-family);
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #e3d33c;
}
.popup__fs {
  position: absolute;
  left: 48%;
  top: 57.5%;
  transform: translateX(-50%);
  font-family: var(--second-font-family);
  font-weight: 800;
  font-size: 6.6rem;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(
    170.93deg,
    #fdfb9d 18.26%,
    #de891e 41.95%,
    #d9db67 69.06%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #743c27;
  text-stroke: 1px #743c27;
}
.popup__img-light {
  width: 109rem;
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%);
  z-index: 1;
}
.popup__logo {
  width: 16.4rem;
  position: absolute;
  top: 3rem;
  left: 49%;
  transform: translateX(-50%);
  z-index: 2;
}
.popup__descr {
  top: 47%;
}
.popup__text {
  top: 75%;
}
.popup__btn {
  max-width: 37.8rem;
  width: 100%;
  padding: 2.2rem;
  position: absolute;
  bottom: -8rem;
  left: 48%;
  transform: translateX(-50%);
  font-family: var(--second-font-family);
  font-weight: 700;
  font-size: 33px;
  line-height: 1;
  color: #1b1c2d;
  background: linear-gradient(0deg, #ffc700, #ffc700);
  border: 2px solid #ffe27c;
  box-shadow: 0px 4px 55px 0px #ffc700;
  border-radius: 10rem;

  /* Анимация пульсации */
  animation: pulse 1.2s infinite ease-in-out;
}

/* Ключевые кадры для пульсации */
@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}

@media (max-width: 1440px) {
  .spin__block-zeus {
    width: 60rem;
    height: 70rem;
    top: 0;
    right: -2rem;
  }
}
@media (max-width: 1280px) {
  .sector {
    font-size: 4rem;
  }
  .sector--min {
    font-size: 2rem;
  }
  .sector--first {
    font-size: 3rem;
  }
  .sector--second {
    font-size: 2.8rem;
  }
  .section {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .spin__wrapper {
    max-width: 55rem;
    width: 100%;
  }
  .spin__btn {
    width: 12.2rem;
    height: 12.2rem;
  }
  .spin__img-pointer {
    width: 5rem;
    height: 8rem;
    top: -1%;
  }
  .spin__img-pointer-storm {
    width: 20.5rem;
    height: 15rem;
    top: -17%;
  }

  .spin__logo {
    width: 11.6rem;
    margin: 2.4rem auto;
  }
  .spin__container {
    padding: 20rem 0;
  }
  .spin__container-title {
    width: 27rem;
    height: 20.2rem;
    top: 81%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../assets/png/list_mob.webp);
    z-index: 12;
  }
  .spin__block-zeus {
    max-width: 60rem;
    width: 100%;
    height: 70rem;
    top: 0;
    right: 50%;
    transform: translateX(50%);
  }
  .spin-popup__box {
    width: 74rem;
    height: 50.2rem;
  }
  .popup__logo {
    width: 11.6rem;
    top: 2.4rem;
    left: 50%;
  }
  .popup__img-text {
    width: 70%;
    top: 30%;
  }
  .popup__descr,
  .popup__text {
    font-size: 3.4rem;
    line-height: 4.5rem;
  }
  .popup__descr {
    top: 45%;
  }
  .popup__text {
    top: 68%;
  }
  .popup__fs {
    top: 55%;
    font-size: 4rem;
  }
  .popup__btn {
    max-width: 29.4rem;
    padding: 1.8rem;
    bottom: -4rem;
    font-size: 2.4rem;
    left: 50%;
  }
  .popup__img-light {
    left: 55%;
  }
  .spin__box-title {
    max-width: 20rem;
    gap: 0.4rem;
  }
  .spin__decsr {
    font-size: 1.6rem;
  }
  .spin__title {
    font-size: 4.2rem;
  }
  .spin__img-cloud {
    display: none;
  }
}
@media (max-width: 768px) {
  .sector {
    padding-top: 2rem;
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1;
    -webkit-text-stroke: 2px #114dfa;
    text-stroke: 2px #114dfa;
  }
  .sector--min {
    font-size: 1.6rem;
    line-height: 1;
    -webkit-text-stroke: 0.5px #114dfa;
    text-stroke: 0.5px #114dfa;
  }
  .sector--first {
    font-size: 3rem;
  }
  .sector--second {
    font-size: 2.4rem;
    -webkit-text-stroke: 2px #114dfa;
    text-stroke: 2px #114dfa;
  }
  .section {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .spin__block-zeus {
    width: 65.9rem;
    height: auto;
    top: 0;
  }
  .spin-popup__box {
    width: 47rem;
    height: 60rem;
    background-image: url(../assets/png/form_win_mob.webp);
  }
  .popup__img-light {
    width: 50.8rem;
    bottom: 45%;
    left: 55%;
  }
  .popup__descr {
    top: 42%;
  }
  .popup__text {
    top: 75%;
  }
  .popup__descr,
  .popup__text {
    left: 50%;
  }
  .popup__fs {
    top: 63.5%;
    left: 50%;
    font-size: 3.4rem;
  }
  .spin__img-pointer-storm,
  .spin__img-text,
  .spin__img-spin,
  .spin__img-wheel,
  .spin__shtorm-wrap,
  .spin__img-pointer {
    width: 90%;
    height: 100%;
  }
  .spin__img-pointer {
    width: 5rem;
    height: 8rem;
    top: -3%;
  }
  .spin__wheel {
    width: 70%;
    height: 70%;
  }
  .spin__img-pointer-storm {
    width: 20.5rem;
    height: 15rem;
    top: -19%;
  }
  .spin__shtorm-wrap {
    width: 100%;
    height: 100%;
  }
  .spin__img-spin {
    width: 90%;
    height: 90%;
  }
  .spin__img-text {
    width: 65%;
    height: 43%;
  }
}
@media (max-width: 500px) {
  .sector {
    padding-top: 1rem;
  }
  .spin__img-pointer {
    top: -4%;
  }

  .spin__img-pointer-storm {
    top: -22%;
  }
}
@media (max-width: 460px) {
  .spin__img-pointer {
    top: -8%;
  }

  .spin__img-pointer-storm {
    top: -28%;
  }
}
@media (max-width: 430px) {
  .spin__img-pointer {
    top: -9%;
  }

  .spin__img-pointer-storm {
    top: -29%;
  }
}
@media (max-width: 390px) {
  .spin__img-pointer {
    top: -10%;
  }

  .spin__img-pointer-storm {
    top: -30%;
  }
}
@media (max-width: 360px) {
  .spin__btn {
    width: 10.2rem;
    height: 10.2rem;
  }

  .sector {
    font-size: 2.5rem;
    -webkit-text-stroke: 1.5px #114dfa;
    text-stroke: 1.5px #114dfa;
  }
  .sector--min {
    font-size: 1.4rem;
    -webkit-text-stroke: 0.5px #114dfa;
    text-stroke: 0.5px #114dfa;
  }
  .sector--first {
    font-size: 2.2rem;
  }
  .sector--second {
    font-size: 1.6rem;
    -webkit-text-stroke: 1.5px #114dfa;
    text-stroke: 1.5px #114dfa;
  }
  .spin__sectors {
    top: 48%;
  }
  .spin__block-zeus {
    width: 65.9rem;
    height: auto;
    top: 0;
  }
  .spin-popup__box {
    width: 37rem;
  }
  .popup__img-text {
    top: 34%;
  }
  .popup__descr,
  .popup__text {
    font-size: 3rem;
    line-height: 1;
  }
  .popup__descr {
    top: 45%;
  }
  .popup__fs {
    top: 61%;
    font-size: 2.8rem;
  }
  .popup__text {
    top: 70%;
  }
  .popup__btn {
    bottom: 0;
  }
  .popup__img-light {
    bottom: 66%;
  }
  .spin__img-body {
    rotate: 22deg;
  }
  .spin__img-pointer {
    top: -12%;
  }

  .spin__img-pointer-storm {
    top: -32%;
  }
}
@media (max-width: 340px) {
  .spin__img-pointer {
    top: -14%;
  }

  .spin__img-pointer-storm {
    top: -36%;
  }
}

.text__land {
  max-width: 1270px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  font-family:
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    "Open Sans",
    "Helvetica Neue",
    sans-serif,
    sans-serif;
  margin-top: 40px;
  color: black;
}

.text__land table {
  border-collapse: collapse;
}

.text__land table tr th,
.text__land table tr td {
  border: 1px solid black;
}

#popupBtn {
  text-align: center;
}

.container-big {
  max-width: 1500px;
  margin: 0 auto;
}

.carousel__marquee-infiniti {
  margin: 30px auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.carousel__blocks {
  display: flex;
  width: fit-content;
  white-space: nowrap;
}
.carusel__block-top {
  animation: marquee-infiniti 20s linear infinite;
}
.carusel__block-bottom {
  /* animation: marquee-infiniti-bottom 10s linear infinite; */
  animation: marquee-infiniti 20s linear infinite reverse;
}
.carusel__block {
  display: flex;
  justify-content: space-around;
}

.carousel__marquee-infiniti img {
  height: 60px;
  width: 130px;
  margin: 0 110px;
}
.carousel__marquee-infiniti:first-child {
  margin-bottom: clamp(20px, 4vw, 100px);
}

@keyframes marquee-infiniti {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
