@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&display=swap&subset=cyrillic");
@font-face {
    font-family: 'Icons';
    font-display: block;
    src: url("../fonts/icons.woff2?2610") format("woff2"),url("../fonts/icons.woff?2610") format("woff"),url("../fonts/icons.ttf?2610") format("truetype")
}
.ico:not(.pseudo),.ico.pseudo:not(.before):after,.ico.pseudo:not(.after):before,.ico-soc {
    font-family: "Icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    vertical-align: middle
}

.ico.arrow-forward:after,.ico.btn-reverse-exch:after {
    content: "\e10b"
}

.ico.arrow-back:after,.ico.btn-reverse-receive:after {
    content: "\e10c"
}

.ico.ui-select-search-ico:after {
    content: "\e113"
}

.ico.deposit:after {
    content: "\e104"
}

.ico.pending:after {
    content: "\e10F"
}

.ico.exchange:after {
    content: "\e105"
}

.emergency-choice .ico.exchange:after {
    content: "\e107"
}

.ico.complete:after {
    content: "\e106"
}

.refund .ico.complete:after {
    content: "\e108"
}

.ico.timer:after {
    content: "\e10a"
}

.ico.arrow:after {
    content: "\e10e"
}

.ico.scanqr:after {
    content: "\e114"
}

.ico.extraid:after {
    content: "\e111"
}

.ico.extraid.dt:after {
    content: "\e118"
}

.ico.copy:after {
    content: "\e112"
}

.ico.paste:after {
    content: "\e109"
}

.ico.segwit:after {
    content: "\e115"
}

.ico.speed:after {
    content: "\e116"
}

.ico.extraid2:after {
    content: "\e117"
}

.ico.question:after {
    content: "\e12d"
}

.ico.adv-time-0:after {
    content: "\e130"
}

.ico.adv-time-1:after {
    content: "\e131";
    color: #008ce3;
}

.ico.adv-money-0:after {
    content: "\e132"
}

.ico.adv-money-1:after {
    content: "\e133";
    color: #008ce3;
}

.ico.adv-exchange-0:after {
    content: "\e134"
}

.ico.adv-exchange-1:after {
    content: "\e135";
    color: #008ce3;
}

.ico.notyfy-0:after {
    content: "\e136"
}

.ico.notyfy-1:after {
    content: "\e137"
}

.ico.notyfy-compl-0:after {
    content: "\e138"
}

.ico.notyfy-compl-1:after {
    content: "\e139"
}

.ico.orderdone-0:after {
    content: "\e13A"
}

.ico.orderdone-1:after {
    content: "\e13B"
}

.ico.pagenotfound-0:after {
    content: "\e13C"
}

.ico.pagenotfound-1:after {
    content: "\e13D"
}

.ico.unlock-order-0:after {
    content: "\e13E"
}

.ico.unlock-order-1:after {
    content: "\e13F"
}

.ico.done-lightning-0:after {
    content: "\e140"
}

.ico.done-lightning-1:after {
    content: "\e141"
}

.ico.affiliate-0:after {
    content: "\e142"
}

.ico.affiliate-1:after {
    content: "\e143"
}

.ico.gram-0:after {
    content: "\e144"
}

.ico.gram-1:after {
    content: "\e145"
}

.ico.tw:after {
    content: "\e11a"
}

.ico.fb:after {
    content: "\e11b"
}

.ico.tg:after {
    content: "\e11c"
}

.ico.reddit:after {
    content: "\e11d"
}

.ico.bitcointalk:after {
    content: "\e11e"
}

.ico.trustpilot:after {
    content: "\e11f"
}

.ico.medium:after {
    content: "\e120"
}

.ico.instagram:after {
    content: "\e121"
}

.ico.bestchange:after {
    content: "\e129"
}

.ico.livechat:after {
    content: "\e122"
}

.ico.livechat-btn:before {
    content: "\e12f"
}

.ico.email:after {
    content: "\e123"
}

.ico.lightning:after {
    content: "\e162"
}

.ico.close:after {
    content: "\e10D"
}

.ico.windows:after {
    content: "\e124"
}

.ico.macos:after {
    content: "\e125"
}

.ico.linux:after {
    content: "\e126"
}

.ico.android:after {
    content: "\e127"
}

.ico.ios:after {
    content: "\e128"
}

.ico.rocket:after {
    content: "\e12A"
}

.ico.ecosystem:after {
    content: "\e12B"
}

.ico.society:after {
    content: "\e12C"
}

.ico.xrp-dt:after {
    content: "\e119"
}

.ico.xrp-x:after {
    content: "\e165"
}

.ico.warning:after {
    content: "\e110"
}

.ico.recalc:after {
    content: "\e172"
}

.ico.hours24:after {
    content: "\e174"
}

.ico.downrate:after {
    content: "\e176"
}

.ico.manual:after {
    content: "\e173"
}

.ico.attention {
    border-radius: 1em;
    border: 2px solid;
    box-sizing: border-box;
    height: 1em;
    line-height: .5em
}
* {
    font-family: inherit;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #162f46;
    color: #162f46;
    min-height: 100vh;
}

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.btn:focus {
    box-shadow: 0px 0px 0px transparent;
}

.bol {
    display: inline-block;
    width: 8px;
    height: 8px;
    min-height: 8px;
    min-width: 8px;
    border-radius: 50%;
    position: relative;
    background-color: rgb(39, 174, 96);
    transition: background-color 250ms ease 0s;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}


.wrap-bg {
    background: #212429;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 8px, rgba(0, 0, 0, 0.04) 0px 16px 24px, rgba(0, 0, 0, 0.01) 0px 24px 32px;
    border-radius: 14px;
    z-index: 1;
    padding: 20px 15px;
    border: 1px solid #40444f;
}


.bg-swap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 200vw;
    height: 200vh;
    transform: translate(-50vw, -100vh);
    z-index: -1;
    width: 200vw;
    height: 200vh;
    transform: translate(-50vw, -100vh);
    display: inline-block;
}

ul {
    margin-bottom: 0px;
}

h1 {
    color: inherit;
    font-weight: bold;
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
}

h2 {
    color: inherit;
    font-weight: bold;
    margin-bottom: 1.5rem;
    margin-top: 3rem;
}

@media (min-width: 768px) {
    h2 {
        font-size: 2.5rem;
        line-height: 1;
    }
}

p {
    color: inherit;
    font-weight: 500;
}

h3 {
    color: inherit;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2rem;
}

.cash-text h6,
.auto-exchange-text h6 {
    font-size: 20px;
    font-weight: 600;
}

.cash-text ul,
.auto-exchange-text ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 20px;
}

.cash-text li,
.cash-text p,
.auto-exchange-text li,
.auto-exchange-text p {
    font-size: 16px;
    margin-bottom: 10px;
}

.h-6 {
    font-size: 20px;
    font-weight: 600;
}

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

.btn-light {
    background-color: rgb(222, 239, 252);
    color: #162f46;
    border: 0px solid transparent;
}

.btn-light:hover {
    background: rgb(183, 211, 248);
}

.btn-light:focus {
    background: rgb(222, 239, 252);
    box-shadow: 0px 0px 0px transparent;
}

.btn-light:active {
    box-shadow: 0px 0px 0px transparent;
}

.btn-light:active:focus {
    box-shadow: 0px 0px 0px transparent;
}

.btn-primary {
    background-color: rgba(21, 61, 111, 0.44);
    border: 0px solid transparent;
}

.btn-primary:active {
    box-shadow: 0px 0px 0px transparent;
}

.btn-primary:active:focus {
    box-shadow: 0px 0px 0px transparent;
}

.btn {
    font-size: 16px;
}

