html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: 'ho-Book';
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.header {
    height: 60px;
    background: linear-gradient(45deg, #82378c 0, #1e71b8 100%) !important;
}

@media (max-width: 800px) {
    .phone__wrapper {
        flex-direction: column;
        gap: 40px;
    }
    .input__number__wrapper {
        width: 100% !important;
    }
    .opcionale_email_wrapper {
        margin-top: 30px !important;
    }
    .add_funds-funds-wrapper {
        display: grid !important;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
}

.header__container {
    padding: 17px 23px;
    position: fixed;
    z-index: 5;
    align-items: baseline;
    gap: 11px;
    text-align: center;
}

@font-face {
    font-family: "ho-Book";
    src: url("/fonts/ho_Rg.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

.ho-logo {
    width: 38px;
    height: 24px;
    margin-top: -11px;
}

.header__logo {
    font-family: 'ho-Book';
    font-size: 18px;
    color: #fff;
    line-height: 1.44;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    top: -1px;
}

.container {
    max-width: 575px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.main__title {
    text-align: left;
    font-size: 20px;
    margin: 28px 0;
    line-height: 1.2;
    font-weight: 700;
    color: rgb(33, 37, 41);
}

.phone__wrapper {
    display: flex;
    justify-content: space-between;
}

.input___label {
    position: absolute;
    z-index: 6;
    left: 0;
    bottom: 9px;
    color: #37383c;
    font-size: 14px !important;
    font-weight: normal;
    opacity: .5;
    cursor: text;
    transition: all 0.3s ease;
}

.phone__number__input {
    outline: none;
    border: none;
    width: 100%;
    font-size: 20px;
    color: rgb(55, 56, 60);
    cursor: text;
    border-bottom: 1px solid rgb(55, 56, 60, 0.5);
    height: 37px;
    font-family: 'ho-Book';
}

.input__number__wrapper {
    position: relative;
    width: 48%;
}

.error {
    color: red;
    font-size: 12px;
    margin-top: 3px;
    font-family: 'ho-Book';
    opacity: .6;
    position: absolute;
    height: 0;
}

.email___wrapper {
    width: 100%;
    margin-top: 20px;
}

.opcionale_email_wrapper {
    margin-top: 60px;
    
}

.opcionale_h2-item {
    color: rgb(55, 56, 60, .6);
}

.add_funds {
    margin-top: 40px;
}

.add_funds-title-wrapper {
    text-align: left;
    margin-bottom: 35px;
}

.add_funds-title-item {
    font-size: 20px;
    color: #37383c;
    font-weight: 700;
}

.add_funds-funds-wrapper {
    display: flex;
    justify-content: space-between;
}

.add_funds-funds-list {
    border-radius: 50%;
    border: .5px solid #e5e5e5 !important;
    width: 92px;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #4d56a3;
    cursor: pointer;
}

.add_funds-funds-text {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: flex-end;
}

.funds__active {
    background: linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    color: #fff !important;
}

.euro__txt {
    font-size: 11px;
}

.submit__phone {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.submit__phone-terms-text {
    font-size: 12px;
    font-weight: 400;
    color: rgb(33, 37, 41);
}

.submit__form-text-link {
    color: rgb(130, 55, 140);
    text-decoration: none;
}

.submit__phone-btn {
    background: linear-gradient(45deg, #82378c 0%, #1e71b8 100%);
    font-size: 14px;
    padding: 15px 45px;
    color: #fff;
    font-weight: 700;
    font-family: 'ho-Book';
    border-radius: 26px;
    border: none;
    transition-duration: .3;
    cursor: pointer;
}

.submit__phone-btn:disabled {
    background: rgb(220, 220, 220);
    cursor: not-allowed;
}

.footer {
    display: flex;
    align-items: center;
    padding-top: 50px;
    gap: 20px;
}

.footer-img-item {
    width: 80px;
    height: 70px;
}

.footer__text-item {
    color: rgb(49, 52, 53);
}

.footer__text-link {
    color: rgb(130, 54, 140);
    font-weight: 700;
}

.footer__text-item span {
    color: #000;
    font-weight: 700;
}