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

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

html {
  scroll-behavior: smooth;
}

/* 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;
  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;
}

input[type='file'] {
  max-width: 100%;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 102px;
  padding-right: 102px;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

main {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url('/orospin-img/orospin-main-background.webp') center/cover no-repeat;
  background-attachment: fixed;
}

.orospin-hero {
  background: url('/orospin-img/orospin-hero-backgroud-desktop.webp')
    center/cover no-repeat;
  color: #fff;
}

.orospin-hero-header {
  background: url('/orospin-img/orospin-hero-backgroud-desktop.webp')
    center/cover no-repeat;
  padding-top: 10px;
  padding-bottom: 10px;
}

.orospin-hero-header .orospin-hero__logo {
  margin-bottom: 0;
}

.orospin-hero__container {
  padding: 10px 0 70px 0;
  margin: 0 auto;
  text-align: center;
}

.orospin-hero__logo {
  width: 117px;
  height: 50px;
  margin: 10px auto 80px;
  display: block;
}

.orospin-hero__title {
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.orospin-hero__subtitle {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-hero__features {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.orospin-hero__features li {
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.51);
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(7.5px);
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media (max-width: 768px) {
  .orospin-hero {
    background: url('/orospin-img/orospin-hero-background-mb.webp') center/cover
      no-repeat;
    padding: 10px 15px;
  }

  .orospin-hero__logo {
    max-width: 140px;
    margin-bottom: 15px;
  }

  .orospin-hero__title {
    font-size: 26px;
  }

  .orospin-hero__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .orospin-hero__features {
    gap: 15px;
  }

  .orospin-hero__features li {
    font-size: 13px;
    padding: 10px 15px;
  }
}

@media (max-width: 480px) {
  .orospin-hero__container {
    padding-bottom: 10px;
  }
  .orospin-hero__title {
    font-size: 24px;
  }

  .orospin-hero__features {
    font-size: 10px;
  }

  .orospin-hero__subtitle {
    display: none;
  }
}

/* card */

.orospin-offers {
  padding: 20px;
}

