@charset "UTF-8";html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

details,main {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,kbd,pre,samp {
    font-family: monospace,monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none;
    transition: .3s
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    max-width: 100%
}

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
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button;
    -webkit-appearance: button;
    cursor: pointer
}

[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring {
    outline: ButtonText dotted 1px
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=checkbox],[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[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
}

summary {
    display: list-item
}

[hidden],template {
    display: none
}

h1,h2,h3,h4,h5,h6,ul {
    margin: 0;
    padding: 0;
    list-style: none
}

* {
    box-sizing: border-box
}

[v-cloak] {
    display: none
}

body,html {
    height: 100%;
    scroll-behavior: smooth
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    font: 400 14px Montserrat,sans-serif;
    letter-spacing: .025em;
    overflow-x: hidden;
    color: #3D4247;
    background-color: #cfcfcf;
}

body.active {
    overflow: hidden
}

.app,.main {
    position: relative;
    min-height: 100%
}

.main section,.main>div {
    position: relative;
    z-index: 1
}

.hidden {
    display: none!important
}

p {
    margin: 0
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.nowrap {
    white-space: nowrap
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.upper {
    text-transform: uppercase
}

.trans {
    transition: .5s
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.inline-flex {
    display: inline-flex
}

.j-between {
    justify-content: space-between
}

.j-center {
    justify-content: center
}

.j-start {
    justify-content: start
}

.a-center {
    align-items: center
}

.a-end {
    align-items: flex-end
}

.col {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: .9375rem;
    margin-right: .9375rem
}

.w-100 {
    width: 100%
}

.btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 45px;
    border-radius: 5px;
    transition: .5s;
    padding: .9375rem 1.25rem;
    cursor: pointer
}

.btn:hover {
    transform: scale(1.01)
}

.btn--yellow {
    background-color: #009b0a;
    font-size: 18px;
    font-weight: 600;
    color: var(--bg-gray-d)
}

.btn--trans {
    border: 1px solid var(--border);
    background-color: transparent;
    color: var(--text);
    font-size: 18px
}

.btn--trans:hover {
    border-color: var(--border-h)
}

.btn.disabled {
    cursor: not-allowed;
    opacity: .4;
    pointer-events: none
}

.btn.disabled:hover {
    transform: none
}

.title {
    font-weight: 600
}

.title--xl {
    font-size: 40px
}

.title--lg {
    font-size: 36px
}

.title--md {
    font-size: 24px
}

.title--sm {
    font-size: 20px
}

.under {
    text-decoration: underline
}

.subtitle {
    font-size: 18px
}

.description {
    font-size: 16px;
    font-weight: 500
}

textarea {
    overflow: auto;
    border: none;
    width: 100%;
    border-radius: 16px;
    min-height: 150px;
    padding: 20px;
    outline: 0
}

button {
    border: none;
    background: 0 0;
    outline: 0;
    cursor: pointer;
    transition: .3s
}

.input {
    outline: 0;
    border: none;
    padding: 0 15px;
    width: 100%;
    height: 56px;
    border: 2px solid #3D4247;
    border-radius: .5rem;
    background-color: #E2E2E2;
    color: #3D6C9B;
    transition: .3s;
    min-width: 60px;
    position: relative;
    z-index: 1
}

.input--to {
    border-width: .5px
}

.input:focus,.input:hover {
    border-color: var(--color-main)
}

.input.error {
    border: 2px solid var(--red)
}

.input[readonly] {
    pointer-events: none;
    cursor: copy
}

.mb-10 {
    margin-bottom: 10px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.color-active {
    color: #ffb800;
}

.info {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    transition: .3s
}

.info__title {
    font-size: 28px;
    margin-bottom: 20px
}

.info__text p {
    margin-bottom: 15px
}

.info__text p:last-child {
    margin-bottom: 0
}

.info__text {
    margin-bottom: 30px
}

.info__text--mb-10 {
    margin-bottom: 10px
}

.info__block-img {
    margin-bottom: 20px
}

.info__block-img img {
    margin: 0 auto;
    display: block
}

.info__block-img-date {
    font-weight: 300;
    margin-bottom: 10px
}

.info__list--circle {
    list-style-type: circle;
    padding-left: 20px
}

.info__list--number {
    list-style-type: decimal;
    padding-left: 20px
}

.info__list--mb-30 {
    margin-bottom: 30px
}

.info__list--mb-10 {
    margin-bottom: 10px
}

.info__list li {
    margin-bottom: 5px
}

.info p {
    font-size: 14px;
    font-weight: 500;
    opacity: .5;
    line-height: 1.5;
    letter-spacing: 0
}

.info h3 {
    font-size: 20px;
    margin-bottom: 8px
}

.info h4 {
    font-size: 18px
}

.info a {
    color: inherit;
    text-decoration: underline;
    transition: color .3s
}

.info a:hover {
    color: var(--color-main)
}

.info ol {
    margin-top: 5px
}

.link {
    color: inherit;
    text-decoration: underline
}

:root {
    --red: #fe0e41;
    --light: #fff;
    --green: #009b0a;
    --green-h: #009b0af2;
    --yellow: #e4c450;
    --gray: #9ea2a7;
    --dark: #272e35;
    --orange: #f73;
    --bg-gray-d: #ededed;
    --bg-gray-l: #fff;
    --text: #2e4057;
    --text-d: #9f9f9f;
    --header-height: 70px;
    --bg-primary: #ededed;
    --bg-second: #fff;
    --bg-third: #2e4057;
    --color-primary: #2e4057;
    --color-main: #fd7733;
    --border: #cfcfcf;
    --border-h: #747479
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #E2E2E2;
    z-index: 2;
    transition: border .3s
}

.header--scroll {
    border-bottom: 1px solid var(--border)
}

.header__body {
    height: var(--header-height);
    align-items: center;
    justify-content: space-between
}

.header__left {
    display: grid;
    grid-template-columns: max-content max-content;
    -moz-column-gap: 20px;
    column-gap: 20px
}

.header__left .time-work {
    border-left: 1px solid var(--border);
    padding-left: 10px
}

.header__left .time-work span {
    display: block
}

.header__right.active .header__menu {
    right: 0
}

.header__right.active .header__label-menu {
    display: flex;
    align-items: center
}

.header__right.active .header__label-menu img {
    margin-left: 5px
}

.header__label-menu {
    font-size: 14px;
    position: absolute;
    text-align: center;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.menu {
    display: flex
}

.menu__item {
    margin-right: 20px;
    position: relative
}

.menu__link {
    color: #3d6c9b;
    font-weight: 700
}

.logo {
    color: #F09C0E;
    font-weight: 700;
    font-size: 28px;
    position: relative;
    z-index: 15;
    display: flex;
    align-items: center
}

.logo span {
    color: #3D6C9B;
    font-weight: 700
}

.logo svg {
    margin-right: 5px
}

.burger {
    width: 30px;
    cursor: pointer;
    position: relative;
    z-index: 15;
    display: none
}

.burger__bar {
    padding: 0;
    width: 30px;
    background: #3d6c9b;
    height: 2px;
    margin: 5px 0;
    transition: .4s cubic-bezier(.7,0,.33,1);
    display: block
}

.burger__bar:nth-child(1) {
    width: 30px;
    transform: rotate(0) translateY(0)
}

.burger__bar:nth-child(2) {
    width: 30px;
    transform: translateX(0)
}

.burger__bar:nth-child(3) {
    width: 30px;
    transform: rotate(0) translateY(0)
}

.burger.active .burger__bar:nth-child(1) {
    transform: rotate(45deg) translateY(10px)
}

.burger.active .burger__bar:nth-child(2) {
    transform: translate(30px);
    opacity: 0
}

.burger.active .burger__bar:nth-child(3) {
    width: 30px;
    transform: rotate(-45deg) translateY(-10px)
}

.footer {
    background-color: var(--bg-third);
    margin-top: auto;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    color: #fff
}

.footer__body {
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between
}

.footer__menu-left {
    max-width: 660px
}

.footer__menu-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.footer__menu-list-item {
    color: #fff;
    margin: 0 20px 10px 0;
    font-size: 16px;
    transition: .3s
}

.footer__menu-list-item a {
    color: inherit
}

.footer__partner img {
    max-width: 100px
}

.footer__bottom {
    border-top: 1px solid #fff;
    padding-top: 20px;
    font-size: 16px
}

.footer__partners {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.main {
    display: flex;
    flex-direction: column;
    padding-top: var(--header-height)
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background-size: 100%;
    opacity: .2;
    animation: 25s linear infinite animate;
    bottom: -150px
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    background-image: url(../img/bg-main/bg-btc-cash.svg);
    animation-delay: 0s
}

.circles li:nth-child(2) {
    left: 10%;
    width: 60px;
    height: 60px;
    background-image: url(../img/bg-main/bg-ether.svg);
    animation-delay: 2s;
    animation-duration: 12s
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    background-image: url(../img/bg-main/bg-doggi.svg);
    animation-delay: 4s
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    background-image: url(../img/bg-main/bg-ripple.svg);
    animation-duration: 18s
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    background-image: url(../img/bg-main/bg-stellar.svg);
    animation-delay: 0s
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    background-image: url(../img/bg-main/bg-stellar.svg);
    animation-delay: 3s
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    background-image: url(../img/bg-main/bg-dash.svg);
    animation-delay: 7s
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    background-image: url(../img/bg-main/bg-zcash.svg);
    animation-delay: 15s;
    animation-duration: 45s
}

.circles li:nth-child(9) {
    left: 20%;
    width: 40px;
    height: 40px;
    background-image: url(../img/bg-main/bg-dollar.svg);
    animation-delay: 2s;
    animation-duration: 35s
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    background-image: url(../img/bg-main/bg-btc.svg);
    animation-delay: 0s;
    animation-duration: 11s
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0);
        opacity: 1;
        border-radius: 0
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%
    }
}

.exchange {
    padding: 60px 0;
    min-height: calc(100vh - var(--header-height));
    position: relative
}

.exchange__title {
    margin: auto auto 5px;
    max-width: 755px;
    font-size: 38px;
    color: #1d3558;
}

.exchange__subtitle {
    font-size: 14px
}

.exchange__body {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px
}

.exchange__row {
    display: grid;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 30px
}

.exchange__row--mw-400 {
    max-width: 400px
}

.exchange__row--main-field {
    grid-template-columns: 1fr 40px 1fr;
    align-items: center;
    position: relative
}

.exchange__switch {
    cursor: pointer;
    padding: 0
}

.exchange__submit {
    width: 100%
}

.exchange-container {
    max-width: 1000px;
    margin: 0 auto
}

.exchange-container__col {
    padding: 20px;
    border-radius: 10px
}

.exchange-container__col-title {
    margin-bottom: 24px;
    text-align: center;
    font-size: 28px;
    font-weight: 700
}

.field__header {
    margin-bottom: 5px;
    padding: 0 5px
}

.field__header-sub {
    font-size: 12px;
    margin-top: 2.5px
}

.field__input-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

.field__name,.field__name-step,.field__step {
    font-size: 16px;
    font-weight: 600
}

.field__bottom {
    margin-top: 5px;
    padding: 0 5px;
    display: flex;
    align-items: center
}

.field__min-max {
    font-size: 12px
}

.field__error {
    font-size: 12px;
    color: var(--red);
    font-weight: 600;
    flex: 1;
    text-align: right
}

.field__input-wrap {
    position: relative
}

.field__input-wrap input.input {
    padding-right: 60px
}

.field__coints-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 118px;
    height: 50px;
    border: 1px solid #1d3558;
    transition: .3s;
    color: #3D6C9B;
    z-index: 2;
    border-radius: .5em;
    cursor: pointer
}

.field__coints-btn--icon {
    margin-right: 5px
}

.field__coints-btn:hover {
    border-color: var(--border-h)
}

.field__coints-btn-label {
    margin-right: auto
}

.filed {
    position: relative
}

.field-select {
    position: absolute;
    z-index: 4;
    top: calc(100% - 10px);
    width: 100%;
    padding: 1rem;
    background-color: var(--bg-second);
    border: .0625rem solid var(--border);
    border-radius: 10px;
    max-height: 300px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.field-select.active {
    opacity: 1;
    visibility: visible
}

.field-select__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.field-select__list {
    position: relative;
    z-index: 5
}

.field-select__item {
    border-bottom: .0625rem solid var(--border);
    padding: .25rem 0
}

.field-select__item:last-child {
    border-bottom: none
}

.field-select__item-btn {
    color: var(--black);
    display: flex;
    align-items: center;
    width: 100%
}

.field-select__item-btn.active,.field-select__item-btn:hover {
    color: var(--orange)
}

.field-select__item-btn:disabled {
    opacity: .1;
    cursor: not-allowed
}

.field-select__item-btn:disabled:hover {
    color: var(--black)
}

.field-select__item-coin {
    margin-left: 10px;
    font-size: .875rem
}

.field-select__item-abbr {
    margin-left: auto;
    font-size: .875rem
}

.step-list {
    list-style-type: none;
    background-color: var(--bg-gray-d);
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px
}

.step-list__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px
}

.step-list li {
    margin-bottom: 30px
}

.step-list li:last-child {
    margin-bottom: 0
}

.step-list-btns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
    row-gap: 15px
}

.step-list-btns__col button {
    width: 100%
}

.step-list-btns__info {
    color: var(--red)
}

.step-list-btns__info span {
    font-size: 18px;
    font-weight: 700
}

.step-list-btns__info p {
    font-weight: 500
}

.partner {
    padding: 0 0 40px
}

.partner-list {
    display: flex;
    align-items: center;
    justify-content: center
}

.partner-list__item {
    max-width: 75px
}

.partner-list__link {
    cursor: pointer;
    opacity: 45%
}

.partner-list__link:hover {
    opacity: 1
}

.reserves {
    padding: 50px 0
}

.reserves__title {
    margin-bottom: 40px;
    text-align: center
}

.reserves-list {
    max-width: 460px;
    margin: 0 auto
}

.reserves-list__item {
    display: flex;
    align-items: center;
    border-radius: 16px;
    padding: 15px 10px
}

.reserves-list__item p {
    font-size: 14px;
    font-weight: 600;
    margin-left: 10px
}

.reserves-list__item:nth-child(odd) {
    background-color: var(--bg-gray-d)
}

.reserves-list__count {
    flex: 1;
    text-align: right;
    font-weight: 600
}

.login {
    padding: 100px 0
}

.login__body {
    max-width: 380px;
    margin: 0 auto
}

.login__input {
    margin-bottom: 20px
}

.login__btn {
    width: 100%
}

.login__error {
    text-align: center;
    color: var(--red);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.dashboard {
    padding: 40px 0
}

.dashboard-menu {
    background-color: var(--bg-gray-d);
    padding: 4px 4px 0;
    margin-bottom: 30px
}

.dashboard-menu__tab {
    padding: 10px;
    background-color: transparent;
    border: 2px solid var(--border);
    color: var(--text);
    cursor: pointer;
    transition: .3s;
    margin-bottom: 4px
}

.dashboard-menu__tab.active {
    border-color: var(--border-h);
    background-color: var(--bg-gray-l)
}

.settings-main {
    margin-bottom: 20px
}

.settings-main__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 10px 5px
}

.table-course {
    position: relative;
    background-color: var(--bg-gray-d)
}

.table-course__header {
    display: grid;
    grid-template-columns: 100px auto min-content;
    border-bottom: 1px solid var(--border);
    padding: 10px;
    font-weight: 600;
    background-color: var(--bg-gray-d)
}

.table-course__col {
    padding: 4px
}

.table-course__col--name {
    display: flex;
    align-items: center;
    padding: 6px;
    font-size: 12px
}

.table-course__col--name p {
    margin-left: 4px;
    max-width: 100px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.table-course__body {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px
}

.table-course__item {
    display: grid;
    grid-template-columns: 100px auto min-content;
    gap: 0 5px
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(158,162,167,.2);
    z-index: 1
}

.close {
    font-size: 35px;
    font-weight: 600;
    color: var(--text);
    transition: .3s;
    padding: 0
}

.close:hover {
    color: var(--text-d)
}

.modal {
    position: fixed;
    display: flex;
    padding: 15px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    outline: 0;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: none;
    opacity: 0;
    transition: .3s;
    z-index: 20
}

.modal__body {
    position: relative;
    margin: auto;
    max-width: 480px;
    width: 100%;
    background-color: var(--bg-primary);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
    display: none;
    z-index: 2
}

.modal__body.active {
    display: block
}

.modal.active {
    opacity: 1;
    pointer-events: auto
}

.modal-coints {
    border: 1px solid var(--border)
}

.modal-coints__header {
    display: flex;
    align-items: center;
    padding: 5px 15px;
    justify-content: space-between;
    border-bottom: 1px solid var(--border);
    position: sticky
}

.modal-coints__title {
    font-size: 16px;
    font-weight: 600
}

.modal-coints__close {
    background-color: transparent;
    margin-right: 10px
}

.coints {
    max-height: 300px;
    height: 100%;
    overflow: auto
}

.coints__item {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    cursor: pointer;
    transition: .3s;
    position: relative
}

.coints__item p {
    margin-left: 10px
}

.coints__item.active,.coints__item:hover {
    background-color: var(--bg-gray-l)
}

.coints__item.active:before {
    content: "";
    position: absolute;
    right: 25px;
    background: url(../img/check.svg) no-repeat;
    width: 14px;
    height: 12px
}

.coints__item.disabled {
    pointer-events: none;
    opacity: .1;
    cursor: not-allowed
}

.modal-info {
    text-align: center;
    padding: 24px
}

.thanks {
    padding: 60px 0
}

.thanks__body {
    align-items: center;
    text-align: center;
    max-width: 600px;
    margin: 0 auto
}

.thanks__img {
    margin-bottom: 30px
}

.thanks__text {
    margin-bottom: 30px;
    line-height: 20px;
    font-weight: 500;
    font-size: 16px
}

.contacts {
    padding: 40px 0
}

.contacts__body {
    max-width: 600px;
    margin: 0 auto;
    background-color: var(--bg-gray-d);
    border-radius: 16px;
    padding: 24px
}

.contacts__time {
    display: flex;
    align-items: center;
    font-weight: 600
}

.contacts__time img {
    margin-right: 10px
}

.contacts-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 8px
}

.contacts-list__item:last-child {
    margin-bottom: 0
}

.contacts-list__link {
    margin-left: 5px;
    color: var(--text);
    transition: .3s
}

.contacts-list__link:hover {
    color: var(--text-d)
}

.rules {
    padding: 40px 0
}

.rules__body {
    max-width: 640px;
    margin: 0 auto;
    background-color: var(--bg-gray-d);
    border-radius: 16px;
    padding: 24px
}

.rules__body p {
    margin-bottom: 20px
}

.rules__body p:last-child {
    margin-bottom: 0
}

.timer__counter {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: rgba(236,228,228,.1);
    background: -webkit-gradient(linear,left top,right top,from(var(--text)),to(var(--text-d)),color-stop(.5,#f7f3f3));
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    animation-name: shimmer;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: var(--text)
}

.blesk_teksta {
    font-weight: 300;
    font-size: 3em;
    margin: 0 auto;
    padding: 0 155px 0 0;
    display: inline
}

@keyframes shimmer {
    0% {
        background-position: top left
    }

    100% {
        background-position: top right
    }
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #121417;
    z-index: 1001
}

.preloader__image {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: 2s linear infinite preloader-bounce
}

@keyframes preloader-bounce {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.3)
    }
}

.loaded_hiding .preloader {
    transition: opacity .3s;
    opacity: 0
}

.loaded .preloader {
    display: none
}

.section {
    padding: 100px 0
}

.section--page {
    padding-top: 60px
}

.section__header {
    text-align: center;
    margin-bottom: 50px
}

.howchange {
    background-color: #E2E2E2;
}

.howchange-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    position: relative
}

.howchange-list:before {
    position: absolute;
    top: 74px;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: .0625rem;
    content: "";
    background-color: #ebedef
}

.howchange-list__item-circle {
    width: 10px;
    height: 10px;
    margin: 0 auto 15px;
    background-color: #fff;
    border: solid #565661;
    border-radius: 50%;
    box-shadow: 0 0 0 .375rem #fff;
    position: relative;
    z-index: 1
}

.howchange-list__item {
    text-align: center
}

.howchange-list__item img {
    margin-bottom: 10px
}

.howchange-list__item-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px
}

.howchange-list__item-description {
    max-width: 240px;
    margin: 0 auto
}

.blog__body {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px
}

.blog__body--section {
    grid-template-rows: max-content max-content;
    grid-template-areas: "main main . ." "main main . ."
}

.blog__see-more {
    text-align: center
}

.blog--page {
    padding-top: 60px
}

.blog-post {
    background-color: #E2E2E2;
    border-radius: 10px;
    overflow: hidden;
    height: 100%
}

.blog-post__body {
    padding: 10px 15px 15px
}

.blog-post__title {
    display: block;
    color: #3D6C9B;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.blog-post__time {
    color: var(--color-primary);
    font-size: 13.6px
}

.blog-post__description {
    margin-top: 20px;
    font-size: 16px
}

.about__title-mb-30 {
    margin-bottom: 30px!important
}

.tokens {
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(auto-fill,60px);
    gap: 20px
}

.tokens__item {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 60px
}

.tokens__item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ececed;
    border-radius: 50%;
    width: 60px;
    height: 60px
}

