@font-face {
  font-family: "Inter";
  src: url(/8c664a8be64bba8f592341236da84cac.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/f9420abc0783fb5029314d9ab21a0300.woff2) format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/d0e88bb03e53784f723f712e30a90c4e.woff2) format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/94346bb8119f7a674b5242647ea1e797.woff2) format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/36a650f426faae9edc535a1495699a25.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/d5afc4bd2dfa4a0c724aa9641936cd78.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/a56307f9c62ed9bba12800be7c58e4f2.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/7166d97a909fba7d4574d59de3cc5f91.woff2) format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(/a9eab492498c4b1f6230b2a36718da2b.woff2) format("woff2");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

ol,
ul {
  list-style: none;
}

input {
  padding: 0;
}

input:focus {
  outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out 0s;
}

* {
  font-family: "Inter", "system-ui", sans-serif !important;
}

*,
::after,
::before {
  box-sizing: border-box;
}

.content {
  width: 100%;
  max-width: 1136px;
  margin: 0 auto;
}

.is-mobile .content {
  width: calc(100% - 16px);
  max-width: 460px;
}
.payment-page-error {
  position: relative;
  color: #0b1622;
}
.payment-page-error .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  z-index: 1;
}
.payment-page-error__btn-back.MuiButtonBase-root {
  position: absolute;
  top: 16px;
  left: 0;
}
.payment-page-error__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 38px;
}
.payment-page-error__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 16px);
  max-width: 688px;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
}
.payment-page-error__block-icon {
  margin-bottom: 32px;
}
.payment-page-error__block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
  text-align: center;
}
.payment-page-error__block-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
}
.MuiButton-root.custom-btn {
  border-radius: 8px;
  font-size: 14px;
  font-weight: 300;
  text-transform: none;
  padding: 16px 24px;
}
.MuiButton-root.custom-btn .custom-btn__content {
  position: relative;
}
.MuiButton-root.custom-btn .custom-btn__loading {
  opacity: 0;
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: auto;
  pointer-events: none;
}
.MuiButton-root.custom-btn.custom-btn_loading .custom-btn__loading {
  opacity: 1;
}
.MuiButton-root.custom-btn.custom-btn_loading .custom-btn__content > div:nth-child(1) {
  opacity: 0;
}
.MuiButton-root.custom-btn.custom-btn_loading .MuiSvgIcon-root {
  display: none;
}
.MuiButton-root.custom-btn.custom-btn_small {
  font-size: 13px;
  font-weight: 300;
  padding: 9px 16px;
}
.MuiButton-root.custom-btn.custom-btn_small .custom-svg {
  font-size: 14px;
}
.MuiButton-root.custom-btn.custom-btn_medium {
  font-size: 14px;
  font-weight: 500;
  padding: 12px 24px 12px 24px;
}
.MuiButton-root.custom-btn.custom-btn_medium .custom-svg {
  font-size: 14px;
}
.MuiButton-root.custom-btn.custom-btn_large {
  font-size: 16px;
  padding: 18px 24px;
}
.MuiButton-root.custom-btn.custom-btn_large .custom-svg {
  font-size: 24px;
}
.MuiButton-root.custom-btn.custom-btn_white {
  background-color: #ffffff;
  color: #0b1622;
  box-shadow: inset 0 0 0 1px #e3edf4;
}
.MuiButton-root.custom-btn.custom-btn_white:hover {
  background: #f5f5f5;
}
.MuiButton-root.custom-btn.custom-btn_white:active {
  background-color: #f5f5f5;
  box-shadow: inset 0 0 0 2px #f5f5f5;
}
.MuiButton-root.custom-btn.custom-btn_white .MuiTouchRipple-rippleVisible {
  color: #cccccc;
}
.MuiButton-root.custom-btn.custom-btn_red {
  background-color: #ffffff;
  color: #ff2c2c;
  box-shadow: inset 0 0 0 1px #ff2c2c;
}
.MuiButton-root.custom-btn.custom-btn_red:hover {
  background: rgba(255, 44, 44, 0.1);
}
.MuiButton-root.custom-btn.custom-btn_red:active {
  background-color: rgba(255, 44, 44, 0.2);
  box-shadow: inset 0 0 0 2px rgba(255, 44, 44, 0.5);
}
.MuiButton-root.custom-btn.custom-btn_red .MuiTouchRipple-rippleVisible {
  color: rgba(255, 44, 44, 0.3);
}
.MuiButton-root.custom-btn.custom-btn_blue {
  background-color: #f4f8fc;
  color: #5daae8;
  box-shadow: inset 0 0 0 1px #e3edf4;
}
.MuiButton-root.custom-btn.custom-btn_blue:hover {
  background: #ebf1f8;
}
.MuiButton-root.custom-btn.custom-btn_blue:active {
  background-color: #e3edf4;
  box-shadow: inset 0 0 0 2px #e3edf4;
}
.MuiButton-root.custom-btn.custom-btn_blue .MuiTouchRipple-rippleVisible {
  color: rgba(93, 170, 232, 0.3);
}
.MuiButton-root.custom-btn .MuiTouchRipple-rippleVisible {
  color: #ffffff;
}
.MuiButton-root.custom-btn_main {
  background-color: #ffec8a;
  color: #0b1622;
}
.MuiButton-root.custom-btn_main:hover {
  background-color: #ffb400;
}
.MuiButton-root.custom-btn_main:active {
  background-color: #ffc53a;
  box-shadow: inset 0 0 0 2px rgba(231, 151, 8, 0.6);
}
.custom-svg.MuiSvgIcon-root {
  font-size: 20px;
}
.page__btn-back.custom-btn {
  position: absolute;
  top: 16px;
  left: 0;
}