.btn:focus,
.btn:active,
.btn:focus-visible {
    box-shadow: 0px 0px 0px transparent;
    outline: none;
}

a {
    text-decoration: none;
}

.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.1);
}

.modal-backdrop.show {
    opacity: 1;
}

.btn-orange {
    padding: 10px 20px;
    border-radius: 5px;
    background-color: #162f46;
    color: black;
    font-weight: bold;
}

.btn-orange:hover {
    background: rgba(21, 61, 111, 0.44);
    color: #162f46;
}

.c-p {
    cursor: pointer;
}

.btn-dark-blue {
    background-color: rgba(21, 61, 111, 0.44);
    color: rgb(80, 144, 234);
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
    padding: 7px 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px black;
}

.btn-dark-blue:hover {
    color: #162f46;
}
.step2 .btn-dark-blue {
    background-color: #162f46;
    color: #fff;
}
.step2 .btn-dark-blue:hover {
    background: #0b1b2b;
}


.btn-dark-blue::before {
    content: "";
    background-color: black;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.btn-lottery {
    background-color: #4e2e31;
    color: #fa8d50;
    font-size: 16px;
    font-weight: 500;
    border-radius: 14px;
    padding: 7px 20px;
    height: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 5px black;
}

.btn-lottery:hover {
    color: #162f46;
}

.btn-lottery::before {
    content: "";
    background-color: black;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.accordion .accordion-button:not(.collapsed) {
    background-color: rgba(21, 61, 111, 0.44);
}

.accordion .accordion-button {
    background-color: transparent;
}

.accordion .accordion-button::after {
    width: 1.3rem;
    height: 1.3rem;
    background-size: 1.3rem;
    background-image: url("data:image/svg+xml,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 16 16%27 fill=%27%23212529%27><path fill-rule=%27evenodd%27 d=%27M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z%27 stroke=%27white%27/></svg>");
}

.accordion h2 {
    font-size: 28px;
}

.accordion .accordion-item {
    background-color: transparent;
}

@media (max-width: 576px) {
    .btn-transaction {
        margin-top: 10px;
    }
}

.copylink-container {
    position: relative;
}

.copylink {
    position: absolute;
    margin-left: 10px;
    color: #f90;
    top: -3px;
}

@media (max-width: 771px) {
    .copylink {
        margin-left: 40px;
    }
}

@media (max-width: 551px) {
    .copylink {
        top: 65px;
        left: 76px;
    }
}

@media (max-width: 301px) {
    .copylink {
        opacity: 0;
    }
}

.my-referral_text {
    font-weight: 600;
}

.status-item h5 {
    color: #f90;
}

.profile-layout .nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: space-between;
}

.profile-layout .nav li path {
    fill: rgba(21, 61, 111, 0.44);
}

.profile-layout .nav li a {
    text-align: center;
    height: 100%;
    border-radius: 10px;
    background-color: rgba(222, 239, 252, 0.1);
    display: flex;
    font-size: 24px;
    color: rgba(21, 61, 111, 0.44);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    transition: all 0.2s linear;
    font-weight: 500;
    line-height: 26px;
    grid-gap: 5px;
}

.profile-layout .nav li a:hover {
    background-color: rgba(21, 61, 111, 0.44);
    transition: all 0.2s linear;
    color: #162f46;
}

.profile-layout .nav li a:hover path {
    fill: white;
    transition: all 0.2s linear;
}

.profile-layout .nav li a.active {
    background-color: rgba(21, 61, 111, 0.44);
    transition: all 0.2s linear;
    color: #162f46;
}

.profile-layout .nav li a.active path {
    fill: white;
}

@media (max-width: 992px) {
    .profile-layout .nav li a {
        line-height: 24px;
        font-size: 18px;
    }

    .profile-layout .nav li a svg {
        width: 62px;
        height: 62px;
    }
}

@media (max-width: 576px) {
    .profile-layout .nav li a {
        line-height: 20px;
        font-size: 16px;
    }

    .profile-layout .nav li a svg {
        width: 52px;
        height: 52px;
    }
}

@media (max-width: 450px) {
    .profile-layout .nav li a {
        padding: 10px;
    }

    .profile-layout .nav li a svg {
        width: 36px;
        height: 36px;
    }
}

@media (max-width: 390px) {
    .profile-layout .nav {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 10px;
    }
}

.profile-layout .card {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border: 0px solid transparent;
    padding: 30px;
    border-radius: 10px;
}

.profile-layout .card h5 {
    font-size: 24px;
    color: #162f46;
    font-weight: 500;
}

@media (max-width: 768px) {
    .profile-layout .card {
        padding: 20px;
    }
}

.faq .accordion-button::after {
    color: #162f46;
}

.faq p {
    font-size: 20px;
}

@media (max-width: 768px) {
    .faq .accordion-button::after {
        width: 1.5rem;
        height: 1.5rem;
        background-size: 1.5rem;
    }

    .faq p {
        font-size: 16px;
    }
}

.marquee {
    background: #deeffc;
    overflow: hidden;
    position: relative;
}

.marquee .marquee-tricker {
    display: flex;
    flex-wrap: nowrap;
    grid-gap: 20px;
    transform: all 0.1s linear;
}

.marquee .marquee-tricker div {
    white-space: nowrap;
    margin-bottom: 0px;
    font-size: 18px;
    padding: 10px 0px;
    color: #162f46;
}

.marquee .btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cash-page .grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.cash-page .grid span {
    font-size: 20px;
    font-weight: 400;
    color: #162f46;
}

.cash-page .grid span:nth-child(2n) {
    font-weight: 800;
}

.create-req .result-list {
    display: grid;
    grid-template-columns: 1fr 60px;
    grid-gap: 10px;
    align-items: center;
}

.create-req .result-list p {
    margin-bottom: 0px;
    font-weight: bold;
    color: rgb(85, 145, 215);
}

.create-req .btns {
    grid-gap: 30px;
    display: flex;
    align-items: flex-start;
}

.create-req .btns .btn {
    font-size: 16px;
    font-weight: 500;
}

@media (max-width: 786px) {
    .create-req .btns {
        flex-direction: column-reverse;
    }
}

.autoexchange-info p {
    margin-bottom: 0px;
}

.autoexchange-info .grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 0px;
}