.orospin-partner-cards {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.casino-card {
  border-radius: 10px;
  background: #05123f;
  padding: 20px 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 990px;
  margin: 0 auto;
}

/* Верхняя часть */
.casino-card__top {
  display: flex;
  gap: 10px;
}

.casino-card__logo {
  width: 207px;
  height: 120px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
  background: #260f83;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.casino-card__logo img {
  width: 167px;
  height: 44.533px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.casino-card__link {
  color: #fff;
}

.casino-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  text-align: center;
  width: 200px;
}

.casino-card__bonus {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.casino-card__title {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Средняя часть */
.casino-card__middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.casino-card__rating {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.stars {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stars-wrapp {
  text-align: center;
}
.stars img {
  width: 21px;
  height: 21px;
  fill: #fb0;
  filter: drop-shadow(0 1px 4px rgba(255, 255, 46, 0.4));
}
.casino-card__reviews {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.casino-card__score {
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* Кнопка */
.casino-card__btn {
  padding: 10px 30px;
  color: #fff;

  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* анимация кнопки  */

/* --- Адаптив --- */
@media (max-width: 768px) {
  .casino-card {
    flex-direction: column;
    align-items: center;
  }

  .casino-card__top {
    width: 100%;
    justify-content: flex-start;
  }

  .casino-card__content {
    max-width: 134px;
    gap: 5px;
  }

  .casino-card__title {
    font-size: 16px;
  }
  .casino-card__bonus {
    font-size: 13px;
  }

  .casino-card__logo {
    width: auto;
    height: 99px;
    padding: 32px 13px 33px 13px;
    max-width: 220px;
  }

  .casino-card__logo img {
    width: 128px;
    height: 34px;
    margin: auto;
  }

  .casino-card__middle {
    flex-direction: row;
  }

  .casino-card__rating {
    font-size: 15px;
    gap: 50px;
  }

  .casino-card__btn {
    width: 60%;
    text-align: center;
    margin-top: 10px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .casino-card {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 18px;
    flex-wrap: nowrap;
  }
  .casino-card__top {
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 55%;
    min-width: 0;
  }

  .casino-card__bonus {
    font-size: 12.5px;
  }
  .casino-card__title {
    font-size: 16px;
    line-height: 1.25;
  }
  .casino-card__middle {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex: 1 1 30%;
    min-width: 0;
  }
  .stars img {
    width: 16px;
  }
  .casino-card__reviews {
    font-size: 12.5px;
  }
  .casino-card__score {
    font-size: clamp(22px, 3.8vw, 28px);
    font-weight: 700;
  }
  .casino-card__btn {
    width: auto;
    margin-top: 0;
    padding: 12px 16px;
    font-size: 13px;
    min-width: 160px;
    white-space: nowrap;
  }
}

/* footer */

.orospin-footer {
  background-color: #111;
  color: #fff;
  font-family: 'Inter', sans-serif;
  padding: 40px 20px;
  text-align: center;
}

.orospin-footer__top {
  margin-bottom: 20px;
}

.orospin-footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.orospin-footer-logo img {
  width: 51.876px;
  height: 52.595px;
}

.orospin-footer__logo {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

.orospin-footer__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.orospin-footer__link::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url('/orospin-img/orospin-footer-arrow.webp') center/contain
    no-repeat;
}

@media (max-width: 410px) {
  .orospin-footer__links {
    flex-direction: column;
    align-items: center;
  }
}

.orospin-footer__link {
  font-size: 14px;
  color: #fff;
  text-decoration: underline !important;
}

.orospin-footer__link:hover,
.orospin-footer__link:focus,
.orospin-footer__link:active {
  text-decoration: underline !important;
}

.orospin-footer__info {
  max-width: 560px;
  margin: 20px auto;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.orospin-footer__support {
  max-width: 800px;
  margin: 20px auto;
  text-align: left;
  font-size: 14px;
}

.orospin-footer__support h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.orospin-footer__support ul {
  list-style: none;
  margin: 0;
}

.orospin-footer__support li {
  margin-bottom: 6px;
}

.orospin-footer__partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  list-style: none;

  margin: 30px 0;
  margin: auto;
  padding: 0;
  max-width: 1130px;

  font-variant-numeric: lining-nums proportional-nums;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.orospin-footer__partner img {
  max-height: 45px;
  width: auto;
  display: block;
}

.orospin-footer__bottom {
  margin-top: 20px;
  color: #fff;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.6;
}

.orospin-footer__info-block {
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 20px;
}

@media (max-width: 768px) {
  .orospin-footer__info,
  .orospin-footer__support {
    text-align: left;
  }

  .orospin-footer__support ul {
    list-style: none;
    padding-left: 0;
  }
  .orospin-footer__info-block {
    flex-wrap: wrap;
    gap: 0;
  }

  .orospin-footer__partners {
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .orospin-footer {
    padding: 30px 16px;
  }

  .orospin-footer__logo {
    font-size: 18px;
  }

  .orospin-footer__link {
    font-size: 13px;
  }

  .orospin-footer__partner img {
    max-height: 32px;
  }
}

.orospin-footer__links li {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.orospin-footer__links li::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 6px;
  background: url('/orospin-img/orospin-footer-arrow.webp') no-repeat center;
  background-size: contain;
}

/* orospin-casino-guide */

.orospin-casino-guide {
  padding: 60px 0;
  max-width: 1140px;
  margin: auto;
}

.orospin-casino-guide ul {
  list-style: disc;
}

.orospin-casino-guide h2 {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-casino-guide h3 {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-casino-guide p {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-casino-guide ul {
  list-style-type: disc !important;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.orospin-casino-guide li {
  list-style-type: disc !important;
  display: list-item;
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.orospin-responsible {
  background: linear-gradient(
      rgba(255, 255, 255, 0.9),
      rgba(255, 255, 255, 0.9)
    ),
    url('/orospin-img/orospin-main-background.webp') center/cover no-repeat;
  background-attachment: fixed;
}

.orospin-responsible__container {
  padding: 60px 15px;
  max-width: 1140px;
  margin: auto;
}

.orospin-responsible__container ul {
  list-style-type: disc !important;
  list-style-position: outside;
  margin-left: 20px;
  margin-bottom: 20px;
}

.orospin-responsible__container li {
  list-style-type: disc !important;
  display: list-item;
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.orospin-responsible__container h1 {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-responsible__container h2 {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}

.orospin-responsible__container p {
  color: #00030f;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.casino-card__btn.button-animation {
  position: relative;
  display: inline-block;
  padding: 20px 30px;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
}

.casino-card__btn.button-animation span {
  position: absolute;
  display: block;
}

.casino-card__btn.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #6e30f6);
  animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.casino-card__btn.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #6e30f6);
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.casino-card__btn.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #6e30f6);
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

/* left border (анимация вверх) */
.casino-card__btn.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #6e30f6);
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}

.casino-card__btn.button-animation:hover {
  background-color: #6e30f6;
  color: #fff;
  box-shadow: 0 0 5px #6e30f6, 0 0 25px #6e30f6, 0 0 50px #6e30f6,
    0 0 100px #6e30f6;
}

.terms ul {
  margin-bottom: 20px;
}
