* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:active,
:focus {
  outline: 0;
}
a:active,
a:focus {
  outline: 0;
}
aside,
footer,
header,
nav {
  display: block;
}
body,
html {
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scrollbar-gutter: stable;
}
button,
input,
textarea {
  font-family: inherit;
}
input::-ms-clear {
  display: none;
}
input,
textarea {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
}
input::placeholder,
textarea::placeholder {
  color: inherit;
}
textarea {
  resize: none;
}
button {
  cursor: pointer;
  background-color: transparent;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a {
  display: inline-block;
  color: inherit;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
}
svg {
  display: block;
  width: 100%;
  height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
picture {
  display: block;
  width: 100%;
  height: 100%;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/crocsandcash-fonts/crocsandcash-InterRegular.woff2) format("woff2");
}
@font-face {
  font-family: OpenSans;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/crocsandcash-fonts/crocsandcash-OpenSansRegular.woff2)
    format("woff2");
}
@font-face {
  font-family: Play;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/crocsandcash-fonts/crocsandcash-PlayBold.woff2) format("woff2");
}
:root {
  --font-main: "OpenSans", sans-serif;
  --background-page: #0e0718;
  --main: #ffffff;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
}
.pd {
  padding: 70px 100px 0;
}

@media (max-width: 1100px) {
  .pd {
    padding: 70px 40px 0;
  }
}