.autoexchange-info .grid span {
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.autoexchange-info .grid span:nth-child(2n) {
    font-weight: 800;
}

@media (max-width: 768px) {
    .autoexchange-info .grid span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .autoexchange-info .grid {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
}

.autoexchange-info h4 {
    margin-top: 20px;
    color: rgb(85, 145, 215);
    font-weight: bold;
}

.autoexchange-info .verify-card label {
    color: #162f46;
    font-weight: 600;
    margin-bottom: 5px;
}

.autoexchange-info .verify-card .form-control {
    height: 55px;
    border-radius: 10px;
    color: #162f46;
    font-weight: 500;
    font-size: 16px;
}

.autoexchange-info .verify-card .form-control:focus {
    box-shadow: 0px 0px 0px transparent;
    outline: 1px solid white;
}

.autoexchange-info .verify-card h4 {
    margin-top: 0px;
}

.autoexchange-info .verify-card h4.sm {
    font-size: 18px;
}

.autoexchange-info .verify-card-two h4.sm {
    font-size: 14px;
}

.autoexchange-info .verify-card-two .tab-togglers {
    color: #162f46;
    font-weight: 500;
    margin-bottom: 10px;
}

.autoexchange-info .verify-card-two .tab-togglers span {
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.autoexchange-info .verify-card-two .tab-togglers span.active {
    color: rgb(85, 145, 215);
    border-color: rgb(85, 145, 215);
}

.autoexchange-info .verify-card-two ul {
    list-style: none;
    padding-left: 0px;
    border: 1px solid white;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(222, 239, 252, 0.1);
}

.autoexchange-info .verify-card-two ul li {
    color: #162f46;
    font-size: 16px;
}

.autoexchange-info .verify-card-two ul li strong {
    color: rgb(85, 145, 215);
}

.autoexchange-info .verify-card-two img {
    min-height: 200px;
}

.autoexchange-info .verify-card-two .add_img label {
    display: flex;
    grid-gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: rgb(85, 145, 215);
    align-items: center;
    cursor: pointer;
}

.info-bid h6 {
    font-size: 1.5rem;
}

@media (max-width: 576px) {
    .info-bid h6 {
        font-size: 1.2rem;
    }
}

@media (max-width: 400px) {
    .info-bid h6 {
        font-size: 1rem;
    }
}

.info-bid .btn-dark,
.info-bid .btn-dark-blue {
    font-size: 1.2rem;
}

.settings .form-group label {
    font-size: 16px;
    color: #162f46;
    font-weight: 500;
}

.settings .form-group .input-wrapper {
    width: 100%;
}

.settings .form-group .input-wrapper .form-control {
    padding: 0px 10px;
}

.settings .form-group .input-wrapper .form-control::placeholder {
    line-height: 30px;
}

.settings .form-group .input-wrapper .from-group {
    border: none;
    border-bottom: 0px solid white;
    border-radius: 0px;
    padding: 0px;
}

.settings .form-group .input-wrapper .from-group input {
    padding: 0px;
    font-size: 24px;
}

.settings .form-group .input-wrapper .from-group input:read-only {
    background-color: transparent;
}

.settings .form-group:hover .edit {
    display: inline-block;
}

.settings .form-group .edit {
    display: none;
}

.settings .form-control {
    padding: 0px 10px !important;
}

.referral ul {
    list-style: none;
    padding-left: 0px;
}

.referral ul a {
    font-size: 18px;
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

.referral ul a.active-link {
    background-color: rgba(21, 61, 111, 0.44);
    color: #162f46;
}

.referral .payout label {
    color: #162f46;
    font-weight: 600;
}

.referral .payout input {
    height: 50px;
    border-radius: 20px;
    color: #162f46;
    font-size: 18px;
}

.referral .payout input:focus {
    box-shadow: 0px 0px 0px transparent;
}

@media (max-width: 576px) {
    .referral .payout input {
        height: 45px;
    }
}

.referral .payout-status .status-item {
    display: flex;
    grid-gap: 10px;
}

.referral .payout-status .status-item h5 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: bold;
}

.referral .payout-status .status-item p {
    margin-bottom: 0px;
}

.referral .payout-status .status-item .icon {
    width: 55px;
    border-radius: 20%;
    height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(21, 61, 111, 0.44);
    color: #162f46;
    font-weight: 800;
    font-size: 26px;
}

.referral .payout-status .status-item .icon svg {
    width: 30px;
    height: 30px;
}

@media (max-width: 576px) {
    .referral .payout-status .status-item .icon {
        width: 70px;
        height: 70px;
    }

    .referral .payout-status .status-item .icon svg {
        width: 50px;
        height: 50px;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        bottom: 20px;
    }
}

.referral .my-referral {
    font-size: 20px;
    font-weight: 500;
    color: #162f46;
    cursor: pointer;
}

.referral .my-referral:hover {
    color: #0a58ca;
}

.referral .bids thead th {
    color: #162f46;
    font-weight: bold;
    text-align: center;
}

.referral .bids thead th:last-child {
    text-align: right;
}

.referral .bids tbody {
    border-top: 1px solid white;
}

.referral .bids tbody td {
    text-align: center;
    color: rgba(21, 61, 111, 0.44);
    border-color: rgba(21, 61, 111, 0.44);
}

.referral .bids tbody td:last-child {
    text-align: right;
}

.profile-history table thead th {
    font-size: 16px;
    color: #162f46;
}

.profile-history table thead th:last-child {
    text-align: center;
}

.profile-history table thead th:first-child {
    text-align: center;
}

.profile-history table tbody td {
    font-size: 14px;
    color: #162f46;
    font-weight: 500;
}

.profile-history table tbody td:first-child {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.profile-history table tbody td:last-child {
    text-align: center;
}

.profile-history .table-striped>tbody>tr:nth-of-type(odd)>* {
    background-color: white !important;
    --bs-table-accent-bg: white;
    color: rgba(21, 61, 111, 0.44);
}

.profile-history .table> :not(:first-child) {
    border-top: 2px solid white;
}

.profile-history .table> :not(caption)>*>* {
    border-color: rgba(21, 61, 111, 0.44);
}

.profile-history .bids-limit {
    display: flex;
    align-items: center;
}

.profile-history .bids-limit h5 {
    margin-bottom: 0px;
}

.profile-history .bids-limit button {
    padding: 0px;
    border: 0px;
    padding-left: 10px;
    font-size: 22px;
    font-weight: 500;
    color: #162f46;
}

.profile-history .bids-limit .dropdown-menu {
    min-width: 3rem;
    padding: 0px;
}

.profile-history .bids-limit .dropdown-item {
    cursor: pointer;
    color: #162f46;
    font-weight: 600;
}

.profile-history .bids-limit .dropdown-item.active {
    background-color: rgba(21, 61, 111, 0.44);
    color: #162f46;
}

.cards img {
    height: 400px;
    width: 600px;
    max-width: 100%;
    transition: all 0.2s linear;
    transform-origin: center;
    object-fit: cover;
}

.cards .btns {
    display: flex;
    grid-gap: 10px;
}

.cards .btns .btn {
    padding: 10px 20px;
}

.cards .btns .btn-danger:focus {
    box-shadow: 0px 0px 0px transparent;
}

.card {
    background: rgb(25, 27, 31);
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 8px, rgba(0, 0, 0, 0.04) 0px 16px 24px, rgba(0, 0, 0, 0.01) 0px 24px 32px;
    border-radius: 24px;
}

.сontests ol {
    padding-left: 18px;
}

.сontests ol li {
    color: #162f46;
    font-weight: 500;
}

.сontests h5 {
    color: #162f46;
}

.сontests ul {
    padding-left: 40px;
}

.сontests ul li {
    color: #162f46;
    font-weight: 500;
}

.сontests .progress-сontests {
    margin: 40px 0px;
    max-width: 800px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: space-between;
    align-items: center;
    position: relative;
}

@media (min-width: 800px) {
    .сontests .progress-сontests {
        min-width: 800px;
    }
}

@media (max-width: 768px) {
    .сontests .progress-сontests {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 450px) {
    .сontests .progress-сontests {
        justify-content: flex-start !important;
        align-items: flex-start;
    }
}

.сontests .progress-сontests a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    grid-gap: 20px;
    position: relative;
    width: 65px;
    height: 65px;
}

.сontests .progress-сontests a span {
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.сontests .progress-сontests a:hover path {
    fill: #0a58ca;
}

.сontests .progress-сontests a.active path {
    fill: #0a58ca;
}

.сontests .progress-сontests a.active .line {
    background: white;
}

.сontests .progress-сontests a svg {
    background-color: #162f46;
}

.сontests .progress-сontests a:nth-child(2n) span {
    bottom: -30px !important;
}

.сontests .progress-сontests a:nth-child(2n) .line {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
    width: 200%;
}

.сontests .progress-сontests a:nth-child(2n-1) span {
    top: -40px;
}

.сontests .progress-сontests a:nth-child(2n-1) .line {
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: left center;
    width: 200%;
}

.сontests .progress-сontests a .line {
    display: inline-block;
    height: 4px;
    width: 200%;
    background-color: rgba(21, 61, 111, 0.44);
    position: absolute;
    transform: translateY(-50%) !important;
}

@media (max-width: 768px) {
    .сontests .progress-сontests a .line {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .сontests .progress-сontests a {
        transform: translateX(0px) !important;
        margin-top: 10px !important;
        position: relative;
        display: flex;
    }

    .сontests .progress-сontests a span {
        left: calc(100% + 10px) !important;
        top: calc(50% - 10px) !important;
        right: auto !important;
        min-width: 200px !important;
        text-align: left;
    }

    .сontests .progress-сontests a .line {
        display: none;
    }

    .сontests .progress-сontests a:first-child .line {
        left: 100%;
        top: 50%;
        transform: translateY(-50%) rotate(16deg) !important;
        transform-origin: left center;
        width: 260px;
    }

    .сontests .progress-сontests a:nth-child(2) {
        transform: translateX(330px);
    }

    .сontests .progress-сontests a:nth-child(2) .line {
        right: 100%;
        top: 220%;
        transform: translateY(-50%) rotate(-16deg) !important;
        transform-origin: left center;
        width: 260px;
    }

    .сontests .progress-сontests a:nth-child(3) {
        margin-top: 30px;
    }

    .сontests .progress-сontests a:nth-child(3) .line {
        left: 100%;
        top: 100%;
        transform: translateY(-50%) rotate(13deg) !important;
        transform-origin: left center;
        width: 260px;
    }

    .сontests .progress-сontests a:nth-child(4) {
        margin-top: 30px;
        transform: translateX(330px);
    }
}

.сontests .progress-сontests path {
    fill: rgba(21, 61, 111, 0.44);
}

.header-container {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header h2 {
    width: 500px;
}

.header p {
    width: 650px;
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    /* or 33px */
    letter-spacing: 0.02em;
    /* white */
    color: #ffffff;
}

.timer {
    max-height: 190px;
    margin-left: 30px;
    margin-right: 100px;
    background: #000;
    padding: 35px 20px;
    background: rgba(78, 46, 49, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-backdrop-filter: blur(3.5px);
    backdrop-filter: blur(3.5px);
    border-radius: 12px;
}

.timer p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.timer h1 {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #fa8d50;
}

.what-to-do-container {
    display: flex;
    justify-content: start;
}

.what-to-do-container img {
    max-width: 385px;
}

.what-to-do {
    margin-left: 100px;
}

.what-to-do h2 {
    margin-left: 30px;
    margin-bottom: 45px;
}

.what-to-do ol {
    counter-reset: counter;
    max-width: 602px;
}

.what-to-do ol li {
    list-style: none;
    position: relative;
    counter-increment: counter;
    padding-left: 75px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
}

.what-to-do ol li p {
    margin-top: 10px;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
}

.what-to-do ol li ::before {
    content: counter(counter);
    position: absolute;
    left: 0;
    top: 2px;
    width: 44px;
    height: 44px;
    color: #fa8d50;
    background: #4e2e31;
    border-radius: 50%;
    text-align: center;
    font-family: "Rubik";
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 125%;
}

.important {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 150px;
}

.important h1 {
    margin-bottom: 30px;
    transform: translate(-25%, 0);
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 59px;
    /* identical to box height */
    letter-spacing: 0.02em;
    /* white */
    color: #ffffff;
}

.important .important-text-container {
    margin-left: 25px;
    display: flex;
    align-items: center;
}

.important .important-text-container .important-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 20px;
    width: 30%;
    max-width: 411px;
    height: 260px;
    margin-right: 30px;
    background: #4e2e31;
}

.important .important-text-container .important-container p {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    text-align: center;
    letter-spacing: 0.02em;
}

@media (max-width: 900px) {
    .img-money {
        display: none;
    }

    .header-container {
        flex-direction: column;
    }

    .important .important-text-container .important-container {
        width: 100%;
    }

    .important-text-container {
        flex-direction: column;
    }

    .important-container {
        margin-top: 12px;
    }
}

@media (max-width: 575px) {
    ol {
        padding-left: 0;
    }

    ol li {
        padding-right: 15px;
    }

    .what-to-do ol li {
        padding-left: 0;
    }

    .what-to-do ol li ::before {
        left: -80px;
    }

    .important-container {
        height: 209px;
    }
    .step3 h1 {
        margin-left: 0;
    }

    h2 {
        margin-top: 0;
    }

    .what-to-do h2 {
        margin-top: 20px;
    }
}

header.swap-header {
    padding: 1rem 0px;
}

header.swap-header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    width: 100%;
    top: 0px;
    z-index: 21;
    position: relative;
}

header .header-fixed {
    background-color: rgb(25, 27, 31);
    position: fixed;
    top: 0px;
    left: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    z-index: 100;
}

header .header-list-swap {
    list-style: none;
    justify-self: center;
    background-color: rgb(25, 27, 31);
    width: -moz-fit-content;
    width: fit-content;
    padding: 2px;
    border-radius: 16px;
    display: grid;
    grid-auto-flow: column;
    gap: 10px;
    overflow: auto;
    align-items: center;
    margin-bottom: 0px;
}

header .header-list-swap li a {
    display: flex;
    flex-flow: row nowrap;
    border-radius: 3rem;
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: rgb(195, 197, 203);
    font-size: 1rem;
    font-weight: 500;
    padding: 8px 12px;
    word-break: break-word;
    overflow: hidden;
    white-space: nowrap;
}

header .header-list-swap li a.active {
    border-radius: 14px;
    font-weight: 600;
    justify-content: center;
    color: rgb(255, 255, 255);
    background-color: rgb(33, 36, 41);
}

header sup {
    top: 8px;
    left: 2px;
}

header .btn-dark {
    align-items: center;
    background-color: rgb(25, 27, 31);
    border: 2px solid rgb(25, 27, 31);
    border-radius: 16px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: flex;
    font-weight: 500;
    justify-content: space-between;
    padding: 6px 8px;
}

header .btn-dark img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}

header .btn-dark span {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 500;
}

header .dropdown-lists-token .dropdown-menu {
    top: 6px !important;
    background-color: rgb(25, 27, 31);
    border: 2px solid rgb(25, 27, 31);
    border-radius: 16px;
    color: rgb(255, 255, 255);
    padding: 10px;
    min-width: 240px;
    box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 8px, rgba(0, 0, 0, 0.04) 0px 16px 24px, rgba(0, 0, 0, 0.01) 0px 24px 32px;
}

header .dropdown-lists-token .dropdown-menu h3 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #c0c0c0;
}

header .dropdown-lists-token .dropdown-menu img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item {
    color: #162f46;
    padding: 0px;
    padding: 10px 14px;
    border-radius: 10px;
    cursor: pointer;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item ul {
    display: none;
    list-style: none;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item .bol {
    display: none;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item.active {
    background-color: rgba(255, 255, 255, 0.05);
}

header .dropdown-lists-token .dropdown-menu .dropdown-item.active .bol {
    display: inline-block;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item.active ul {
    display: block;
    margin-bottom: 0px;
    margin-top: 10px;
}

header .dropdown-lists-token .dropdown-menu .dropdown-item.active ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #c0c0c0;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}

header .dropdown-nav .dropdown-menu {
    background-color: rgb(33, 36, 41);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    top: 6px !important;
    border-radius: 20px;
    min-width: 250px;
    overflow: hidden;
}

header .dropdown-nav .dropdown-menu .dropdown-item {
    color: #ccc;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
}

header .dropdown-nav .dropdown-menu .dropdown-item:hover {
    color: #162f46;
    background-color: transparent;
}

header .dropdown-nav .dropdown-menu .dropdown-item[aria-current=page] {
    background-color: rgba(0, 0, 0, 0.4);
}

header .botttom-list-swap {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: center;
    width: 100%;
}

@media only screen and (max-width: 992px) {
    header .swap-header .wrapper {
        grid-template-columns: 1fr 1fr;
    }
}

.trade-card {
    box-shadow: 0 0 33px rgba(41, 41, 42, 0.1);
    transition: transform, opacity 0.15s 0.15s;
    border-radius: 1.5rem;
    height: 100%;
    padding: 1.5rem;
    position: relative;
    animation: fade 1s linear 0s 1 forwards;
    position: relative;
}

@media (max-width: 991px) {
    .trade-card.first {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        box-shadow: 0px -10px 33px rgba(41, 41, 42, 0.1);
    }

    .trade-card.two {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        box-shadow: 0px 10px 33px rgba(41, 41, 42, 0.1);
    }

    .trade-card .right {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 90%;
        width: 120px;
        background-color: rgba(21, 61, 111, 0.44);
        opacity: 0.07;
        right: -70px;
        z-index: -1;
        border-top-left-radius: 100%;
        border-bottom-left-radius: 100%;
        animation: rightSlideTrade 2s linear 0s infinite alternate;
    }

    @keyframes rightSlideTrade {
        0% {
            right: -70px;
            width: 120px;
        }

        100% {
            right: -40px;
            width: 16px;
        }
    }

    .trade-card .left {
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 90%;
        width: 120px;
        background-color: rgba(21, 61, 111, 0.44);
        opacity: 0.07;
        left: -70px;
        z-index: -1;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        animation: leftSlideTrade 2s linear 0s infinite alternate;
    }

    @keyframes leftSlideTrade {
        0% {
            left: -70px;
            width: 120px;
        }

        100% {
            left: -40px;
            width: 16px;
        }
    }
}

.trade-card .step-text {
    font-size: 1rem;
    font-weight: 500;
    color: #162f46;
}

@media (max-width: 992px) {
    .trade-card .step-text {
        display: none;
    }
}

.trade-card h4 {
    font-size: 1.3rem;
    line-height: 2rem;
    font-weight: 800;
    color: #fff;
    margin: 10px 0px;
}

.trade-card h4.h4 {
    min-height: 68px;
}

.trade-card .btn-primary {
    background: #0a58ca;
}

.trade-card .btn-primary:hover {
    background: white;
}

.trade-card .min-max {
    display: flex;
    justify-content: space-between;
}

.trade-card .min-max p {
    cursor: pointer;
}

.trade-card p {
    margin-bottom: 0px;
    font-size: 12px;
}

.trade-card .btn-reverse {
    position: absolute;
    right: -37px;
    top: 350px;
    background-color: #162f46;
    z-index: 1;
}

.trade-card .btn-reverse svg {
    transition: all 0.1s linear;
}

.trade-card .form-check {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}

.trade-card .form-check input {
    width: 20px;
    height: 19px;
}

.trade-card .form-check label {
    margin-top: 4px;
    color: #162f46;
    cursor: pointer;
}

.trade-card .form-check label a {
    text-decoration: underline;
    font-weight: 500;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.trade-slide {
    display: flex;
    list-style: none;
    padding-left: 0px;
    grid-gap: 10px;
}

.trade-slide li {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #deeffc;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid rgba(21, 61, 111, 0.44);
}

.trade-slide li.active {
    background-color: rgba(21, 61, 111, 0.44);
}

#Swap .swap-form-wrapper {
    width: 100%;
    /* background: #fff;     */
    /* box-shadow: rgba(0, 0, 0, 0.01) 0px 0px 1px, rgba(0, 0, 0, 0.04) 0px 4px 8px, rgba(0, 0, 0, 0.04) 0px 16px 24px, rgba(0, 0, 0, 0.01) 0px 24px 32px; */
    border-radius: 24px;
    margin-top: 1rem;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}


#Swap .swap-form-wrapper .heading {
    border-radius: 24px 24px 0 0;
    background: #0b1b2b;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#Swap .swap-form-wrapper .heading h3 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px;
    min-width: 0px;
    font-size: 32px;

}

#Swap .swap-form-wrapper .heading .btn path,
#Swap .swap-form-wrapper .heading .btn circle {
    stroke: rgba(255, 255, 255, 0.5);
}

#Swap .swap-form-wrapper .heading .btn:focus,
#Swap .swap-form-wrapper .heading .btn:hover {
    background-color: transparent;
    box-shadow: 0px 0px 0px transparent;
    border-color: transparent;
}

#Swap .swap-form-wrapper .heading .btn:focus path,
#Swap .swap-form-wrapper .heading .btn:focus circle,
#Swap .swap-form-wrapper .heading .btn:hover path,
#Swap .swap-form-wrapper .heading .btn:hover circle {
    stroke: rgb(255, 255, 255);
}

#Swap .swap-form-wrapper .swap-form {
    padding: 40px 20px 60px;
    border-top: 1px solid #162f46;
    background: #fff;
    border-radius: 0 0 24px 24px;
}
.swap-form_row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
}

#Swap .btn-dark-blue {
    width: 100%;
    height: 100%;
    margin-top: 0!important;
    color: #fff;
    font-size: 20px;
    padding: 0!important;
    padding-left: 15px!important;
    padding-right: 15px!important;
}
#Swap .btn-dark-blue:hover {
    background: #0b1b2b;
}

