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

.m-wrapper {
  color: #333;
  font-size: 14px;
  background: #fff;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.m-container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .m-container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .m-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;
}

.m-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  text-align: center;
  color: #1e1e1e;
  margin-bottom: 60px;
}
@media (max-width: 991.98px) {
  .m-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .m-title {
    font-size: 22px;
    line-height: 1.27273;
    margin-bottom: 32px;
  }
}

.cards-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.27273;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .cards-title {
    font-size: 18px;
    line-height: 1.22222;
  }
}

.m-desc {
  font-size: 18px;
  line-height: 1.44444;
  color: #2e2e2e;
}
@media (max-width: 767.98px) {
  .m-desc {
    font-size: 16px;
    line-height: 1.1;
  }
}

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

.m-wrapper a.btn,
.m-wrapper button.btn {
  display: inline-flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  min-height: 48px;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  background-color: #e31235;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background-color 0.3s ease 0s;
}
@media (min-width: 992px) {
  .m-wrapper a.btn:hover,
  .m-wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .m-wrapper a.btn:focus,
  .m-wrapper button.btn:focus {
    background-color: #9c0c24;
  }
}
.m-wrapper a.btn._fw,
.m-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%);
}

.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 0;
  background-color: transparent;
  margin: 0;
  color: #f00;
  user-select: none;
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    transform: scale(0.7);
  }
}

.swiper-button-prev {
  flex-direction: row-reverse;
}
.swiper-button-prev::after {
  font-size: 18px;
}

.swiper-button-next::after {
  font-size: 18px;
}

@media (min-width: 767.98px) {
  .m-stories__wrapper {
    display: block;
  }
}
@media (min-width: 767.98px) {
  .m-stories__slide {
    flex: auto;
  }
}
.m-stories__button span {
  font-size: 14px;
  line-height: 1.42857;
  color: #f00;
}

.banner {
  max-width: 1440px;
  margin-inline: auto;
}
.banner img {
  border-radius: 0 0 80px 80px;
}
@media (max-width: 767.98px) {
  .banner img {
    border-radius: 0 0 40px 40px;
  }
}

.m-advantages__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .m-advantages__items {
    flex-wrap: wrap;
  }
}
.m-advantages__item {
  flex: 0 1 33.333%;
  display: flex;
  align-items: center;
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  background-color: #f4f4f8;
}
@media (max-width: 991.98px) {
  .m-advantages__item {
    flex: 0 1 100%;
  }
}
.m-advantages__item--column {
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}
.m-advantages__img {
  max-width: 100px;
  width: 100%;
}
@media (max-width: 1280px) {
  .m-advantages__img {
    min-width: 90px;
  }
}
@media (max-width: 991.98px) {
  .m-advantages__cards-title {
    hyphens: auto;
  }
}
.m-advantages__desc {
  font-size: 18px;
  line-height: 1.44444;
  color: #2e2e2e;
}

@media (min-width: 767.98px) {
  .m-stories__wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
.m-stories__slide {
  height: auto;
}
@media (min-width: 767.98px) {
  .m-stories__slide {
    max-width: calc(33.333% - 20px);
  }
  .m-stories__slide:nth-child(4), .m-stories__slide:nth-child(5) {
    max-width: calc(50% - 20px);
  }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
  .m-stories__slide {
    max-width: calc(50% - 20px);
  }
  .m-stories__slide:nth-child(5) {
    max-width: calc(100% - 20px);
  }
}
.m-stories__content {
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 20px;
  background-color: #f4f4f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.m-stories__card-head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-stories__img {
  max-width: 85px;
  width: 100%;
}
.m-stories__info {
  margin: 15px 0;
}
.m-stories__desc {
  font-size: 18px;
  line-height: 1.44444;
  color: #2e2e2e;
}
.m-stories__red {
  font-weight: 700;
  color: #f00;
}
.m-stories__percent {
  display: flex;
  align-items: center;
  gap: 10px;
}
.m-stories__percent-number {
  font-weight: 700;
  font-size: 50px;
  line-height: 1.25527;
  color: #f00;
}
@media (max-width: 767.98px) {
  .m-stories__percent-number {
    font-size: 36px;
    line-height: 1.2453;
  }
}
.m-stories__pagination {
  position: static;
  margin-top: 20px;
}
@media (min-width: 767.98px) {
  .m-stories__pagination {
    display: none;
  }
}

.m-stories__pagination .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  opacity: 1;
  margin: 0 5px !important;
  border-radius: 5px;
}

.m-stories__pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
}

.situation-card__slider {
  max-width: 550px;
  margin-inline: auto;
}
.situation-card__slide {
  display: flex;
  align-items: center;
  height: auto;
}
@media (max-width: 767.98px) {
  .situation-card__slide {
    flex-direction: column-reverse;
  }
}
.situation-card__content {
  border-radius: 20px;
  padding: 20px;
  max-width: 292px;
  width: 100%;
  background: #f4f4f8;
}
@media (max-width: 767.98px) {
  .situation-card__content {
    margin-top: -20px;
  }
}
.situation-card__number {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #f00;
}
.situation-card__info-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25;
  color: #2e2e2e;
  margin: 10px 0;
}
.situation-card__img {
  max-height: 330px;
  height: 100%;
}
.situation-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.situation-card__desc {
  font-size: 16px;
  line-height: 1.25;
  color: #2e2e2e;
  display: flex;
  gap: 5px;
}
.situation-card__desc::before {
  content: "";
  margin-top: 9px;
  min-width: 4px;
  height: 4px;
  background-color: #2e2e2e;
  border-radius: 50%;
}
.situation-card__nav {
  max-width: 250px;
  margin-inline: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .situation-card__nav {
    max-width: 200px;
  }
}
.situation-card__button {
  position: static;
}
.situation-card__button span {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.42857;
  color: #f00;
}
.situation-card__pagination {
  position: static;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.situation-card__pagination .swiper-pagination-bullet {
  width: 16px;
  height: 2px;
  opacity: 1;
  margin: 0 2px !important;
  border-radius: 6px;
}

.situation-card__pagination .swiper-pagination-bullet-active {
  background-color: #ff0000;
}

.m-conditions__info {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.66667;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .m-conditions__info {
    font-size: 18px;
    line-height: 1.22222;
  }
}
.m-conditions__info a {
  text-decoration: underline;
  color: #f00;
}
.m-conditions__desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .m-conditions__desc {
    font-size: 14px;
    line-height: 1.19048;
  }
}
.m-conditions__alfa-items {
  margin: 40px 0;
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 767.98px) {
  .m-conditions__alfa-items {
    flex-direction: column;
    margin: 30px 0;
    gap: 20px;
  }
}
.m-conditions__logo {
  max-width: 346px;
}
.m-conditions__rules-items {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 29px;
}
@media (max-width: 767.98px) {
  .m-conditions__rules-items {
    gap: 20px;
  }
}
.m-conditions__link {
  border: 1px solid rgba(204, 204, 204, 0.4);
  border-radius: 20px;
  padding: 16px 24px;
  background-color: #f4f4f8;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #f00;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.m-conditions__link::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icons/link-icon.svg") 0 0 no-repeat;
}
@media (max-width: 767.98px) {
  .m-conditions__link {
    padding: 11px 17px;
    gap: 2px;
    white-space: nowrap;
  }
}

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