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

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

td {
  padding: 5px;
  outline: 1px solid black;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Roboto", sans-serif;
}

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
  vertical-align: top;
  font-size: 10px;
  line-height: 1.1;
}

video {
  display: block;
  max-width: 100%;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
._container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  ._container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  ._container {
    max-width: none;
    padding: 0 20px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

section._mb,
div._mb,
li._mb {
  margin-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mb,
  div._mb,
  li._mb {
    margin-bottom: 40px;
  }
}
section._mt,
div._mt,
li._mt {
  margin-top: 96px;
}
@media (max-width: 1439.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._mt,
  div._mt,
  li._mt {
    margin-top: 40px;
  }
}
section._pt,
div._pt,
li._pt {
  padding-top: 96px;
}
@media (max-width: 1439.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pt,
  div._pt,
  li._pt {
    padding-top: 40px;
  }
}
section._pb,
div._pb,
li._pb {
  padding-bottom: 96px;
}
@media (max-width: 1439.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 56px;
  }
}
@media (max-width: 359.98px) {
  section._pb,
  div._pb,
  li._pb {
    padding-bottom: 40px;
  }
}

._op0 {
  opacity: 0;
}

._lc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: clip;
}
._lc--1 {
  -webkit-line-clamp: 1;
}
._lc--2 {
  -webkit-line-clamp: 2;
}
._lc--3 {
  -webkit-line-clamp: 3;
}
._lc--4 {
  -webkit-line-clamp: 4;
}

.wrapper a.btn,
.wrapper button.btn {
  display: inline-flex;
  font-size: 24px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #f80f0f;
  border-radius: 4px;
  transition: background-color 0.3s ease 0s;
  max-width: 380px;
}
@media (min-width: 992px) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #e31235;
  }
  .wrapper a.btn:focus,
  .wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.wrapper a.btn._fw,
.wrapper button.btn._fw {
  width: 100%;
}

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

.m-banner__img img {
  border-radius: 16px;
}

.promotion-rules__items {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, minmax(320px, 394px));
  row-gap: 40px;
  column-gap: 20px;
}
.promotion-rules__item {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 767.98px) {
  .promotion-rules__item {
    gap: 16px;
  }
}
.promotion-rules__img {
  flex: 0 0 85px;
}
@media (max-width: 767.98px) {
  .promotion-rules__img {
    flex: 0 0 54px;
  }
}
.promotion-rules__desc {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.3;
  color: #000;
}
@media (max-width: 767.98px) {
  .promotion-rules__desc {
    font-weight: 400;
  }
}
.promotion-rules__info {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.42857 !important;
  color: #c4c4c4;
  display: block;
}

.get-bonuses__body {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 20px;
  padding: 0 30px;
  display: grid;
}
@media (max-width: 767.98px) {
  .get-bonuses__body {
    padding: 0 22px;
  }
}


.get-bonuses__items {
  max-width: 900px;
  margin-inline: auto;
  display: grid;
  row-gap: 20px;
}
.get-bonuses__title {
  padding-top: 55px;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .get-bonuses__title {
    font-size: 22px;
    line-height: 1.27273;
    padding-top: 16px;
    margin-bottom: 23px;
  }
}
.get-bonuses__item {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.27273;
  color: #333;
  display: flex;
  gap: 12px;
}
@media (max-width: 991.98px) {
  .get-bonuses__item {
    max-width: 750px;
    gap: 7px;
  }
}
.get-bonuses__item::before {
  content: "";
  margin-top: 10px;
  min-width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}
@media (max-width: 991.98px) {
  .get-bonuses__item::before {
    margin-top: 7px;
    min-width: 5px;
    height: 5px;
  }
}
@media (max-width: 767.98px) {
  .get-bonuses__item::before {
    margin-top: 7px;
    min-width: 3px;
    height: 3px;
  }
}
@media (max-width: 991.98px) {
  .get-bonuses__item {
    font-size: 16px;
    line-height: 1.42857;
  }
}
@media (max-width: 767.98px) {
  .get-bonuses__item {
    font-size: 14px;
    line-height: 1.42857;
  }
}
.get-bonuses__link {
  border-radius: 4px;
  margin: 70px 0 91px 0;
  padding: 29px 54px;
}
@media (min-width: 1280px) {
  .get-bonuses__link {
    margin: 70px 0 91px 114px;
  }
}
@media (max-width: 991.98px) {
  .get-bonuses__link {
    font-size: 20px !important;
    margin: 70px 0 50px 0;
    max-width: 350px !important;
    margin-inline: auto;
    padding: 20px 44px;
  }
}
@media (max-width: 767.98px) {
  .get-bonuses__link {
    margin: 30px 0 40px 0;
    max-width: 191px !important;
    font-size: 14px !important;
    line-height: 1.57143 !important;
    margin-inline: auto;
    padding: 9px 22px;
  }
}
@media (min-width: 991.98px) {
  .get-bonuses__img {
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translate(0%, -50%);
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .get-bonuses__img {
    position: absolute;
    top: 57%;
    left: 75%;
    transform: translate(-50%, -52%);
  }
  .get-bonuses__img img {
    max-width: 350px;
  }
}
@media (max-width: 767.98px) {
  .get-bonuses__img {
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    margin-inline: auto;
    max-width: 400px;
  }
  .get-bonuses__img img {
    width: 100%;
  }
}

/* ================================ */

.info-block {
}
.info-block__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  margin-bottom: 32px;
}

.info-block__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  justify-content: center;
  gap: 20px;
}
.info-block__list li {
  border-radius: 20px;
  padding: 30px 20px;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
}

@media (min-width: 991.98px) {
  .info-block__list li:nth-child(1) {
    grid-column: 1/3;
  }
  .info-block__list li:nth-child(2) {
    grid-column: 3/5;
  }
  .info-block__list li:nth-child(3) {
    grid-column: 5/7;
  }
  .info-block__list li:nth-child(4) {
    grid-column: 1/4;
  }
  .info-block__list li:nth-child(5) {
    grid-column: 4/7;
  }
}
@media (max-width: 991.98px) and  (min-width: 767.98px) {
    .info-block__list li:nth-child(1) {
        grid-column: 1/4;
      }
    
      .info-block__list li:nth-child(2) {
        grid-column: 4/7;
      }
    
      .info-block__list li:nth-child(3) {
        grid-column: 5/7;
      }
    
      .info-block__list li:nth-child(4) {
        grid-column: 1/5;
        grid-row: 3/4;
      }
    
      .info-block__list li:nth-child(5) {
        grid-column: 1/7;
        grid-row: 2/3;
      }
}

.info-block__desc {
  display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  color: #333;
}

.info-block__desc::before {
  content: "";
  
  margin-top: 10px;
  min-width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

@media (max-width: 767.98px) {
  .info-block__title {
    font-size: 22px;
    line-height: 1.27273;
    margin-bottom: 32px;
  }

  .info-block__desc {
    gap: 7px;
    font-size: 14px;
    line-height: 1.42857;
  }

    .info-block__list {
      grid-template-columns: 1fr;
      gap: 16px;
    }
    .info-block__list li {
      border-radius: 5px;
    }

        .info-block__desc::before {
          content: "";
          margin-top: 7px;
          min-width: 3px;
          height: 3px;
          background-color: #333;
          border-radius: 50%;
        }
}

.page {
  flex: 1 1 auto;
  z-index: 2;
}
