
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}
.content h2:not(:first-child) {
  margin-top: 1.1428em;
}
.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}
.content h3:not(:first-child) {
  margin-top: 1.3333em;
}
.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}
.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}
.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}
.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}
.modal {
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.modal,
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal-bg {
  background-color: rgba(0, 0, 0, 0.8);
}
.modal--disc {
  padding: 0.5rem;
}
.modal-body {
  position: relative;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  color: #000 !important;
  text-shadow: none !important;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
.modal-body p {
  font-size: 12px !important;
}
.svg-cross {
  position: absolute;
  width: 15px;
  right: 1rem;
  top: 1rem;
  fill: red;
  cursor: pointer;
}
@media (max-width: 768px) {
  .modal-body p {
    font-size: 10px !important;
  }
}
.section--hero {
  position: relative;
}
.section--hero .section-inner__content {
  margin-bottom: 0.75rem;
}
.section--hero .section-inner {
  position: relative;
}
.section--hero.text-center {
  text-align: center;
}
.section--hero.text-center .hero-features {
  justify-content: center;
}
.section--hero h1 {
  font-size: 1.75em;
}
.section--hero h1 + p {
  margin-top: 0.5rem;
}

.section--hero h2 + p {
  margin-top: 0.5rem;
}
.section--hero p {
  font-size: 14px;
}
.section--hero p + p {
  margin-top: 0.5rem;
}
.big-headings h1 {
  font-size: 2.5em;
}
.big-headings h2 {
  font-size: 2em;
  margin-top: 2px;
}
.hero-feature-flag {
  margin-right: 0.5rem;
  width: 40px;
}
.hero-bg-image {
  display: block;
  width: 100%;
}
.section--hero:not(.no-content) .hero-bg-image {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  height: 100%;
}
.hero-features,
.section-inner__content {
  position: relative;
}
.hero-features {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  font-size: 14px;
}
.hero-feature {
  display: flex;
  align-items: center;
  font-weight: 700;
}
.hero-feature:not(:first-child) {
  margin-left: 1rem;
}
.hero-feature svg {
  fill: #fff;
  width: 20px;
  display: block;
  margin-right: 0.5rem;
}
.site-disc {
  position: absolute;
  font-size: 12px;
  right: 1rem;
  bottom: 0.5rem;
}
.site-disc,
.site-disc__inner {
  display: flex;
}
.site-disc-label {
  cursor: pointer;
}
.site-disc__inner .separator {
  margin: 0 0.125rem;
}
.usa-disc {
  font-weight: 700;
  margin-right: 0.5rem;
}
@media (min-width: 769px) {
  .h-content-mobile,
  .hero-bg-image--mobile-only {
    display: none;
  }
  .section--hero .section-padded {
    padding-bottom: 2rem;
  }
  .section--hero:not(.text-center).has-last-update-time h1,
  .section--hero:not(.text-center).has-last-update-time h2 {
    margin-right: 200px;
  }
}
@media (max-width: 768px) {
  .h-content-mobile + .h-content-desktop {
    display: none;
  }
  .section--hero.transparent-nav-mobile,
  .section--hero:not(.solid-nav) {
    margin-top: -42px;
  }
  .section--hero p {
    font-size: 12px;
  }
  .section--hero h1 {
    font-size: 1.25em;
    line-height: 1;
  }
  .section--hero h1 + p {
    margin-top: 0.125rem;
  }
  .section--hero h1 + h2 {
    margin-top: 0;
  }
  .section--hero h2 {
    font-size: 1em;
  }
  .section--hero h2 + p {
    margin-top: 0.125rem;
  }
  .section--hero .section-padded {
    padding: 52px 0.5rem 1.25rem;
  }
  .section--hero.transparent-nav .section-padded,
  .section--hero.transparent-nav-mobile .section-padded {
    padding-top: 52px;
  }
  .mobile-text-center .h-content-desktop,
  .mobile-text-center .h-content-mobile {
    text-align: center;
  }
  .mobile-text-center .hero-features {
    justify-content: center !important;
  }
  .hero-feature span {
    font-size: 10px;
    flex: 1;
  }
  .hero-feature svg {
    width: 15px;
    margin-right: 0.25rem;
  }
  .hero-feature:not(:first-child) {
    margin-left: 0.5rem;
  }
  .hero-features {
    margin-top: -0.5rem;
  }
  .usa-disc {
    flex: 1;
    white-space: nowrap;
  }
  .site-disc {
    font-size: 8px;
    bottom: 0.125rem;
    right: 0.25rem;
  }
  .disc-row-mobile {
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 0.5rem);
  }
  .hero-feature-flag {
    width: 25px;
  }
}
@media screen and (max-width: 430px) {
  .section-inner {
    padding-bottom: 0;
  }
}
@media (max-width: 340px) {
  .hero-feature span {
    font-size: 8px;
  }
  .usa-disc {
    margin-right: 0;
  }
  .disc-row-mobile {
    flex-direction: column;
    text-align: center;
    bottom: 0;
  }
  .site-disc__inner {
    justify-content: center;
  }
  .section--hero .section-padded {
    padding-bottom: 1.75rem;
  }
  .section--hero h1 {
    font-size: 1em;
  }
  .section--hero h2 {
    font-size: 0.85em;
  }
}
@keyframes scroll {
  0% {
    transform: translateX();
  }
  to {
    transform: translateX(-50%);
  }
}
body {
  position: relative;
}
.section-padded {
  padding: 1rem;
}
.body-bg {
  position: fixed;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}
.body-bg {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .section-inner__content.content {
    font-size: 0.8em;
  }
}
@keyframes sheen {
  to {
    transform: rotate(90deg) translate(10em, -9em);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100;
  }
  to {
    stroke-dashoffset: 900;
  }
}
.welcome-bonus {
  font-size: 12px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .welcome-bonus {
    font-size: 10px;
    margin-bottom: 0.125rem;
  }
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2)
    format('woff2');
  unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
    u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2)
    format('woff2');
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
    u+feff, u+fffd;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2)
    format('woff2');
  unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
    u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2)
    format('woff2');
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
    u+feff, u+fffd;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752Fz8Gl-1PK62t.woff2)
    format('woff2');
  unicode-range: u+0100-024f, u+0259, u+1e??, u+2020, u+20a0-20ab, u+20ad-20cf,
    u+2113, u+2c60-2c7f, u+a720-a7ff;
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v40/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2)
    format('woff2');
  unicode-range: u+00??, u+0131, u+0152-0153, u+02bb-02bc, u+02c6, u+02da,
    u+02dc, u+2000-206f, u+2074, u+20ac, u+2122, u+2191, u+2193, u+2212, u+2215,
    u+feff, u+fffd;
}

