@charset "UTF-8";

/* Reset and base styles  */

* {
  padding: 0px;
  margin: 0px;
  border: none;
}

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

/* Links */

a,
a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
}

ul,
ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

address {
  font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("../spinoramo__fonts/spinoramo__inter-regular.woff2") format("woff2"), url("../spinoramo__fonts/spinoramo__inter-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: inter;
  font-display: swap;
  src: url("../spinoramo__fonts/spinoramo__inter-semibold.woff2") format("woff2"), url("../spinoramo__fonts/spinoramo__inter-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

:root {
  --container-width: 1440px;
  --container-padding: 100px;
  --container-padding-tablet: 16px;
  --background: #1B1C25;
  --font-color: #fff;
  --font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
  --font-family: inter, OpenSans, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  --laptop-size: 1199px;
  --tablet-size: 959px;
  --mobile-size: 599px;
  --btn-font-size: 1rem;
  --btn-font-weight: 700;
  --btn-padding: 0.8em 3em;
  --btn-bg: #3244E1;
  --btn-bg-hover: #4d5fff;
  --btn-color: #ffffff;
  --btn-radius: 1rem;
  --btn-transition: all 0.2s ease-in-out;
  --btn-shadow: inset -100px 0px 50px -30px #FF59BD;
  --btn-shadow-hover: var(--btn-shadow);
}

h1,
.spinoramo__h1,
h2,
.spinoramo__h2,
h3,
.spinoramo__h3 {
  font-weight: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  font-weight: 600;
}

h1,
.spinoramo__h1 {
  font-size: clamp(1.75rem, 1.3173076923rem + 1.9230769231vw, 3rem);
}

h2,
.spinoramo__h2 {
  font-size: clamp(1.75rem, 1.7067307692rem + 0.1923076923vw, 1.875rem);
}

h3,
.spinoramo__h3 {
  font-size: clamp(0.875rem, 0.8317307692rem + 0.1923076923vw, 1rem);
}

html {
  scroll-behavior: smooth;
  background: var(--background);
  scrollbar-gutter: stable;
}

body {
  background: var(--background);
  color: var(--font-color);
  font-family: var(--font-family);
  font-size: var(--font-size);
  font-weight: 400;
}

html,
body {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

a,
button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: inherit;
}

img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.spinoramo__no-scroll {
  overflow: hidden;
}

.spinoramo__visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.spinoramo__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spinoramo__items .spinoramo__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.spinoramo__terms .spinoramo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.spinoramo__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 80px;
  margin: 80px 0;
}

.btn {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: grid;
  place-items: center;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  padding: var(--btn-padding);
  color: var(--btn-color);
  background-color: var(--btn-bg);
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: var(--btn-transition);
  transition: var(--btn-transition);
  -webkit-box-shadow: var(--btn-shadow);
  box-shadow: var(--btn-shadow);
  line-height: 1.2;
  white-space: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn:active {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.spinoramo__wrapper {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#54576E), to(#22263E));
  background: linear-gradient(180deg, #54576E 0%, #22263E 100%);
  -webkit-box-shadow: 0 5px 16px 2px rgba(255, 255, 255, 0.1);
  box-shadow: 0 5px 16px 2px rgba(255, 255, 255, 0.1);
  padding: 24px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.spinoramo__wrapper::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#EE6F86), to(#0127B4));
  background: linear-gradient(180deg, #EE6F86, #0127B4);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.spinoramo__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  margin: 0 auto;
  padding: 0 var(--container-padding);
  max-width: var(--container-width);
  width: 100%;
}

.spinoramo__popup__title {
  font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
  font-weight: 700;
  text-transform: uppercase;
}

.spinoramo__modal {
  display: none;
  /* по умолчанию скрыто */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 999;
}

.spinoramo__modal-content {
  background: #1B1C25;
  padding: 2rem 1rem;
  position: relative;
  max-width: 420px;
  width: 90%;
  -webkit-animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  animation: fadeIn 0.45s cubic-bezier(0.01, 0.8, 0.03, 1);
  text-align: center;
}

.spinoramo__modal-content .btn {
  margin-inline: auto;
}

.spinoramo__modal-content h2 {
  text-align: center;
}

.spinoramo__close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
}

body.spinoramo__modal-open {
  overflow: hidden;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Blocks */

.spinoramo__about {
  text-align: center;
}

.spinoramo__about img {
  width: 100%;
  height: 203px;
  border-radius: 20px;
}

.spinoramo__banner {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/spinoramo__img/spinoramo__banner.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/spinoramo__img/spinoramo__banner.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 187px;
  padding-bottom: 120px;
  margin-top: -67px;
}				.spinoramo__avif .spinoramo__banner {					background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/spinoramo__img/spinoramo__banner.avif")				}							.spinoramo__avif .spinoramo__banner {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/spinoramo__img/spinoramo__banner.avif")				}			

.spinoramo__banner .spinoramo__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinoramo__banner p {
  max-width: 817px;
}

.spinoramo__footer {
  margin-top: auto;
  background: #121000;
  padding-block: 40px;
}

.spinoramo__footer a {
  font-weight: 700;
}

.spinoramo__footer a:hover {
  opacity: 0.6;
}

.spinoramo__footer .spinoramo__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.spinoramo__footer h2 {
  margin-bottom: -20px;
}

.spinoramo__header {
  padding-block: 16px;
  background: rgba(0, 0, 0, 0.3);
  position: relative;
}

.spinoramo__header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinoramo__header .spinoramo__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.spinoramo__header a {
  font-weight: 700;
}

.spinoramo__header a:hover {
  opacity: 0.6;
}

.spinoramo__header .spinoramo__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.7884615385rem + 0.3846153846vw, 1.125rem);
  text-transform: uppercase;
}

.spinoramo__header .spinoramo__logo img {
  width: 35px;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.spinoramo__play-game {
  text-align: center;
}

.spinoramo__play-game iframe {
  border-radius: 20px;
  background-color: #00061B;
  -webkit-box-shadow: 0 4px 8px 0 rgba(28, 28, 42, 0.1);
  box-shadow: 0 4px 8px 0 rgba(28, 28, 42, 0.1);
  background-image: url("/spinoramo__img/spinoramo__loading.gif");
  background-position: center center;
  background-size: 60px 60px;
  background-repeat: no-repeat;
  width: 100%;
  margin-inline: auto;
  aspect-ratio: 1.9/1;
}

.spinoramo__play-game .spinoramo__container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.spinoramo__play-game p {
  max-width: 817px;
}

.spinoramo__ultimate {
  padding-block: 60px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/spinoramo__img/spinoramo__bg-ultimate.avif");
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/spinoramo__img/spinoramo__bg-ultimate.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}				.spinoramo__avif .spinoramo__ultimate {					background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/spinoramo__img/spinoramo__bg-ultimate.avif")				}							.spinoramo__avif .spinoramo__ultimate {					background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url("/spinoramo__img/spinoramo__bg-ultimate.avif")				}			

.spinoramo__ultimate .spinoramo__items {
  -webkit-column-gap: 50px;
  -moz-column-gap: 50px;
  column-gap: 50px;
}

.spinoramo__ultimate .spinoramo__img {
  background-image: url("/spinoramo__img/spinoramo__ultimate-img.avif");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  min-height: 249px;
  max-width: 300px;
  margin-inline: auto;
}				.spinoramo__avif .spinoramo__ultimate .spinoramo__img {					background-image: url("/spinoramo__img/spinoramo__ultimate-img.avif")				}			

@media (max-width: 1220px) {
  .spinoramo__main {
    gap: 40px;
    margin: 40px 0;
  }

  .spinoramo__container {
    padding: 0 var(--container-padding-tablet);
    gap: 20px;
  }

  .spinoramo__header__nav {
    display: none;
  }
}

@media (max-width: 820px) {
  .spinoramo__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .spinoramo__wrapper {
    padding: 16px;
  }

  .spinoramo__modal-content {
    padding: 12px;
  }

  .spinoramo__about img {
    height: 170px;
  }

  .spinoramo__banner {
    padding-top: 97px;
    padding-bottom: 30px;
    text-align: left;
  }

  .spinoramo__footer h2 {
    margin-bottom: -14px;
  }

  .spinoramo__header {
    padding-block: 12px;
  }

  .spinoramo__ultimate .spinoramo__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media (hover: hover) and (pointer: fine) {
  .btn:hover,
  .btn:focus-visible {
    background-color: var(--btn-bg-hover);
    -webkit-box-shadow: var(--btn-shadow-hover);
    box-shadow: var(--btn-shadow-hover);
  }
}