@media (max-width: 991px) {
  .pd {
    padding: 70px 24px 0;
  }
}
.tt {
  color: #fff;
  font-family: Play, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.st {
  font-size: 16px;
  line-height: 27px;
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: var(--font-main);
  min-height: 100vh;
  overflow: hidden;
  color: var(--main);
  background-color: var(--background-page);
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.site-header {
  padding: 8px 100px;
  border-bottom: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
}
@media (max-width: 1100px) {
  .site-header {
    padding: 0 40px;
  }
}
@media (max-width: 900px) {
  .site-header {
    padding: 0 24px;
  }
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header__logo img {
  width: 65.741px;
  height: 62.595px;
  aspect-ratio: 65.74/62.6;
}
.site-header__nav ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  margin: 0;
  padding: 0;
}
@media (max-width: 1024px) {
  .site-header__nav ul {
    gap: 15px;
  }
}
.site-header__nav ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 900px) {
  .site-header__nav {
    position: absolute;
    top: 60px;
    right: 0;
    width: 100%;
    padding: 16px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: var(--bg_secondary, #1e1532);
  }
  .site-header__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
  }
  .site-header__nav.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}
.site-header__burger {
  display: none;
  background: 0 0;
  border: none;
  cursor: pointer;
}
.site-header__burger img {
  width: 24px;
  height: 24px;
}
@media (max-width: 900px) {
  .site-header__burger {
    display: block;
  }
}
.hero {
  text-align: center;
  color: #fff;
  cursor: default;
}
@media (max-width: 768px) {
  .hero {
    padding: 70px 0;
  }
}
.hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 85px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid var(--stroke, #2817d0);
  background: -webkit-gradient(
      linear,
      left bottom,
      left top,
      from(rgba(25, 26, 37, 0.56)),
      to(rgba(25, 26, 37, 0.56))
    ),
    url(/crocsandcash-img/crocsandcash-bg.webp) #d3d3d3 50% / cover no-repeat;
  background: linear-gradient(
      0deg,
      rgba(25, 26, 37, 0.56) 0,
      rgba(25, 26, 37, 0.56) 100%
    ),
    url(/crocsandcash-img/crocsandcash-bg.webp) #d3d3d3 50% / cover no-repeat;
}
@media (max-width: 768px) {
  .hero__container {
    border-radius: 0;
    padding: 16px 24px;
  }
}
@media (max-width: 400px) {
  .hero__container {
    height: 460px;
  }
}
.hero__content {
  max-width: 594px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.hero .tt {
  font-family: Play, sans-serif;
  font-size: 44px;
  line-height: 42px;
}
.hero .st {
  color: #ababab;
  font-family: Inter, sans-serif;
  font-size: 16px;
}
.hero__slider {
  overflow: hidden;
}
@media (min-width: 1025px) {
  .hero__slider {
    overflow: visible;
  }
}
.hero__features {
  list-style: none;
  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;
  -ms-flex-line-pack: center;
  align-content: center;
  gap: 16px 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .hero__features {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 600px) {
  .hero__features {
    width: 312px;
  }
}
.hero__features li.swiper-slide {
  width: 160px !important;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
}
.hero__features img {
  width: 28px;
  height: 28px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.casinos {
  padding: 32px 100px 0;
}

@media (max-width: 1100) {
  .casinos {
    padding: 70px 40px 0 40px;
  }
}
@media (max-width: 1024px) {
  .casinos {
    padding: 70px 0 0 24px;
  }
}
.casinos__page {
  padding-top: 70px;
}
.casinos .combinations__swiper {
  overflow: hidden;
}
.casinos .combinations__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1125px) {
  .casinos .combinations__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

  }
}

@media (max-width: 1123px) {
  .casinos .combinations__list {

    gap: 0;
  }
}
.casinos .casino-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  justify-content: center;
}
@media (max-width: 1124px) {
  .casinos .casino-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 312px;
    width: 100%;
    height: 495px;
    padding: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    border-radius: 24px;
    border: 1px solid var(--stroke, #2817d0);
    background: var(--bg_secondary, #1e1532);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.casinos .casino-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 32px;
  height: 120px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  border-radius: 24px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
  max-width: 931px;
}
@media (max-width: 1124px) {
  .casinos .casino-card__content {
    border: none;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    width: 264px;
  }
}
.casinos .casino-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: 16px;
  padding-right: 24px;
}
@media (max-width: 1124px) {
  .casinos .casino-card__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding-right: 0;
    gap: 0;
  }
}
.casinos .casino-card__logo img {
  width: 160px;
  height: auto;
}
.casinos .casino-card__divider {
  width: 1px;
  height: 65px;
  background-color: #2817d0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100px;
}
@media (max-width: 1124px) {
  .casinos .casino-card__divider {
    display: none;
  }
}
.casinos .casino-card__desc {
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  max-width: 344px;
}
.casinos .casino-card__middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1124px) {
  .casinos .casino-card__middle {
    padding: 0;
  }
}
.casinos .casino-card__score {
  color: var(--white, #fff);
  text-align: center;
  font-family: Play, sans-serif;
  font-size: 44px;
  line-height: 42px;
}
.casinos .casino-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.casinos .casino-card__stars img {
  width: 30px;
  height: 30px;
  display: block;
}
@media (max-width: 1300px) {
  .casinos .casino-card__stars img {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 1125px) {
  .casinos .casino-card__stars img {
    width: 24px;
    height: 24px;
  }
}
.casinos .casino-card__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  max-width: 292px;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  border-radius: 24px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
}
@media (max-width: 1024px) {
  .casinos .casino-card__box {
    border: none;
  }
}
.casinos .casino-card__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 189.176px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 34px;
  background: #5507bb;
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  line-height: 27px;
}
.casinos .casino-card__payments {
  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;
  gap: 9.697px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.casinos .casino-card__payments img {
  height: 24.436px;
  max-width: 31px;
  width: auto;
  display: block;
  border-radius: 96.97px;
  background: #fff;
  padding: 5.818px;
}
.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.about__image {
  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;
  width: 100%;
  max-width: 312px;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../crocsandcash-img/crocsandcash-carts.webp);
}