@media (max-width: 768px) {
  .section--content-usa {
    padding: 0.2rem 0.5rem;
  }
}

#HTopV6 .container {
  padding: 0 20px;
  width: auto;
}
li.horse-black-index-sitelist__item {
      width: 100%;
}


.horse-black p {
  margin-top: 0;
}
.horse-black button:not(:disabled) {
  cursor: pointer;
}
.horse-black button,
.horse-black input,
.horse-black label,
.horse-black textarea {
  font-family: inherit;
  border: 1px solid transparent;
  cursor: pointer;
}
.horse-black button::-moz-placeholder,
.horse-black input::-moz-placeholder,
.horse-black label::-moz-placeholder,
.horse-black textarea::-moz-placeholder {
  color: #dfdfdf;
}
.horse-black button::placeholder,
.horse-black input::placeholder,
.horse-black label::placeholder,
.horse-black textarea::placeholder {
  color: #dfdfdf;
}
.horse-black button:focus-visible,
.horse-black input:focus-visible,
.horse-black label:focus-visible,
.horse-black textarea:focus-visible {
  border: 1px solid #8ced0d;
  outline: 0;
}
.horse-black__header {
  margin-bottom: 67px;
}
.horse-black__main {
  margin-bottom: 50px;
}
.horse-black-header {
  text-align: center;
  padding-top: 30px;
}
.horse-black-header__link {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}
.horse-black-header__green {
  color: #8ced0d;
  font-style: italic;
}
.horse-black-footer {
  background: #3c3c3c;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-top: 50px;
  padding-bottom: 30px;
}
.horse-black-footer__title {
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
}
.horse-black-footer__green {
  color: #8ced0d;
  font-style: italic;
}
.horse-black-footer__content {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 20px;
}
.horse-black-footer__content p,
.horse-black-index-criteria__content p,
.horse-black-index-sitelist__warning p,
.horse-black-modal__content p {
  margin-bottom: 0;
}
.horse-black-footer__list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 14px;
  align-items: center;
  margin: 0 0 20px;
}
.horse-black-footer__item--age {
  width: 40px;
  height: 34px;
}
.horse-black-footer__item--adict,
.horse-black-footer__item--aware {
  width: 100px;
  height: 53px;
}
.horse-black-footer__item--ncpg {
  width: 80px;
  height: 24px;
}
.horse-black-footer__item--care {
  width: 80px;
  height: 42px;
}
.horse-black-footer__item--crypt {
  width: 80px;
  height: 38px;
}
.horse-black-footer__item img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.horse-black-footer__nav {
  margin-bottom: 20px;
}
.horse-black-footer__nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.horse-black-footer__link {
  color: inherit;
}
#HTopV6 .button {
  background: linear-gradient(90deg, var(--color-1) 0, var(--color-2) 28%, var(--color-3) 58%, var(--color-4) 100%);
  border-radius: 16px;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  text-decoration: none;
  text-transform: uppercase;
  padding: 12px 93px;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
}
.button span {
  position: relative;
  display: block;
}
#HTopV6 .button span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 30px;
  top: -8px;
  right: -35px;
  background-image: url(../images/horse-black-button-arrow.svg);
  background-repeat: no-repeat;
  transform: rotate(0deg);
  transition: 125ms ease;
}
.button:hover .button span:before {
  transform: rotate(90deg);
}
.horse-black-index__intro {
  margin-bottom: 60px;
}
.horse-black-index__criteria,
.horse-black-index__sitelist {
  margin-bottom: 50px;
}
.horse-black-index-intro__title {
  font-size: 40px;
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: -0.1px;
}
.horse-black-index-intro__title span {
  font-style: italic;
}
.horse-black-index-intro__subtitle {
  font-size: 14px;
  font-weight: 500;
}
.horse-black-index-sitelist__list {
  list-style: none;
  padding: 0;
  margin: 20px 0 20px;
}
.horse-black-index-sitelist__item:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}
.horse-black-index-sitelist__item:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}
.horse-black-index-form__input + .horse-black-index-form__input,
.horse-black-index-sitelist__item + .horse-black-index-sitelist__item {
  margin-top: 10px;
  overflow: hidden;
}
.horse-black-index-sitelist__warning {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 17px;
  background-color: #3c3c3c;
  padding: 20px;
  border-radius: 18px;
  align-items: center;
}
.horse-black-index-sitelist__warning img {
  width: 36px;
  height: 36px;
}
.horse-black-index-sitelist-card {
  display: grid;
  grid-template-columns: 6fr 5fr;
  background-color: var(--color-1);
backdrop-filter: blur(25px);
  color: #fff;
}
.horse-black-index-sitelist-card__logo {
  grid-column: span 2;
  background-color: #dcdcdc;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px;
}
.horse-black-index-sitelist-card__image {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 100%;
}
.horse-black-index-sitelist-card__bonus {
  font-size: 14px;
  text-align: center;
  padding: 18px 14px 30px 16px;
}
.horse-black-index-sitelist-card__price {
  font-size: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.horse-black-index-sitelist-card__price span {
  font-size: 22px;
  color: #8ced0d;
  margin-right: 10px;
}
.horse-black-index-sitelist-card__descr {
  line-height: 1.2;
  color: #c1c1c1;
}
.horse-black-index-sitelist-card__rating {
  font-weight: 500;
  font-size: 22px;
  padding: 16px;
  border-left: 1px solid #696969;
  text-align: center;
}
.horse-black-index-sitelist-card__starlist {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 5px;
  margin: 10px 0 0;
      justify-content: center;
}
.horse-black-index-sitelist-card__star {
  width: 18px;
  height: 18px;
}
.horse-black-index-sitelist-card__action {
  grid-column: span 2;
  border-top: 1px solid #696969;
  padding: 18px;
  text-align: center;
}
.horse-black-index-criteria__title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}
.horse-black-index-criteria__title span {
  font-style: italic;
}
.horse-black-index-criteria__content {
  margin-bottom: 26px;
  font-weight: 500;
}
.horse-black-index-criteria__picture {
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}
.horse-black-index-criteria__image {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.horse-black-index-form__title {
  font-size: 24px;
  margin-bottom: 30px;
  color: #fff;
}
.horse-black-index-form__field-group {
  margin-bottom: 20px;
}
.horse-black-index-form__input {
  width: 100%;
  border-radius: 10px;
  background-color: #929292;
  padding: 14px 20px;
  color: #fff;
  font-size: 14px;
}
.horse-black-index-form__input--textarea {
  min-height: 139px;
}
.horse-black-index-form__input.filled {
  border: 1px solid #8ced0d;
  outline: 0;
}
.horse-black-index-form__checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.horse-black-index-form__checkbox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 26px;
  height: 26px;
  border-radius: 4px;
  border: 1px solid #8ced0d !important;
  transition: 75ms;
  margin: 0 14px 0 0;
  flex-shrink: 0;
}
.horse-black-index-form__checkbox-input::after {
  content: '';
  position: absolute;
  inset: 0;
  bottom: 2px;
  background-image: url(../assets/images/horse-black-checkbox.svg);
  background-repeat: no-repeat;
  transition: 75ms;
  background-position: center center;
  transform: scale(0);
}
.horse-black-index-form__checkbox-input:checked::after {
  transform: scale(1);
}
.horse-black-index-form__checkbox-label {
  font-weight: 500;
}
.horse-black-index-form__button {
  margin: 0 auto;
  display: block;
  padding: 9px 89px;
}
.horse-black-modal {
  width: 420px;
  border-radius: 20px;
  border: 0;
  padding: 0;
  z-index: -1;
}
.horse-black-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}
.horse-black-modal[open] {
  animation: popup-zoom-in 75ms linear;
}
.horse-black-modal__close {
  align-items: center;
  background-color: transparent;
  border: 0;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: transform 75ms linear;
  width: 24px;
  z-index: 1;
}
.horse-black-modal__content {
  padding: 40px 20px;
  text-align: center;
}
@media (min-width: 992px) {
  .container {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 952px;
    width: auto;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1044px;
  }
  .horse-black {
    font-size: 18px;
  }
  .horse-black__header {
    margin-bottom: 80px;
  }
  .horse-black__main {
    margin-bottom: 100px;
  }
  .horse-black-header__link {
    font-size: 22px;
  }
  .horse-black-footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .horse-black-footer__title {
    font-size: 22px;
    margin-bottom: 32px;
  }
  .horse-black-footer__content {
    font-size: 18px;
  }
  .horse-black-footer__list {
    gap: 20px;
  }
  .horse-black-footer__item--age {
    width: 60px;
    height: 51px;
  }
  .horse-black-footer__item--adict,
  .horse-black-footer__item--aware {
    width: 150px;
    height: 80px;
  }
  .horse-black-footer__item--ncpg {
    width: 200px;
    height: 61px;
  }
  .horse-black-footer__item--care {
    width: 150px;
    height: 80px;
  }
  .horse-black-footer__item--crypt {
    width: 151px;
    height: 73px;
  }
  .horse-black-footer__bottom {
    display: flex;
    justify-content: space-between;
  }
  .horse-black-footer__nav-list {
    justify-content: flex-start;
    gap: 40px;
  }
  .button {
    font-size: 28px;
    padding: 19px 86px;
  }
  .horse-black-index__intro {
    margin-bottom: 95px;
  }
  .horse-black-index__criteria,
  .horse-black-index__sitelist {
    margin-bottom: 100px;
  }
  .horse-black-index-intro__body {
    max-width: 850px;
  }
  .horse-black-index-intro__title {
    font-size: 70px;
    margin-bottom: 14px;
  }
  .horse-black-index-intro__subtitle {
    font-size: 22px;
  }
  .horse-black-index-sitelist__warning {
    padding-right: 240px;
  }
  .horse-black-index-sitelist-card {
    grid-template-columns: 5fr 5fr 4fr 6fr;
    min-width: 0;
    min-height: 140px;
  }
  .horse-black-index-sitelist-card > div {
    min-width: 0;
    overflow: hidden;
  }
  .horse-black-index-sitelist-card__logo {
    grid-column: auto;
    height: 100%;
    padding: 18px;
  }
  .horse-black-index-sitelist-card__image {
    max-height: 104px;
  }
  .horse-black-index-sitelist-card__bonus {
    padding: 25px 25px 25px 40px;
  }
  .horse-black-index-sitelist-card__price {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .horse-black-index-sitelist-card__price span {
    font-size: 32px;
  }
  .horse-black-index-sitelist-card__descr {
    font-size: 18px;
  }
  .horse-black-index-sitelist-card__rating {
    padding: 36px 44px;
    font-size: 32px;
  }
  .horse-black-index-sitelist-card__star {
    width: 22px;
    height: 22px;
  }
  .horse-black-index-sitelist-card__action {
    grid-column: auto;
    border-left: 1px solid #696969;
    border-top: none;
    padding: 37px 33px 37px 40px;
  }
  .horse-black-index-criteria__body {
    display: grid;
    grid-template-columns: 1fr 474px;
    gap: 61px;
  }
  .horse-black-index-criteria__title {
    font-size: 40px;
    margin-bottom: 19px;
  }
  .horse-black-index-criteria__content {
    font-size: 22px;
    margin-bottom: 0;
  }
  .horse-black-index-form__body {
    max-width: 851px;
  }
  .horse-black-index-form__title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .horse-black-index-form__field-group {
    margin-bottom: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .horse-black-index-form__input {
    font-size: 22px;
    padding: 17px 30px;
  }
  .horse-black-index-form__input + .horse-black-index-form__input {
    margin-top: 0;
  }
  .horse-black-index-form__input--textarea {
    min-height: 154px;
    grid-column: span 2;
  }
  .horse-black-index-form__checkbox {
    margin-bottom: 40px;
  }
  .horse-black-index-form__button {
    margin: unset;
    padding: 19px 95px;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 1280px;
  }
  .button {
    padding: 19px 100px;
  }
  .horse-black-index-intro__body {
    max-width: 1075px;
  }
  .horse-black-index-intro__subtitle {
    padding-right: 225px;
  }
  .horse-black-index-sitelist-card__bonus {
    padding: 25px 60px;
  }
  .horse-black-index-sitelist-card__rating {
    padding: 36px 60px;
  }
  .horse-black-index-sitelist-card__action {
    padding: 34px 45px 35px 60px;
  }
  .horse-black-index-criteria__body {
    grid-template-columns: 1fr 521px;
    gap: 121px;
  }
}
@media (any-hover: hover) {
  .horse-black-footer__link:hover {
    color: #fff;
    text-decoration: none;
  }
  .button:hover span::before {
    transform: rotate(90deg);
  }
  .horse-black-modal__close:hover {
    transform: scale(1.2);
  }
}#HContentV1 .section-padded {
    padding: 1rem;}

       #HContentV1 {
        	color: #ffffff;
    background-color: rgba(0, 0, 0, 0.6);
        }
       #HContentV1 .hero-features, #HContentV1 .section-inner__content {
    position: relative;
}
#HContentV1 .content h2 {
    font-size: 1.75em;
    margin-bottom: .5714em;
}
#HContentV1 .content h1, #HContentV1 content h2, #HContentV1 .content h3, 
#HContentV1 .content h4, #HContentV1 .content h5, #HContentV1 .content h6 {
    line-height: 1.125;
}
#HContentV1 .content blockquote:not(:last-child), #HContentV1 .content dl:not(:last-child), #HContentV1 .content ol:not(:last-child), #HContentV1 .content p:not(:last-child), #HContentV1 .content pre:not(:last-child), #HContentV1 .content table:not(:last-child), #HContentV1 .content ul:not(:last-child) {
    margin-bottom: 1.5em;
}


    

