@font-face {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/montserrat-regular.ttf.html) format("woff");
    font-display: swap
}

@font-face {
    font-family: Montserrat-Bold;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/montserrat-bold.ttf.html) format("woff");
    font-display: swap
}

@font-face {
    font-family: Gloock;
    font-style: normal;
    font-weight: 400;
    src: url(../assets/gloock-regular.ttf.html) format("woff");
    font-display: swap
}

.common-transform {
    transition: all .5s ease
}

.mobile-common-flex {
    display: flex;
    flex-direction: column;
    align-items: center
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none
}

* {
    box-sizing: border-box
}

body,
html {
    min-height: 100%
}

body {
    background: #000;
    font-family: Montserrat
}

input,
select,
textarea {
    border: none;
    outline: none;
    background: transparent;
    font: 16px Montserrat
}

.common-button {
    background: #02c6c6;
    color: #141414;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .5s ease;
}

.common-button:hover {
    border-radius: 100px;
    transition: all .5s ease
}

.common-form-item {
    display: flex;
    height: 64px;
    padding: 8px 0;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 4px;
    align-self: stretch;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative
}

.common-form-item .label {
    position: absolute;
    top: 35px;
    transition: all .5s ease
}

.common-form-item .move {
    top: 10px;
    transition: all .5s ease
}

.common-form-item input,
table {
    width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}