.tokens__item-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%,50%)
}

.support__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 600px;
    margin: 0 auto;
    gap: 30px
}

.support__item-link {
    display: grid;
    grid-template-columns: 1fr 30px;
    background-color: var(--bg-second);
    padding: 15px;
    border-radius: 10px;
    height: 100px;
    color: var(--color-primary);
    transition: .3s;
    border: 1px solid #3d3d47
}

.support__item-link:hover {
    color: var(--color-main)
}

.support__item-title {
    color: inherit;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700
}

.support__item-description {
    color: var(--color-primary);
    font-weight: 500
}

.support__item-icon {
    max-width: 30px
}

.order__change {
    margin-bottom: 30px
}

.order-change {
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    align-items: center
}

.order-change__side {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    align-items: center;
    gap: 10px
}

.order-change__side--right {
    text-align: left;
    flex-direction: row-reverse
}

.order-change__title {
    text-transform: uppercase
}

.order-change__cost {
    color: var(--orange);
    font-size: 20px;
    word-break: break-word
}

.order-change__wallet {
    font-weight: 300;
    opacity: .7
}

.order-change__icon {
    width: 60px;
    height: 60px
}

.order-change__middle {
    width: 100%;
    max-width: 40px;
    padding-left: 10px
}

.order-form {
    list-style-type: none;
    background-color: var(--bg-gray-d);
    padding: 24px;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 16px
}

