* {
  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;
  }
}
@media (max-width: 767.98px) {
  ._container {
    padding: 0 16px;
  }
}

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

p {
  padding: 0;
  margin: 0;
}

.advantages {
  width: auto;
}

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

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

.quota__title {
  color: #333;
  font-weight: 500;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
}
@media (max-width: 1280px) {
  .quota__title {
    font-size: calc(22px + 10 * ((100vw - 320px) / 960));
  }
}
@media (max-width: 767.98px) {
  .quota__title {
    line-height: 127%;
  }
}

.banner-section__image {
  max-width: 1440px;
  margin-inline: auto;
}

@media (max-width: 767.98px) {
  .installment-plan__container {
    padding-inline: 16px;
  }
}
.installment-plan__quota-title {
  max-width: 1020px;
  margin-inline: auto;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.33333;
  text-align: center;
  color: #333;
}
@media (max-width: 767.98px) {
  .installment-plan__quota-title {
    font-size: 20px;
    line-height: 1.4;
  }
}
.installment-plan__items {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1280px) {
  .installment-plan__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .installment-plan__items {
    margin-top: 40px;
    gap: 10px;
  }
}
.installment-plan__item {
  position: relative;
  z-index: 1;
  flex: 0 1 396px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  background: #f4f4f8;
  border-radius: 20px;
  border: 2px solid transparent;
  transition-duration: 0.2s;
  padding: 20px;
}
@media (min-width: 767.98px) {
  .installment-plan__item:hover {
    border: 2px solid #e31235;
    transform: translateY(-3px);
    box-shadow: 13px 13px 5px -5px rgba(34, 60, 80, 0.22);
  }
  .installment-plan__item:hover .installment-plan__card-title {
    color: #e31235;
  }
}
@media (max-width: 767.98px) {
  .installment-plan__item {
    min-height: auto;
  }
}
.installment-plan__card-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #1e1e1e;
  transition-duration: 0.2s;
}
@media (max-width: 767.98px) {
  .installment-plan__card-title {
    color: #e31235;
  }
}
.installment-plan__card-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
  margin: 8px 0 20px 0;
}
.installment-plan__link-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.installment-plan__desc-info {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.01;
  text-transform: uppercase;
  color: #1e1e1e;
  padding: 10px 5px;
  z-index: 100%;
}
.installment-plan__desc-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff000;
  transform: skew(-10deg);
  z-index: -1;
}
.installment-plan__link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25;
  text-align: right;
  color: #1e1e1e;
}
@media (max-width: 767.98px) {
  .installment-plan__link {
    font-size: 14px;
    line-height: 1.42857;
    gap: 4px;
  }
}
.installment-plan__link::after {
  content: "";
  background: url("../img/icons/link-bg.svg") center/100% no-repeat;
  aspect-ratio: 1;
  width: 12px;
  height: 15px;
}

.purchase-guide__title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .purchase-guide__title {
    margin-bottom: 20px;
  }
}
.purchase-guide__items {
  display: flex;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .purchase-guide__items {
    flex-wrap: wrap;
  }
}
@media (max-width: 767.98px) {
  .purchase-guide__items {
    flex-direction: column;
  }
}
.purchase-guide__item {
  flex: 0 1 25%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 991.98px) {
  .purchase-guide__item:not(:last-child) .purchase-guide__image::after {
    position: absolute;
    content: "";
    border-top: 5px dotted #eee;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
  }
}
@media (max-width: 767.98px) {
  .purchase-guide__item:not(:last-child) .purchase-guide__image::after {
    position: absolute;
    content: "";
    border-left: 5px dotted #eee;
    height: 100%;
    top: 60%;
    left: 50%;
    transform: translateY(-50%);
    z-index: -1;
  }
}
@media (max-width: 991.98px) {
  .purchase-guide__item {
    flex: 1 1 48%;
  }
}
@media (max-width: 767.98px) {
  .purchase-guide__item {
    flex-direction: row;
    gap: 20px;
  }
}
.purchase-guide__image {
  position: relative;
}
.purchase-guide__image img {
  width: 60px;
  height: 60px;
}
@media (min-width: 767.98px) {
  .purchase-guide__image {
    text-align: center;
    margin-bottom: 20px;
  }
}
.purchase-guide__content {
  flex: 1;
  padding: 20px;
  background: #f4f4f8;
  border-radius: 20px;
}
.purchase-guide__num {
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #e31235;
  margin-bottom: 10px;
}
.purchase-guide__desc {
  font-size: 16px;
  line-height: 1.5;
  color: #383838;
}

.payment-guide__title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .payment-guide__title {
    margin-bottom: 20px;
  }
}
.payment-guide__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .payment-guide__items {
    flex-wrap: wrap;
  }
}
.payment-guide__item {
  flex: 0 1 396px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: #f4f4f8;
  padding: 20px;
  border-radius: 20px;
}
.payment-guide__image img {
  min-width: 60px;
  height: 60px;
  object-fit: cover;
}
.payment-guide__desc {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33333;
  color: #1e1e1e;
}
.payment-guide__link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.33333;
  color: #1e1e1e;
  text-decoration: underline;
}

