* {
  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;
  scroll-behavior: smooth;
}

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

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

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

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__grid {
  display: grid;
  grid-template-columns: minmax(340px, 1440px);
  justify-content: center;
}
.banner__column {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media (max-width: 767.98px) {
  .banner__image {
    max-width: 800px;
    margin-inline: auto;
  }
}
.banner__image img {
  border-radius: 0 0 80px 80px;
}
@media (max-width: 767.98px) {
  .banner__image img {
    width: 685px;
    height: 700px;
    object-fit: cover;
    border-radius: 0 0 36px 36px;
  }
}
.banner__body {
  margin-top: calc(40px + 10 * (100vw - 767px) / 461);
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  .banner__body {
    margin-left: 0px;
    position: relative;
  }
}
.banner__container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .banner__container > * {
    text-align: center;
  }
}
@media (max-width: 479.98px) {
  .banner__container {
    padding: 0;
  }
}
.banner__title {
  font-weight: 800;
  font-size: 50px;
  line-height: 1;
  color: #1e1e1e;
}
@media (max-width: 991.98px) {
  .banner__title {
    font-size: 32px;
    line-height: 1.125;
  }
}
@media (max-width: 991.98px) {
  .banner__title span > * {
    padding-top: 6px;
    max-width: 32px;
    
  }
}
.banner__title span>* {
  padding-top: 0px;
  height: 100%;
}


.banner__desc {
  font-size: 20px;
  line-height: 1.6;
  color: #232323;
  margin: 20px 0 40px 0;
}
@media (max-width: 991.98px) {
  .banner__desc {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 15px 0;
  }
}
@media (max-width: 767.98px) {
  .banner__desc {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .banner__btn {
    position: absolute;
    bottom: 4%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.banner__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  color: #fff;
  text-wrap: nowrap;
}

.banner__link::after {
  content: "";
  width: 23px;
  height: 28px;
  background: url('data:image/svg+xml,<svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 6L9.5 12L3.5 18" stroke="white" stroke-linecap="round" /></svg>')
    9px 0.2px no-repeat;
  background-size: contain;
}

.banner__info-text {
  margin-bottom: 20px;
}

.quota__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
  margin-top: 60px;
}
@media (max-width: 767.98px) {
  .quota__desc {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42857;
  }
}

.crediting-card__title {
  margin: 120px 0 60px 0;
}
@media (max-width: 767.98px) {
  .crediting-card__title {
    margin: 60px 0 20px 0;
  }
}
.crediting-card__flex {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .crediting-card__flex {
    flex-direction: column;
    align-items: center;
  }
}
.crediting-card__item {
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 35px;
  padding: 30px 20px 38px 54px;
  border-radius: 20px;
  background: #f4f4f8;
}
@media (max-width: 991.98px) {
  .crediting-card__item {
    gap: 20px;
    padding: 20px 20px;
  }
}
@media (max-width: 479.98px) {
  .crediting-card__item {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    min-width: 300px;
  }
}
.crediting-card__image {
  max-width: 218px;
}
.crediting-card__image:hover {
  scale: 1.02;
}
.crediting-card__image {
  transition-duration: 300ms;
}
.crediting-card__image img {
  height: 218px;
}
@media (max-width: 991.98px) {
  .crediting-card__image img {
    height: 180px;
  }
}
@media (max-width: 767.98px) {
  .crediting-card__image img {
    height: 160px;
  }
}
@media (max-width: 479.98px) {
  .crediting-card__image img {
    height: 120px;
  }
}
.crediting-card__list > li {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #383838;
}
.crediting-card__list > li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .crediting-card__list > li {
    font-size: 16px;
    line-height: 1;
  }
}
.crediting-card__bold {
  font-weight: 700;
  text-align: center;
  color: #1e1e1e;
}

.m-stories__slide img {
  margin-inline: auto;
  width: 230px;
  max-height: 414px;
  display: block;
}
.m-stories__slide {
  position: relative;
}

.m-stories__slide img:hover {
  scale: 1.02;
}

.m-stories__slide img {
  transition-duration: 300ms;
}

@media (min-width: 1280.98px) {
  .m-stories__slide:not(:last-child)::before {
    position: absolute;
    top: 205px;
    left: 175px;
    content: "";
    width: 70%;
    /* transform: translate(-50%, -50%); */
    border-top: 5px dotted #eee;
    z-index: -1;
  }
}

.swiper-container {
  padding: 0 !important;
}

