@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap); /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
.main-menu.open,
header {
    right: 0;
    position: fixed;
}
button,
hr,
input {
    overflow: visible;
}
progress,
sub,
sup {
    vertical-align: baseline;
}
body,
header,
html {
    background: #0c38fb;
}
.contact-links,
.link-details,
.main-inner ul li,
.marquee-wrap,
.menu-btn,
sub,
sup {
    position: relative;
}
.main-inner ul,
.main-menu ul {
    list-style: none;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
main {
    display: block;
    margin: 85px 0 44px;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
}
*,
.main-inner ul.ul-circle li::before,
legend {
    box-sizing: border-box;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    text-decoration: none;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
}
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,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
.col-left,
.col:first-child,
.crypto-icons div:first-child,
.icons span:first-child {
    border-right: 2px solid #0c38fb;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: ButtonText dotted 1px;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
textarea {
    overflow: auto;
}
.page-header,
body.open-menu,
footer {
    overflow: hidden;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
.menu-btn:after,
.menu-btn:before {
    height: 3px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
}
[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;
}
.col,
.link-details,
body,
html {
    font-style: normal;
}
.copyright span,
.main-menu.open .copyright,
.services-page .my25 span,
.text,
.title,
.title > span,
details {
    display: block;
}
summary {
    display: list-item;
}
.title br,
.xs-br,
[hidden],
template {
    display: none;
}
body,
html {
    font-family: Montserrat, sans-serif;
    color: #fff;
}
header {
    left: 0;
    top: 0;
    z-index: 10;
}
main .container > div {
    background: #fff;
    padding: 40px;
}
.main-inner {
    color: #0c38fb;
    border: 2px solid #0c38fb;
    display: flex;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: auto;
}
footer a,
header a,
main .container > div.error-description a {
    color: #fff;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    padding: 25px 0;
}
.logo a {
    line-height: 0;
}
.copyright,
.main-menu li a,
.page-header h1,
.title {
    line-height: 140%;
}
.logo img {
    vertical-align: middle;
}
.menu-btn {
    display: none;
    cursor: pointer;
    margin: 15px 0;
    width: 35px;
    height: 35px;
    transition: 0.3s;
}
.menu-btn:before {
    top: 11px;
    width: 100%;
    transition: 0.3s;
}
.menu-btn:after {
    top: 23px;
    width: 100%;
    transition: 0.4s;
}
.main-menu.open .menu-btn {
    float: right;
}
.main-menu.open .menu-btn:before {
    transform: translateY(-50%) rotate(-45deg);
    top: 50%;
}
.main-menu.open .menu-btn:after {
    transform: translateY(-50%) rotate(225deg);
    top: 50%;
}
.main-menu.open {
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    padding: 0 40px;
    background: #0c38fb;
    overflow: auto;
}
.main-menu.open ul {
    display: block;
    margin-top: 35px;
}
.main-menu.open li {
    padding: 15px 0 0;
}
.main-menu.open li a {
    font-size: 25px;
    display: block;
    padding: 23px 0;
    text-align: center;
    border: 2px solid #fff;
}
.main-menu ul {
    padding: 29px 0;
    margin: 0;
    display: flex;
}
.main-menu li {
    padding: 0 24px;
}
.main-menu li:nth-child(4) {
    padding-right: 0;
}
.main-menu li a {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.main-menu li a span {
    position: relative;
    padding-left: 4px;
    padding-right: 4px;
}
.main-menu .copyright {
    display: none;
    font-size: 16px;
    position: fixed;
    text-align: center;
    right: 40px;
    left: 40px;
    bottom: 15px;
    background: #0c38fb;
}
.main-menu li a span:after {
    position: absolute;
    top: 0;
    left: -13px;
    content: "~";
    width: 0;
    height: 20px;
    color: #fff;
    transition: 0.3s;
    overflow: hidden;
}
.main-menu li a:hover span:after,
.main-menu li.active a span:after {
    width: 20px;
}
.page-header {
    clear: both;
    padding: 24px 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.b-bottom,
.cell-top,
.icons span {
    border-bottom: 2px solid #0c38fb;
}
.page-header h1 {
    white-space: nowrap;
    margin: 0;
    font-weight: 600;
    font-size: 28px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.contact-links a,
.copyright,
.title {
    font-weight: 700;
    letter-spacing: 0.08em;
}
.contact-links a,
.copyright {
    font-size: 18px;
    text-transform: uppercase;
}
.marquee-wrap {
    width: 100%;
}
.marquee__btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
}
.copyright {
    float: left;
}
footer .inner-footer {
    display: flex;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 2px solid #fff;
}
.b-top,
.icons span {
    border-top: 2px solid #0c38fb;
}
.contact-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.contact-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 59px;
    line-height: 20px;
    transition: transform 0.3s ease-in-out;
}
.contact-links a:hover {
    transform: scale(1.2);
    transform-origin: center;
}
.contact-links a svg {
    margin-right: 10px;
}
.w-50 {
    width: 50%;
}
.w-60 {
    width: 642px;
}
.w-40 {
    width: 478px;
}
.inner-page .main-inner p.my25,
.inner-page.info-page .main-inner p,
.my25 {
    margin: 25px 0;
}
.buttons,
.home-page .cell-top {
    display: flex;
}
.description {
    padding: 30px;
}
.cell-top.first-box .col-left {
    box-sizing: content-box;
}
.cell-top.first-box .col-left.w-50 .text {
    width: 261px;
}
.title {
    font-size: 25px;
    margin-bottom: 10px;
}
.col,
.text {
    font-weight: 500;
    font-size: 18px;
}
.col p,
.col ul,
.text {
    line-height: 160%;
}
.col,
.info-page .section,
.text {
    letter-spacing: 0.05em;
}
.inner-page .main-inner h2,
.link-details,
.services-page .link-details,
.services-page .price,
.services-page b {
    letter-spacing: 0.08em;
}
.dark {
    background: #0c38fb;
    color: #fff;
}
.inner-page a,
.link-details {
    color: #0c38fb;
}
.col-left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.buttons span {
    flex: 1 0 auto;
    aspect-ratio: 1/1;
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icons span,
.link-details {
    display: flex;
    align-items: center;
}
.icons span {
    height: 145px;
    width: 50%;
    justify-content: space-around;
}
.main-inner ul li::before {
    box-sizing: border-box;
    content: "~";
    display: inline-block;
    border-radius: 50%;
    margin-left: -28px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.col-right.w-40.sm-order-3 .cell-top.dark .title {
    font-size: 28px;
    margin-bottom: 28px;
}
.col-right.w-40.sm-order-3 .cell-top.dark .text {
    margin-bottom: 7px;
}
.inner-page .main-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.col {
    padding: 40px;
    height: fit-content;
}
.col:first-child {
    color: #fff;
    background: #0c38fb;
    grid-row: span 2;
}
.inner-page .main-inner h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 25px;
}
.info-page .section h2,
.inner-page .price,
.link-details {
    font-weight: 700;
    line-height: 140%;
}
.inner-page .main-inner li,
.inner-page .main-inner p {
    margin-bottom: 15px;
}
.inner-page .main-inner ul {
    padding-left: 28px;
    margin-top: 0;
}
.ul-circle {
    list-style: circle;
}
.services-page .main-inner .col:first-child ul.ul-circle li::before {
    background: #0c38fb;
    border-color: #fff;
}
.services-page .main-inner .col svg {
    width: 107px;
    height: 107px;
}
.services-page .main-inner .col .thumbnail {
    font-size: 0;
}
.inner-page .price {
    display: block;
    margin: 15px 0;
    font-size: 25px;
}
.link-details::after,
.link-details::before {
    content: "";
    display: inline;
    height: 25px;
    width: 25px;
    position: absolute;
    right: 0;
    background: url("../img/4.svg");
}
.services-page .main-inner .col:first-child {
    border-right: none;
}
.inner-page b {
    font-weight: 700;
}
.link-details {
    border-top: 2px solid #0c38fb;
    padding: 25px 0 9px;
    margin-top: 25px;
    font-size: 18px;
}
.link-details::after {
    transition: 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.buy-page .link-details::after,
.buy-page .link-details::before {
    background: url("../img/5.svg");
}
.link-details:hover:after {
    animation: 1s cubic-bezier(0.2, 1, 0.3, 1) infinite arrow-slider-anim;
}
@keyframes arrow-slider-anim {
    0% {
        transform: translateX(0);
    }
    5% {
        transform: translateX(-0.1rem);
    }
    100% {
        transform: translateX(1rem);
        opacity: 0;
    }
}
.buy-page .col {
    height: auto;
    position: relative;
}
.buy-page .link-details {
    color: #fff;
    border-color: #fff;
    margin-top: 40px;
}
.crypto-icons {
    background: #fff;
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -40px;
    display: none;
}
.crypto-icons div {
    height: 145px;
    border-bottom: 2px solid #0c38fb;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.buy-page .main-inner h2 {
    margin-bottom: 25px;
    margin-top: 0;
}
.buy-page .main-inner h2 span:not(:last-child) {
    margin-bottom: 15px;
    display: block;
}
.inner-page .main-inner .col :last-child,
.inner-page.info-page .main-inner li:last-child,
.inner-page.info-page .main-inner p:last-child,
.inner-page.info-page .main-inner ul:last-child {
    margin-bottom: 0;
}
.info-page .main-inner {
    display: flex;
    flex-direction: column;
}
.info-page .section {
    width: 100%;
    padding: 40px;
    border-bottom: 2px solid #0c38fb;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
}
.info-page .section:last-child {
    border-bottom: none;
}
.info-page .section h2 {
    font-size: 25px;
    margin: 0 0 25px;
}
.error-page .page-header {
    background: #0c38fb;
    padding: 25px 0;
    margin-bottom: 0;
}
.error {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
main.error-page {
    margin: 0;
    max-width: 100%;
}
main .container > div.error-description {
    background: 0 0;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 40px 0 0;
    transition: 0.4s;
}
.inner-page.info-page .main-inner li {
    margin-bottom: 25px;
}
.info-page li {
    width: 1011px;
}
.services-page .main-inner h2 {
    line-height: 120%;
}
@media (min-width: 1280px) {
    .container {
        max-width: 1200px;
    }
    footer {
        position: fixed;
        background: #0c38fb;
        left: 0;
        right: 0;
        bottom: 0;
    }
    main {
        margin-bottom: 142px;
    }
    .md-br,
    .only-sm {
        display: none;
    }
}
@media (max-width: 1279px) {
    .buy-page .col:first-child,
    .link-details {
        padding-bottom: 0;
    }
    .cell-top.first-box .col-left.w-50 .text,
    .info-page li {
        width: auto;
    }
    .buttons,
    .buy-page br,
    .contact-links,
    .home-page .text br,
    .info-page br,
    .main-menu li.only-sm a:hover span:before,
    .main-menu ul,
    .services-page br {
        display: none;
    }
    .col-right.w-40.sm-order-3 .cell-top.dark .text {
        margin-bottom: 0;
    }
    .col-right.w-40.sm-order-3 .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .container {
        margin-left: 40px;
        margin-right: 40px;
    }
    .menu-btn {
        display: block;
        margin: 25px 0;
    }
    .w-40,
    .w-50,
    .w-60 {
        width: 100%;
    }
    .page-header {
        margin-bottom: 25px;
    }
    .main-inner {
        flex-direction: column;
    }
    .col-right,
    .home-page .cell-top {
        display: flex;
        flex-direction: column;
    }
    .crypto-icons,
    .icons,
    .inner-page .main-inner {
        display: flex;
    }
    .col-left,
    .col:first-child {
        border-right: none;
    }
    .sm-order-1 {
        order: 1;
    }
    .sm-order-2 {
        order: 2;
    }
    .sm-order-3 {
        order: 3;
    }
    .sm-order-4 {
        order: 4;
    }
    .sm-order-5 {
        order: 5;
    }
    .cell-top {
        border-bottom: none;
    }
    main {
        margin: 85px 0 40px;
    }
    footer .inner-footer {
        border: 2px solid #fff;
        align-items: center;
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
    }
    .inner-page .main-inner .col:last-child {
        background: #0c38fb;
        color: #fff;
    }
    .buy-page .main-inner .col:last-child {
        background: #fff;
        color: #0c38fb;
    }
    .link-details {
        border-top: 2px solid #fff;
        margin-bottom: 40px;
        color: #fff !important;
    }
    .link-details::after {
        background: url("../img/5.svg");
    }
    .error-page .page-header {
        padding: 15px 0;
    }
    main .container > div.error-description {
        font-size: 16px;
    }
    .title > span {
        display: inline;
    }
    .inner-page .main-inner h2.questions span,
    .marquee__btn,
    .title br {
        display: block;
    }
    .inner-page .main-inner h2.questions {
        margin-top: 0;
    }
    .main-menu.open ul {
        margin-top: 85px;
        padding-top: 0;
    }
    .main-menu.open li:first-child {
        padding-top: 0;
    }
    .md-br {
        display: block !important;
    }
    .main-menu .copyright {
        display: none !important;
    }
    .main-menu li a span:after {
        top: -2px;
        left: -19px;
    }
}
@media (max-width: 1025px) {
    main .container > div {
        padding: 40px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .page-header {
        padding: 23px 0;
    }
    .menu-btn {
        margin: 25px 0;
    }
    .col-right.w-40.sm-order-3 .cell-top.dark .title {
        font-size: 25px;
        margin-bottom: 10px;
    }
    main .container > div.error-description:hover {
        transform: scale(1);
    }
}
@media (max-width: 767px) {
    .main-menu .copyright {
        display: none !important;
    }
    main .container > div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 15px;
    }
    .container,
    .error .container {
        margin-left: 15px;
        margin-right: 15px;
    }
    main .container {
        margin-left: 0;
        margin-right: 0;
    }
    .page-header {
        padding: 13px 0;
    }
    main {
        margin: 75px 0 15px;
    }
    .main-menu.open {
        padding: 0 15px;
    }
    .col-right.w-40.sm-order-3 .cell-top.dark .title,
    .info-page .section h2,
    .title {
        font-size: 24px;
    }
    .copyright,
    .link-details,
    .text {
        font-size: 16px;
    }
    footer .inner-footer {
        margin-bottom: 15px;
        padding: 16px 0;
    }
    .col,
    .info-page .section {
        padding: 30px;
        font-size: 16px;
    }
    .inner-page .main-inner h2 {
        font-size: 30px;
        line-height: 140%;
    }
    .crypto-icons {
        display: none;
    }
    .logo {
        padding: 14px 0;
    }
    .menu-btn {
        margin: 20px 0;
    }
    .buy-page .link-details {
        margin-top: 25px;
    }
    .main-menu.open ul {
        margin-top: 79px;
    }
    .page-header {
        margin-bottom: 15px;
    }
    .buy-page .main-inner h2,
    .services-page .main-inner h2,
    .services-page h2.questions {
        line-height: 120%;
    }
    .link-details {
        margin-bottom: 30px;
    }
}
@media (max-width: 395px) {
    .link-details {
        padding-right: 50px;
    }
}
@media (max-width: 479px) {
    .title > span {
        display: block;
    }
    .title br {
        display: none;
    }
}
@media (max-width: 380px) {
    .xs-br {
        display: block !important;
    }
}
@media (max-height: 820px) {
    .main-menu .copyright {
        position: relative;
        left: 0;
        right: 0;
        width: 100%;
    }
}
/* h1=h2 */
h1,
h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 120%;
    letter-spacing: 0.08em;
    margin-bottom: 15px;
    margin-top: 25px;
}

/* h1=h2 */
.info-page .section h1 {
    font-size: 25px;
    line-height: 140%;
    margin: 0 0 25px;
}

/* h1=h2 */
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
        line-height: 140%;
    }
    .info-page .section h1 {
        font-size: 30px;
    }
    .buy-page .main-inner h1,
    .services-page .main-inner h1 {
        line-height: 120%;
    }
}

/* off .page-header h1 */
.page-header h1 {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    text-transform: none !important;
    white-space: normal !important;
    margin: inherit !important;
}