.is-mobile .page__btn-back.custom-btn {
  background: none;
}
.page-top-background {
  position: absolute;
  left: 50%;
  right: 0;
  width: 1168px;
  z-index: 0;
  transform: translateX(-50%);
}
.page-top-background img {
  width: 100%;
}
.t8kZcHwE\+\+q50b0LyCps-g\=\= {
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.t8kZcHwE\+\+q50b0LyCps-g\=\= ._470cHqZw7lgxNB6JafsUjg\=\= {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.t8kZcHwE\+\+q50b0LyCps-g\=\= .CLJy3xNP85dEQSOaP2mOGA\=\= {
  margin-left: -56px;
  font-weight: 700;
  font-size: 13px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}
.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 64px;
  box-sizing: border-box;
}
.layout__header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: inset 0px -1px 0px #e0e0e0;
  z-index: 100;
}
.layout__content {
  flex-grow: 1;
  overflow: hidden;
}
.layout__content.withoutOverflow {
  overflow: inherit;
}

.is-mobile.layout {
  padding-top: 56px;
}
.m-menu {
  position: absolute;
  top: 56px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 56px);
  padding: 16px;
  background-color: #f4f5f7;
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 10;
  transform: translateX(-100%);
  transition: transform 0.2s ease;
}
.m-menu_open {
  transform: translateX(0);
}
.m-menu__pages {
  margin-bottom: 24px;
}
.m-menu__link {
  display: flex;
  align-items: center;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #e3edf4;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  margin-bottom: 8px;
}
.m-menu__link:last-child {
  margin-bottom: 0;
}
.m-menu__link-arrow.MuiSvgIcon-root {
  font-size: 16px;
  margin-left: auto;
}
.m-menu__cabinet {
  margin-bottom: 36px;
}
.m-menu__cabinet-title {
  font-size: 14px;
  font-weight: 600;
  color: #93a0ac;
  margin-bottom: 8px;
}
.m-menu__cabinet-links {
  display: flex;
  flex-direction: column;
  border: 1px solid #e3edf4;
  box-sizing: border-box;
  border-radius: 8px;
  background: #ffffff;
}
.m-menu__cabinet-links-item {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  box-shadow: inset 0px -1px 0px #e3edf4;
  font-weight: 600;
  font-size: 14px;
  color: #0b1622;
}
.m-menu__cabinet-links-item:last-child {
  box-shadow: none;
}
.m-menu__policy {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 0;
}
.m-menu__policy-item {
  color: #717e8a;
  font-size: 12px;
  margin-bottom: 16px;
}
.m-menu__policy-item:last-child {
  margin-bottom: 0;
}
.header {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
}
.header__content {
  display: flex;
  align-items: stretch;
  height: 64px;
}
.header__logo {
  width: 185px;
}
.header__logo a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__nav {
  display: flex;
  margin-left: 40px;
  margin-right: auto;
}
.header__nav a {
  display: flex;
  align-items: center;
  height: 100%;
}
.header__nav-link {
  margin-right: 24px;
}
.header__nav-link.active {
  box-shadow: inset 0px -2px 0px #ffdd2d;
}
.header__nav-link:last-child {
  margin-right: 0;
}
.header__currency {
  position: relative;
  display: flex;
  align-items: center;
  color: #0b1622;
  font-weight: 400;
  padding-right: 15px;
  margin-right: 4px;
}
.header__currency span {
  color: #b5c2cf;
  margin: 0 8px;
}
.header__currency:after {
  content: "";
  position: absolute;
  top: 16px;
  bottom: 16px;
  right: 0;
  width: 1px;
  background: #ebf1f8;
}
.header__notification {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin-right: 8px;
}
.header__notification-svg {
  position: relative;
}
.header__notification-svg-num {
  position: absolute;
  top: -7px;
  right: -7px;
  width: 14px;
  height: 14px;
  border-radius: 14px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ff2c2c;
}
.header__user {
  position: relative;
  display: flex;
  align-items: center;
}
.header__user-link {
  display: flex;
  align-items: center;
}
.header__user-link-icon {
  display: flex;
  margin-right: 10px;
}
.header__user-link-icon svg {
  font-size: 24px !important;
}
.header__user-link-text {
  color: #0b1622;
}
.header__user-link-text-name {
  font-size: 10px;
  font-weight: 500;
  line-height: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
}
.header__user-link-text-name.size-large {
  font-size: 12px;
}
.header__user-link-text-inn {
  margin-top: 4px;
  font-weight: 300;
  font-size: 10px;
  line-height: 10px;
  color: #717e8a;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 150px;
  white-space: nowrap;
}
.header__user:hover .header__user-menu {
  display: block;
}
.header__user-menu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
}
.header__user-menu-list {
  margin-top: 8px;
  background: #ffffff;
  padding: 12px 0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.header__user-menu-list-item {
  display: block;
  white-space: nowrap;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #0b1622;
  padding: 12px 24px;
  cursor: pointer;
}
.header__user-menu-list-item:hover {
  text-decoration: underline;
}
.header__user-non-auth {
  display: flex;
  align-items: center;
  margin-left: 8px;
}
.header__user-non-auth svg {
  margin-right: 8px;
}

.m-header {
  display: flex;
  height: 56px;
  background-color: #ffffff;
  box-shadow: inset 0px -1px 0px #e0e0e0;
}
.m-header__burger {
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.m-header__logo {
  display: flex;
  align-items: center;
  width: 140px;
}
.m-header__user {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.m-header__user-link {
  display: flex;
  align-items: center;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
}
.m-header__user-link .MuiSvgIcon-root {
  margin-right: 6px;
}
.m-header__user-link span {
  max-width: calc(100vw - 250px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.not-found {
  max-width: 1136px;
  margin: 0 auto;
}
.not-found--gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: -1px;
  background: conic-gradient(from 169.32deg at 107.61% 54.63%, rgba(170, 254, 194, 0) 0deg, #B5FDA9 18.03deg, rgba(170, 254, 208, 0) 104.03deg, rgba(170, 254, 194, 0) 360deg), radial-gradient(38.17% 86.77% at 10.46% 79.54%, #FFEEC3 0%, rgba(255, 238, 195, 0) 100%), radial-gradient(61.14% 73.94% at 44.57% -39.19%, #9ED2FF 0%, rgba(158, 210, 255, 0) 100%), #FFFFFF;
  opacity: 0.5;
}
.not-found__content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 100px;
  z-index: 1;
  padding-top: 164px;
}
.not-found__img {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48%;
  margin-bottom: 24px;
}
.not-found__img img {
  position: relative;
  max-width: 100%;
  z-index: 1;
}
.not-found__h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
  margin-bottom: 16px;
}
.not-found__h1--mobile {
  font-size: 26px;
  line-height: 31px;
}
.not-found__h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #000000;
  margin-bottom: 24px;
}
.not-found__h2--mobile {
  font-size: 18px;
  line-height: 28px;
}
.not-found__home-btn {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 12px;
}
.payment-page-success {
  position: relative;
  color: #0b1622;
}
.payment-page-success .content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 100px;
  z-index: 1;
}
.payment-page-success__btn-back.MuiButtonBase-root {
  position: absolute;
  top: 16px;
  left: 0;
}
.payment-page-success__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 38px;
}
.payment-page-success__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 16px);
  max-width: 688px;
  background: #ffffff;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  border-radius: 16px;
  padding: 32px;
}
.payment-page-success__block-icon {
  margin-bottom: 32px;
}
.payment-page-success__block-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 16px;
  text-align: center;
}
.payment-page-success__block-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-bottom: 32px;
}

/*# sourceMappingURL=index.css.map*/