#Swap .input-arrow {
    padding: 4px;
    border-radius: 12px;
    height: 32px;
    width: 32px;
    position: relative;
    margin-top: -14px;
    margin-bottom: -14px;
    left: calc(50% - 16px);
    background-color: rgb(33, 36, 41);
    border: 4px solid rgb(25, 27, 31);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Swap .transaction-info {
    color: #162f46;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    padding: 4px 8px;
    border-radius: 12px;
    background-color: transparent;
    align-items: center;
    cursor: pointer;
    min-height: 40px;
    font-size: 14px;
}

#Swap .transaction-info p {
    margin-bottom: 0px;
}

#ModeExport .body {
    padding: 2rem;
}

#ModeExport .body p {
    margin: 0px;
    min-width: 0px;
    font-weight: 500;
    font-size: 20px;
    color: #162f46;
    margin-bottom: 20px;
}

#ModeExport .body .btn-danger {
    padding: 12px;
    width: 100%;
    font-weight: 500;
    text-align: center;
    border-radius: 20px;
    outline: none;
    border: 1px solid transparent;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1;
    will-change: transform;
    transition: transform 450ms ease 0s;
    transform: perspective(1px) translateZ(0px);
    background-color: rgb(255, 67, 67);
    border: 1px solid rgb(255, 67, 67);
}

