:root {
    --border-w: 2px;
    --glow-tr: 0.4;
    --glow-bl: 0.4;
    --glow-bl: 0.4;
    --glow-tl: 0.35;
    --glow-tl-top-length: 38%;
}

@font-face {
    font-family: 'SF Compact Rounded';
    src: url('fonts/SF-Compact-rounded/sf-compact-rounded-regular.woff2') format('woff2'),
        url('fonts/SF-Compact-rounded/sf-compact-rounded-regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    text-decoration: unset;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

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;
}

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 {
    -webkit-box-sizing: border-box;
    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"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

[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;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

*,
*::after,
*::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

body {
    font-family: 'SF Pro Display';
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #000032;
    font-weight: 400;
    overflow-x: hidden;
}

.container {
    max-width: 1190px;
    margin: 0 auto;
    padding: 0 15px;
}

.btn {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    background-color: #566AFE;
    border: none;
    border-radius: 30px;
    color: #FFFFFF;
    z-index: 3;
    cursor: pointer;
    padding: 20px 88px 20px 50px;
}

.btn::after {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.label {
    position: relative;
    width: 100%;
    max-width: 368px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    background-color: #1F2050;
    border-radius: 20px;
    z-index: 3;
    padding: 10px 20px;
}

.section-title {
    font-size: clamp(1.875rem, 1.667rem + 0.93vw, 2.5rem);
    font-weight: 700;
    text-transform: uppercase;
}

.header {
    width: 100%;
    position: absolute;
    top: 59px;
    left: 0;
    z-index: 3;
}

.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__raiting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.header__raiting-imgs img:not(:first-child) {
    margin-left: -22px;
}

.header__raiting-imgs img {
    width: 61.94px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.header__raiting-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3px;
}

.header__raiting-text {
    font-family: 'SF Compact Rounded', sans-serif;
}

.header__raiting-stars {
    width: 101px;
    height: 18px;
}

.header__crypto {
    position: relative;
    width: 100%;
    max-width: 186px;
    max-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    background-color: #282863;
    border-radius: 25px;
    z-index: 3;
    padding: 6px;
}

.header__crypto img:not(:last-child) {
    width: 36px;
    height: 36px;
}

.header__crypto img:last-child {
    margin-left: 8px;
}

.hero {
    position: relative;
    padding-top: 176px;
}

.hero__corner-wrap {
    position: absolute;
    pointer-events: none;
    width: 1106px;
    z-index: 0;
}

.hero__corner-wrap--top {
    top: 0;
    left: max(0px, calc((100% - min(100%, 1920px)) / 2));
    height: 663px;
}

.hero__corner-wrap--bottom {
    top: 0;
    bottom: -110px;
    right: max(0px, calc((100% - min(100%, 1920px)) / 2));
    left: auto;
    height: auto;
}

.hero__corner-blur,
.hero__corner-sharp {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero__corner-wrap--top .hero__corner-blur,
.hero__corner-wrap--top .hero__corner-sharp {
    background-image: url(../assets/images/bg-top.svg);
}

.hero__corner-wrap--bottom .hero__corner-blur,
.hero__corner-wrap--bottom .hero__corner-sharp {
    background-image: url(../assets/images/bg-bottom.svg);
}

.hero__corner-blur {
    -webkit-filter: blur(52.15px);
    filter: blur(52.15px);
    -webkit-transform: scale(1.06);
    -ms-transform: scale(1.06);
    transform: scale(1.06);
    z-index: 1;
}

.hero__corner-sharp {
    z-index: 3;
}

.hero__corner-ellipse {
    position: absolute;
    width: 2124px;
    height: 1171px;
    background: #000028;
    -webkit-filter: blur(117.65px);
    /* filter: blur(117.65px); */
    filter: blur(87px);
    -webkit-transform: rotate(-21.65deg);
    -ms-transform: rotate(-21.65deg);
    transform: rotate(-21.65deg);
    pointer-events: none;
    z-index: 3;
}

.hero__corner-wrap--top .hero__corner-ellipse {
    top: -50px;
    left: -145px;
    -webkit-transform: rotate(154.35deg);
    -ms-transform: rotate(154.35deg);
    transform: rotate(154.35deg);
}

.hero__corner-wrap--bottom .hero__corner-blur,
.hero__corner-wrap--bottom .hero__corner-sharp {
    top: auto;
    bottom: 0;
    left: 0;
    right: auto;
    width: 1106px;
    height: 663px;
}

.hero__corner-wrap--bottom .hero__corner-ellipse {
    top: 115px;
    right: -240px;
    left: auto;
}

.hero .container {
    position: relative;
    z-index: 2;
}

.hero__label {
    margin: 0 auto;
}

.hero__title {
    position: relative;
    width: 100%;
    max-width: 762px;
    /* font-size: 60px; */
    font-size: clamp(1.875rem, 1.25rem + 2.78vw, 3.75rem);
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    margin: 30px auto 0;
}

.hero__descr {
    position: relative;
    font-weight: 500;
    color: #9B9DC4;
    text-align: center;
    z-index: 3;
    margin-top: 25px;
}

.hero__btn {
    margin: 45px auto 0;
}

.header__crypto--hero {
    display: none;
}

.form {
    position: relative;
    width: 100%;
    background: -o-linear-gradient(324.97deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    background: linear-gradient(125.03deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    -webkit-backdrop-filter: blur(11.2px);
    backdrop-filter: blur(11.2px);
    border-radius: 20px;
    overflow: hidden;
    padding: 0 0 40px 0;
    z-index: 3;
}

.form__border {
    position: relative;
    width: 100%;
    max-width: 762px;
    margin: 115px auto 0;
    z-index: 4;
}

.border-glow::before {
    content: "";
    position: absolute;
    inset: calc(0px - var(--border-w));
    border-radius: calc(20px + var(--border-w));
    padding: var(--border-w);
    background: -o-linear-gradient(135deg, rgba(255, 255, 255, var(--glow-tr)) 8%, transparent 39%), -o-linear-gradient(315deg, rgba(255, 255, 255, var(--glow-bl)) 9%, transparent 26%), -o-linear-gradient(top, rgba(255, 255, 255, 0.24) 1%, transparent 25%);
    background: linear-gradient(315deg, rgba(255, 255, 255, var(--glow-tr)) 8%, transparent 39%), linear-gradient(135deg, rgba(255, 255, 255, var(--glow-bl)) 9%, transparent 26%), linear-gradient(180deg, rgba(255, 255, 255, 0.24) 1%, transparent 25%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    z-index: -1;
}

.card-glow::before,
.card-glow::after {
    position: absolute;
    content: "";
    background: -o-radial-gradient(50% 50%, 50% 50%, #FFFFFF 0%, #500BFF 100%);
    background: radial-gradient(50% 50% at 50% 50%, #FFFFFF 0%, #500BFF 100%);
    border: 1px solid #272727;
    -webkit-filter: blur(59.65px);
    filter: blur(59.65px);
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.form.card-glow::before,
.form.card-glow::after {
    width: 645px;
    height: 145px;
}

.form.card-glow::before {
    top: -22%;
    right: -15%;
    bottom: auto;
    left: auto;
}

.form.card-glow::after {
    bottom: -21%;
    left: -10%;
    top: auto;
    right: auto;
}

.form__header {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* gap: 159px; */
    background: rgba(0, 0, 0, 0.2);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    padding: 12px 5px 10px 27px;
    z-index: 3;
}

.form__header-dots {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

.form__header-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.form__header-elem {
    width: 100%;
    max-width: 294px;
    height: 20px;
    border-radius: 20px;
    background-color: #D9D9D9;
    opacity: 0.1;
    margin: 0 auto;
}

.form__header-dot:nth-child(1) {
    background-color: #FF4B59;
}

.form__header-dot:nth-child(2) {
    background-color: #FFC600;
}

.form__header-dot:nth-child(3) {
    background-color: #00CA48;
}

.form__title {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    z-index: 3;
    margin-top: 36px;
}

.form form {
    position: relative;
    width: 100%;
    max-width: 359px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    z-index: 3;
    margin: 35px auto 0;
}

.form__input-wrap {
    position: relative;
    border-radius: 30px;
}

.form__input-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #291EA0;
    border: 2px solid #B6A5FF;
    border-radius: 30px;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.form form input {
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 49px;
    color: rgba(255, 255, 255, 0.6);
    background: transparent;
    border: none;
    border-radius: 30px;
    padding: 16px 16px 14px 24px;
}

.form form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form form input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.form__btn {
    margin: 25px auto 0;
}

.iti {
  width: 100% !important;
}

.iti__country-name {
  color: #0D1210;
}

.iti--inline-dropdown .iti__dropdown-content {
  z-index: 4 !important;
}

.crypto-card {
    width: 100%;
    max-width: 204px;
    font-family: "Inter", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    z-index: 3;
    padding: 6px 13px;
}

.crypto-card__img {
    width: 24px;
    height: 24px;
}

.crypto-card__info {
    width: 100%;
    max-width: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.5px;
}

.crypto-card__info-shortname {
    font-size: 12px;
    font-weight: 700;
}

.crypto-card__info-name {
    font-size: 10px;
    color: rgba(255, 255, 255, 0.4);
}

.crypto-card__price {
    font-size: 10px;
    font-weight: 700;
    color: #75C22B;
    margin-left: auto;
}

.crypto-card--eth {
    position: absolute;
    bottom: 445px;
    left: -85px;
}

.crypto-card--ltc {
    position: absolute;
    bottom: 380px;
    left: -35px;
}

.crypto-card--xrp {
    position: absolute;
    bottom: 395px;
    right: -83px;
}

.crypto-card--btc {
    position: absolute;
    bottom: 330px;
    right: -37px;
}

.opinion {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    margin-top: 75px;
    padding-bottom: 0.5px;
}

.opinion__bg {
    position: absolute;
    background-image: url(../assets/images/opinion-bg.svg);
    width: 100%;
    top: -95px;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.opinion .container {
    position: relative;
    z-index: 1;
}

.opinion__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 23px;
}

.opinion__block {
    font-family: "Inter", sans-serif;
    background-color: #FFFFFF;
    border-radius: 30px;
}

.opinion__people {
    position: relative;
    width: calc(50.8% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 20px;
    padding: 37px 15px 56px 28px;
}

.opinion__people::after {
    position: absolute;
    content: "";
    width: 213px;
    height: 11px;
    background-color: #566AFE;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    top: 0;
    right: 40px;
}

.opinion__people-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.opinion__people-img {
    width: 145px;
    height: 145px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
}

.opinion__people-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 7px;
}

.opinion__people-name {
    font-size: 20px;
    font-weight: 700;
    color: #0D1210;
}

.opinion__people-post {
    font-size: 16px;
    font-weight: 500;
    color: #546880;
    text-transform: uppercase;
}

.opinion__people-descr {
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color: #546880;
}

.technology__block {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 69px;
    z-index: 3;
    padding: 60px 0 50px 70px;
}

.technology__block-info {
    width: 100%;
    max-width: 449px;
}

.technology__block-title {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000032;
}

.technology__block-btn {
    padding: 20px 71px 20px 24px;
    margin-top: 48px;
}

.technology__block-img {
    position: absolute;
    width: 49.3%;
    height: 89%;
    -o-object-fit: cover;
    object-fit: cover;
    bottom: 0;
    right: 0;
}

.calculator {
    padding: 110px 0 125px 0;
}

.calculator__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
}

.calculator__info {
    width: 100%;
    max-width: 535px;
}

.calculator__title {
    margin-top: 33px;
    margin-bottom: 0;
}

.calculator__descr {
    font-weight: 500;
    color: #9B9DC4;
    margin: 15px auto 0;
}

.calculator__form-border {
    width: 100%;
    max-width: 581px;
}

.calculator__form {
    position: relative;
    width: 100%;
    background: -o-linear-gradient(324.97deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    background: linear-gradient(125.03deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    -webkit-backdrop-filter: blur(11.2px);
    backdrop-filter: blur(11.2px);
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
}

.calculator__form .form__header-elem {
    max-width: 224px;
    height: 14px;
}

.calculator__form.card-glow::before,
.calculator__form.card-glow::after {
    width: 492px;
    height: 101px;
}

.calculator__form.card-glow::before {
    top: -20%;
    right: -25%;
    bottom: auto;
    left: auto;
}

.calculator__form.card-glow::after {
    bottom: -19%;
    left: -13%;
    top: auto;
    right: auto;
}

.calculator__btn {
    margin-top: 33px;
}

.calculator__form-border {
    margin-top: 0;
}

.calculator__form-content {
    padding: 47px 63px 28px 34px;
}

.calculator__form-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.calculator__form-descr {
    color: #9B9DC4;
    margin-top: 5px;
}

.calculator__form-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    /* padding: 0px 0px 0px 27px; */
    margin-top: 32px;
}

.calculator__form-input-wrap {
    position: relative;
    width: 100%;
    max-width: 365px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
    padding: 15px 35px 15px 27px;
}

.calculator__form-input-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #291EA0;
    border: 2px solid #B6A5FF;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.calculator__form-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.calculator__form-input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.calculator__form-input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.calculator__form-input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.calculator__form-input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.calculator__form-currency {
    position: relative;
    font-weight: 700;
    color: #FFFFFF;
}

.calculator__form-input input {
    border: none;
    background-color: transparent;
    color: #FFFFFF;
    opacity: 0.3;
}

.calculator__form-btn {
    position: relative;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    border: none;
    background-color: #566AFE;
    color: #FFFFFF;
    cursor: pointer;
    padding: 15.5px 43px;
    margin-left: -30px;
}

.calculator__form-result {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    z-index: 3;
    margin-top: 45px;
}

.calculator__form-result span {
    font-size: 35px;
    font-weight: 900;
    text-wrap: nowrap;
    color: #5DFF70;
}

.usage {
    position: relative;
    padding: 41px 0 38px 0;
}


.usage__header {
    position: relative;
    padding: 41px 0 38px 0;
}

.usage__header::before {
    position: absolute;
    content: "";
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: url(../assets/images/usage-header-bg.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
}

.usage__header-title {
    position: relative;
    color: #000032;
    text-transform: uppercase;
    z-index: 3;
    margin: 0;
}

.usage__header-descr {
    position: relative;
    font-weight: 500;
    color: #9B9DC4;
    z-index: 3;
    margin-top: 7px;
}

.usage__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-column-gap: 41px;
    -moz-column-gap: 41px;
    column-gap: 41px;
    margin-top: 120px;
}

.usage__item-border {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(34.5% - 41px);
    height: 100%;
    min-height: 345px;
    z-index: 3;
}

.usage__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    width: 100%;
    background: -o-linear-gradient(324.97deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    background: linear-gradient(125.03deg, rgba(37, 83, 157, 0.25) -2.56%, rgba(28, 33, 87, 0.5) 18.68%, rgba(19, 20, 69, 0.5) 59.6%, rgba(58, 43, 227, 0.2) 155.15%);
    /* backdrop-filter: blur(11.2px); */
    -webkit-backdrop-filter: blur(35.2px);
    backdrop-filter: blur(35.2px);
    border-radius: 20px;
    overflow: hidden;
    z-index: 3;
}

.usage__item-border::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-image: url(../assets/images/usage-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    z-index: 3;
}

.usage__item-border:nth-child(1),
.usage__item-border:nth-child(3) {
    margin-top: 50px;
}

.usage__item .form__header {
    padding: 8px 27px 8px 20px;
}

.usage__item .form__header-elem {
    max-width: 187px;
    height: 14px;
    margin: 0 0 0 auto;
}

.usage__item.card-glow::before,
.usage__item.card-glow::after {
    width: 304px;
    height: 101px;
}

.usage__item.card-glow::before {
    top: -19%;
    right: -18%;
    bottom: auto;
    left: auto;
}

.usage__item.card-glow::after {
    bottom: -19%;
    left: -13%;
    top: auto;
    right: auto;
}

.usage__item-inner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 35px 30px;
}

.usage__item-icon {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #566AFE;
    border-radius: 50%;
    z-index: 3;
}

.usage__item-title {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    z-index: 3;
    margin-top: 33px;
}

.usage__item-descr {
    position: relative;
    line-height: 27px;
    color: #9B9DC4;
    z-index: 3;
    margin-top: 5px;
}

.usage__item-btn {
    width: 100%;
    max-width: 225px;
    font-weight: 700;
    text-align: center;
    border-radius: 30px;
    border: none;
    background-color: #566AFE;
    color: #FFFFFF;
    cursor: pointer;
    z-index: 3;
    padding: 16px 28px;
    margin-top: 17px;
}

.registration {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 123px;
}

.registration__bg {
    position: absolute;
    width: 100%;
    top: -95px;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 0;
    background-image: url(../assets/images/registration-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 0;
    pointer-events: none;
    overflow: visible;
}

.registration__bg::before,
.registration__bg::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    pointer-events: none;
    -webkit-filter: drop-shadow(0 12px 24px rgba(0, 0, 50, 0.35));
    filter: drop-shadow(0 12px 24px rgba(0, 0, 50, 0.35));
}

.registration__bg::before {
    background-image: url(../assets/images/ltc-coin-big.png);
    width: 214px;
    height: 225px;
    top: 65px;
    left: calc(-107px + (0.5 * (83% - min(1190px, 100%))));
    z-index: 1;
}

.registration__bg::after {
    background-image: url(../assets/images/ltc-coin-small.png);
    width: 105px;
    height: 111px;
    bottom: -57px;
    right: calc(-52.5px + (0.5 * (90% - min(1190px, 100%))));
    z-index: 1;
}

.registration .container {
    position: relative;
    z-index: 1;
}

.registration__title {
    width: 100%;
    max-width: 993px;
    color: #000032;
    text-align: center;
    margin: 0 auto 0;
}

.registration__items {
    width: 100%;
    max-width: 1127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 51px;
    -moz-column-gap: 51px;
    column-gap: 51px;
    margin: 74px auto 0;
}

.registration__item {
    width: calc(34.8% - 51px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 17px;
}

.registration__item-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 80px;
    height: 80px;
    background-color: #000032;
    border-radius: 50%;
}

.registration__item-info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.registration__item-title {
    font-size: 23px;
    font-weight: 700;
    color: #000032;
}

.registration__item-descr {
    font-size: 18px;
    color: #9B9DC4;
}

.reviews {
    font-family: "Unbounded", sans-serif;
    /* background-color: #000028; */
    padding: 158px 0 132px;
}

.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 18px;
}

.reviews__item {
    width: calc(33.8% - 18px);
    position: relative;
    border-radius: 30px;
    background: rgba(80, 0, 141, 0.3);
    -webkit-backdrop-filter: blur(20.1px);
    backdrop-filter: blur(20.1px);
}

.reviews__item-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    border-radius: 30px;
    overflow: hidden;
    padding: 80px 40px 35px 40px;
}

.reviews__item-wrapper::before {
    position: absolute;
    content: "";
    width: 430px;
    height: 430px;
    top: -215px;
    background: -o-radial-gradient(50% 50%, 50% 50%, #4A3B93 0%, rgba(64, 41, 174, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, #4A3B93 0%, rgba(64, 41, 174, 0) 100%);
    left: -40px;
    right: 0;
    z-index: -1;
}

.reviews__item-img {
    position: absolute;
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    top: -60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
}

.reviews__item-stars {
    width: 100%;
    height: 18px;
}

.reviews__item-title {
    font-size: 26px;
    font-weight: 500;
}

.reviews__item-descr {
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
}

.reviews__item:nth-child(2) .reviews__item-descr {
    width: 100%;
    max-width: 250px;
}

.reviews__item-price {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #566AFE;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 18px 15px;
}

.technology {
    background-color: #000032;
}

.footer {
    position: relative;
    font-family: "Unbounded", sans-serif;
    overflow: hidden;
    padding: 108px 0 94px 0;
    background-color: #000032;
}

.footer__corner-wrap {
    position: absolute;
    pointer-events: none;
    width: 1106px;
    height: 663px;
    bottom: 0;
    right: max(0px, calc((100% - min(100%, 1920px)) / 2));
    z-index: 0;
}

.footer__corner-blur,
.footer__corner-sharp {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.footer__corner-blur {
    -webkit-filter: blur(52.15px);
    filter: blur(52.15px);
}

.footer__corner-sharp {
    background-image: url(../assets/images/bg-bottom.svg);
    z-index: 3;
}

.footer__corner-ellipse {
    position: absolute;
    width: 2124px;
    height: 1171px;
    background: #000032;
    -webkit-filter: blur(117.65px);
    filter: blur(117.65px);
    -webkit-transform: rotate(-21.65deg);
    -ms-transform: rotate(-21.65deg);
    transform: rotate(-21.65deg);
    top: -265px;
    left: -812px;
    pointer-events: none;
    z-index: 3;
}

.footer__nav {
    position: relative;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 3;
    margin: 0 auto 0;
}

.footer__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    gap: 50px;
    padding: 0;
    margin: 0;
}

.footer__nav ul li a {
    font-size: 18px;
    font-weight: 300;
    color: #FFFFFF;
}

.footer__text {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    text-align: center;
    color: #8F8CB8;
    z-index: 3;
    margin-top: 30px;
}

.footer__policy {
    position: relative;
    font-size: 12px;
    font-weight: 300;
    color: #FFFFFF;
    text-align: center;
    z-index: 3;
    margin-top: 24px;
}


/* media */

@media (max-width: 1375px) {
    .hero__crypto-cards {
        display: none;
    }
}

@media (max-width: 1200px) {

    .registration__bg::before,
    .registration__bg::after {
        display: none;
    }

    .technology__block-img {
        width: 43%;
        height: 73%;
    }

}

@media (max-width: 992px) {

    .opinion__people {
        width: 100%;
    }

    .technology__block-title {
        font-size: 21px;
    }

    .technology__block-img {
        width: 36%;
        height: 58%;
    }

    .calculator__form-content {
        padding: 47px 34px 28px 34px;
    }

    .calculator__form-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .calculator__form-input-wrap {
        max-width: 100%;
    }

    .calculator__form-input-wrap::before {
        border-radius: 30px;
    }

    .calculator__form-btn {
        width: 100%;
        margin-left: 0;
    }

    .usage__item-inner {
        padding: 20px;
    }

    .registration {
        padding-top: 30px;
    }

    .registration__bg {
        top: -120px;
    }

    .usage__items {
        row-gap: 41px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 79px;
    }

    .usage__item-border {
        width: calc(52% - 41px);
    }

    .usage__item-border:nth-child(1),
    .usage__item-border:nth-child(3) {
        margin-top: 0;
    }

    .registration__bg {
        top: -100px;
    }

    .registration__item {
        width: calc(35.1% - 51px);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .reviews__item-wrapper {
        padding: 80px 25px 35px 25px;
    }

    .reviews__item-title {
        font-size: 19px;
    }

    .reviews__item-descr {
        font-size: 14px;
    }

    .footer {
        padding: 59px 0 35px 0;
    }

    .footer__nav ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

}

@media (max-width: 768px) {

    .hero__corner-wrap--bottom {
        display: none;
    }

    .opinion__bg {
        background-size: 150% 100%;
        background-position: center;
    }

    .technology__block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 35px;
        padding: 41px 28px 0px 28px;
    }

    .technology__block-img {
        position: relative;
        width: 100%;
        max-width: 367px;
        height: auto;
        margin-left: auto;
    }

    .calculator {
        padding: 80px 0;
    }

    .calculator__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 70px;
    }

    .calculator__form-input-wrap::before {
        border-top-left-radius: 30px;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .calculator__form-input {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
    }

    .calculator__form-btn {
        width: auto;
        margin-left: -30px;
    }

    .registration {
        padding-bottom: 106px;
    }

    .registration__bg {
        width: 225%;
        top: -65px;
    }

    .registration__items {
        row-gap: 33px;
    }

    .registration__item {
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
    }

    .reviews__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 110px;
    }

    .reviews__item {
        width: 100%;
    }

}

@media (max-width: 640px) {

    .header__crypto {
        display: none;
    }

    .hero::before {
        width: 871px;
        height: 523px;
    }

    .usage__item-border {
        width: 80%;
    }

}

@media (max-width: 480px) {

    .opinion {
        padding-top: 30px;
        margin-top: 25px;
    }

    .opinion__bg {
        background-size: 185% 100%;
        background-position: center;
        top: -44px;
    }

    .opinion__people {
        padding: 27px 20px 37px 20px;
    }

    .opinion__people-post {
        font-size: 15px;
        text-transform: capitalize;
    }

    .header__raiting-imgs img {
        width: 35px;
        height: 35px;
    }

    .header__raiting-imgs img:not(:first-child) {
        margin-left: -14px;
    }

    .header__raiting-text {
        font-size: 12px;
    }

    .header__raiting-stars {
        width: 62px;
        height: 11px;
    }

    .header__raiting {
        gap: 10px;
    }

    .hero {
        padding-top: 155px;
    }

    .hero__label {
        font-size: 13px;
        font-weight: 700;
    }

    .hero__descr {
        margin-top: 20px;
    }

    .hero__btn {
        margin-top: 35px;
    }

    .header__crypto--hero {
        max-width: 132px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 4px 8px 4px 4px;
        margin: 25px auto 0;
    }

    .header__crypto--hero.header__crypto img:not(:last-child) {
        width: 22px;
        height: 22px;
    }

    .form form {
        padding: 0 20px;
    }

    .form__header-elem {
        max-width: 135px;
        height: 20px;
    }

    .form__border {
        margin-top: 25px;
    }

    .opinion__people-header {
        gap: 15px;
    }

    .opinion__people-img {
        width: 105px;
        height: 105px;
    }

    .opinion__people::after {
        width: 155px;
        height: 8px;
    }

    .calculator__label {
        font-size: 13px;
    }

    .calculator__btn {
        margin-top: 42px;
    }

    .usage {
        padding: 0px 0 38px 0;
    }

    .usage__header::before {
        width: 200vw;
    }

    .usage__item-border {
        z-index: 1;
    }

    .calculator__form-input-wrap {
        gap: 10px;
        padding: 15px 35px 15px 19px;
    }

    .calculator__form-content {
        padding: 42px 45px 30px 24px;
    }

    .calculator__form .form__header-elem {
        max-width: 160px;
        height: 13px;
    }

    .calculator__form-btn {
        max-width: 100px;
        padding: 15px 20px;
    }

    .calculator__form-input-wrap {
        padding: 14px 35px 14px 19px;
    }

    .registration__bg {
        width: 360%;
        top: -38px;
    }

    .registration__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-align: start;
    }

    .reviews {
        padding: 120px 0;
    }

    .registration__bg::before,
    .registration__bg::after {
        display: block;
    }

    .registration__bg::before {
        width: 83px;
        height: 83px;
        top: -35px;
        left: 34%;
    }

    .registration__bg::after {
        width: 105px;
        height: 111px;
        bottom: -24px;
        left: 60%;
    }

    .reviews__items {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .reviews__item {
        width: 93%;
    }

    .reviews__item-wrapper {
        padding: 80px 40px 35px 40px;
    }

    .footer__nav ul {
        gap: 10px;
    }

    .footer__nav ul li a {
        font-size: 16px;
    }

    .footer__policy {
        margin-top: 36px;
    }

    .hero__corner-wrap--top .hero__corner-ellipse {
        top: -200px;
        filter: blur(87px);
    }

    .hero__corner-blur,
    .hero__corner-sharp {
        background-size: auto;
        background-position: inherit;
    }

}

@media(max-width: 425px) {

    .calculator__form-input-wrap::before {
        border-radius: 30px;
    }

    .calculator__form-input {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .calculator__form-input-wrap {
        max-width: 100%;
    }

    .calculator__form-btn {
        width: 100%;
        max-width: 100%;
        margin-left: 0;
    }

    .calculator__form-result {
        font-size: 20px;
        margin-top: 30px;
    }

    .calculator__form-result span {
        font-size: 25px;
    }

    .btn {
        padding: 15px 88px 15px 50px;
    }

    .technology__block-btn {
        font-size: clamp(0.688rem, -1.043rem + 7.69vw, 1rem);
        padding: 15px 50px 15px 24px;
    }

    .btn::after {
        width: 35px;
        height: 35px;
    }
}

@media(max-width: 360px) {

    .btn::after {
        width: 30px;
        height: 30px;
    }

}