.m-stories__title {
  margin-bottom: 40px;
}

.m-stories__content {
  border-radius: 20px;
  padding: 20px;
  background: #f4f4f8;
  min-height: 178px;
}
@media (max-width: 479.98px) {
  .m-stories__content {
    min-height: 134px;
  }
}

.m-stories__number {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #e31235;
  margin-bottom: 8px;
}

.m-stories__desc {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.375;
  color: #1e1e1e;
}

.m-stories__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.m-stories__pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: grey;
}

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

@media (min-width: 1279.98px) {
  .m-stories__pagination {
    display: none;
  }
}
.download-application {
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
}
.download-application__image img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
@media (max-width: 991.98px) {
  .download-application__image img {
    min-height: 320px;
  }
}
@media (max-width: 767.98px) {
  .download-application__image img {
    width: 100%;
    min-height: 520px;
    object-fit: cover;
  }
}
.download-application__body {
  position: absolute;
  top: 55%;
  left: 32%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1280px) {
  .download-application__body {
    top: 56%;
    left: 34%;
  }
}
@media (max-width: 991.98px) {
  .download-application__body {
    left: 37%;
  }
}
@media (max-width: 767.98px) {
  .download-application__body {
    top: 83%;
    left: 50%;
  }
}
.download-application__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  color: #1e1e1e;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .download-application__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 991.98px) {
  .download-application__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    
  }
}
@media (max-width: 767.98px) {
  .download-application__title {
    max-width: 244px;
    text-align: center;
  }
}
.download-application__content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 20px;
  background: white;
  border-radius: 25px;
  height: 100%;
}
@media (max-width: 991.98px) {
  .download-application__content {
    gap: 0px;
  }
}
@media (max-width: 767.98px) {
  .download-application__content {
    background: none;
    border-radius: 0;
  }
}
.download-application__qr-code img {
  max-width: 200px;
  max-height: 200px;
  padding-right: 10px;
}
@media (max-width: 1280px) {
  .download-application__qr-code img {
    width: 170px;
  }
}
@media (max-width: 991.98px) {
  .download-application__qr-code img {
    padding: 10px 15px;
  }
}
@media (max-width: 767.98px) {
  .download-application__qr-code img {
    display: none;
  }
}
.download-application__item {
  padding: 32px 0 34px 20px;
}
@media (max-width: 1280px) {
  .download-application__item {
    padding: 22px 0 15px 20px;
  }
}
@media (max-width: 991.98px) {
  .download-application__item {
    width: 380px;
  }
}
@media (max-width: 767.98px) {
  .download-application__item {
    padding: 0;
    width: 244px;
  }
}
.download-application__desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.8;
  color: #1e1e1e;
  max-width: 500px;
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .download-application__desc {
    margin-bottom: 20px;
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .download-application__desc {
    font-size: 16px;
    line-height: 1.4;
    max-width: 450px;
  }
}
@media (max-width: 767.98px) {
  .download-application__desc {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .download-application__btn {
    max-width: 210px;
    margin-left: 8px;
  }
}
.download-application__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  padding: 16px 20px;
  color: #fff;
  text-wrap: nowrap;
}
.download-application__link::after {
  content: "";
  width: 20px;
  height: 24px;
  background: url('data:image/svg+xml,<svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 6L9.5 12L3.5 18" stroke="white" stroke-linecap="round" /></svg>')
    8px center no-repeat;
  background-size: contain;
}

#info {
  scroll-margin-block-start: 145px;
}

@media (max-width: 479.98px) {
  .store__container {
    padding: 0 16px;
  }
}
.store__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 60px;
  position: relative;
}
@media (max-width: 991.98px) {
  .store__items {
    grid-template-columns: repeat(2, 356px);
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .store__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}
.store__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
@media (min-width: 991.98px) {
  .store__item::after {
    content: "";
    position: absolute;
    top: 40px;
    left: 50%;
    width: 70%;
    transform: translate(-50%, -50%);
    z-index: -1;
    border-top: 5px dotted #eee;
  }
}
@media (max-width: 767.98px) {
  .store__item {
    flex-direction: row;
  }
  .store__item::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-top-style: none;
    border-left: 5px dotted #eee;
    height: 70%;
    transform: translate(-138px, -50%);
  }
}