#ModeExport .body .btn-danger:hover {
    background-color: rgb(185, 51, 51);
    border: 1px solid rgb(185, 51, 51);
}

.heading-alg {
    color: red;
    text-align: center;
}

.trade-timer {
    position: relative;
}

.trade-timer span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    font-weight: 600;
}

.trade-category {
    padding: 10px 0px;
    margin-top: 10px;
    border-bottom: 1px solid #40444f;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    list-style: none;
    grid-gap: 10px;
    grid-column-gap: 10px;
    padding-left: 0px;
    min-height: 65px;
}

.trade-category li {
    cursor: pointer;
    font-size: 14px;
    color: #162f46;
    border: 1px solid #40444f;
    border-radius: 10px;
    display: flex;
    padding: 6px 10px;
    align-items: center;
}

.trade-category li:active,
.trade-category li.active {
    color: #162f46;
    background: #40444f;
    border: 1px solid transparent;
}

.trade-list {
    list-style: none;
    padding-left: 0px;
    height: 250px;
    overflow: auto;
    margin-top: 10px;
}

.trade-list::-webkit-scrollbar {
    width: 8px;
}

.trade-list::-webkit-scrollbar-track {
    background: #162f46b9;
    border-radius: 20px;
}

.trade-list::-webkit-scrollbar-thumb {
    background-color: #0b1b2b;
    border-radius: 20px;
}