.order-form__title {
    text-align: center;
    color: var(--orange)
}

.order-form__timer {
    margin: 0 auto 30px;
    text-align: center
}

.order-form__text {
    font-size: 16px;
    margin-bottom: 10px
}

.order-form__text span {
    color: var(--orange);
    font-size: 20px
}

.order-form__address {
    font-weight: 700;
    word-wrap: wrap;
    word-break: break-word;
    display: flex;
    align-items: center
}

.order-form__hr {
    height: 1px;
    background-color: #fff;
    border-radius: 16px;
    margin: 30px 0 15px
}

.table-coins {
    max-width: 400px;
    width: 100%;
    margin: 0 auto
}

.table-coins__icon {
    display: flex;
    align-items: center
}

.table-coins__icon img {
    width: 30px;
    height: 30px;
    display: block;
    margin-right: 5px
}

.table-coins td {
    padding: 5px;
    border-bottom: 1px solid #fff
}

.action-t {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 2
}

@media screen and (min-width: 75rem) {
    .menu__item:last-child {
        margin-right:0
    }
}

@media screen and (min-width: 768px) {
    .blog-post--main {
        -ms-grid-row:1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: main
    }

    .blog-post--main .blog-post__title {
        font-size: 22px
    }
}

@media screen and (max-width: 768px) {
    .action-t {
        width:40px;
        height: 40px
    }
}

