@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("TildaSans"), url("../fonts/TildaSans-Regular.woff2") format("woff2"), url("../fonts/TildaSans-Regular.woff") format("woff");
}
@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("TildaSans"), url("../fonts/TildaSans-Bold.woff2") format("woff2"), url("../fonts/TildaSans-Bold.woff") format("woff2");
}
@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: local("TildaSans"), url("../fonts/TildaSans-Medium.woff2") format("woff2"), url("../fonts/TildaSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: local("TildaSans"), url("../fonts/TildaSans-Light.woff2") format("woff2"), url("../fonts/TildaSans-Light.woff") format("woff");
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 600;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  display: block;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.compensate-for-scrollbar {
  padding-right: 0 !important;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

a,
button {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  background: none;
  font-weight: inherit;
  font-size: inherit;
}

select {
  background-color: inherit;
}

blockquote {
  margin: 0;
}

button {
  border: none;
  font-family: inherit;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

textarea:focus {
  outline-width: 0;
}

input::-moz-placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input,
input::placeholder {
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  border: none;
  outline: none;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

picture {
  display: block;
}
picture img {
  width: 100%;
  max-width: 100%;
}

ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  margin-block-end: 0;
  margin-block-start: 0;
}

ul li {
  list-style-type: none;
}

ol {
  margin: 0;
  padding: 0;
}

ol li {
  list-style-position: inside;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

html.lock {
  overflow: hidden;
}

body {
  margin: 0;
  padding: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  color: #939393;
  font-family: "TildaSans", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  vertical-align: middle;
}

a, button {
  transition: color 0.35s ease, border-color 0.35s ease, background-color 0.35s ease;
}

a {
  color: #68A1F8;
}
@media (hover: hover) {
  a:hover {
    color: #7b4de4;
  }
}

.container {
  width: 100%;
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.section__offset {
  margin-bottom: 95px;
}

.section__title {
  font-size: 57px;
  margin-bottom: 40px;
  display: block;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 500;
  color: #282828;
  line-height: 1;
}

.section__subtitle {
  margin-bottom: 40px;
  max-width: 660px;
}

.standart-btn {
  padding: 15px 20px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.standart-btn::before {
  display: block;
  content: "";
  border-radius: inherit;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 6px;
  height: 100%;
  width: 0;
  bottom: 0;
  transition: width 0.35s ease;
}
@media (hover: hover) {
  .standart-btn:hover::before {
    width: 100%;
  }
}
.standart-btn > span {
  position: relative;
  z-index: 2;
}

@media (max-width: 800px) {
  body {
    font-size: 16px;
    background-color: #fcf9fb;
    color: #646668;
  }
  .section__offset {
    margin-bottom: 43px;
  }
  .section__title {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .section__subtitle {
    font-size: 14px;
  }
  .container {
    max-width: 320px;
  }
}
/* intro */
.intro__wrapper {
  padding: 0 80px;
  padding-top: 9px;
  position: relative;
  overflow: hidden;
}
.intro__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 23px;
}
.intro__header {
  display: flex;
  gap: 10px;
  align-items: center;
  padding-bottom: 24px;
}
.intro__logo {
  width: 52px;
  flex-shrink: 0;
}
.intro__text {
  color: #474141;
  font-weight: 500;
  line-height: 1;
}
.intro__name {
  color: #7b4de4;
  font-size: 16px;
  line-height: 1.5625;
  padding: 2px 17px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 3000px;
  background-color: #f7f1fd;
}
.intro__name::before {
  display: block;
  width: 18px;
  height: 13.5px;
  flex-shrink: 0;
  content: "";
  background: url("../img/top.webp") center center no-repeat;
  background-size: cover;
}
.intro__title {
  color: #282828;
  font-size: 57px;
  line-height: 1.19;
  font-weight: 500;
  font-family: "Arial", Arial, sans-serif;
  display: block;
  margin-bottom: 34px;
}
.intro__title span {
  color: #7b4de4;
}
.intro__subtitle {
  color: #787171;
  font-size: 26px;
  line-height: 1.3846;
  margin-bottom: 20px;
  max-width: 520px;
}
.intro__list {
  display: flex;
  flex-direction: column;
  gap: 53px;
  padding-bottom: 465px;
}
.intro__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  font-size: 22px;
  color: #787171;
  padding-bottom: 35px;
  text-align: center;
}
.intro__bottom::before {
  display: block;
  content: "";
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: url("../img/guard.svg") center center no-repeat;
  background-size: cover;
}
.intro__item {
  display: flex;
  align-items: center;
  gap: 18px;
}
.intro__icon {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
}
.intro__list-text {
  padding-top: 12px;
}
.intro__list-text > p {
  font-size: 29px;
  color: #282828;
  line-height: 1;
}
.intro__list-text > span {
  font-size: 22px;
  color: #939393;
  line-height: 1;
}
.intro__picture {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.intro__picture img {
  max-height: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 800px) {
  .intro__text {
    color: #2c2b2b;
  }
  .intro__wrapper {
    padding: 0;
    padding-top: 10px;
    overflow: visible;
  }
  .intro__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .intro__subtitle {
    font-size: 16px;
    max-width: 200px;
    margin-bottom: 25px;
  }
  .intro__list {
    padding: 0;
    gap: 25px;
    padding-bottom: 140px;
  }
  .intro__item {
    gap: 10px;
  }
  .intro__icon {
    width: 50px;
    height: 50px;
  }
  .intro__list-text {
    padding-top: 0;
  }
  .intro__list-text p {
    font-size: 14px;
  }
  .intro__list-text span {
    font-size: 12px;
    color: #646668;
  }
  .intro__bottom {
    font-size: 11px;
    line-height: 1;
    padding-bottom: 0;
    gap: 5px;
  }
  .intro__bottom::before {
    width: 18px;
    height: 18px;
  }
  .intro__picture {
    bottom: -10px;
    width: calc(100% + 20px);
    left: -10px;
    right: 0;
    top: auto;
  }
}
/* about */
.about__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: list;
}
.about__item {
  counter-increment: list;
  max-width: 900px;
  display: flex;
  gap: 50px;
  align-items: flex-start;
}
.about__item::before {
  display: flex;
  content: counter(list);
  text-align: center;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #282828;
  font-size: 26px;
  line-height: 1;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  background-color: #ba9df3;
}
.about__content {
  max-width: 500px;
  margin-right: auto;
}
.about__title {
  font-size: 29px;
  line-height: 1.5;
  color: #282828;
}
.about__icon {
  max-width: 140px;
}

@media (max-width: 800px) {
  .about__content {
    display: contents;
  }
  .about__item {
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    position: relative;
  }
  .about__inner {
    gap: 40px;
  }
  .about__item::before {
    order: 1;
    font-size: 16px;
    width: 29px;
    height: 29px;
  }
  .about__title {
    order: 2;
    font-size: 16px;
  }
  .about__text {
    order: 3;
    max-width: calc(100% - 113px);
    font-size: 14px;
    color: #646668;
  }
  .about__icon {
    order: 4;
    max-width: 83px;
    position: absolute;
    right: 0;
    bottom: auto;
    top: auto;
  }
}
/* popular */
.popular__inner {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.popular__item {
  flex: 1;
}
.popular__picture {
  margin-bottom: 15px;
}
.popular__name {
  font-size: 27px;
  color: #282828;
  line-height: 1.2;
}
.popular__cost {
  display: flex;
  align-items: center;
  gap: 10px;
}
.popular__cost span {
  font-size: 24px;
  color: #282828;
  font-weight: 600;
}
.popular__cost del {
  font-size: 15px;
}
.popular__bottom-title {
  font-size: 28px;
  color: #282828;
  margin-bottom: 6px;
}
.popular__bottom-subtitle {
  max-width: 500px;
}

@media (max-width: 800px) {
  .popular .section__title {
    max-width: 225px;
  }
  .popular__inner {
    flex-wrap: wrap;
    gap: 20px;
  }
  .popular__item {
    flex-basis: calc(50% - 10px);
  }
  .popular__name {
    font-size: 13px;
    color: #646668;
  }
  .popular__cost span {
    color: #2c2b2b;
    font-size: 14px;
  }
  .popular__bottom-title {
    color: #2c2b2b;
    font-size: 16px;
  }
  .popular__bottom-subtitle {
    font-size: 14px;
  }
}
/* payment */
.payment__subtitle {
  max-width: 720px;
  display: block;
  margin-bottom: 20px;
}

.payment__copyright {
  font-size: 15px;
}
.payment__copyright a {
  color: #ff8562;
}

.payment__form {
  margin-top: 100px;
}

.tinkoffPayWidget {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.tinkoffPayForm {
  padding: 1rem;
  background-color: white;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.tinkoffPayRow {
  box-sizing: border-box;
  transition: 0.3s;
  border: 1px solid #ecf1f7;
  border-radius: 4px;
  padding: 15px;
  margin: 5px 0;
  outline: none;
  background-color: #ecf1f7;
  resize: none;
  color: rgba(0, 0, 0, 0.664);
  font-size: 15px;
}

.tinkoffPayRow:focus {
  background-color: white;
  border: 1px solid #616871;
  border-radius: 4px;
}

.SBPbtn {
  align-self: center;
  padding: 10px;
}

.payBtn {
  width: 100%;
  border-radius: 5px;
  transition: 0.4s;
  margin: 10px 0;
  border: 0;
  text-transform: uppercase;
  background-color: #ffdd2d;
  padding: 15px;
  cursor: pointer;
}

.payBtn:hover {
  background-color: #fcc521;
}

.payment {
  padding-top: 40px;
  background-color: #fff;
}

/* delivery */
.delivery__inner {
  position: relative;
  padding-top: 20px;
  margin-bottom: 55px;
}
.delivery__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.delivery__top {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.delivery__name {
  font-size: 29px;
  color: #6945fb;
}
.delivery__icon {
  width: 47px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #ececf5;
  border-radius: 50%;
}
.delivery__icon img {
  max-width: 30px;
}
.delivery__text {
  padding-left: 67px;
  max-width: 724px;
}
.delivery__text ul {
  font-size: 15px;
  display: flex;
  padding-left: 20px;
  flex-direction: column;
  gap: 5px;
}
.delivery__text ul li {
  list-style-type: disc;
}
.delivery__picture {
  max-width: 514px;
  max-height: 342px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.delivery__picture img {
  width: 100%;
}
.delivery__cards {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.delivery__card {
  flex-basis: calc((100% - 40px) / 3);
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
}
.delivery__card-picture {
  max-width: 73px;
  height: 73px;
  width: 100%;
  margin-bottom: 10px;
  max-height: 73px;
  background-color: #ececf5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.delivery__card-picture img {
  max-width: 44px;
}
.delivery__card:nth-child(2) picture img {
  max-width: none;
  width: 90px;
  height: 60px;
  margin-left: -5px;
  display: block;
}
.delivery__card span {
  color: #282828;
  line-height: 1;
}
.delivery__card p {
  max-width: 301px;
  color: #939393;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .delivery__name {
    font-size: 16px;
  }
  .delivery__icon {
    width: 38px;
    height: 38px;
  }
  .delivery__icon img {
    max-width: 24px;
  }
  .delivery__inner {
    margin-bottom: 35px;
  }
  .delivery__text {
    font-size: 14px;
    padding-left: 0;
  }
  .delivery__picture {
    position: static;
    max-width: 219px;
    margin: 10px auto 0;
  }
  .delivery__cards {
    flex-wrap: wrap;
  }
  .delivery__card {
    flex-basis: calc(50% - 10px);
    gap: 2px;
  }
  .delivery__card-picture {
    width: 46px;
    margin-bottom: 5px;
    height: 46px;
  }
  .delivery__card-picture img {
    width: 28px;
    max-width: 28px;
  }
  .delivery__card:nth-child(2) picture img {
    width: 56px;
    max-width: 56px;
    height: 36px;
  }
  .delivery__card span {
    font-size: 14px;
  }
  .delivery__card p {
    color: #646668;
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 800px) {
  .payment__form {
    margin-top: 40px;
  }
  .SBPbtn {
    width: 100%;
    padding: 0;
    margin-top: 15px;
  }
  html .tinkoff-fps-button {
    width: 100% !important;
  }
}
/* footer */
.footer {
  background-color: #f0f0f0;
  padding: 40px 0 60px 0;
  color: #000;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 400;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  gap: 13px;
  margin: 0 auto;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 60px;
  color: #000000;
  font-size: 18px;
}

.footer__call {
  font-weight: 700;
  font-size: 20px;
  margin: 40px 0;
}

.footer__phone, .footer__mail {
  font-size: 16px;
  color: #000;
}
@media (hover: hover) {
  .footer__phone:hover, .footer__mail:hover {
    color: #ff8562;
  }
}

.footer__text {
  display: block;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer__bottom {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
  max-width: 730px;
  margin-top: 40px;
}
.footer__bottom a {
  color: #ff8562;
}

.footer__copyright {
  font-weight: 300;
}

@media (max-width: 800px) {
  .footer {
    padding-top: 60px;
  }
  .footer__title {
    margin-bottom: 80px;
  }
  .footer .container {
    max-width: 100%;
  }
  .footer__phone, .footer__mail {
    font-size: 20px;
  }
  .footer__call {
    margin: 30px 0;
  }
}
/* politic */
.politic {
  padding: 60px 0;
  max-width: 1160px;
  margin: 0 auto;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}
.politic h1 {
  font-size: 32px;
  max-width: 850px;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-bottom: 30px;
}

.oferta {
  font-weight: 300;
  padding: 68px 0;
  font-size: 18px;
  line-height: 1.55;
}

.oferta__container {
  max-width: 780px;
  color: #000;
}

@media (max-width: 800px) {
  .politic {
    padding: 20px 0;
    font-size: 14px;
  }
  .politic h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .oferta {
    font-size: 16px;
  }
}

.sbp-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 15px auto 0;
}

#paymentContainer {
  position: relative;
 /* opacity: 0;*/
  z-index: 2;
}

#paymentContainer button {
 /* opacity: 0 !important;*/
  width: 100% !important;
  height: 54px !important;
  cursor: pointer;
}
/*
.custom-sbp-btn {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;

  border-radius: 6px;
  border: 0;
  background-color: #f5f1e8;
  color: #000;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
  & img {
    display: block;
    width: 100%;
    max-width: 56px;
  }
}

.custom-sbp-btn:hover {
  background-color: #fcc521;
}*/