.trade-list::-webkit-scrollbar-thumb:hover {
    background-color: #ccc;
}

.trade-list li {
    margin-bottom: 2px;
    font-size: 18px;
    color: #162f46;
    display: flex;
    grid-gap: 10px;
    align-items: center;
    cursor: pointer;
    padding: 9px 10px;
    transition: all 0.1s linear;
    font-weight: 500;
    border: 1px solid transparent;
}

.trade-list li:hover {
    transition: all 0.1s linear;
    background-color: #162f46;
    color: #fff;
}

.trade-list li img {
    width: 30px;
    height: 30px;
}

.trade-list li.active {
    opacity: 0.5;
    transition: all 0.1s linear;
    cursor: initial;
}

.trade-list li.active:hover {
    background-color: transparent;
    color: #162f46;
}

.modal .modal-content {
    margin: 0px 0px 2rem;
    background: transparent;
    padding: 0px;
    align-self: center;
    display: flex;
    border-radius: 20px;
}
.modal-header {
    background: #0b1b2b;
    border-radius: 20px 20px 0 0;
    padding: 20px !important;
}
.modal-header h3 {
    margin-bottom: 0;
    color: #fff;
}
.modal-header line {
    stroke: #fff;
}
.modal .modal-content .px-3 {
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding-bottom: 20px;
}
.trade-list 

.modal .modal-content .header {
    position: relative;
}


.modal .modal-content .header h2 {
    color: #162f46;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    padding: 2rem;
    margin-bottom: 0px;
    border-bottom: 1px solid rgb(64, 68, 79);
}

.modal .modal-content .header .btn {
    position: absolute;
    right: 20px;
    top: 1.7rem;
}

.modal .modal-content .main-body .text-wrapper-theme {
    border: 1px solid rgb(44, 47, 54);
    background-color: rgb(33, 36, 41);
    padding: 1rem;
    font-size: 14px;
    color: #162f46;
    font-weight: 500;
    border-radius: 16px;
    font-weight: 600;
    margin: 20px 0px;
}

.modal .modal-content .main-body .text-wrapper-theme a {
    text-decoration: none;
    color: rgb(33, 114, 229);
}

.modal .modal-content .main-body .text-wrapper-theme a:hover {
    text-decoration: underline;
}

.modal .modal-content .main-body .text-wrapper-theme p {
    margin-bottom: 0x;
}

.modal .modal-content .main-body .text-wrapper-theme:hover {
    background: rgba(33, 36, 41, 0.8);
}

.modal form .btn-primary {
    width: 100%;
    padding: 10px 0px;
}

.modal form p {
    text-align: center;
    margin-bottom: 0px;
}

.modal form p span {
    color: rgba(21, 61, 111, 0.44);
    cursor: pointer;
}

.modal form p span:hover {
    color: #162f46;
}

.modal h6 {
    font-size: 18px;
    color: #162f46;
}

@media (max-width: 768px) {
    .modal h6 {
        font-size: 16px;
    }
}

.modal#crypto-exchange p {
    margin-bottom: 0px;
}

.modal#crypto-exchange .grid {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-column-gap: 10px;
}

.modal#crypto-exchange .grid span {
    color: #162f46;
    font-size: 18px;
    font-weight: 600;
}

.modal#crypto-exchange .grid span:nth-child(2n) {
    font-weight: 800;
}

@media (max-width: 768px) {
    .modal#crypto-exchange .grid span {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .modal#crypto-exchange .grid {
        grid-template-columns: 1fr;
        grid-gap: 0px;
    }
}

.modal#crypto-exchange h4 {
    margin-top: 20px;
    color: rgba(21, 61, 111, 0.44);
    font-weight: bold;
}

.modal#crypto-exchange .verify-card label {
    color: #162f46;
    font-weight: 600;
    margin-bottom: 5px;
}

.modal#crypto-exchange .verify-card .form-control {
    height: 55px;
    border-radius: 10px;
    color: #162f46;
    font-weight: 500;
    font-size: 16px;
}

.modal#crypto-exchange .verify-card .form-control:focus {
    box-shadow: 0px 0px 0px transparent;
    outline: 1px solid white;
}

.modal#crypto-exchange .verify-card h4 {
    margin-top: 0px;
}

.modal#crypto-exchange .verify-card h4.sm {
    font-size: 18px;
}

.modal#crypto-exchange .verify-card-two h4.sm {
    font-size: 14px;
}

.modal#crypto-exchange .verify-card-two .tab-togglers {
    color: #162f46;
    font-weight: 500;
    margin-bottom: 10px;
}

.modal#crypto-exchange .verify-card-two .tab-togglers span {
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

.modal#crypto-exchange .verify-card-two .tab-togglers span.active {
    color: rgba(21, 61, 111, 0.44);
    border-color: rgba(21, 61, 111, 0.44);
}

.modal#crypto-exchange .verify-card-two ul {
    list-style: none;
    padding-left: 0px;
    border: 1px solid white;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(222, 239, 252, 0.1);
}

.modal#crypto-exchange .verify-card-two ul li {
    color: #162f46;
    font-size: 16px;
}

.modal#crypto-exchange .verify-card-two ul li strong {
    color: rgba(21, 61, 111, 0.44);
}

.modal#crypto-exchange .verify-card-two img {
    min-height: 200px;
}

.modal#crypto-exchange .verify-card-two .add_img label {
    display: flex;
    grid-gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: rgba(21, 61, 111, 0.44);
    align-items: center;
    cursor: pointer;
}

.modal .qiwi-wallet-btns {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
    justify-content: center;
    height: 100%;
}

@media (max-width: 700px) {
    .requisites-of-receiver {
        font-size: 11px !important;
    }
}

@media (max-width: 375px) {
    .requisites-of-receiver {
        word-wrap: break-all;
        font-size: 9px !important;
    }
}

.input-wrapper label {
    display: block;
    margin-bottom: 10px;
}

.form-select {
    height: 55px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
}

.form-select:focus {
    box-shadow: 0px 0px 0px transparent;
}

.input-swap {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    border-radius: 20px;
    border: 1px solid #162f46;
    background-color: #fff;
    z-index: 1;
    width: initial;
    transition: height 1s ease 0s;
    will-change: height;
}

.input-swap:hover {
    border: 1px solid rgb(64, 68, 79);
}

.input-swap .btn-primary {
    border-radius: 20px;
    height: 2.4rem;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
}

.input-swap input {
    color: #162f46;
    position: relative;
    font-weight: 500;
    outline: none;
    border: none;
    flex: 1 1 auto;
    background-color: transparent;
    font-size: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    appearance: textfield;
    text-align: left;
    width: 100%;
}

.input-swap .desc {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px;
    appearance: textfield;
    color: rgb(140, 144, 156);
    font-size: 14px;
}

.input-swap .btn-token {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid #162f46;
    color: #162f46;
    font-size: 16px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 6px 10px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    height: 2.4rem;
}
.input-swap .btn-token path {
    stroke: #162f46;
    transition: .3s;;
}

.input-swap .btn-token img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.input-swap .btn-token:hover {
    background-color: #162f46;
    color: #fff;
}
.input-swap .btn-token:hover path {
    stroke: #fff;
}