.goods__title {
  margin-bottom: 40px;
}
.goods__items {
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  justify-content: center;
  gap: 4px;
}
@media (max-width: 1280px) {
  .goods__items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .goods__items {
    flex-direction: column;
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .goods__item {
    margin-bottom: 16px;
  }
}
.goods__link {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  border-radius: 32px;
  text-align: center;
  padding: 12px 16px;
  color: #fff;
  background-color: #e31235;
}

@media (max-width: 479.98px) {
  .goods__link {
    font-size: 14px;
  }
}

.goods__terms {
  max-width: 960px;
  margin-inline: auto;
margin-top: 40px;
display: grid;
gap: 20px;
}

.goods__term {
  font-weight: 400;
    font-size: 16px;
    line-height: 1.16667;
    color: #889;
    
}




.faq {
  --border-radius: 80px;
  --padding-top: 96px;
  background-color: #fff;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  margin-top: calc(var(--padding-top) * -1);
}
@media (max-width: 1439.98px) {
  .faq {
    --padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .faq {
    --padding-top: 56px;
  }
}
@media (max-width: 359.98px) {
  .faq {
    --padding-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .faq {
    --border-radius: 36px;
  }
}
.faq__title {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .faq__title {
    margin-bottom: 36px;
  }
}
.spollers-faq {
  display: grid;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .spollers-faq {
    gap: 12px;
  }
}
.spollers-faq__item {
  background: #f4f4f8;
  padding: 0 40px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .spollers-faq__item {
    border-radius: 12px;
    padding: 0 12px;
  }
}
.spollers-faq__title {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.25;
  color: #1e1e1e;
  cursor: pointer;
  display: grid;
  gap: 15px;
  align-items: center;
  padding: 40px 0;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1280px) {
  .spollers-faq__title {
    font-size: 24px;
    padding: 20px 0;
  }
}
@media (max-width: 767.98px) {
  .spollers-faq__title {
    padding: 12px 0;
    font-size: 20px;
    line-height: 110%;
  }
}
@media (max-width: 479.98px) {
  .spollers-faq__title {
    font-size: 18px;
  }
}
.spollers-faq__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 12px;
  border-radius: 50%;
}
.spollers-faq__title span svg {
  stroke: #999999;
  transition: stroke 0.5s ease 0s, transform 0.5s ease 0s;
}
.spollers-faq__title._active span svg {
  stroke: #e31235;
  transform: rotateZ(45deg);
}
.spollers-faq__body {
  padding: 0 0 40px;
  display: none;
  font-size: 20px;
  line-height: 1.6;
  color: #232323;
}
@media (max-width: 767.98px) {
  .spollers-faq__body {
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.sub-spollers {
  display: grid;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .sub-spollers {
    gap: 12px;
  }
}
.sub-spollers__item {
  background: #fff;
  padding: 0 20px;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .sub-spollers__item {
    border-radius: 12px;
    padding: 0 12px;
  }
}
.sub-spollers__title {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 167%;
  color: #1e1e1e;
  cursor: pointer;
  display: grid;
  gap: 15px;
  align-items: center;
  padding: 20px 0;
  grid-template-columns: 1fr auto;
}
@media (max-width: 1280px) {
  .sub-spollers__title {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .sub-spollers__title {
    padding: 12px 0;
    font-size: 20px;
    line-height: 110%;
  }
}
.sub-spollers__title span {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f4f4f8;
  padding: 12px;
  border-radius: 50%;
}
.sub-spollers__title span svg {
  stroke: #999999;
  transition: stroke 0.5s ease 0s, transform 0.5s ease 0s;
}
.sub-spollers__title._active span svg {
  stroke: #e31235;
  transform: rotateZ(45deg);
}
@media (max-width: 767.98px) {
  .sub-spollers__title {
    font-size: 16px;
  }
}
.sub-spollers__body {
  padding: 0 0 20px;
  display: none;
  font-size: 20px;
  line-height: 1.6;
  color: #232323;
}
@media (max-width: 767.98px) {
  .sub-spollers__body {
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.sub-spollers__desc {
  margin-bottom: 20px;
}
.sub-spollers__subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #111;
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .sub-spollers__subtitle {
    font-size: 16px;
    line-height: 100%;
  }
}
.sub-spollers__list {
  margin-bottom: 20px;
}
.sub-spollers__list li {
  display: flex;
  gap: 10px;
  counter-increment: item;
  margin: 5px 0;
  line-height: 1.6;
}
@media (max-width: 767.98px) {
  .sub-spollers__list li {
    gap: 5px;
    line-height: 1.6;
  }
}
.sub-spollers__list li::before {
  content: counter(item) ". ";
}
.sub-spollers__caption {
  margin-top: 40px;
  display: flex;
  gap: 32px;
  align-items: center;
  border: 1px solid #e31235;
  border-radius: 10px;
  padding: 16px 32px;
  max-width: 475px;
  background: #f4f4f8;
}
@media (max-width: 767.98px) {
  .sub-spollers__caption {
    gap: 20px;
    padding: 10px 20px;
  }
}
.sub-spollers__caption svg {
  flex: 0 0 8px;
}

.title--head {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .title--head {
    margin-bottom: 20px;
  }
}

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