/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

*,
*::before,
*::after {
  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;
  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;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #252525;
  color: #ffffff;
  font-family: "TTSevers", serif;
  font-style: normal;
}

#bodyMain {
  overflow-y: hidden;
}

* {
  white-space: normal !important;
}
@media (max-width: 400px) {
  * {
    word-break: break-all;
  }
}

button {
  cursor: pointer;
}

.tab-button {
  cursor: pointer;
}

.tab-button-close {
  transform: rotate(180deg);
}

.no-background-color {
  background-color: inherit !important;
}

.button {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 75px;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  background-color: #4452FE;
  color: white;
  border-radius: 0;
  border: none;
  cursor: pointer;
  padding: 10px 48px;
  transition: 0.2s ease-out;
  border: 3px solid transparent;
}
.button:hover {
  background-color: transparent;
  border-color: #4452FE;
}

.button-all-width {
  width: 100%;
  height: 42px;
  background-color: #4452FE;
  border-radius: 10px;
  border: none;
}

.button-small-width {
  width: 144px;
  height: 42px;
  background-color: #4452FE;
  border-radius: 10px;
  border: none;
}

.accent-color {
  color: #4452FE !important;
}

.line-color {
  color: #000000 !important;
}

.border-left {
  border-left: 2px solid #000000;
  padding-left: 15px;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.body-background-image {
  position: absolute;
  right: 0;
  top: 450px;
  z-index: -3;
}
@media (max-width: 700px) {
  .body-background-image {
    display: none;
  }
}

.div-paragraph {
  margin-bottom: 50px;
}
.div-paragraph p {
  margin-bottom: 24px;
}

.logo {
  height: 100%;
}
.logo a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.container {
  width: 100%;
  max-width: 1320px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .container {
    max-width: 900px;
  }
}
@media (max-width: 1000px) {
  .container {
    max-width: 600px;
  }
}
@media (max-width: 700px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

h2 {
  margin-bottom: 30px;
}

@media (min-width: 1000px) {
  .visible-sm {
    display: none;
  }
}

@media (max-width: 1000px) {
  .hidden-sm {
    display: none;
  }
}

.all-height-background {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -10;
}

.border-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px solid #4452FE;
  padding-top: 18px;
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #ffffff;
}

@font-face {
  font-family: "TTSevers";
  src: url("../fonts/TTSeversRegular.woff") format("woff"), url("../fonts/TTSeversRegular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "TTSevers";
  src: url("../fonts/TTSeversMedium.woff") format("woff"), url("../fonts/TTSeversMedium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "TTSevers";
  src: url("../fonts/TTSeversBold.woff") format("woff"), url("../fonts/TTSeversBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "TTSevers";
  src: url("../fonts/TTSeversBlack.woff") format("woff"), url("../fonts/TTSeversBlack.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
}
h1,
h2 {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  white-space: normal !important;
}

h1 {
  font-weight: 700;
  font-size: 62px;
  white-space: normal !important;
}
@media (max-width: 500px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 32px;
  white-space: normal !important;
}

h3 {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 24px;
  white-space: normal !important;
}
@media (max-width: 700px) {
  h3 {
    font-size: 19px;
  }
}

p {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  white-space: normal !important;
}

.logo a {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.header__navigation a {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.description {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 700px) {
  .description {
    font-size: 18px;
  }
}

.signature {
  font-size: 32px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 700px) {
  .signature {
    font-size: 18px;
  }
}

.main-link {
  color: #4452FE;
  text-decoration: underline;
}

.main-text {
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}
@media (max-width: 700px) {
  .main-text {
    font-size: 16px;
  }
}

.menu {
  font-size: 14px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 767px) {
  .menu {
    font-size: 16px;
  }
}

.link {
  color: #4452FE;
  text-decoration: underline !important;
}

.steps-block__signature {
  font-size: 30px;
  line-height: 37px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #ffffff;
}
@media (min-width: 767px) {
  .steps-block__signature {
    font-size: 40px;
    line-height: 49px;
  }
  .steps-block__signature br {
    display: none;
  }
}
@media (max-width: 767px) {
  .steps-block h2 {
    max-width: 300px;
    margin-bottom: 30px;
  }
}

.players-block__card-name {
  font-size: 18px;
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.players-block__card-description {
  font-size: 16px;
}

.button-all-width,
.button-small-width {
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 700px) {
  .button-all-width,
  .button-small-width {
    font-size: 16px;
  }
}

.text-strong {
  font-weight: 400;
}

.modal {
  text-align: center;
  box-sizing: border-box;
  position: fixed;
  bottom: 20px;
  z-index: 10000;
  width: 300px;
  max-width: 584px;
  background-color: #ffffff;
}
.modal#modalCookie, .modal#modalForm {
  text-align: left;
  z-index: 9999;
}
.modal#modalCookie .modal__text, .modal#modalForm .modal__text {
  font-weight: 400;
}
@media (min-width: 1000px) {
  .modal#modalCookie .modal__texts, .modal#modalForm .modal__texts {
    display: block;
  }
}
.modal#modalForm {
  display: none;
  min-width: 330px;
}
.modal#modalForm .modal__section {
  padding: 10px;
}
@media (min-width: 1000px) {
  .modal#modalForm .modal__section {
    padding: 40px 20px;
  }
}
.modal#modalForm .modal__title {
  font-size: 60px;
  margin-bottom: 10px;
}
.modal#modalForm .modal__text {
  font-size: 16px;
  line-height: 19px;
}
.modal#modalForm .modal__buttons {
  grid-template-columns: 1fr;
}
@media (min-width: 1000px) {
  .modal {
    width: 100%;
    bottom: 113px;
  }
}
.modal__input {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  color: grey;
  padding: 25px 22px;
  border: 2px solid grey;
  width: 100%;
  margin-bottom: 10px;
}
.modal__input::placeholder {
  color: grey;
}
@media (min-width: 1000px) {
  .modal__input {
    margin-bottom: 20px;
  }
}
.modal__title {
  font-size: 64px;
  line-height: 77px;
  font-weight: 700;
  color: black;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.modal__text-black {
  color: #ffffff;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  background-color: #4452FE;
  padding: 20px;
  width: 100%;
}
@media (min-width: 1000px) {
  .modal__text-black {
    padding: 40px;
  }
}
.modal__img {
  width: 122px;
  height: 122px;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .modal__img {
    margin-left: 50px;
    margin-right: 50px;
  }
}
.modal__text {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: black !important;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .modal__text {
    text-align: left;
  }
}
.modal__section {
  padding: 20px;
}
@media (min-width: 1000px) {
  .modal__section {
    padding: 40px;
  }
  .modal__section .modal__texts {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
  }
}
.modal__buttons {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .modal__buttons {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
.modal__button {
  width: 100%;
  min-height: 75px;
  display: grid;
  place-items: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border: 2px solid white;
  background-color: #242323;
}
.modal__button--white {
  background-color: #4452FE;
  color: #ffffff;
}

.mobile-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  background-color: #252525;
}
.mobile-menu__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 65px;
  padding: 0 24px;
}
.mobile-menu__navigation {
  list-style: none;
  margin-left: 24px;
  margin-top: 45px;
}
.mobile-menu__navigation li {
  margin-bottom: 40px;
}
.mobile-menu__navigation li:last-of-type {
  margin-bottom: 50px;
}
.mobile-menu__navigation a {
  color: #ffffff;
  text-decoration: none;
}
.mobile-menu__button {
  display: none;
}
@media (max-width: 1000px) {
  .mobile-menu__button {
    display: block;
  }
}

.header {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 27px;
}
@media (min-width: 1000px) {
  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .container {
  flex-direction: row;
  justify-content: space-between;
}
.header__button {
  box-sizing: border-box;
  display: grid;
  place-items: center;
  min-height: 48px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  line-height: 1px;
  padding-left: 21px;
  padding-right: 21px;
  background-color: #4452FE;
}

.background-main {
  position: relative;
  width: 100%;
}

.main-block {
  min-height: 648px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.main-block__container {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  .main-block__container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.main-history {
  position: relative;
  min-height: 710px;
  color: #ffffff;
  background-image: url("../assets/img/main-hero-mobile.png");
  background-size: cover;
  background-position: center;
  padding: 19px 11px 36px 11px;
}
@media (min-width: 767px) {
  .main-history {
    background-image: url("../assets/img/main-hero.png");
    padding: 32px;
  }
}
@media (min-width: 1000px) {
  .main-history {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 160px;
  }
}
.main-history__title {
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #ffffff;
}
@media (min-width: 767px) {
  .main-history__title {
    font-size: 32px;
    line-height: 39px;
  }
}
.main-history__description {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
}
@media (min-width: 767px) {
  .main-history__description {
    font-size: 20px;
  }
}
.main-history__button {
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 130px;
  background-color: #4452FE;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50%;
  padding-top: 48px;
  padding-bottom: 34px;
}

.disclaimer-block {
  width: 100%;
  background-color: #242323;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 715px;
}
@media (min-width: 1000px) {
  .disclaimer-block {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
.disclaimer-block .container {
  flex-direction: row;
  height: 100%;
  justify-content: center;
  background: url(../assets/img/pic2.png) left top no-repeat;
}
@media (min-width: 1000px) {
  .disclaimer-block .container {
    align-items: center;
    justify-content: center;
  }
}
.disclaimer-block .img-right {
  background: url(../assets/img/pic3.png) right top no-repeat !important;
}
.disclaimer-block .img-right .disclaimer-block__text {
  max-width: 600px;
}
@media (min-width: 700px) {
  .disclaimer-block .img-right .disclaimer-block__text {
    margin-left: 150px;
  }
}
.disclaimer-block__image {
  display: none;
}
@media (min-width: 1000px) {
  .disclaimer-block__image {
    display: block;
    text-align: center;
    flex-basis: 49%;
  }
  .disclaimer-block__image img {
    width: 350px;
    height: 350px;
    margin-top: 17px;
  }
}
.disclaimer-block__text {
  margin-top: 78px;
}
@media (min-width: 1000px) {
  .disclaimer-block__text {
    flex-basis: 49%;
    max-width: 440px;
  }
}
.disclaimer-block__description {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 24px;
}
@media (min-width: 1000px) {
  .disclaimer-block__description {
    font-size: 32px;
    line-height: 39px;
  }
}
.disclaimer-block__link {
  color: #ffffff;
  text-decoration: underline !important;
}
.disclaimer-block__button {
  margin-top: 67px;
}
@media (min-width: 1000px) {
  .disclaimer-block__button {
    margin-top: 54px;
  }
}

.refers-block {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  background-color: #242323;
}
.refers-block .container {
  align-items: center;
}
@media (min-width: 1000px) {
  .refers-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.refers-block__container {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  justify-content: center;
  gap: 20px;
  width: 100%;
}
@media (min-width: 700px) {
  .refers-block__container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
@media (min-width: 1400px) {
  .refers-block__container {
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
  }
}
.refers-block__description {
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  margin-bottom: 65px;
  max-width: 714px;
  text-align: center;
}

.refer-card {
  width: 250px;
  height: 250px;
  min-height: 155px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
}
@media (min-width: 1000px) {
  .refer-card {
    width: 250px;
    height: 250px;
    background-size: 50%;
  }
}
.refer-card:nth-of-type(1) {
  background-image: url("../assets/img/18+.svg");
}
.refer-card:nth-of-type(2) {
  background-image: url("../assets/img/gamblingtherapy.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(2) {
    background-size: 178px;
  }
}
.refer-card:nth-of-type(3) {
  background-image: url("../assets/img/ANJ.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(3) {
    background-size: 160px;
  }
}
.refer-card:nth-of-type(4) {
  background-image: url("../assets/img/adictel.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(4) {
    background-size: 240px;
  }
}
.refer-card:nth-of-type(5) {
  background-image: url("../assets/img/help.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(5) {
    background-size: 240px;
  }
}
.refer-card:nth-of-type(6) {
  background-image: url("../assets/img/GameCare 2.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(6) {
    background-size: 240px;
  }
}
.refer-card:nth-of-type(7) {
  background-image: url("../assets/img/gamble-aware-logo 2.png");
}
@media (min-width: 1000px) {
  .refer-card:nth-of-type(7) {
    background-size: 240px;
  }
}

.promo-block {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 1000px) {
  .promo-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.promo-block__advantages {
  margin-bottom: 80px;
}
.promo-block__cards {
  display: grid;
  grid-template-rows: auto auto;
  gap: 23px;
}
@media (min-width: 1000px) {
  .promo-block__cards {
    grid-template-rows: auto;
  }
}

.promo-cards {
  display: flex;
  flex-direction: column;
  gap: 23px;
}

.promo-card {
  padding: 10px;
  background-color: #242323;
}
@media (min-width: 1000px) {
  .promo-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px;
  }
}
.promo-card__logo {
  margin-bottom: 20px;
  width: 220px;
  height: 70px;
  object-fit: contain;
}
@media (min-width: 1000px) {
  .promo-card__logo {
    margin-bottom: 15px;
  }
}
.promo-card__title {
  font-size: 32px;
  line-height: 39px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .promo-card__title {
    margin-bottom: 36px;
  }
}
.promo-card__name {
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .promo-card__name {
    margin-bottom: 12px;
  }
}
.promo-card__rating {
  display: grid;
  grid-template-columns: repeat(5, 40px);
  gap: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .promo-card__rating {
    margin-bottom: 25px;
  }
}
.promo-card__advantages {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .promo-card__advantages {
    margin-bottom: 39px;
  }
}
.promo-card__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
}
.promo-card__button svg {
  width: 24px;
  height: 24px;
}
.promo-card__button:hover {
  color: #ffffff;
}

.promo-advantages {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 1000px) {
  .promo-advantages {
    flex-direction: row;
    justify-content: space-between;
  }
}
.promo-advantages--big {
  gap: 20px;
}

.promo-advantage-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 10px;
}
.promo-advantage-item__text {
  font-size: 16px;
  line-height: 1;
  margin-bottom: -4px;
}
.promo-advantage-item__text--big-white {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 1000px) {
  .promo-advantage-item__text--big-white {
    font-size: 24px;
  }
}
.promo-advantage-item__icon {
  width: 24px;
  height: 24px;
}

.info-block {
  color: #ffffff;
  background: url(../assets/img/pic1.png) center center no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  min-height: 719px;
}
@media (min-width: 1000px) {
  .info-block {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .info-block .container {
    flex-direction: row;
  }
}
.info-block__title {
  line-height: 39px;
  max-width: 384px;
  color: inherit;
  margin-bottom: 20px;
}
.info-block__description {
  line-height: 22px;
  max-width: 378px;
}
@media (min-width: 1000px) {
  .info-block__description {
    font-size: 20px;
    line-height: 24px;
    max-width: 650px;
  }
}
.info-block__text {
  margin-top: 79px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 800px) {
  .info-block__text {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .info-block__text {
    flex-basis: 55%;
    flex-grow: 1;
  }
}
@media (min-width: 1000px) {
  .info-block__image {
    display: grid;
    place-items: center;
    flex-basis: 49%;
  }
  .info-block__image img {
    width: 350px;
    height: 350px;
  }
}

.info-help-block {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
}
.info-help-block .container {
  background: url(../assets/img/pic4.png) left top no-repeat;
  min-height: 571px;
  align-items: center;
}
@media (min-width: 1000px) {
  .info-help-block {
    padding-top: 66px;
    padding-bottom: 66px;
  }
}
.info-help-block__text {
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .info-help-block__text {
    max-width: 392px;
    margin-right: 80px;
  }
}
.info-help-block__description {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 26px;
}
@media (min-width: 1000px) {
  .info-help-block__description {
    font-size: 20px;
    line-height: 24px;
  }
}
.info-help-block__banner {
  color: #ffffff;
  text-align: center;
  padding-top: 26px;
  padding-bottom: 26px;
  min-height: 330px;
  background-image: url("../assets/img/horses-mobile.png");
  background-size: cover;
  background-position: center;
}
@media (min-width: 1000px) {
  .info-help-block__banner {
    background-image: url("../assets/img/horses.png");
  }
}
.info-help-block__warning {
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
}
@media (min-width: 1000px) {
  .info-help-block__warning {
    font-size: 32px;
    line-height: 38px;
  }
}

.footer {
  display: flex;
  width: 100%;
  padding: 20px 0;
  align-items: center;
  justify-content: center;
  background-color: #06061C;
  color: #ffffff;
}
@media (min-width: 1000px) {
  .footer {
    padding: 44px 0;
  }
}
.footer__logo {
  transform: scaleX(-1);
}
.footer__container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1000px) {
  .footer__container {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 80px;
    align-items: flex-start;
  }
}
.footer__copyright {
  font-size: 16px;
  line-height: 19px;
}
@media (min-width: 1000px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 24px;
    margin-left: auto;
  }
}
.footer__links {
  text-align: center;
}
@media (min-width: 1000px) {
  .footer__links {
    flex-basis: 100%;
    order: -1;
    margin-right: auto;
  }
}
.footer ul {
  margin-bottom: 62px;
}
@media (min-width: 1000px) {
  .footer ul {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
    justify-content: space-between;
  }
}
.footer ul li {
  font-size: 18px;
  line-height: 22px;
  list-style-type: none;
  text-align: center;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .footer ul li {
    font-size: 20px;
    line-height: 24px;
    flex-basis: 33%;
  }
}
.footer ul li:last-of-type {
  margin-bottom: 0;
}
.footer ul li a {
  color: inherit;
}
@media (min-width: 1000px) {
  .footer ul li {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}

.text-refer-cards {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  gap: 20px;
  justify-items: center;
}
@media (min-width: 700px) {
  .text-refer-cards {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
  }
}
@media (min-width: 1400px) {
  .text-refer-cards {
    grid-template-columns: repeat(4, 250px);
    grid-template-rows: auto;
    gap: 40px;
  }
}

.text-page-block {
  padding-top: 43px;
  padding-bottom: 43px;
}
.text-page-block h2 {
  font-weight: 900;
  text-align: center;
}
.text-page-block__refer {
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .text-page-block__section {
    display: flex;
    gap: 56px;
  }
}
.text-page-block__description {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 1000px) {
  .text-page-block__description {
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 24px;
  }
}
.text-page-block__subsection {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  .text-page-block__subsection {
    margin-bottom: 25px;
  }
}
.text-page-block__subsection:last-of-type {
  margin-bottom: 0;
}
.text-page-block__image {
  margin: 0 auto;
  margin-bottom: 100px;
}
.text-page-block__image-float-right {
  position: absolute;
  top: 0;
  right: 0;
  max-height: 175px;
  z-index: -1;
}
@media (min-width: 1000px) {
  .text-page-block__image-float-right {
    max-height: 760px;
  }
}
@media (min-width: 1000px) {
  .text-page-block__image {
    max-width: 650px;
  }
}
.text-page-block__ol {
  padding-left: 20px;
  line-height: 20px;
}
.text-page-block ul {
  list-style: disc !important;
  padding-left: 30px;
}
.text-page-block ul li {
  font-size: 18px;
  line-height: 22px;
  list-style-type: disc;
  margin-bottom: 12px;
}
@media (min-width: 1000px) {
  .text-page-block ul li {
    font-size: 20px;
    line-height: 24px;
  }
}
.text-page-block__link {
  text-decoration: underline !important;
}

.text-page-section__title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media (min-width: 1000px) {
  .text-page-section__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}

.users-block {
  background-color: #242323;
  width: 100%;
  padding: 80px 0;
}
.users-block h2 {
  width: 100%;
  text-align: center;
}
.users-block__cards {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 538px;
  gap: 23px;
}
@media (min-width: 1000px) {
  .users-block__cards {
    flex-direction: row;
  }
}
.users-block__cards .column {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: 100%;
}
@media (min-width: 1000px) {
  .users-block__cards .column {
    width: calc(33.3333333333% - 23px);
  }
}
.users-block__cards .column:nth-child(2) {
  justify-content: end;
}
.users-block__card {
  background-color: #252525;
  padding: 40px;
}
.users-block__card .row {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 30px;
}

/*# sourceMappingURL=styles.css.map */