@media (min-width: 576px) {
    .input-swap .btn-token {
        min-width: 112px;
    }
}

@media (max-width: 576px) {
    .input-swap .code {
        display: none;
    }
}

#react-select-3-listbox {
    background-color: #212429;
}

label {
    font-size: 14px;
}

.form-select {
    cursor: pointer;
}

.form-control,
.form-select,
.css-1s2u09g-control,
.css-1pahdxg-control {
    border-radius: 0px;
    border: 1px solid #fff;
    background-color: #162f46;
    border-radius: 20px;
    color: #ffffff;
    height: 55px;
}

.form-control:read-only,
.form-select:read-only,
.css-1s2u09g-control:read-only,
.css-1pahdxg-control:read-only {
    background-color: #212429;
}

.form-control .css-qc6sy-singleValue,
.form-control .css-1pndypt-Input,
.form-select .css-qc6sy-singleValue,
.form-select .css-1pndypt-Input,
.css-1s2u09g-control .css-qc6sy-singleValue,
.css-1s2u09g-control .css-1pndypt-Input,
.css-1pahdxg-control .css-qc6sy-singleValue,
.css-1pahdxg-control .css-1pndypt-Input {
    color: #162f46;
}

.form-control:focus,
.form-select:focus,
.css-1s2u09g-control:focus,
.css-1pahdxg-control:focus {
    box-shadow: 0px 0px 0px transparent;
    background-color: #0b1b2b;
    color: #fff;
    /* border-color: #162f46; */
}

.css-9gakcf-option:focus {
    color: black;
}

.css-9gakcf-option {
    background: white;
    color: black;
}

#form-submit-data .form-body .css-1pahdxg-control .css-qc6sy-singleValue:focus {
    color: black;
}

.msg {
    color: red;
    font-size: 12px;
}

.from-group {
    position: relative;
}

.from-group .btn-eye {
    position: absolute;
    top: 8px;
    right: 0px;
}

.lds-ripple {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-ripple div {
    position: absolute;
    border: 4px solid white;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.lds-dual-ring {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.modal-info-loader {
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-info-loader svg {
    width: 220px;
    height: 70px;
    animation: fade 0.4s linear 0s infinite alternate;
}

.info-loader {
    background: rgb(33, 36, 41);
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100vh;
    display: inline-block;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.info-loader svg {
    width: 260px;
    height: 100px;
    animation: fade 0.4s linear 0s infinite alternate;
}

@keyframes fade {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 18px;
}

.lds-ellipsis div {
    position: absolute;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
    left: 20px;
    animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
    left: 32px;
    animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(12px, 0);
    }
}

.alert-copy {
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    animation: fadein 0.2s linear 0s 1 forwards;
    opacity: 0;
    max-width: 430px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

@media (max-width: 576) {
    .alert-copy {
        max-width: 98%;
    }
}

@media (max-width: 576px) {
    .alert-trade {
        transform: translateY(20px) translateX(-50%);
        margin-bottom: 0px;
    }
}

.comments-link-container {
    display: none;
}

@media (min-width: 992px) {
    .comments-link-container {
        display: block;
        width: 30%;
        margin-bottom: 40px;
    }
}

.comments-link-adaptive {
    display: none;
}

@media (max-width: 560px) {
    .comments-link-adaptive {
        display: block;
    }
}

.online-chat-root-TalkMe {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px !important;
}

.online-chat-root-TalkMe .trigger-background {
    background: #082958 !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .badge-background {
    background: #ff6c60 !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe a {
    color: #376dbf !important;
}

.online-chat-root-TalkMe a:visited {
    color: #376dbf !important;
}

.online-chat-root-TalkMe .link-color {
    color: #376dbf !important;
}

.online-chat-root-TalkMe a:hover {
    color: #376dbf !important;
}

.online-chat-root-TalkMe .default-font-size {
    font-size: 14px !important;
}

.online-chat-root-TalkMe .trigger-font-size {
    font-size: 12px !important;
}

.online-chat-root-TalkMe .trigger-font-family {
    font-family: Arial, Helvetica, sans-serif !important;
}

.online-chat-root-TalkMe .content-background {
    background: #ffffff !important;
}

.online-chat-root-TalkMe .top-z-index {
    z-index: 2147483649 !important;
}

.online-chat-root-TalkMe .typo {
    letter-spacing: 0.03em !important;
}

.online-chat-root-TalkMe .client-message-background {
    background: #e8e8e8 !important;
    color: #414243 !important;
}

.online-chat-root-TalkMe .client-message-background a,
.online-chat-root-TalkMe .client-message-background a:hover {
    color: #414243 !important;
}

.online-chat-root-TalkMe .operator-message-background {
    background: #3cb868 !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .operator-message-background a,
.online-chat-root-TalkMe .operator-message-background a:hover {
    color: #ffffff !important;
}

.online-chat-root-TalkMe .online-chat-widget-container {
    border: 0px !important;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(17, 17, 17, 0.2) !important;
}

.online-chat-root-TalkMe .online-chat-widget-container-border-radius {
    border-radius: 8px !important;
}

.online-chat-root-TalkMe .has-content-border-radius .content-border-radius-top {
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.online-chat-root-TalkMe .has-content-border-radius .content-border-radius-bottom {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.online-chat-root-TalkMe .force-content-border-radius-bottom {
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}

.online-chat-root-TalkMe .online-chat-widget-container.drag-active {
    box-shadow: 0 20px 20px rgba(17, 17, 17, 0.2) !important;
}

.online-chat-root-TalkMe .widget-header-background {
    background: #082958 !important;
}

.online-chat-root-TalkMe .widget-header-color {
    color: #ffffff !important;
}

.online-chat-root-TalkMe .widget-header {
    padding-top: 1.5em !important;
    padding-bottom: 1.5em !important;
}

.online-chat-root-TalkMe .operator-avatar.with-border {
    border: 1px solid #ffffff !important;
}

.online-chat-root-TalkMe .message {
    border-radius: 8px !important;
}

.online-chat-root-TalkMe .like-link-light-border {
    border: 1px solid #376dbf2e !important;
    color: #376dbf !important;
}

.online-chat-root-TalkMe .like-link-border {
    border: 1px solid #376dbf !important;
}

.online-chat-root-TalkMe .link-color-background {
    background: #376dbf !important;
}

.online-chat-root-TalkMe .chat-selectable-item.selected {
    box-shadow: 0 0.5em 0.8em #376dbf2e !important;
}

.online-chat-root-TalkMe .btn.primary.inverse,
.online-chat-root-TalkMe button.primary.inverse,
.online-chat-root-TalkMe input[type="submit"].primary.inverse,
.online-chat-root-TalkMe .btn.primary.inverse:focus,
.online-chat-root-TalkMe button.primary.inverse:focus,
.online-chat-root-TalkMe input[type="submit"].primary.inverse:focus,
.online-chat-root-TalkMe .btn.primary.inverse:active,
.online-chat-root-TalkMe button.primary.inverse:active,
.online-chat-root-TalkMe input[type="submit"].primary.inverse:active {
    color: #4d74c7 !important;
    background: #ffffff !important;
}

.online-chat-root-TalkMe .btn.primary,
.online-chat-root-TalkMe button.primary,
.online-chat-root-TalkMe input[type="submit"].primary,
.online-chat-root-TalkMe .btn.primary:focus,
.online-chat-root-TalkMe button.primary:focus,
.online-chat-root-TalkMe input[type="submit"].primary:focus,
.online-chat-root-TalkMe .btn.primary:active,
.online-chat-root-TalkMe button.primary:active,
.online-chat-root-TalkMe input[type="submit"].primary:active,
.online-chat-root-TalkMe .btn.primary.inverse:hover,
.online-chat-root-TalkMe button.primary.inverse:hover,
.online-chat-root-TalkMe input[type="submit"].primary.inverse:hover {
    background: #4d74c7 !important;
    color: #ffffff !important;
    border-color: #4d74c7 !important;
}

.online-chat-root-TalkMe .content-border-radius-top>.ps__rail-y {
    margin: null !important;
}

.online-chat-root-TalkMe .chat-history-wrapper>.ps__rail-y {
    margin-top: null !important;
    margin-bottom: null !important;
}

.online-chat-root-TalkMe .widget-tab-content {
    margin: 0 0em 0em !important;
    overflow: hidden !important;
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.online-chat-root-TalkMe .placeholder-color,
.online-chat-root-TalkMe .placeholder-color-when-blurred:not(:focus),
.online-chat-root-TalkMe input::placeholder,
.online-chat-root-TalkMe textarea::placeholder {
    color: #9ca2a8 !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper.d-flex.vertical {
    height: auto !important;
    background: #ffffff !important;
    color: #595959 !important;
    border: 0px solid #e1e5eb !important;
    margin: -8px 0em 0em 0em !important;
    border-radius: 0px !important;
    padding-top: 8px !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper textarea::placeholder {
    color: #c1c1c1 !important;
}

.online-chat-root-TalkMe .chat-textarea-wrapper textarea {
    border-radius: 0px !important;
}

.online-chat-root-TalkMe input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]),
.online-chat-root-TalkMe textarea,
.online-chat-root-TalkMe select,
.online-chat-root-TalkMe .like-input,
.online-chat-root-TalkMe button,
.online-chat-root-TalkMe input[type="submit"],
.online-chat-root-TalkMe .btn {
    border: 1px solid #e1e5eb !important;
}

.online-chat-root-TalkMe input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]):not(.error):hover,
.online-chat-root-TalkMe input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="submit"]):not([type="button"]):not(.error):focus,
.online-chat-root-TalkMe textarea:not(.error):hover,
.online-chat-root-TalkMe textarea:not(.error):focus,
.online-chat-root-TalkMe select:not(.error):hover,
.online-chat-root-TalkMe select:not(.error):focus,
.online-chat-root-TalkMe .like-input:not(.error):hover,
.online-chat-root-TalkMe .like-input:not(.error):focus,
.online-chat-root-TalkMe button:hover:not(.primary):not(.inverse),
.online-chat-root-TalkMe input[type="submit"]:hover:not(.primary):not(.inverse),
.online-chat-root-TalkMe .btn:hover:not(.primary):not(.inverse) {
    border-color: #b3bdcc !important;
}

.online-chat-root-TalkMe .trigger-popup .inner,
.online-chat-root-TalkMe .trigger-popup .inner:before,
.online-chat-root-TalkMe .trigger-popup .inner:after {
    border-color: #e1e5eb !important;
}

.online-chat-root-TalkMe .trigger-popup .inner {
    background: #ffffff !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .trigger-popup .inner .slot {
    color: #595959 !important;
}

.online-chat-root-TalkMe .trigger-popup .inner .close {
    background: #e1e5eb !important;
    color: #595959 !important;
}

.online-chat-root-TalkMe .trigger-popup .trigger-menu li:hover {
    background: #f1f2f7 !important;
    color: #595959 !important;
}

.online-chat-root-TalkMe .popup-notification {
    background: rgba(0, 0, 0, 0.8) !important;
    color: #ffffff !important;
}

.online-chat-root-TalkMe .device-type-desktop .popup-notification {
    left: 14px !important;
    right: auto !important;
    bottom: 14px !important;
    top: auto !important;
}

.online-chat-root-TalkMe .trigger-classic {
    border-radius: 7px 7px 0 0 !important;
    border-top: 4px solid rgba(0, 0, 0, 0.15) !important;
}

.supportNotLoaded .TalkMe-online,
.supportNotLoaded .TalkMe-offline,
.supportOnline .TalkMe-offline,
.supportOffline .TalkMe-online {
    display: none !important;
}


#countdown svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #162f46;
    fill: none;

}

#countdown svg circle.b {
    animation: countdown 30s infinite forwards;
}

#countdown svg {
    width: 40px;
    height: 40px;
    transform: rotateZ(-90deg);
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }

    to {
        stroke-dashoffset: 113px;
    }
}