.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.about__content p {
  max-width: 609px;
  color: var(--GRAY_TEXT, #bbb);
}
@media (max-width: 1024px) {
  .about__content p {
    max-width: 100%;
  }
}
.feedback__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.feedback__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.feedback__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
}
.feedback__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: fs;
  -ms-flex-align: fs;
  align-items: fs;
  margin-bottom: 16px;
}
.feedback__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.feedback__person img {
  width: 53px;
  height: 53px;
  border-radius: 53px;
}
.feedback__name {
  color: var(--white, #fff);
  font-family: Play, sans-serif;
  font-size: 20px;
}
.feedback__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.92px;
}
.feedback__stars li {
  display: block;
}
.feedback__stars li img {
  width: 16px;
  height: 16px;
  display: block;
}
.feedback p {
  color: #d9d9d9;
}
.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.faq__item {
  border-radius: 24px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
  overflow: hidden;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.faq__item.active .faq__question img {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.faq__item.active .faq__answer {
  max-height: 300px;
  padding: 0 16px 16px;
}
.faq__question {
  width: 100%;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: 0 0;
  color: #fff;
  font-family: Play, sans-serif;
  font-size: 20px;
  border: none;
  cursor: pointer;
}
.faq__question img {
  width: 41px;
  height: 41px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq__answer p {
  color: var(--GRAY_TEXT, #bbb);
  font-size: 16px;
  line-height: 27px;
}
.info__page {
  padding-bottom: 70px;
}
.info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 768px) {
  .info h2 {
    text-align: center;
  }
}
.info__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.info__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
  gap: 24px;
  min-width: 312px;
  max-width: 610px;
}
.info__card.wide {
  max-width: 100%;
  min-width: 100%;
  text-align: center;
}
.info__card--titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.info__card .info__subtitle {
  color: var(--white, #fff);
  text-align: center;
  font-family: Play, sans-serif;
  font-size: 20px;
}
.info__card .st {
  color: var(--GRAY_TEXT, #bbb);
}
.info__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid var(--stroke, #2817d0);
  background: var(--bg_secondary, #1e1532);
  min-width: 280px;
}
@media (max-width: 768px) {
  .info__item {
    min-width: 312px;
  }
}
.info__item h3.st {
  color: #fff;
}
.info__item .info__number {
  font-family: Play, sans-serif;
  font-size: 44px;
  line-height: 42px;
  opacity: 0.2;
}
.info__item .info__subtitle {
  font-family: Play, sans-serif;
  font-size: 20px;
}
.info__item .st {
  color: var(--GRAY_TEXT, #bbb);
  text-align: center;
}
.contact {
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .contact {
    padding: 70px 0;
  }
}
.contact__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 24px;
  background: url(/crocsandcash-img/crocsandcash-bg.webp) #d3d3d3 50% / cover
    no-repeat;
  background-color: transparent;
}
.contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  max-width: 540px;
  width: 100%;
  margin: 40px auto 20px;
}
@media (max-width: 768px) {
  .contact__content {
    padding: 0 24px;
  }
}
.contact .tt {
  color: #fff;
}
.contact .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.contact .form input,
.contact .form textarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid #b1b1b1;
  background: #fff;
  border: none;
  outline: 0;
  color: var(--color_text_black, #131313);
  font-size: 17px;
  line-height: 22px;
}
.contact .form textarea {
  resize: vertical;
  min-height: 120px;
}
.contact .form button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 34px;
  background: #5507bb;
  color: var(--white, #fff);
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.contact .form button:hover {
  opacity: 0.9;
}
.footer {
  padding: 24px 100px;
}
@media (max-width: 768px) {
  .footer {
    padding: 24px;
  }
}
.footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__age {
  width: 90px;
  height: auto;
}
.footer__disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
@media (max-width: 1124px) {
  .footer__disclaimer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.footer__disclaimer p {
  color: var(--GRAY_TEXT, #bbb);
  max-width: 612px;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}
.footer__top .footer__contact {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}
.footer__top .footer__contact li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  color: var(--GRAY_TEXT, #bbb);
}
.footer__top .footer__contact li a {
  text-decoration: none;
}
.footer__top .footer__contact li img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
}
.footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 32px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  .footer__logos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__logos a {
  display: inline-block;
}
.footer__logos a img {
  max-height: 60px;
  display: block;
}
.responsible {
  color: var(--GRAY_TEXT, #bbb);
  padding: 70px 100px;
}
@media (max-width: 768px) {
  .responsible {
    padding: 70px 24px;
  }
}
.responsible__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: 24px;
}
.responsible .tt {
  color: var(--white, #fff);
  text-align: center;
  font-family: Play, sans-serif;
  font-size: 44px;
  line-height: 42px;
  word-break: break-all;
}
.responsible__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.responsible__subtitle {
  color: #fff;
  font-size: 16px;
  line-height: 27px;
}
.responsible__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}
.responsible__list--secondary {
  padding-left: 20px;
}
.responsible__list--secondary li {
  font-size: 16px;
  line-height: 27px;
  margin-top: 4px;
  padding-bottom: 10px;
}
.responsible__list--secondary li.point {
  list-style-type: disc;
}
.responsible__list li {
  font-size: 16px;
  line-height: 27px;
}
.responsible__list li ul {
  padding-left: 20px;
}
.responsible__list li ul li {
  margin-top: 4px;
  list-style-type: disc;
}
.status {
  display: none;
}
.form.active .status {
  display: block;
  color: #fff;
}
