@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: 24px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-family: "TildaSans", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
.main {
    max-width: 100vw;
    overflow-x: hidden;
}
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: #995EF7;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

.section__offset {
  margin-bottom: 60px;
}

.section__title {
  font-size: 55px;
  margin-bottom: 40px;
  display: block;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 400;
  color: #282828;
  line-height: 1;
}

.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;
  }
  .section__offset {
    margin-bottom: 33px;
  }
  .section__title {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .container {
    max-width: 329px;
  }
}
/* header */
.header {
  padding: 15px 0;
  background-color: #fff;
}
.header__logo {
  width: 100%;
  max-width: 200px;
  flex-shrink: 0;
}
.header__container {
  max-width: 1340px;
}
.header__intro {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.header__btn a {
  background-color: #f5b95a;
  color: #fff;
  display: block;
  padding: 16.5px 67px;
  border-radius: 30px;
  font-weight: 700;
}
@media (hover: hover) {
  .header__btn a:hover {
    color: #fff;
    background-color: #eea264;
  }
}

@media (min-width: 801px) {
  .header__nav {
    width: 100%;
    max-width: 400px;
  }
  .header__menu {
    display: flex;
    gap: 15px;
    width: 100%;
    max-width: 400px;
    justify-content: space-between;
    font-size: 15px;
    align-items: center;
  }
  .header__link a {
    color: #000;
  }
}
@media (max-width: 800px) {
  .header__link {
    display: none;
  }
  .header__logo {
    max-width: 141px;
  }
  .header__btn a {
    font-size: 15px;
    padding: 6.5px 20.5px;
    background-color: #ebae7c;
  }
  .header__container {
    padding: 0 35px;
  }
  .header {
    padding: 17px 0;
  }
}
@media (max-width: 360px) {
  .header__container {
    padding: 0 15px;
  }
}
/* intro */
.intro__inner {
  background-size: cover;
  min-height: 690px;
  max-height: 690px;
  padding: 60px 70px;
  position: relative;
  z-index: 2;
}
.intro__container {
  position: relative;
  max-width: 1340px;
}
.intro__picture {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -38px;
  right: -250px;
  z-index: 1;
}
.intro__picture img {
  max-height: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.intro__title {
  color: #282828;
  font-weight: 500;
  font-size: 57px;
  font-family: "Arial", Arial, sans-serif;
  line-height: 1;
  display: block;
  margin-bottom: 45px;
}
.intro__subtitle {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.5;
  max-width: 555px;
}

@media (max-width: 800px) {
  .intro__title {
    font-size: 24px;
    margin-bottom: 18px;
  }
  .intro__inner {
    min-height: 360px;
  }
  .intro__subtitle {
    font-size: 16px;
    max-width: 185px;
    line-height: 1.3;
  }
  .intro__picture {
    inset: 0;
    right: -30px;
  }
  .intro__picture img {
    -o-object-position: left;
    object-position: left;
  }
  .intro__inner {
    padding: 20px;
    padding-left: clamp(0px, (100vw - 320px) * 0.2857142857, 40px);
  }
}
@media (max-width: 500px) {
  .intro__picture img {
    -o-object-position: center;
    object-position: center;
  }
}
/* about */
.about__text {
  max-width: 806px;
}

.about__container {
  max-width: 1200px;
  margin-bottom: 120px;
}

@media (max-width: 800px) {
  .about__container {
    max-width: 329px;
    margin-bottom: 0;
  }
}
/* payment */
.payment__subtitle {
  max-width: 720px;
  display: block;
  margin-bottom: 20px;
}

.payment__copyright {
  font-size: 15px;
}
.payment__copyright a {
  color: #cb8127;
}

.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;
}

.delivery__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 806px;
}

.delivery {
  margin-bottom: 30px;
}

@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: 180px 0 60px 0;
}

.footer__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  gap: 10px;
  max-width: 600px;
  margin: 0 auto;
}

.footer__info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer__title {
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-bottom: 40px;
  font-size: 18px;
}

.footer__call {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  margin: 40px 0;
}

.footer__phone, .footer__mail {
  font-size: 30px;
  font-weight: 300;
  color: #000;
}
@media (hover: hover) {
  .footer__phone:hover, .footer__mail:hover {
    color: #cb8127;
  }
}

.footer__text {
  display: block;
  font-weight: 400;
  margin-bottom: 30px;
}

.footer__bottom {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 30px;
}
.footer__bottom a {
  color: #cb8127;
}

.footer__copyright {
  font-weight: 300;
}

@media (max-width: 800px) {
  .footer {
    padding-top: 100px;
  }
  .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: 55px 75px;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
}
.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: 20px;
  line-height: 1.55;
}

.oferta__container {
  max-width: 790px;
}

@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 {
  display: none;
  /*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;*/
}