.store__location {
  align-self: center;
}
@media (max-width: 767.98px) {
  .store__location {
    margin: 0;
  }
}
@media (max-width: 767.98px) {
  .store__location img {
    width: 58px;
    height: 58px;
  }
}
.store__content {
  background: #f4f4f8;
  padding: 20px 20px;
  height: 100%;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .store__content {
    padding: 15px 15px 0px 15px;
  }
}
@media (max-width: 767.98px) {
  .store__content {
    max-width: 250px;
    min-height: 191px;
  }
}
@media (max-width: 479.98px) {
  .store__content {
    min-width: 240px;
  }
}
.store__number {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #e31235;
  margin-bottom: 7px;
}
.store__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
}
.store__desc strong {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.33333;
  color: #1e1e1e;
}
.store__desc a {
  color: #1e1e1e;
}
.store__link {
  text-decoration: underline;
}
.store__link:hover {
  color: red;
}

.service-access__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-access__desc {
  font-size: 24px;
  line-height: 1.16667;
  text-align: center;
  color: #2e2e2e;
  margin: 25px 0 60px 0;
}
@media (min-width: 767.98px) {
  .service-access__desc br {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .service-access__desc {
    font-size: 20px;
    line-height: 1.4;
    margin: 10px 0 40px 0;
  }
}

.service-access__btn {
  margin-inline: auto;
  padding: 24px 40px;
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.service-access__btn::after {
  content: "";
  width: 25px;
  height: 30px;
  background: url('data:image/svg+xml,<svg width="13" height="24" viewBox="0 0 13 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M3.5 6L9.5 12L3.5 18" stroke="white" stroke-linecap="round" /></svg>')
    10px -0.8px no-repeat;
  background-size: 18px;
}

.direct-pay {
  background: #f4f4f8;
}
.direct-pay__flex {
  display: flex;
  justify-content: center;
  gap: 70px;
  padding: 40px 0px;
}
@media (max-width: 1280px) {
  .direct-pay__flex {
    gap: 40px;
  }
}
@media (max-width: 991.98px) {
  .direct-pay__flex {
    flex-direction: column;
    padding: 20px 0px;
  }
}
@media (max-width: 991.98px) {
  .direct-pay__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 767px;
    margin-inline: auto;
  }
  .direct-pay__item img {
    width: 152px;
  }
}
.direct-pay__image {
  max-width: 767px;
  margin-inline: auto;
}
.direct-pay__image {
  transition-duration: 300ms;
}
.direct-pay__image:hover {
  scale: 1.06;
}

.direct-pay__desc {
  font-size: 20px;
  line-height: 1.55;
  color: #2e2e2e;
  margin: 20px 0;
}
@media (max-width: 767.98px) {
  .direct-pay__desc {
    font-size: 18px;
    line-height: 1.55;
    text-align: center;
    color: #2e2e2e;
    margin: 10px 0;
  }
}
.direct-pay__list li {
  position: relative;
  padding-left: 12px;
  font-size: 18px;
  line-height: 1.55;
  color: #2e2e2e;
  margin-left: 1px;
}
@media (max-width: 767.98px) {
  .direct-pay__list li {
    font-size: 16px;
  }
}
.direct-pay__list strong::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  top: 13px;
  left: 0;
  border-radius: 50%;
  background-color: #2e2e2e;
  display: inline-block;
  transform: translateY(-50%);
}
.direct-pay__list strong::after {
  content: ":";
  margin-left: -4px;
}

.our-partners__container {
  padding: 0 16px;
}
.our-partners__title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .our-partners__title {
    margin-bottom: 40px;
  }
}
.our-partners__items {
  display: grid;
  grid-template-columns: repeat(3, minmax(169px, 396px));
  gap: 20px;
}
@media (max-width: 767.98px) {
  .our-partners__items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.our-partners__item {
  text-align: center;
  background-color: #f4f4f8;
  border-radius: 20px;
  padding: 20px 20px 10px 20px;
}

.our-partners__image:hover {
  scale: 1.03;
}

.our-partners__image {
  transition-duration: 300ms;
}

@media (max-width: 479.98px) {
  .our-partners__item {
    border-radius: 10px;
    padding: 10px 10px 5px 10px;
  }
}
.our-partners__desc {
  font-size: 12px;
  line-height: 1.16667;
  text-align: center;
  color: #889;
}
@media (max-width: 767.98px) {
  .our-partners__desc {
    font-size: 10px;
    line-height: 1.2;
  }
}
.page {
  flex: 1 1 auto;
  z-index: 2;
}
