* {
  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: linear-gradient(180deg, #d0d4df 8%, #fff 81.88%);
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.mv_container {
  max-width: 1280px;
  width: 100%;
  padding: 0 26px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mv_container {
    max-width: 1024px;
    padding: 0 42px;
  }
}
@media (max-width: 991.98px) {
  .mv_container {
    max-width: none;
    padding: 0 20px;
  }
}
@media (max-width: 767.98px) {
  .mv_container {
    max-width: none;
    padding: 0 16px;
  }
}

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

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

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

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: 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) {
  .wrapper a.btn:hover,
  .wrapper button.btn:hover {
    background-color: #bd0f2c;
  }
  .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%);
}

.banner {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  .banner__container._container {
    padding: 0;
  }
}
.banner__img img {
  border-radius: 0 0 50px 50px;
}
@media (max-width: 767.98px) {
  .banner__img img {
    border-radius: 0 0 36px 36px;
  }
}

.quota {
  max-width: 860px;
  margin-inline: auto;
}
.quota__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.58333;
  text-align: center;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .quota__title {
    font-size: 20px;
    line-height: 1.4;
  }
}

.swiper-button-prev,
.swiper-button-next {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  top: 62%;
  border: 0;
  background-color: #fff;
  user-select: none;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
  height: 48px;
  width: 48px;
}
@media (max-width: 1280px) {
  .swiper-button-prev,
  .swiper-button-next {
    transform: scale(0.7);
  }
}

.swiper-button-prev {
  box-shadow: -5px 5px 10px rgba(4, 6, 28, 0.1);
  left: 20px;
}
.swiper-button-prev::after {
  background: url("../img/icons/arrow-left.svg") center no-repeat;
}
@media (max-width: 1280px) {
  .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-prev {
    left: 5px;
  }
}

.swiper-button-next {
  box-shadow: 5px 5px 10px rgba(4, 6, 28, 0.1);
  right: 20px;
}
.swiper-button-next::after {
  background: url("../img/icons/arrow-right.svg") center no-repeat;
}
@media (max-width: 1280px) {
  .swiper-button-next {
    right: 10px;
  }
}
@media (max-width: 991.98px) {
  .swiper-button-next {
    right: 5px;
  }
}

.m-stories__container {
  position: relative;
}
.stages__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .stages__list {
    flex-wrap: wrap;
  }
}
.stages__item {
  flex: 0 1 33.333%;
  display: flex;
  flex-direction: column;
  position: relative;
  gap: 20px;
}

.stages__item picture {
  text-align: center;
}
.stages__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 60%;
  width: 85%;
  height: 4px;
  border-top: 5px dotted #b3b3b3;
  z-index: -10;
}
@media (max-width: 767.98px) {
  .stages__item {
    flex: 0 1 100%;
    flex-direction: row;
    align-items: center;
    gap: 5px;
  }
  .stages__item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 80%;
    left: 47px;
    transform: translate(0%, 0%);
    width: 4px;
    height: 80%;
    border-left: 5px dotted #b3b3b3;
    z-index: -10;
  }
}
.stages__img {
  max-width: 120px;
  height: 110px;
  margin-inline: auto;
}
@media (max-width: 767.98px) {
  .stages__img {
    max-width: 80px;
    height: 80px;
  }
}
.stages__content {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .stages__content {
    padding: 15px;
  }
}
.stages__number {
  font-weight: 700;
  font-size: 44px;
  line-height: 1.09091;
  color: #f00;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .stages__number {
    font-size: 28px;
    line-height: 1.28571;
    margin-bottom: 2px;
  }
}
.stages__desc {
  font-weight: 400;
  font-size: 22px;
  line-height: 1.27273;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .stages__desc {
    font-size: 18px;
    line-height: 1.22222;
  }
}

.m-stories__slide {
  max-width: 100%;
}
.m-stories__slide img {
  max-width: 100%;
  margin-inline: auto;
}
@media (min-width: 991.98px) {
  .m-stories__button-mv {
    display: none;
  }
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