.price-list {
    display: none;
    font-size: 20px;
    font-weight: 700;
}

.price-list.active {
    display: block;
}
.step {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #162f46;
    padding-top: 100px;
    /* transition: .3s; */
    /* display: none; */
}

.step.active {
    transition: .3s;
    /* display: block; */
}
.step1:not(.active) {
    transform: translateY(100%);
}
.step1 {
    
    padding-bottom: 60px;
    background: #fff;
}

.step2 {
    transform: translateY(-100%);
    color: #fff;
}
.step2.active {
    transform: translateY(0);
}
.step3 {
    transform: translateY(-100%);
    /* height: auto; */
    
    color: #fff;
}
.step3.active {
    transform: translateY(0);
}
.step4 {
    transform: translateY(-100%);
    /* height: auto; */
    color: #fff;
}
.step4.active {
    transform: translateY(0);
}

.min-container {
    width: 100%;
    /* height: 100vh; */
    display: flex;
    flex-direction: column;
}
.min-container>div {
    width: 100%;
}
.modal-backdrop {
    z-index: -1;
}
#inp-card input {
    display: none;
}
#inp-card input.active {
    display: block;
}

.autoexchange-info .grid img {
    max-width: 20px;
    max-height: 20px;
}
.bi-check {
    display: none;
}
#trade-modal-to .trade-list li:first-child {
    display: none;
}
@media (max-width: 1050px) {
    .swap-form_row {
        grid-template-columns: 1fr;
    }
    #Swap .btn-dark-blue {
        padding: 20px!important;
    }
    .price-list {
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .col-lg-8+.col-4.d-lg-block {
        margin-top: 40px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    #status {
        margin-top: 10px;
    }
}
@media (max-width: 720px) {
    #Address {
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    #Address {
        font-size: 14px;
    }
}
.step1-content {
    padding-top: 80px;
}
.notmobile {
    font-size: 1.3em;
    margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    
}
.advantages-icon {
    font-size: 14em;
    text-align: center;
}
.advantages-icon span {
    display: block;
    position: relative;
}
.advantages-icon i {
    left: 0;
    position: absolute;
    right: 0;
}
.advantages-descr {
    text-align: center;
    margin-top: 20px;
}
.advantages-descr p {
    font-size: 16px;
    margin-bottom: 0;
}
.header {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
    background: rgb(25, 27, 31);
}
.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
}
.menu__item {
    margin-left: 20px;
    
}
.menu__link {
    color: #fff;
    font-size: 18px;
    transition: .1s;
    font-weight: bold;
    text-transform: uppercase;
}
.menu__link:hover {
    color: #fff;
    opacity: 0.7;
}
.logo {
    display: block;
    width: 230px;
}
@media(max-width: 575px) {
    .logo {
        /* max-width: 180px; */
    }
    .logo img {
        width: 100%;
    }
    .menu__link {
        font-size: 14px;
    }
    h1 {
        font-size: 30px;
    }
}
@media(max-width: 400px) {
    .logo {
        max-width: 130px;
    }
    .menu__link {
        font-size: 12px;
    }
    .step {
        padding-top: 35px;
    }
    h1 {
        font-size: 28px;
    }
    #Swap .swap-form-wrapper .heading h3 {
        font-size: 24px;
    }
    #Swap .swap-form-wrapper .heading {
        padding: 20px;
    }
}