.disclaimer {
/*   background-color: var(--color-4);*/
   position: relative;
}

@media only screen and (max-width: 850px) {
   .flex-column-md{flex-direction: column;}
   .content{width: 100% !important}
   
}

.footer-logo-image {
      height: 180px !important;
      object-fit: contain;
    width: 300px !important;
}

.footer-logo-text {
      color: white;
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
    font-size: x-large;
}


   .footer  {background-color: black;}

ul li a{
    transition: 0.5s;
    cursor: pointer;
}
ul li a:hover{
    transition: 0.5s;
    opacity: 0.7;
}

@media only screen and (max-width:750px){
    .flex-column-md{flex-direction: column;}
    
}


@media (min-width: 1024px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }
   }

   .random  {background-color: black;}

.random-img {
  width: 100px !important;
  height: 100px !important;
  object-fit: contain;
}


 #HDisclaimerV1 .section-padded {
                    padding: 1rem;
                }

                #HDisclaimerV1 .hero-features, #DisclaimerV1 .section-inner__content {
    position: relative;
}
#HDisclaimerV1 ul {
    list-style-type: none;
        padding: 10px;
    margin: 10px;
}
		 #HTermsV1 .section-padded {
                    padding: 1rem;
                }

                #HTermsV1 .hero-features, #DisclaimerV1 .section-inner__content {
    position: relative;
}
#HTermsV1 ul {
    list-style-type: none;
        padding: 10px;
    margin: 10px;
}
		 #HPrivacyV1 .section-padded {
                    padding: 1rem;
                }

                #HPrivacyV1 .hero-features, #DisclaimerV1 .section-inner__content {
    position: relative;
}
#HPrivacyV1 ul {
    list-style-type: none;
        padding: 10px;
    margin: 10px;
}
         #HCookiesV1 .section-padded {
                    padding: 1rem;
                }

                #HCookiesV1 .hero-features, #DisclaimerV1 .section-inner__content {
    position: relative;
}
#HCookiesV1 ul {
    list-style-type: none;
        padding: 10px;
    margin: 10px;
}
		