.profile{display:flex;flex-direction:column;gap:10px;padding:0 15px}.profile__section{background-color:#232323;border-radius:10px;box-sizing:border-box;padding:10px;width:100%}@media(min-width:600px){.profile__section{padding:15px}}.profile__section-container{align-items:center;display:flex;justify-content:space-between}.profile__section-info{width:150px}@media(min-width:400px){.profile__section-info{width:45%}}.profile__section-button{align-items:center;display:flex;justify-content:flex-end;margin-inline-start:10px}.profile__section-button button{color:#57f9a1;font-size:10px}@media(min-width:600px){.profile__section-button button{font-size:15px}}@media(min-width:400px){.profile__section-button button{margin-inline-end:10px}}.profile__account-manage-title{color:#fff;font-size:12px;font-weight:700}.profile__caret-icon{height:6px;transform:rotate(-90deg);width:7px}.profile__sections-links{display:flex;flex-flow:column}.profile__sections-links>:not(:last-child){margin-bottom:10px}.payment-transaction{background:#ededed;border-radius:20px;margin:44px 15px 15px}.theme--dark .payment-transaction,.theme--yellow .payment-transaction{color:#232323}@media(max-width:1239px){.payment-transaction{border-radius:10px;margin-top:34px}}.payment-transaction__content{display:flex;height:100%;padding:42px 31px 51px 53px}@media(max-width:1239px){.payment-transaction__content{flex-direction:column;padding:15px 10px}}.payment-transaction__left-column{display:flex;flex-direction:column;flex-grow:1;flex-shrink:1;width:45%}.payment-transaction__left-column>:not(:last-child){margin-bottom:20px}@media(max-width:1239px){.payment-transaction__left-column{width:100%}.payment-transaction__left-column>div{margin-bottom:15px}}.payment-transaction__right-column{align-items:stretch;display:flex;flex-grow:1;flex-shrink:1;justify-content:stretch;margin-inline-start:20px;width:55%}@media(max-width:1239px){.payment-transaction__right-column{margin-inline-start:0;width:100%}}.payment-details{background-color:#fff;border-radius:10px;color:#232323;padding:20px}@media(max-width:1239px){.payment-details{order:1;padding:20px}}.payment-details__headline{align-items:center;display:flex;justify-content:space-between}.payment-details__title{font-size:20px;font-weight:700}.theme--dark .payment-details__title,.theme--yellow .payment-details__title{color:#000}.payment-details__subtitle{font-size:15px;font-weight:600}.theme--dark .payment-details__subtitle,.theme--yellow .payment-details__subtitle{color:#232323}.payment-details__info{align-items:center;display:flex;gap:17px;margin:20px 0}.payment-details__content{display:flex;flex-direction:column;gap:10px}.payment-details__row{display:flex;gap:11px}.payment-details__item{align-items:center;background:#ededed;border-radius:10px;display:flex;gap:10px;justify-content:space-between;padding:6px 20px;width:100%}.payment-details__item-name{font-size:15px;font-weight:600}.theme--dark .payment-details__item-name,.theme--yellow .payment-details__item-name{color:#232323}.payment-details__item-value{font-size:15px;font-weight:500;text-decoration:underline}.theme--dark .payment-details__item-value,.theme--yellow .payment-details__item-value{color:#232323}.payment-details__copy-button{align-items:center;border-radius:10px;display:flex;height:32px;justify-content:center;padding:6px;width:32px}.payment-method-info{display:flex;justify-content:space-between}.payment-method-info__container-img{margin-inline-end:10px}@media(min-width:600px){.payment-method-info__container-img{margin-inline-end:20px}}.payment-method-info__img{background-color:#dd3c3c;border-radius:50%;display:block;height:60px;object-fit:cover;overflow:hidden;width:60px}@media(min-width:600px){.payment-method-info__img{height:90px;width:90px}}@media(min-width:1240px){.payment-method-info__img{height:96px;width:96px}}.payment-method-info__container{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between}.payment-method-info__container-name{font-feature-settings:"smcp";color:#232323!important;font-size:18px;font-variant:small-caps;font-weight:700;margin-bottom:5px}@media(min-width:600px){.payment-method-info__container-name{font-size:25px;margin-bottom:10px}}@media(min-width:1240px){.payment-method-info__container-name{font-size:20px}}.payment-method-info__container-operations-count{background-color:#ededed;border-radius:10px;box-sizing:border-box;color:#232323!important;display:block;font-size:13px;font-weight:500;margin-bottom:5px;padding:2px 10px;text-align:center}@media(min-width:600px){.payment-method-info__container-operations-count{padding:5px 10px}}.payment-method-info__container-operations-count span{font-weight:700}@media(min-width:600px){.payment-method-info__container-operations-count{font-size:16px}}@media(min-width:1400px){.payment-method-info__container-operations-count{width:100%}}.payment-method-info__container-info{align-items:center;display:flex;width:100%}.payment-method-info__container-info__time{align-items:center;color:#232323!important;display:flex;font-size:13px;font-weight:600;margin-inline-end:10px}.payment-method-info__container-info__time svg{height:13px;margin-inline-end:5px;width:13px}.payment-method-info__container-info__amount{background-color:#ededed;border-radius:10px;box-sizing:border-box;color:#232323!important;display:inline-block;font-size:13px;font-weight:500;padding:2px 10px;text-align:center;text-transform:uppercase;width:100%}@media(min-width:600px){.payment-method-info__container-info__amount{padding:5px 10px}.payment-method-info__container-info__time{font-size:16px;margin-inline-end:20px}.payment-method-info__container-info__time svg{height:18px;width:18px}.payment-method-info__container-info__amount{font-size:15px}}.payment-instructions{background-color:#fff;border-radius:10px;color:#232323;height:100%;padding:20px}@media(max-width:1239px){.payment-instructions{padding:20px}}.payment-instructions__headline{align-items:center;display:flex;gap:10px;justify-content:space-between}.payment-instructions__title{font-size:20px;font-weight:700}.theme--dark .payment-instructions__title,.theme--yellow .payment-instructions__title{color:#000}.payment-instructions__subtitle-wrapper{align-items:center;display:flex}.payment-instructions__subtitle-icon{background-image:url(/static/media/infoIcon.504aefea75d082fe5655.svg);background-repeat:no-repeat;height:16px;margin-inline-end:5px;width:16px}.payment-instructions__subtitle-text{font-size:15px;font-weight:600}.theme--dark .payment-instructions__subtitle-text,.theme--yellow .payment-instructions__subtitle-text{color:#232323}.payment-instructions__arrow-icon{height:10px;margin-inline-start:20px;transform:rotate(180deg);width:11px}.theme--dark .payment-instructions__arrow-icon path,.theme--yellow .payment-instructions__arrow-icon path{fill:#1e1e1e}.payment-instructions__arrow-icon.payment-instructions__arrow-icon--active{transform:rotate(1turn)}.payment-instructions__content{display:flex;flex-direction:column;gap:10px;margin-top:30px}@media(max-width:1239px){.payment-instructions__content{margin-top:20px}}.payment-instructions__content.collapsed{display:none}.payment-instructions__text-item{font-size:16px;font-weight:500}.theme--dark .payment-instructions__text-item,.theme--yellow .payment-instructions__text-item{color:#000}.payment-form{background-color:#fff;border-radius:10px;color:#232323;display:flex;flex-direction:column;flex-grow:1;padding:20px}@media(max-width:1239px){.payment-form{padding:20px}}.payment-form__headline{align-items:center;display:flex;justify-content:space-between}.payment-form__title{font-size:20px;font-weight:700}.theme--dark .payment-form__title,.theme--yellow .payment-form__title{color:#000}.payment-form__subtitle{font-size:15px;font-weight:600}.theme--dark .payment-form__subtitle,.theme--yellow .payment-form__subtitle{color:#232323}.payment-form__form{display:flex;flex-direction:column;height:100%;margin:20px 0 0}.payment-form__field{display:flex;flex-direction:column;margin-bottom:10px}.payment-form__label{font-size:15px;font-weight:600;margin-bottom:5px}.theme--dark .payment-form__label,.theme--yellow .payment-form__label{color:#232323}.payment-form__label:after{color:red;content:"*";margin-left:5px}.payment-form__input{margin-bottom:10px;position:relative}.payment-form__input input{height:32px;padding:6px 0 6px 20px}.theme--dark .payment-form__input input:disabled,.theme--yellow .payment-form__input input:disabled{color:#9d9d9d}.payment-form__buttons-block{align-items:center;display:flex;justify-content:end;margin-top:auto}.payment-form__buttons-block .payment-form__button-container:first-of-type{margin-inline-end:20px}@media(max-width:1239px){.payment-form__buttons-block .payment-form__button-container:first-of-type{margin-inline-end:10px}}.payment-form__button-container{display:flex;justify-content:flex-end;margin-top:auto}.payment-form__button{border-radius:10px;font-size:15px;font-weight:600;height:44px;margin-top:40px;margin-inline-start:auto;min-width:178px;padding:0 25px;width:auto}@media(max-width:1239px){.payment-form__button{margin-top:20px;min-width:45%;width:100%}}.payment-system{align-items:start;background:#fff;border-radius:10px;box-sizing:border-box;display:flex;justify-content:start;padding:15px;position:relative;width:100%}@media(min-width:600px){.payment-system{padding:25px}}@media(min-width:1400px){.payment-system{align-items:center;height:175px;justify-content:space-between;padding:30px}}.payment-system__wrapper{align-items:start;display:flex;flex-direction:column;height:100%}@media(min-width:1400px){.payment-system__wrapper{flex-direction:row;justify-content:space-between;width:100%}}.payment-system__container-button{align-items:end;box-sizing:border-box;display:flex;height:100%;margin-top:30px}.payment-system__container-button button{box-shadow:none!important;font-size:13px;font-weight:600;height:30px;padding:0 40px}@media(min-width:600px){.payment-system__container-button button{font-size:15px;height:44px}}@media(min-width:1400px){.payment-system__container-button{margin-top:0}}.payment-system__icon-top{position:absolute;right:10px;top:10px}.payment-system__icon-top svg{height:25px;width:25px}@media(min-width:600px){.payment-system__icon-top{right:25px;top:25px}.payment-system__icon-top svg{height:33px;width:33px}}@media(min-width:1240px){.payment-system__icon-top{right:30px;top:30px}}.payment-check__fields{box-sizing:border-box;width:100%}.payment-check__input{position:relative}.payment-check__shared-group{align-items:center;display:flex;flex-direction:column;padding-bottom:20px}.payment-check__shared-group>:not(:last-child){margin-bottom:15px}input[type=checkbox]{height:15px;margin:0 16px 0 0;width:15px}.payment-check__buttons-sections{display:flex;flex-direction:column;width:100%}.payment-check__buttons-sections>:not(:last-child){margin-bottom:6px}.payment-check__button-wrapper{padding-top:15px;width:100%}.payment-check__button-wrapper button{margin-top:10px}@media(min-width:1240px){.payment-check__button-wrapper button{font-size:16px;height:55px}}p{font-size:11px;font-weight:400}.theme--yellow p{color:#212121}.theme--dark p{color:#fff}h1{font-size:16px;font-weight:700}.theme--yellow h1{color:#212121}.theme--dark h1{color:#fff}h2{font-size:12px;font-weight:700}.theme--yellow h2{color:#212121}.theme--dark h2{color:#fff}h3{font-size:12px;font-weight:600}.theme--yellow h3{color:#212121}.theme--dark h3{color:#fff}h4{font-size:12px;font-weight:700}.theme--yellow h4{color:#212121}.theme--dark h4{color:#fff}a{font-size:11px;text-decoration:none}.theme--yellow a{color:#212121}.theme--dark a{color:#fff}.payment-check-modal__container{max-width:400px;padding:0!important}.payment-check-modal__content{padding:0 15px;position:relative}.payment-check-modal__header{padding-top:20px}.payment-check-modal__header-title{display:flex;font-size:20px;justify-content:center}.theme--yellow .payment-check-modal__header-title{color:#212121}.theme--dark .payment-check-modal__header-title{color:#1e1e1e}@media(min-width:1240px){.payment-check-modal__header-title{font-size:28px}}.payment-check-modal__header-description{display:flex;font-size:12px;justify-content:center;padding-top:3px}.theme--dark .payment-check-modal__header-description,.theme--yellow .payment-check-modal__header-description{color:#212121}@media(min-width:1240px){.payment-check-modal__header-description{font-size:16px}}.payment-check-modal__header-rules{display:flex;justify-content:center;margin-top:10px}.payment-check-modal__header-rule{font-size:12px;font-weight:700}.payment-check-modal__header-rule+.payment-check-modal__header-rule{margin-inline-start:20px}.theme--dark .payment-check-modal__header-rule,.theme--yellow .payment-check-modal__header-rule{color:#212121}@media(min-width:1240px){.payment-check-modal__header-rule{font-size:16px}}.payment-check-modal__input-info{display:flex;justify-content:space-between;padding-top:6px}.payment-check-modal__additional-methods{display:flex;justify-content:flex-start;width:100%}.payment-check-modal__additional-methods-title{align-items:center;display:flex;font-weight:600}.theme--yellow .payment-check-modal__additional-methods-title{color:#212121}.theme--dark .payment-check-modal__additional-methods-title{color:#fff}.payment-check-modal__additional-methods-info{padding-top:10px}.payment-check-modal__caret{height:13px;padding-inline-start:6px;width:6px}.theme--yellow .payment-check-modal__caret path{fill:#ffb905}.theme--dark .payment-check-modal__caret path{fill:#57f9a1}
/*# sourceMappingURL=main~src_components_profile_Pa.84481e03.css.map*/