@media screen and (max-width: 75rem) {
    .container {
        max-width:69.375rem
    }

    .header__menu {
        position: fixed;
        overflow: auto;
        overflow-x: hidden;
        right: -120%;
        z-index: 10;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #272e35;
        transition: .3s
    }

    .menu {
        flex-direction: column;
        text-align: right;
        position: relative;
        top: 140px
    }

    .menu__item {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 15px
    }

    .burger {
        display: block
    }
}

@media screen and (max-width: 62rem) {
    .container {
        max-width:58.125rem
    }

    .title--xl {
        font-size: 38px
    }

    .main {
        padding-top: 108px
    }

    .exchange {
        padding: 30px 0 60px;
        min-height: calc(100vh - 107px)
    }

    .section {
        padding: 80px 0
    }

    .blog__body--section {
        grid-template-areas: "main main main main" ". . . ."
    }

    .blog__body--page {
        grid-template-columns: 1fr 1fr 1fr
    }

    .blog-post--main {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4
    }
}

@media screen and (max-width: 48rem) {
    .container {
        max-width:43.125rem
    }

    .title--lg {
        font-size: 32px
    }

    .info__title {
        font-size: 20px
    }

    :root {
        --header-height: 70px
    }

    .header__left .time-work {
        display: none
    }

    .footer__body {
        flex-direction: column;
        justify-content: center;
        padding-bottom: 20px
    }

    .footer__menu-list {
        flex-direction: column
    }

    .footer__menu-list-item {
        margin: 0 0 10px
    }

    .footer__bottom {
        text-align: center;
        font-size: 12px
    }

    .footer__partners {
        margin: 20px auto 0;
        flex-direction: column;
        justify-content: center
    }

    .exchange__title {
        max-width: 473px;
        font-size: 20px
    }

    .exchange__row--main-field {
        grid-template-columns: 1fr;
        max-width: 400px
    }

    .exchange__switch {
        position: absolute;
        right: 46px;
        transform: rotate(90deg)
    }

    .step-list-btns {
        grid-template-columns: 1fr
    }

    .section {
        padding: 60px 0
    }

    .section__header {
        margin-bottom: 30px
    }

    .blog__body--section {
        grid-template-areas: none
    }

    .blog__body {
        grid-template-columns: 1fr 1fr
    }

    .blog-post__title {
        font-size: 14px
    }

    .blog-post__description {
        display: none
    }

    .order-change {
        grid-template-columns: 1fr 20px 1fr
    }

    .order-change__cost,.order-change__title {
        font-size: 12px
    }

    .order-change__wallet {
        display: none
    }

    .order-change__icon {
        width: 40px;
        height: 40px
    }

    .order-change__middle {
        padding-left: 5px
    }
}

@media screen and (max-width: 46.375rem) {
    .howchange-list {
        grid-template-columns:1fr;
        row-gap: 40px
    }

    .howchange-list:before,.howchange-list__item-circle {
        display: none
    }
}

@media screen and (max-width: 36rem) {
    .container {
        max-width:31.875rem
    }

    .description {
        font-size: 14px
    }

    .info {
        padding: 30px 15px
    }

    .info h3 {
        font-size: 16px
    }

    .header__left {
        grid-template-columns: max-content;
        row-gap: 5px
    }

    .logo {
        font-size: 21px
    }

    .logo svg {
        width: 40px
    }

    .support__list {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .blog-item__title {
        font-size: 32px
    }

    .order-change__icon {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width: 27.9375rem) {
    .blog__body {
        grid-template-columns:1fr;
        row-gap: 30px
    }
}

@media screen and (min-width: 768px) and (max-width:62rem) {
    .blog-post--main {
        display:flex
    }

    .blog-post--main .blog-post__img {
        flex-basis: 100%
    }
}

@media (any-hover: hover) {
    .menu__link:hover {
        color:var(--color-main)
    }

    .blog-post__title:hover,.footer__menu-list-item:hover {
        color: var(--orange)
    }
}
