/* Reset CSS */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0; padding: 0; border: 0;
    font: inherit; font-size: 100%; vertical-align: baseline;
}


/* Reset CSS - HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body {  line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
div{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


/* Basic */
html { height: 100%; background-color: #1b2337; }
body {
    margin: 0; padding: 0;
    font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #727b93; font-size: 13px; font-weight: 400; text-align: left;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
a, .lnk { cursor: pointer; text-decoration: none; color: #51ded2; transition: all 0.2s ease-out; font-size: 17px; }
a:hover, .lnk:hover { color: #4cccc1; }
a[href^="tel:"] { text-decoration: inherit; color: inherit; }
h1 { font-size: 30px; color: #FFF; font-weight: 300; line-height: 36px; }

.clear { clear: both; }
.hidden { display: none; }
.center { text-align: center; }

/* Input - Reset default styles */
input:invalid,
textarea:invalid,
select:invalid  {
    /* Firefox adds  border to field if form is invalid */
    box-shadow:0 0 0 red;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /* Chrome adds background and font color if login form */
    -webkit-box-shadow: 0 0 0 30px #1b2337 inset; /* Bg color */
    -webkit-text-fill-color: #FFFFFF !important; /* Font color */
}

input,
input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

video:focus { outline: none; }

/* General RWD */
.visible-mobile { display: none; }

/* Tbl */

.tbl {
    border-collapse: collapse;
}
.tbl tr th {
    border: 1px solid #2e374e; color: #FFF; font-weight: normal;
}
.tbl tr td {
    border: 1px solid #2e374e;
}
.tbl tr td.color-1 {
    color: #727b93;
}

/* Tabs */
.tabs-container {text-align: center; }
.tabs { display: inline-block; overflow: hidden; }
.tabs .tab {
    float: left; width: 150px; height: 51px; cursor: pointer; margin: 0 5px;
    color: #727b93; font-size: 15px; font-weight: normal; line-height: 51px; text-align: center;
    border-bottom: 2px solid #2e374e;
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.tabs .tab:hover,
.tabs .tab.tab-sel { color: #FFF; border-bottom-color: #51ded2; }


/* Lists */
.lst {}
.lst .header-row {
    overflow: hidden; padding: 0;
    background-color: #0d1221;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.lst .header-row > div {
    float: left; height: 29px;
    color: #727b93; font-size: 12px; line-height: 29px;
}
.lst .header-row > div.row-sortable          { cursor: pointer; }
.lst .header-row > div.row-sortable.sel-asc  { padding-right: 19px; background: url("../img/markets-sort-asc.png") no-repeat right center; }
.lst .header-row > div.row-sortable.sel-desc { padding-right: 19px; background: url("../img/markets-sort-desc.png") no-repeat right center; }
.lst .row {
    overflow: hidden; padding: 2px 0 2px 0; position: relative;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.lst .row.odd { background-color: #141a2c; }
.lst .row.even {}

.lst .row.row-empty {
    padding: 20px;
    color: #a6b7c7; font-size: 13px; text-align: center;
}

.lst .row > div {
    float: left;  position: relative; height: 25px;
    color: #a6b7c7; font-size: 12px; line-height: 25px;
}

/* Switch checkbox */
.switch { display: inline-block; position: relative; --switch-width: 50px; --switch-height: 31px; width: var(--switch-width); height: var(--switch-height); text-align: left; }
.switch input { opacity: 0; width: 0; height: 0; }
.switch .slider { position: absolute; width: 100%; height: 100%; top: 5px; left: 0; right: 0; bottom: 0; cursor: pointer; border-radius: 16px; background-color: #141A2C; transition: all 0.3s ease; }
.switch .slider:before { position: absolute; content: ""; height: 20px; width: 20px; left: 8px; bottom: 6px; background-color: #2e374e; transition: all 0.3s ease; border-radius: 50%; }
.switch input:checked + .slider { background-color: #2e374e; }
.switch input:checked + .slider:before { transform: translateX(15px); background-color: #51DED2; }

/* Currency list */
.lst.lst-currency { text-align: left; padding-top: 15px; }
.lst.lst-currency .header-row > div { height: 50px; line-height: 50px; font-size: 14px; }
.lst.lst-currency .header-row > div.row-name       { width: 21%; padding-left: 30px; }
.lst.lst-currency .header-row > div.row-price-last { width: 12%; text-align: right; }
.lst.lst-currency .header-row > div.row-change     { width: 10%; text-align: right; }
.lst.lst-currency .header-row > div.row-24h-high   { width: 12%; text-align: right; }
.lst.lst-currency .header-row > div.row-24h-low    { width: 12%; text-align: right; }
.lst.lst-currency .header-row > div.row-24h-volume { width: 16%; text-align: right; }
.lst.lst-currency .header-row > div.row-graph      { width: 17%; text-align: right; padding: 0 30px; }

.lst.lst-currency .row > div { height: 50px; line-height: 50px; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lst.lst-currency .row > div:hover { cursor: pointer; }
.lst.lst-currency .row > div.row-name       { width: 21%; padding-left: 30px; }
.lst.lst-currency .row > div.row-price-last { width: 12%; text-align: right; }
.lst.lst-currency .row > div.row-change     { width: 10%; text-align: right; }
.lst.lst-currency .row > div.row-24h-high   { width: 12%; text-align: right; }
.lst.lst-currency .row > div.row-24h-low    { width: 12%; text-align: right; }
.lst.lst-currency .row > div.row-24h-volume { width: 16%; text-align: right; }
.lst.lst-currency .row > div.row-graph      { width: 17%; text-align: right; padding: 0 30px; }
.lst.lst-currency .row > div.row-graph svg  { width: auto; max-width: 100%; height: auto; }

.lst.lst-currency .row > div.row-change.green { color: #51ded2; }
.lst.lst-currency .row > div.row-change.red   { color: #fd315b; }

.lst.lst-currency .row > div a { color: #a6b7c7; }
.lst.lst-currency .row:hover > div a,
.lst.lst-currency .row:hover > div a:hover{ color: #FFF; text-decoration: underline; }


.lst-currency-global-markets-txt { font-size: 15px; }
.lst-currency-data-provider {
    margin-top: 30px; padding-top: 10px;
    line-height: 18px; text-align: right;
    border-top: 1px solid #2e374e;
}

/* Pagination */
.pagination {
    position: relative; bottom: auto; right: auto; float: right; margin-top: 30px;
    transition: all 0.2s ease-out;
}
.pagination.pagination-work-in-progress { opacity: 0.5; }
.pagination > div, .pagination > a {
    min-width: 36px;height: 36px; cursor: pointer; float: left; margin-left: 1px; display: block;
    font-size: 14px; color: #727b93; line-height: 36px; text-align: center;
    background-color: #414a5f;
    transition: color 0.2s ease-out;
}
.pagination > :hover { color: #FFF; }
.pagination > .page-curr { color: #FFF; }

.pagination > .page-prev {
    background: #414a5f url("../img/pagination-arrows.png") no-repeat 15px 13px;
    border-top-left-radius: 3px; border-bottom-left-radius: 3px;
}
.pagination > .page-prev:hover { background-position: 15px -87px; }

.pagination > .page-next {
    background: #414a5f url("../img/pagination-arrows.png") no-repeat -85px 13px;
    border-top-right-radius: 3px; border-bottom-right-radius: 3px;
}
.pagination > .page-next:hover { background-position: -85px -87px; }

.pagination > .page-lbl { cursor: default; }
.pagination > .page-lbl:hover { color: #727b93; }

.pagination > .page-disabled { cursor: default; opacity: 0.5; }
.pagination > .page-disabled:hover { color: #727b93; }


/* Form */
.form .fld-row { position: relative; padding-top: 51px; }
.form .fld-row label {
    position: absolute; bottom: 20px; left: 20px; z-index: 1;
    color: #727b93; font-size: 14px;
}

::placeholder { color: #727b93; font-size: 14px; padding-left: 10px; }

.form .fld-row input[type=text],
.form .fld-row input[type=email],
.form .fld-row input[type=password],
.form .fld-row input[type=number] {
    width: 100%; height: 50px; padding-bottom: 2px; line-height: 50px;
}

.form .control { padding-top: 20px; }
.form .error-badge { position: absolute; bottom: 17px; right: 10px; width: 20px; height: 20px; z-index: 1; background: url("../img/error-badge.png") no-repeat top left; }
.form .error { position: absolute; bottom: -20px; right: 10px; color: #fd315b; font-size: 13px; text-align: right; white-space: nowrap; }

input[type=submit], input[type=button], .btn {
    width: 100%; height: 50px; cursor: pointer; display: inline-block; padding: 0 20px;
    font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #727b93; font-size: 14px; line-height: 46px; text-align: center;
    background-color: #414a5f;
    border: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}

input[type=text], input[type=email], input[type=password], input[type=number],textarea {
    padding: 0 10px 0 10px;
    font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #FFFFFF; font-size: 16px; font-weight: 400; text-align: left;
    background-color: #1b2337;
    border: 0; border-bottom: 2px solid #414a5f;
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    outline: none; /* Remove hover glow */
}
.btn.btn-color-green { border: 2px solid #51ded2; background-color: #51ded2; color: #0d1221; }
.btn.btn-color-green:hover { border: 2px solid #4cccc1; background-color: #4cccc1; }

.btn-back {
    width: 100%; height: 50px; cursor: pointer; display: inline-block; padding: 0 20px;
    font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #ffffff; font-size: 14px; line-height: 46px; text-align: center;
    border: 2px solid #2e374e;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; transition: all 0.2s ease-out;
}
.btn-back:hover {
    border: 2px solid #51ded2; background-color: #51ded2; color: #414a5f;
}

.btn-more { text-decoration: underline; }

.btn-show-all { display: inline-block; cursor: pointer; font-size: 15px; color: #727b93; text-decoration: underline; transition: all 0.2s ease-out; }
.btn-show-all:hover { color: #51ded2; text-decoration: underline; }
.btn-show-all-container { padding-top: 25px; text-align: center; }

/* Popup */
.popup-overlay {
    position: absolute; display: none; z-index: 3000; width: 100%; height: 100%; top: 0; left: 0;
    background-color: #0e1423;
    opacity: 0.8;
}
.popup {
    position:absolute; display: none; z-index: 3001; width: 380px; padding: 20px; left: calc(50% - 190px); top: 20%;
    background-color: #1b2337;
    -webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;
    box-shadow: 0px 5px 10px 0px rgba(11, 16, 28, 0.3);
}
.popup .popup-ttl {
    color: #ffffff; font-weight: 300; font-size: 24px; text-align: center;
}
.popup .popup-msg {
    padding-top: 28px;
    padding-bottom: 28px;
    color: #a6b7c7; font-weight: 400; font-size: 14px; text-align: center; line-height: 18px;
}

.popup.popup-remove .popup-ttl {
    padding: 75px 0 24px;
    background: url("../img/popup-remove.png") no-repeat center 10px;
}

.popup .btn-close { width: 180px; border: 2px solid #2e374e; background-color: #1b2337; }
.popup .btn-close:hover { border: 2px solid #51ded2; background-color: #51ded2; color: #414a5f; }

/* Widget - Dropdown */
.widget-drop-down {
    position: relative;  width: 100%; height: 50px; display: inline-block; font-size: 14px;
}
.widget-drop-down > .sel {
    width: 100%; height: 100%; padding: 0 29px 0 19px;  cursor: pointer;
    font-size: 14px; color: #ffffff; line-height: 46px; text-align: left;
    border: 2px solid #2e374e;
    border-radius: 3px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.widget-drop-down > .sel > span { color: #727b93; }

.widget-drop-down > .sel span.arrow {
    position: absolute; width: 35px; height: 46px; right: 2px;
    background: transparent url("../img/widget-drop-down-select-arrow.png") no-repeat right center;
    transition: all 0.2s ease-out;
}
.widget-drop-down.opened > .sel span.arrow { transform: rotate(180deg); }

.widget-drop-down.opened > .sel {
    background-color: #141a2b; border: 2px solid transparent;
    border-bottom-left-radius: 0; border-bottom-right-radius: 0;
    box-shadow: 0 5px 10px 0 rgba(11,16,28,0.35);
}
.popup .widget-drop-down > .sel { background-color: transparent;  border-color: #414a5f; }


.widget-drop-down .drop-down {
    position: absolute; left: 0; width: 100%; padding: 5px; z-index: 10;
    background-color: #141a2b;
    border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(11,16,28,0.35);
}
.widget-drop-down > .drop-down .items > div {
    position: relative; height: 50px; padding: 0 30px 0 15px; cursor: pointer;
    color: #a6b7c7; line-height: 50px;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    border-radius: 5px;
}
.widget-drop-down > .drop-down .items > div:hover { color: #ffffff; background-color: #1b2337; }

/* Pulsating chip - new */
.chip-new {
    position: relative; display: inline-block; --chip-new-w: 8px; --chip-new-h: 8px; width: var(--chip-new-w);
    height: var(--chip-new-h); background-color: #51DED2; border-radius: 50%; animation: chip-new-pulse-inner 2s linear infinite;
}
.chip-new:before {
    position: absolute; content: ""; width: calc(var(--chip-new-w) * 2); height: calc(var(--chip-new-h) * 2);
    left: calc(var(--chip-new-w) / 2 - var(--chip-new-w)); top: calc(var(--chip-new-h) / -2);
    background-color: #51DED2; border-radius: 50%; opacity: 0.5; animation: chip-new-pulse 2s linear infinite;
}

/* #menu-mobile */
.menu-mobile {
    position: fixed; width: 100%; height: 100%; top: -100%; left: 0; padding-top: 113px; display: none; z-index: 9; overflow-y: hidden;
    background-color: #0b101c;
}
.menu-mobile .register {  border-bottom: 2px solid #131a2a; }
.menu-mobile .register .btn {
    width: auto; height: 52px; margin: 26px 30px; display: block;
}
.menu-mobile .register .login {
    display: block; width: min-content; color: #FFF; margin: 10px auto 30px auto; font-size: 17px;
}
.menu-mobile .menu-links { padding: 10px 0px; border-bottom: 2px solid #131a2a; }
.menu-mobile .menu-links a {
    padding: 15px 0 15px 0; margin: 0 30px; display: block;
    font-size: 17px; font-weight: 400; color: #FFF;
}
.menu-mobile .menu-links a:nth-of-type(2) { padding: 20px 0 20px 0; }
.menu-mobile .languages {
    padding: 0 20px 0 30px; cursor: pointer;
    font-weight: 400;
    border-bottom: 2px solid #131a2a;
}
.menu-mobile .languages .local .lang-icon { display: inline; position: relative; width: 22px; height: 22px; top: -4px; }
.menu-mobile .languages .local > p { display: inline; position: relative; top: -8px; left: 10px; font-size: 17px; }
.menu-mobile .languages .local {
    height: 60px; padding: 22px 0 0 0px; margin-right: 20px;
    font-size: 16px; color: #FFF;
    background: url(../img/icons-v2/mobile-arrow.svg) no-repeat right center; background-size: 14px 14px;
}
.menu-mobile .mobile-app-txt { width: 100%; text-align: center; font-size: 16px; color: #FFF; padding: 30px 0; }
.menu-mobile .mobile-apps { text-align: center; }
.menu-mobile .mobile-apps > a { display: inline-block; width: 56px; height: 56px; }
.menu-mobile .mobile-apps > a:nth-of-type(1) { background: url("../img/mobile-app-play-store.svg?v=2"); }
.menu-mobile .mobile-apps > a:nth-of-type(2) { background: url("../img/mobile-app-app-store.svg?v=2"); margin-left: 10px; }
.mobile-menu-lang {
    position: fixed; width: 100%; height: 100%; left: -100%; top: 0; padding-top: 100px; display: none; z-index: 9; overflow-y: scroll;
    background-color: #0b101c;
}
.mobile-menu-lang .btn-back-lang {
    height: 50px; display: block; cursor: pointer;
    background: url(../img/mobile-menu-lang-left.svg) no-repeat 20px 10px; background-size: 9px 15px;
}
.mobile-menu-lang .lang {
    display: flex; height: 50px; flex-direction: row; align-items: center;
}
.mobile-menu-lang .lang .lang-icon { width: 22px; height: 22px; display: inline-block; margin-left: 20px;}
.mobile-menu-lang .lang > a {
    display: inline-block; width: 100%; font-size: 16px; color: #FFF; margin-left: 20px
}
.mobile-menu-lang .lang > a.selected { color: #51ded2; background: url(../img/mobile-menu-lang-sel.svg) no-repeat right 30px center; background-size: 10px; }

/* Block Markets */
.markets .lst .header-row {
    display: block; overflow: hidden; padding: 0 30px 0 30px;
    background-color: #141a2c;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.markets .lst .header-row div {
    float: left; overflow: hidden; height: 30px;
    font-size: 14px; color: #727b93; line-height: 30px; white-space: nowrap; text-overflow: ellipsis;
}
.markets .lst .header-row > div.pair       { width: 10%; }
.markets .lst .header-row > div.change     { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .header-row > div.price      { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .header-row > div.price-high { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .header-row > div.price-low  { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .header-row > div.volume     { width: 18%; padding-left: 10px; text-align: right; }

.markets .lst .row {
    display: none; overflow: hidden; padding: 0 30px 0 30px;
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}
.markets .lst .row.odd { background-color: #141a2c; }
.markets .lst .row > div {
    float: left; overflow: hidden; height: 50px; cursor: pointer;
    font-size: 14px; color: #a6b7c7; line-height: 50px; white-space: nowrap; text-overflow: ellipsis;
}
.markets .lst .row:hover > div.pair a { text-decoration: underline; }
.markets .lst .row > div a:hover { text-decoration: underline; }
.markets .lst .row > div.pair       { width: 10%; }
.markets .lst .row > div.change     { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .row > div.price      { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .row > div.price-high { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .row > div.price-low  { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .row > div.volume     { width: 18%; padding-left: 10px; text-align: right; }
.markets .lst .row > div.pair a       { color: #a6b7c7; }
.markets .lst .row > div.pair a:hover { color: #a6b7c7; text-decoration: underline; }
.markets .lst .row > div.change.green { color: #51ded2; }
.markets .lst .row > div.change.red   { color: #fd315b; }

.lst-currency .row { background-color: #141a2c; }
.lst-currency .row:nth-of-type(odd) { background-color: transparent; }
.lst-currency-global-markets-txt > a { font-size: 15px; text-decoration: underline; }
.lst-voting .row { background-color: #141a2c; }
.lst-voting .row:nth-of-type(odd) { background-color: transparent; }
.destruction-events .row { background-color: #141a2c; }
.destruction-events .row:nth-of-type(odd) { background-color: transparent; }
/* Index Page */
/* General styles */
.btn-green {
    height: 52px;
    font-size: 17px;
    line-height: 52px;
    background-color: #51ded2;
    color: #0d1221;
    text-decoration: none;
}
.btn-green:hover {
    background-color: #4cccc1;
    color: #0d1221;
}
.btn-gray {
    height: 52px;
    font-size: 17px;
    line-height: 52px;
    background-color: rgba(70, 78, 100, 1);
    color: #FFF;
    text-decoration: none;
}
.btn-gray:hover {
    background-color: rgba(70, 78, 100, 0.8);
    color: #fff;;
}

.btn-border-green {
    height: 52px;
    font-size: 17px;
    line-height: 52px;
    background-color: transparent;
    border-color: #51ded2;
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    text-align: center;
    padding: 0 43px 0 43px;
    text-decoration: none;
    font-weight: 400;
    color: #FFF;
}
.btn-border-green:hover {
    background-color: #51ded2;
    color: #0d1221;
}
.btn-border-gray {
    height: 52px;
    font-size: 17px;
    line-height: 46px;
    background-color: transparent;
    border-color: #727b93;
    border-width: 2px;
    border-radius: 4px;
    border-style: solid;
    text-align: center;
    padding: 0 43px 0 43px;
    font-weight: 400;
    color: #FFF;
}
.btn-border-gray:hover {
    background-color: #51ded2;
    border-color: #51ded2;
    color: #0d1221;
}

/* Index - section cover */
.home .section-cover { height: 649px; background-color: #0d1221; }
.home .section-cover .content { position: relative; width: 1200px; height: 100%; margin: 0 auto; padding-top: 80px; }

.home .section-cover .content .title { position: relative; z-index: 1; max-width: 800px; }
.home .section-cover .content .title > h1 { font-size: 60px; font-weight: 300; line-height: 80px; }
.home .section-cover .content .title > h2 { margin-top: 25px; font-size: 22px; line-height: 20px; font-weight: 400; color: #a6b7c7; }
.home .section-cover .content .title-mobile { position: relative; display: none; z-index: 1; margin-top: 120px; }
.home .section-cover .content .title-mobile > h1 { font-size: 30px; font-weight: 400; }
.home .section-cover .content .title-mobile > h2 { font-size: 20px; font-weight: 400; margin: 30px 0 0 0; color: #a6b7c7; }

.home .section-cover .content .currencies-mobile { display: none; width: calc(100% - 20px); position: absolute; top: 25px; }
.home .section-cover .content .currencies-mobile .currency { position: absolute; display: block; width: 50px; height: 50px; background-color: red; animation: float-anim 2s ease-in-out infinite; z-index: 5; }
.home .section-cover .content .currencies-mobile .currency.c-1 { background: url("../img/currency-v2/dtr.svg"); animation-delay: 0ms; width: 65px; height: 65px; left: calc(50% - 15px);}
.home .section-cover .content .currencies-mobile .currency.c-2 { background: url("../img/currency-v2/btc.svg"); animation-delay: 300ms; width: 55px; height: 55px; left: calc(50% - 25px); top: 90px; }
.home .section-cover .content .currencies-mobile .currency.c-3 { background: url("../img/currency-v2/eurs.svg"); animation-delay: 150ms; width: 50px; height: 50px; left: calc(50% - 90px); top: 50px; }

.home .section-cover .content .btn  { position: relative; cursor: pointer; width: 380px; margin-top: 40px; }
.home .section-cover .content > .map {
    position: absolute; width: 663px; height: 462px; background: url("../img/european-dotted-map.svg") no-repeat;
    background-size: cover; background-position: center;
    padding: 0; right: -150px; top: 30px; overflow: hidden; z-index: 0;
    animation: landing-reveal-up 1.5s ease-in-out forwards;
}
.home .section-cover .content .map .currency {
    position: absolute; width: 58px; height: 58px; background: url("../img/currency-v2/btc.svg"); visibility: hidden;
    animation: landing-pop-reveal 0.5s 0s ease-in-out forwards, float-anim 2s 0s ease-in-out infinite;
}
.home .section-cover .content .map .currency.c-1 {
    right: 130px; top: 140px; animation-delay: 1s, 1.5s;
    background: url("../img/currency-v2/eth.svg");
}
.home .section-cover .content .map .currency.c-2 {
    right: 250px; top: 230px; animation-delay: 1.6s, 2.1s;
    background: url("../img/currency-v2/usd.svg");
}
.home .section-cover .content .map .currency.c-3 {
    right: 350px; top: 100px; animation-delay: 1.8s, 2.3s;
    background: url("../img/currency-v2/btc.svg");
}
.home .section-cover .content .map .currency.c-4 {
    right: 380px; top: 300px; animation-delay: 1.4s, 1.9s;
    background: url("../img/currency-v2/eurs.svg");
}
.home .section-cover .content .map .currency.c-5 {
    right: 500px; top: 200px; animation-delay: 1.2s, 1.7s;
    background: url("../img/currency-v2/dtr.svg");
}

.home .section-cover .content .stripe {
    display: flex; position: absolute; width: calc(100% - 0px); height: 80px; bottom: 75px; flex-direction: row;  background-color: #1b2337;
    border-radius: 4px; z-index: 1;
}
.home .section-cover .content .stripe .payment {
    position: relative; background-size: cover; background-position: center; top: 32px;
}
.home .section-cover .content .stripe .payment.visa {
    width: 50px; height: 17px; left: 23px; background: url("../img/visa.svg") no-repeat;
}
.home .section-cover .content .stripe .payment.mastercard {
    width: 140px; height: 25px; top: 28px; left: 41px; background: url("../img/mastercard.svg") no-repeat;
}
.home .section-cover .content .stripe .buy-text > h3 { font-size: 20px; }
.home .section-cover .content .stripe .buy-text { display: flex; margin: 28px 12px 0 auto; flex-direction: row; }
.home .section-cover .content .stripe .buy-text-mobile { display: none; margin: 20px 0 20px 0; padding: 0 10px 0 10px; font-size: 17px; }
.home .section-cover .content .stripe .currency {
    display: block; overflow: hidden; color: #FFF; white-space: nowrap; text-align: right;
}
.home .section-cover .content .stripe .btn { width: auto; line-height: 48px; margin: 14px 15px; }

/* Index - section currencies */
.home .section-currencies { width: 100%; height: min-content; padding: 72px 0 56px 0; background-color: #1b2337; }
.home .section-currencies .info { width: 1200px; font-size: 20px; margin: 0 auto; padding-bottom: 72px; text-align: center; }
.home .section-currencies .info b { color: #ffffff; font-weight: 400; }
.home .section-currencies .info a { text-decoration: underline; font-size: 20px; }
.home .section-currencies .markets { position: relative; width: 1200px; margin: 0 auto; }
.home .section-currencies .markets .header {
    display: flex; flex-direction: row; height: 50px; background-color: #0d1221; border-radius: 4px;
}
.home .section-currencies .markets .header div {
    margin-top: 17px; font-size: 15px; color: #727b93;
}
.home .section-currencies .markets .header .currency { width: calc(100% - 790px); margin-left: 20px; }
.home .section-currencies .markets .header .last-price { width: 220px; text-align: right; }
.home .section-currencies .markets .header .last-price a { font-size: 15px; color: #a6b7c7; }
.home .section-currencies .markets .header .change { width: 170px; text-align: right; }
.home .section-currencies .markets .header .market { width: 200px; text-align: center; }
.home .section-currencies .markets .header .trade { width: 200px; }

.home .section-currencies .markets .item .col:nth-child(1) { width: calc(100% - 790px); margin-left: 20px; display: flex; flex-direction: row;  align-items: center; }
.home .section-currencies .markets .item .col:nth-child(2) { width: 220px; text-align: right; }
.home .section-currencies .markets .item .col:nth-child(3) { width: 170px; text-align: right; }
.home .section-currencies .markets .item .col:nth-child(4) { width: 200px; }
.home .section-currencies .markets .item .col:nth-child(5) { width: 200px; text-align: right; padding-right: 20px; }
.home .section-currencies .markets .item .col:nth-child(5) .more .btn { width: 150px; }
.home .section-currencies .markets .item .col:nth-child(6) { display: none; }
.home .section-currencies .markets .item .col:nth-child(6) > img { width: 40px; height: 40px; padding-right: 20px; }

.home .section-currencies .markets .item { display: flex; height: 80px; flex-direction: row; align-items: center; }
.home .section-currencies .markets .item:nth-child(odd) { background-color: #141a2c; border-radius: 4px; }

.home .section-currencies .markets .item .col > .ticker { display: flex; align-items: center;}
.home .section-currencies .markets .item .col > .ticker img { width: 58px; height: 58px; }
.home .section-currencies .markets .item .col > .ticker .name { display: inline-block; font-size: 20px; color: #FFF; margin-left: 30px; }
.home .section-currencies .markets .item .col > .ticker .full { display: inline-block; font-size: 20px; left: 155px; color: #a6b7c7; margin-left: 10px; }
.home .section-currencies .markets .item .col > .name { font-size: 20px; color: #FFF; margin-left: 30px; }
.home .section-currencies .markets .item .col > .last-price { font-size: 20px; right: 534px; color: #a6b7c7; }
.home .section-currencies .markets .item .col > .change { font-size: 20px; right: 380px; color: #a6b7c7; }
.home .section-currencies .markets .item .col > .change.green { color: #51ded2; }
.home .section-currencies .markets .item .col > .change.red { color: #fc305b; }
.home .section-currencies .markets .item .col > .graph { width: 100%; text-align: center;}
.home .section-currencies .markets .item .col > .graph svg { width: 90px;  }
.home .section-currencies .markets .item .col > .btn { width: 154px;  margin: 0; position: static; }
.home .section-currencies .markets .item .col > .icon-mobile { width: 58px; height: 58px; display: block; }
.home .section-currencies .markets .item .col > .icon-mobile img { width: 40px; height: 40px; position: relative; top: 8px; }

.home .section-currencies .markets .view-all { width: 100%; margin: 60px 0px 0 0px; text-align: center; }
.home .section-currencies .markets .view-all > .btn { width: 380px;  }

/* Index - Section features */
.home h2 { font-size: 40px; color: #ffffff; font-weight: 300; }
.home .section-features { display: flex; height: min-content; background-color: #0d1221; flex-direction: column; align-items: center; padding-bottom: 50px; }
.home .section-features .features-ttl { padding: 100px 0 92px 0; }
.home .section-features .experience-ttl h2 { text-align: center; margin-top: 130px; line-height: 50px; }
.home .section-features .features { display: flex; flex-direction: row; }
.home .section-features .features.experience { margin-top: 40px;}
.home .section-features .features .box {
    display: flex; width: 380px; height: 340px; background-color: #1b2337;
    flex-direction: column; justify-content: center; align-items: center; border-radius: 4px;
}
.home .section-features .features .box.exp { background-color: transparent; justify-content: left; height: min-content; padding: 60px 0 60px 0; }
.home .section-features .features .box:nth-child(2) { margin: 0 30px 0 30px; }
.home .section-features .features .box p.col-ttl { font-size: 24px; color: #ffffff; font-weight: 400; text-align: center; margin-top: 28px; }
.home .section-features .features .box p.col-txt { font-size: 17px; color: #a6b7c7; padding-top: 30px; line-height: 21px; text-align: center; }
.home .section-features .features .box p.col-link { margin-top: 28px; text-decoration: underline; }
.home .section-features .features .box img { height: 58px; width: 58px; }
.home .section-features .features .box img:nth-child(2) { margin-left: 10px; }

/* Sub page */
.sub-page {}
.sub-page h1 { font-size: 40px; padding-bottom: 47px; }

.sub-page input[type="submit"]:hover ,

.sub-page .btn.btn-color-green:hover { border: 2px solid #4cccc1; background-color: #4cccc1; }

.sub-page #header { position: relative; }
.sub-page .main { max-width: 1240px; margin: 0 auto; padding: 26px 20px 160px 20px; min-height: 400px; }

.sub-page .main .breadcrumbs {
    padding-bottom: 16px;
    color: #727b93; font-size: 14px; line-height: 18px;
    border-bottom: 1px solid #2e374e;
}
.sub-page .main .breadcrumbs span { display: inline-block; padding: 0 6px 0 8px; }
.sub-page .main .breadcrumbs a { color: #727b93; font-size: 14px;  }
.sub-page .main .breadcrumbs a:hover { color: #51ded2; }
.sub-page .main .breadcrumbs a:last-child { color: #51ded2; }

.sub-page .main .menu-left { float: left; width: 260px; padding-top: 85px;  }
.sub-page .main .menu-left a.itm {
    display: block; padding: 18px 19px 16px 19px; margin-bottom: 2px;
    color: #727b93; font-size: 14px;
    background: no-repeat right 20px;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.sub-page .main .menu-left a.itm:hover,
.sub-page .main .menu-left a.itm.itm-sel {
    color: #FFF;
    background-color: #2e374e; background-image: url("../img/menu-left-sel-icon.png") ;
}
.sub-page .main .menu-left a.itm-sub {
    display: block; padding: 18px 19px 16px 39px;
    color: #727b93; font-size: 14px;
}
.sub-page .main .menu-left a.itm-sub:hover,
.sub-page .main .menu-left a.itm-sub.itm-sub-sel {
    color: #51ded2; text-decoration: underline;
}

.sub-page .main .content {
    float: left; width: calc(100% - 260px); padding-left: 80px; padding-top: 93px;
    line-height: 30px;
}

.sub-page.sub-page-full .main .content { float: none; width: 100%; padding-left: 0; }

.sub-page.sub-page-landing { background-color: #0d1221; }
.sub-page.sub-page-landing .main { max-width: none; padding: 0; }
.sub-page.sub-page-landing .main .content { float: none; width: 100%; padding: 0; }
.sub-page.sub-page-landing-light { background-color: #2e374e; }

/* Landing page - generic styles */
.landing-page .section  { text-align: center; }
.landing-page .section.dark  { background-color: #0d1221; }
.landing-page .section.med   { background-color: #1b2337; }
.landing-page .section.light { background-color: #2e374e; }
.landing-page .section .box  { max-width: 1240px; margin: 0 auto; padding: 92px 20px 100px; }
.landing-page .section .box .section-half { width: 50%; float: left; }
.landing-page .section .box  h1 { padding-bottom: 31px; font-size: 60px; line-height: 72px; color: #fff; font-weight: 300; }
.landing-page .section .box  h1 b { color: #a6b7c7; font-weight: 300; }
.landing-page .section .box  h2 { padding-bottom: 23px; font-size: 40px; line-height: 46px; color: #fff; font-weight: 300; }
.landing-page .section .box  h3 { padding-bottom: 36px; font-size: 20px; line-height: 24px; color: #a6b7c7; }
.landing-page .section .box  h3 span { color: #FFF; }
.landing-page .section .box  .btn { max-width: 380px; font-size: 18px; }

.landing-page .section .box .features { margin: 0 -15px; }
.landing-page .section .box .features .itm { width: calc(33.33% - 30px); float: left; margin: 0 15px; border-radius: 4px; }
.landing-page .section .box .features.dark .itm { height: 330px; padding: 30px; background-color: #0d1221; }
.landing-page .section .box .features .itm .txt-h1 { padding-top: 0; font-size: 40px; line-height: 46px; color: #51ded2; font-weight: 300; }
.landing-page .section .box .features .itm .txt-h2 { padding-top: 12px; font-size: 24px; line-height: 28px; color: #fff; }
.landing-page .section .box .features .itm .txt-h3 { padding-top: 28px; font-size: 18px; line-height: 26px; color: #a6b7c7; }
.landing-page .section .box .features .itm .txt-h3 b { font-weight: 400; color: #ffffff; }
.landing-page .section .box .features .itm .link { padding-top: 17px; }
.landing-page .section .box .features .itm .link a { font-size: 18px; line-height: 20px; text-decoration: underline; }
.landing-page .section .box .features .itm .link a:hover { text-decoration: underline; color: #64eadf; }

.landing-page .section.section-intro { padding: 19px 0 50px; text-align: left; }
.landing-page .section.section-intro h2 { padding-bottom: 45px; font-size: 24px; line-height: 28px; color: #a6b7c7; font-weight: 400; }
.landing-page .section.section-intro h2 b { color: #fff; font-weight: 400; }
.landing-page .section.section-intro .link-more { padding-top: 32px; }
.landing-page .section.section-intro .link-more a { font-size: 16px; line-height: 20px; text-decoration: underline; }
.landing-page .section.section-intro .link-more a:hover { text-decoration: underline; color: #64eadf; }
.landing-page .section.section-intro .animation { padding: 40px 20px 0; text-align: center; }
.landing-page .section.section-intro .animation img { max-width: 100%; width: auto; height: auto; }

.landing-page .section.section-info .animation img { max-width: 100%; width: auto; height: auto; }
.landing-page .section.section-info .section-half { padding-left: 20px; }
.landing-page .section.section-info .info-text { padding: 0 0 14px 20px; font-size: 18px; line-height: 26px; color: #a6b7c7; font-weight: 400; text-align: left; }
.landing-page .section.section-info .info-text b { font-weight: 400; color: #fff; }
.landing-page .section.section-info .info-text h2 { padding-bottom: 34px; }

.landing-page .drop-down { position: absolute; width: 276px; right: 0; padding: 0 28px; display: none; background-color: #1b2337; border-radius: 4px; }
.landing-page .drop-down a { display: block; margin: 22px 0 25px; font-size: 40px; line-height: 56px; color: #fff; font-weight: 300; }
.landing-page .drop-down a:hover { color: #51ded2; }

.section-action { text-align: center; height: 368px; padding-top: 90px;  background-color: #2e374e; flex-direction: column; }
.section-action h2 { font-size: 40px; height: 36px; font-weight: 300; color: #FFF; line-height: 36px; }
.section-action h3 { display: block; font-size: 20px; max-height: 20px; font-weight: 400; color: #9cacbc; line-height: 20px; margin: 35px 0 40px 0; }
.section-action .btn { width: 380px; height: 52px; font-size: 17px; white-space: nowrap; margin-top: 0px; }

/* Landing page - affiliate */
.landing-page.landing-page-affiliate .section.section-intro .animation { position: relative; padding: 0; }
.landing-page.landing-page-affiliate .section.section-intro .animation .main {
    position: relative; width: 300px; top: -50px; animation: landing-reveal-up 2s ease; pointer-events: none;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .affiliate {
    position: absolute; width: 115px; height: 115px; visibility: hidden;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .affiliate.affiliate-1 {
    right: 80px; top: -30px; animation: landing-pop-reveal 0.5s 1.2s ease-in-out forwards, float-anim 2s 1.7s ease-in-out infinite;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .affiliate.affiliate-2 {
    left: 170px; bottom: 90px;animation: landing-pop-reveal 0.5s 1s ease-in-out forwards, float-anim 2s 1.5s ease-in-out infinite;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .usdt {
    position: absolute; width: 58px; height: 58px; visibility: hidden;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .usdt.usdt-1 {
    left: 265px; top: 20px; animation: landing-pop-reveal 0.5s 1.3s ease-in-out forwards, float-anim 2s 1.8s ease-in-out infinite;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .usdt.usdt-2 {
    right: 60px; top: 160px; animation: landing-pop-reveal 0.5s 1.5s ease-in-out forwards, float-anim 2s 2.0s ease-in-out infinite;
}
.landing-page.landing-page-affiliate .section.section-intro .animation .usdt.usdt-3 {
    right: 180px; bottom: 60px; animation: landing-pop-reveal 0.5s 1.7s ease-in-out forwards, float-anim 2s 2.3s ease-in-out infinite;
}

.landing-page.landing-page-affiliate .section.section-why-join .box .features .itm .txt-h1 { padding-top: 46px; }
.landing-page.landing-page-affiliate .section.section-why-join .box .features .itm .link { padding-bottom: 23px; }

.landing-page.landing-page-affiliate .section.section-how-it-works .box .features .itm .icon { padding-top: 71px; }
.landing-page.landing-page-affiliate .section.section-how-it-works .box .features .itm .icon img { height: 51px; }
.landing-page.landing-page-affiliate .section.section-how-it-works .box .features .itm .txt-h2 { padding-top: 14px; }
.landing-page.landing-page-affiliate .section.section-how-it-works .box .features .itm .txt-h3 { padding-bottom: 23px; }

/* Landing page - Buy with credit card */
.landing-page.landing-page-buy-with-credit-card .section.section-intro { padding: 7px 0 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box h1 { user-select: none; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box h1 b  { position: relative; display: inline; cursor: pointer; padding-right: 34px; background: url("../img/landing/arrow.svg") no-repeat right 30px/20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .drop-down { display: none; position: absolute; left: 190px; top: 270px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box h2 { padding-bottom: 38px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .price { font-size: 24px; color: #a6b7c7; line-height: 23px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .price b { color: #51ded2; font-weight: 400; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .price b a { color: #51ded2; font-weight: 400; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .price svg { margin-left: 40px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .box .link-more { padding-bottom: 24px; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation { position: relative; height: 450px; padding: 0 0 0 20px; text-align: right; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .lottie { position: absolute; width: 600px; height: 600px; right: 0; user-select: none; pointer-events: none; }

.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .currency { position: absolute; animation: float-anim 2s ease-in-out infinite; visibility: hidden;  }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .currency.c1 { width: 90px; height: 90px; left: 200px; top: 80px; animation-delay: 0.1s; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .currency.c2 { width: 70px; height: 70px; left: 210px; top: 200px; animation-delay: 0.2s; }
.landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .currency.c3 { width: 60px; height: 60px; left: 120px; top: 170px; animation-delay: 0.32s; }

.landing-page.landing-page-buy-with-credit-card .section.section-payment-options .box .features .itm .icon { padding: 22px 0 15px; }
.landing-page.landing-page-buy-with-credit-card .section.section-payment-options .box .features .itm .icon img { height: 58px; margin: 0 5px; }
.landing-page.landing-page-buy-with-credit-card .section.section-info .animation { position: relative; visibility: hidden; }
.landing-page.landing-page-buy-with-credit-card .section.section-info .animation .large { width: 250px; height: 250px; padding-top: 110px; }
.landing-page.landing-page-buy-with-credit-card .section.section-info .animation .small { position: absolute; width: 90px; height: 90px; right: 130px; top: 50px;  animation: float-anim 2s ease-in-out infinite; }
.landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features { padding-top: 67px; }
.landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features .itm .txt-h2.price { padding-top: 8px; color: #a6b7c7; }
.landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features .itm .txt-h2.price b { color: #51ded2; font-weight: 400; }
.landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features .itm .icon img { cursor: pointer; height: 100px; transition: all 0.1s ease; }
.landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features .itm .icon img:hover { transform: scale3d(1.1, 1.1, 1.1); opacity: 0.9; }

.landing-page.landing-page-buy-with-credit-card .section.section-steps {
    --line-height: 200px; --icon-size: 58px; --icon-margin: 10px;
}
.landing-page.landing-page-buy-with-credit-card .section.section-steps h2 { font-size: 60px; line-height: 72px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps h3 { margin-top: 25px; line-height: 26px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .box { padding: 130px 20px 200px 20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps { display: flex; flex-direction: row; margin-top: 100px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip { display: flex; flex-direction: column; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .point { position: relative; width: var(--icon-size); height: var(--icon-size); border: 2px solid #727B93; border-radius: 22px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .check { width: var(--icon-size); height: var(--icon-size); background: url("../img/check.svg") no-repeat; opacity: 0.2; transition: opacity 0.5s ease; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .check.visible { opacity: 1; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .point::before {
    content: ""; position: absolute; width: 18px; height: 18px; left: calc(50% - 9px); top: calc(50% - 9px);
    background-color: #51DED2; border-radius: 50%; transition: background-color 0.5s ease;
}
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .point.disabled::before { background-color: #727B93; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip svg { width: 3px; height: var(--line-height); margin: var(--icon-margin) auto; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .stroke {
    stroke: #727B93; stroke-width: 3px; stroke-dasharray: 15; stroke-dashoffset: 50%; animation: dash-translate 600s linear infinite; opacity: 0; transition: opacity 0.5s ease;
}
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip .stroke.visible { opacity: 1; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text { width: 470px; text-align: left; margin-left: 25px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step { height: calc(var(--line-height) + var(--icon-size) + var(--icon-margin) * 2); }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step:last-of-type { height: min-content; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step .ttl { color: #ffffff; font-size: 24px; line-height: 30px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step .txt { padding-top: 12px; color: #A6B7C7; font-size: 18px; line-height: 26px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator { visibility: hidden; width: 435px; height: min-content; padding: 40px 28px 50px 28px; margin: auto 0 auto auto; background-color: #1B2337; border-radius: 4px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .icon { width: 100px; height: 100px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .methods { display: flex; flex-direction: row; justify-content: center; margin: 10px 0 50px 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .methods .method { width: 58px; height: 58px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .methods .method-1 { background: url("../img/landing/visa-grey.svg") no-repeat; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .methods .method-2 { background: url("../img/landing/mastercard-grey.svg") no-repeat; margin: 0 20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .methods .method-3 { background: url("../img/landing/sepa-grey.svg") no-repeat;}
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .btn-buy { width: 100%; max-width: 100%; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .lbl { font-size: 20px; color: #727B93; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .lbl:nth-of-type(1) { margin: 20px 0 10px 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .lbl:nth-of-type(2) { margin: 20px 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .amount { width: 100%; font-size: 60px; line-height: 72px; font-weight: 300; text-align: center; }

.landing-page.landing-page-buy-with-credit-card .section.section-fiats .box { display: flex; flex-direction: row; padding: 188px 20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .text { display: flex; flex: 1; max-width: 50%; flex-direction: column; text-align: left; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .text h3 { padding-bottom: 70px; font-size: 40px; line-height: 50px; font-weight: 300; color: #ffffff; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .text p.big { font-size: 24px; line-height: 30px; color: #ffffff; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .text p.small { margin-top: 25px; font-size: 20px; line-height: 30px; color: #A6B7C7; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats { display: grid; grid-template-columns: 170px 170px; margin: 0 10px 0 auto; opacity: 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats .fiat { display: flex; flex-direction: row; align-items: center; padding: 10px 0; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats .fiat .icon { width: 40px; height: 40px; margin-right: 15px; }
.landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats .fiat .name { font-size: 24px; color: #ffffff ;}

.landing-page.landing-page-buy-with-credit-card .section.section-methods .box { padding: 100px 20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-methods h3 { padding-bottom: 100px; font-size: 40px; font-weight: 300; color: #ffffff; }
.landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .row { display: flex; flex-direction: row; justify-content: space-between; }
.landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .row:first-of-type { margin-bottom: 20px; }
.landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .method { display: flex; width: 285px; height: 170px; border: 2px solid #1B2337; border-radius: 4px; justify-content: center; align-items: center; }
.landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .method > img { height: 30px; }

.landing-page.landing-page-buy-with-credit-card .section.section-payment-options h2 { padding-bottom: 60px; }
.landing-page.landing-page-buy-with-credit-card .section.section-payment-options .features .itm { display: flex; flex-direction: column; justify-content: center; }

/* Landing page - Market making bot */
.landing-page.landing-page-mmb .box .section-half:first-child { padding-right: 20px; }
.landing-page.landing-page.mmb .section-intro .box .section-half > h1 { color: #123213; spadding-bottom: 220px; }
.landing-page.landing-page-mmb .box .section-half > h2 span { color: #FFF; }
.landing-page.landing-page-mmb .box .section-half > .link { text-decoration: underline; }

.landing-page.landing-page-mmb .section.section-intro .box { padding: 0 20px; }
.landing-page.landing-page-mmb .section.section-intro { padding: 100px 0 156px 0; }
.landing-page.landing-page-mmb .section.section-intro .animation { position: relative; padding: 0; }
.landing-page.landing-page-mmb .section.section-intro .animation .lottie {
    position: absolute; height: auto; width: auto; left: 220px;
}
.landing-page.landing-page-mmb .section.section-intro .animation > img {
    position: absolute; width: 58px; height: 58px; left: 150px; top: 60px;
    animation: landing-reveal 0.6s ease-in-out, float-anim 3s infinite ease-in-out;
    animation-delay: 0s, 0.6s;
}

.landing-page.landing-page-mmb .section.section-wizard { padding: 120px 0 120px 0;  }
.landing-page.landing-page-mmb .section.section-wizard p { font-size: 18px; line-height: 26px; color: #a6b7c7; }
.landing-page.landing-page-mmb .section.section-wizard .box { padding: 0 20px; }
.landing-page.landing-page-mmb .section.section-wizard .steps { display: flex; align-items: center; visibility: hidden; }
.landing-page.landing-page-mmb .section.section-wizard .steps:nth-child(1) { animation-delay: 0.3s; }
.landing-page.landing-page-mmb .section.section-wizard .steps:nth-child(2) { animation-delay: 0.6s; }
.landing-page.landing-page-mmb .section.section-wizard .steps:nth-child(3) { animation-delay: 0.9s; }
.landing-page.landing-page-mmb .section.section-wizard .steps:nth-child(4) { animation-delay: 1.2s; }
.landing-page.landing-page-mmb .section.section-wizard .steps:not(:first-child) { margin-top: 30px; }
.landing-page.landing-page-mmb .section.section-wizard .steps > img { width: 58px; height: 58px; }
.landing-page.landing-page-mmb .section.section-wizard .steps > span { display: block; margin-left: 20px; font-size: 30px; text-align: left; color: #fff; font-weight: 300; }
.landing-page.landing-page-mmb .section.section-wizard .section-half.setup h1 { font-size: 40px; line-height: 40px; padding-bottom: 40px; }
.landing-page.landing-page-mmb .section.section-wizard .section-half.setup > .btn-gray { margin-top: 40px; }
.landing-page.landing-page-mmb .section.section-wizard .section-half.setup { text-align: left; margin-top: 50px; }

.landing-page.landing-page-mmb .section.section-strategies { padding: 120px 0 120px 0; }
.landing-page.landing-page-mmb .section.section-strategies .box { padding: 0 20px; }
.landing-page.landing-page-mmb .section.section-strategies .text { text-align: left; }
.landing-page.landing-page-mmb .section.section-strategies p { font-size: 18px; line-height: 26px; width: 460px; color: #a6b7c7; }
.landing-page.landing-page-mmb .section.section-strategies p > span { color: #FFF; }
.landing-page.landing-page-mmb .section.section-strategies .text { margin-top: 90px; }
.landing-page.landing-page-mmb .section.section-strategies .text > h1 { font-size: 40px; line-height: 40px; padding-bottom: 40px; }
.landing-page.landing-page-mmb .section.section-strategies .text > .btn-gray { margin-top: 40px; }
.landing-page.landing-page-mmb .section.section-strategies .setup > img { width: 460px; height: 460px; visibility: hidden; }

/* Landing page - About us */
.landing-page.landing-page-about .box { padding: 0; }
.landing-page.landing-page-about .text { text-align: left; color: #a6b7c7; }
.landing-page.landing-page-about .text > p { font-size: 18px; line-height: 26px; }
.landing-page.landing-page-about .text > p span { color: #FFF; }
.landing-page.landing-page-about .text > h1 { font-size: 60px; font-weight: 300; }
.landing-page.landing-page-about .text > h2 { font-size: 40px; font-weight: 300; }
.landing-page.landing-page-about .text > p a { text-decoration: underline; }

.landing-page.landing-page-about .section.section-header { padding: 180px 0 260px 0; }
.landing-page.landing-page-about .section.section-header .text { width: 700px; }
.landing-page.landing-page-about .section.section-header .text > p { font-size: 24px; line-height: 32px; }
.landing-page.landing-page-about .section.section-header .box { position: relative; }
.landing-page.landing-page-about .section.section-header .map {
    visibility: hidden; position: absolute; width: 650px; height: 450px; top: -200px; right: -100px;
}
.landing-page.landing-page-about .section.section-header .map .pin {
    position: absolute; width: 26px; height: 26px; animation: float-anim 3s infinite ease-in-out;
    top: 290px; left: 120px;
}
.landing-page.landing-page-about .section.section-header .address {
    position: absolute; bottom: -215px; right: 0px; font-size: 18px; line-height: 22px; text-align: right; visibility: hidden;
}

.landing-page.landing-page-about .section.section-header .address > span { display: block; width: min-content; margin-left: auto; color: #FFF; white-space: nowrap; }
.landing-page.landing-page-about .section.section-header .address > span::before { content: ""; display: inline-block; position: relative; width: 8px; height: 8px; left: -3px; bottom: 1px; background-color: #51ded2; border-radius: 50%; }
.landing-page.landing-page-about .section.section-success { padding: 275px 0 275px 0; }
.landing-page.landing-page-about .section.section-success .text > p:nth-child(3) { margin-top: 30px; }
.landing-page.landing-page-about .section.section-success .icons { display: flex; flex-direction: row; justify-content: flex-end; }
.landing-page.landing-page-about .section.section-success .icons .icon { visibility: hidden; position: relative; width: min-content; margin-top: 20px; }
.landing-page.landing-page-about .section.section-success .icons .icon:nth-child(2) { margin-left: 30px; }
.landing-page.landing-page-about .section.section-success .icons .icon > img { width: 190px; height: 190px; }
.landing-page.landing-page-about .section.section-success .icons .icon > a {
    position: absolute; right: 0; bottom: 60px; margin: 0;
}
.landing-page.landing-page-about .section.section-success .icons .icon > a img {
    width: 58px; height: 58px; opacity: 1; transition: opacity 0.2s ease;
}
.landing-page.landing-page-about .section.section-success .icons .icon > a img:hover { opacity: 0.8; }
.landing-page.landing-page-about .section.section-success .icons .icon .about {
    width: min-content; text-align: left; white-space: nowrap; font-size: 18px; line-height: 22px; margin: 10px auto;
}
.landing-page.landing-page-about .section.section-success .icons .icon .about > p:nth-child(1) { color: #FFF; }
.landing-page.landing-page-about .section.section-security { padding: 275px 0 275px 0; }
.landing-page.landing-page-about .section.section-security .logo { visibility: hidden; }
.landing-page.landing-page-about .section.section-security .logo .ceh { position: relative; width: 275px; margin: 35px 100px 0 auto;  }
.landing-page.landing-page-about .section.section-security .logo .ceh > img:first-child { position: relative; }
.landing-page.landing-page-about .section.section-security .logo .ceh > img:nth-child(2) {
    position: absolute; width: 90px; height: 90px; bottom: 0; right: 0;
    animation: float-anim 2s infinite ease-in-out;
}
.landing-page.landing-page-about .section.section-contact { padding: 100px 20px; }
.landing-page.landing-page-about .section.section-contact h2 { padding-bottom: 80px; }
.landing-page.landing-page-about .section.section-contact .contacts { width: 100%; display: flex; flex-direction: row; justify-content: space-between;}
.landing-page.landing-page-about .section.section-contact .contacts:nth-of-type(2) { margin-top: 80px; }
.landing-page.landing-page-about .section.section-contact .contacts .contact { width: 250px; text-align: left; margin: 0; }
.landing-page.landing-page-about .section.section-contact .contacts .contact > p { font-size: 24px; color: #fff; line-height: 24px; font-weight: 300; }
.landing-page.landing-page-about .section.section-contact .contacts .contact > a { font-size: 24px; }

.landing-page.landing-page-about .section.section-partners { padding: 100px 0 100px 0; }
.landing-page.landing-page-about .section.section-partners .partners { display: flex; flex-direction: row;  justify-content: space-between; margin-top: 20px; }
.landing-page.landing-page-about .section.section-partners .partners .partner { width: 100%; opacity: 0.4; transition: opacity 0.2s ease; }
.landing-page.landing-page-about .section.section-partners .partners .partner img { width: 240px; height: 100px; }
.landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(1) { margin-left: 100px; }
.landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(2) { margin: 0 175px 0 175px; }
.landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(3) { margin-right: 100px; }
.landing-page.landing-page-about .section.section-partners .partners .partner:hover { opacity: 1; }
.landing-page.landing-page-about .section.section-partners .btn { margin-top: 50px; }

/* Landing page - Launchpad (ieos) */
.landing-page.ieos .section.section-intro .animation {
    position: relative; width: 400px; height: 400px; padding: 0; margin-left: 100px;
    animation: landing-reveal-up 2s ease-in-out forwards; visibility: hidden;
}
.landing-page.ieos .section.section-intro .animation .circle-border{
    position: absolute; width: 100%; height: 100%;
    background-image: url("../img/icons-v2/launchpad.svg");
}
.landing-page.ieos .section.section-intro .animation .core {
    position: absolute; width: 100px; height: 100px; border-radius: 50%; background-color: #2c354a; left: calc(50% - 50px); top: calc(50% - 50px);
}
.landing-page.ieos .section.section-intro .animation .planet-1 {
    position: absolute; width: 100px; height: 100px; left: calc(50% - 50px); top: calc(50% - 50px);
    background-image: url("../img/icons-v2/launchpad-first-circle.svg");
    animation: landing-rotate 20s linear infinite reverse;
}
.landing-page.ieos .section.section-intro .animation .planet-2 {
    position: absolute; width: 400px; height: 400px; left: calc(50% - 200px); top: calc(50% - 200px);
    background-image: url("../img/icons-v2/launchpad-second-circle.svg");
    animation: landing-rotate 60s linear infinite;
}
.landing-page.ieos .section.section-intro .animation .core .dtr-1-holder {
    position: absolute; width: 350px; height: 350px; animation: landing-rotate 60s linear infinite;
    left: calc(50% - 175px); top: calc(50% - 175px);
}
.landing-page.ieos .section.section-intro .animation .core .dtr-1-holder .dtr-1 {
    width: 75px; height: 75px; background-image: url("../img/currency-v2/dtr.svg");
    animation: landing-rotate 60s linear infinite reverse; z-index: 5;
}
.landing-page.ieos .section.section-intro .animation .core .dtr-2-holder {
    position: absolute; width: 320px; height: 320px; animation: landing-rotate-2 60s linear infinite;
    left: calc(50% - 160px); top: calc(50% - 160px);
}
.landing-page.ieos .section.section-intro .animation .core .dtr-2-holder .dtr-2 {
    width: 42px; height: 42px; background-image: url("../img/currency-v2/eurs.svg");
    animation: landing-rotate-2-reverse 60s linear infinite reverse; z-index: 5;
}
.landing-page.ieos .section.section-intro .animation .core .dtr-3-holder {
    position: absolute; width: 220px; height: 220px; animation: landing-rotate-3 30s linear infinite;
    left: calc(50% - 110px); top: calc(50% - 110px);
}
.landing-page.ieos .section.section-intro .animation .core .dtr-3-holder .dtr-3 {
    width: 62px; height: 62px; background-image: url("../img/currency-v2/btc.svg");
    animation: landing-rotate-3-reverse 30s linear infinite reverse; z-index: 2;
}

.landing-page.fees .section-header .box h2 { font-size: 24px; line-height: 32px; color: #a6b7c7; font-weight: 400; }
.landing-page.fees .section p { margin-top: 40px; text-align: left; font-size: 15px; }
.landing-page.fees span.green { color: #51DED2; }
.landing-page.fees span.white{ color: #ffffff; }

.landing-page.fees .table { display: flex; width: 100%; padding-top: 30px; flex-direction: column; }
.landing-page.fees .section.dark .table .header { background-color: #141A2C; }
.landing-page.fees .table .header { display: flex; width: 100%; height: 50px; flex-direction: row; padding: 0 20px; align-items: center; color: #727B93; font-size: 14px; background-color: #0D1221; border-radius: 4px; }
.landing-page.fees .table .items { display: flex; flex-direction: column; }
.landing-page.fees .table .items .itm { display: flex; height: 50px; padding: 0 20px; flex-direction: row; align-items: center; font-size: 15px; color: #ffffff; border-radius: 4px; }
.landing-page.fees .table .items .itm:nth-of-type(2n) { background-color: #141A2C; }

.landing-page.fees .section-fees .info { display: flex; }
.landing-page.fees .section-fees p { font-size: 15px; }
.landing-page.fees .section-fees p.vip { color: #ffffff; margin-left: auto; }
.landing-page.fees .section-fees p.vip a { font-size: 13px; text-decoration: underline; }

.landing-page.fees .table.fees-bonuses { overflow-x: auto; }
.landing-page.fees .table.fees-bonuses .itm { height: 60px; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(1) { width: 50px; text-align: left; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(2) { width: 170px; text-align: right; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(3) { width: 60px; text-align: center; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(4) { width: 170px; text-align: left; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(5) { width: 130px; text-align: center; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(6) { width: 130px; text-align: center; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(7) { width: 130px; text-align: center; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(8) { width: 180px; text-align: right; }
.landing-page.fees .table.fees-bonuses .col:nth-of-type(9) { width: 180px; text-align: right; }

.landing-page.fees .table.withdrawal .itm { height: 60px; padding: 0 20px; }
.landing-page.fees .table.withdrawal .col:nth-of-type(1) { width: 70px; text-align: left; }
.landing-page.fees .table.withdrawal .col:nth-of-type(1) > img { display: block; width: 40px; height: 40px; }
.landing-page.fees .table.withdrawal .col:nth-of-type(2) { width: 50%; text-align: left; }
.landing-page.fees .table.withdrawal .col:nth-of-type(3) { width: 50%; text-align: left; }

.landing-page.fees .table.gateways .col:nth-of-type(1) { width: 50%; text-align: left; }
.landing-page.fees .table.gateways .col:nth-of-type(2) { width: 50%; text-align: left; }

.landing-page.fees .table.loan .col:nth-of-type(1) { width: 50%; text-align: left; }
.landing-page.fees .table.loan .col:nth-of-type(2) { width: 50%; text-align: left; }

/* Landing page - Mobile App */
.mobile-app .section.dark    { background-color: #1b2337; }
.mobile-app .section.darker  { background-color: #0d1221; }
.mobile-app .white { color: #ffffff; }

.mobile-app .box  { max-width: 1200px; margin: 0 auto; }
.mobile-app .info { width: 50%; position: relative; z-index: 1; color: #a6b7c7; font-size: 18px; line-height: 26px; }
.mobile-app .light .info { float: left; }
.mobile-app .dark .info { float: right; }
.mobile-app .info .ttl { padding-bottom: 15px; color: #f2f4f8; font-size: 60px; font-weight: 300; line-height: 70px; }
.mobile-app .info .lbl { padding-bottom: 40px; color: #f2f4f8; font-size: 40px; font-weight: 300; line-height: 40px; }
.mobile-app .info .txt { font-weight: 400; }

.mobile-app .btn-apk, .mobile-app .btn-register { width: 380px; max-width: 100%; }
.mobile-app .btn-back { width: 180px; margin-top: 40px; border-color: #414a5f; background-color: transparent; }
.mobile-app .btn-back:hover { border-color: #51ded2; }

.mobile-app .section-1 { padding: 10px 0 80px 0; }
.mobile-app .section-1 .info { float: left; width: 600px; padding-top: 110px; }
.mobile-app .section-1 .info .ttl { font-size: 60px; font-weight: 300; }
.mobile-app .section-1 .info .txt { padding-bottom: 30px; font-weight: 400; font-size: 24px; }
.mobile-app .section-1 .btn-qr-code { float: left; width: 380px; margin: 4px 10px 4px 0; font-size: 18px; }
.mobile-app .section-1 .img { float: right; visibility: hidden; }
.mobile-app .section-1 .img .lottie { position: relative; width: 260px; height: 574px; margin-right: 100px; }
.mobile-app .section-1 .download { margin-bottom: 18px; }
.mobile-app .section-1 .download a div { display: inline-block; width: 58px; height: 58px; margin-left: 10px; transition: background-image 0.2s ease; }
.mobile-app .section-1 .download a div.play-store { background: url("../img/mobile-app-play-store.svg?v=2") no-repeat 0/58px; }
.mobile-app .section-1 .download a div.play-store:hover { background-image: url("../img/mobile-app-play-store-active.svg?v=2"); }
.mobile-app .section-1 .download a div.app-store { background: url("../img/mobile-app-app-store.svg?v=2") no-repeat 0/58px; }
.mobile-app .section-1 .download a div.app-store:hover { background-image: url("../img/mobile-app-app-store-active.svg?v=2"); }
.mobile-app .section-1 .link a { text-decoration: underline; font-size: 18px; }

.mobile-app .section-2 { padding: 0px 0 0px 0; }
.mobile-app .section-2 .info { float: right; max-width: 400px; padding: 286px 0 286px 0; }
.mobile-app .section-2 .img { float: left; width: 260px;  position: relative; margin: 120px 0 0 100px; visibility: hidden; }
.mobile-app .section-2 .img .mobile { position: absolute; }
.mobile-app .section-2 .img .fingerprint { position: absolute; width: 140px; height: 140px; right: -80px; top: 70px; animation: float-anim 1.7s ease-in-out infinite; animation-delay: 0.4s; }
.mobile-app .section-2 .img .faceid { position: absolute; width: 140px; height: 140px; right: -30px; top: 300px; animation: float-anim 3s ease-in-out infinite; }
.mobile-app .section-2 .info .btn { width: 380px; margin-top: 46px; }

.mobile-app .section-3 { padding: 0px 0 0px 0; }
.mobile-app .section-3 .info { float: left; width: 600px; padding: 290px 0 240px 0; }
.mobile-app .section-3 .img { position: relative; float: right; width: 600px; visibility: hidden; }
.mobile-app .section-3 .img .mobile { position: absolute; width: 280px; right: 100px; top: 120px; }
.mobile-app .section-3 .img .overlay { position: absolute; width: 280px; right: 100px; top: 548px;   }
.mobile-app .section-3 .img .currency { position: absolute; animation: float-anim 2s ease-in-out infinite; }
.mobile-app .section-3 .img .currency.btc { width: 100px; height: 100px; left: 120px; top: 270px; animation-delay: 0.1s; }
.mobile-app .section-3 .img .currency.dtr { width: 80px; height: 80px; left: 120px; top: 400px;  animation-delay: 0.2s; }
.mobile-app .section-3 .img .currency.eth { width: 65px; height: 65px; left: 20px; top: 350px;  animation-delay: 0.25s; }
.mobile-app .section-3 .info .btn { width: 380px; margin-top: 46px; }

.mobile-app .section-3 .img img { width: 587px; float: left; margin-left: -30px; }

.mobile-app .section-4 { padding: 100px 0; }
.mobile-app .section-4 .info { width: 100%; text-align: center; font-size: 20px; }
.mobile-app .section-4 .info .lbl { font-size: 40px; }
.mobile-app .section-4 .info .txt { font-weight: 400; padding-bottom: 5px; }
.mobile-app .section-4 .btn-green { width: 380px; margin-top: 40px; }

/* Landing page - loans */
.landing-page.landing-page-loans .section.section-intro { padding: 0; }
.landing-page.landing-page-loans .section.section-intro .box { padding: 144px 20px 188px; }
.landing-page.landing-page-loans .section.section-intro .animation { position: relative; text-align: left; margin-top: 60px; visibility: hidden; }
.landing-page.landing-page-loans .section.section-intro .animation .vault {
    position: absolute; width: 224px; height: 224px; left: calc(50% - 112px);
}
.landing-page.landing-page-loans .section.section-intro .animation .vault-wheel {
    position: absolute; width: 56px; height: 56px; left: calc(50% - 28px); top: 114px;
    animation: landing-rotate 20s linear infinite; transform: scale3d(1.01, 1.01, 1.01);
}
.landing-page.landing-page-loans .section.section-intro .animation .currency {
    position: absolute; width: 58px; height: 58px; animation: float-anim 2s ease-in-out infinite; z-index: 1;
}
.landing-page.landing-page-loans .section.section-intro .animation .currency.btc {
    left: 150px; top: -130px; animation-delay: 0.1s;
}
.landing-page.landing-page-loans .section.section-intro .animation .currency.dtr {
    left: 190px; top: -40px; animation-delay: 0.2s;
}
.landing-page.landing-page-loans .section.section-intro .animation .currency.eth {
    left: 80px; top: 0px; animation-delay: 0.3s;
}
.landing-page.landing-page-loans .section.section-intro .animation .currency.usdt {
    left: calc(50% - 30px); top: 280px; animation-delay: 0.2s;
}
.landing-page.landing-page-loans .section.section-intro .animation .currency.eurs {
    left: calc(50% + 50px); top: 340px; animation-delay: 0s;
}

.landing-page.landing-page-loans .section.section-choose-our-platform .box .features .itm { padding: 104px 30px; }
.landing-page.landing-page-loans .section.section-choose-our-platform .box .features .itm .txt-h2 { padding-bottom: 6px; }

.landing-page.landing-page-loans .section.section-calculator .calculator { display: inline-block; padding: 41px 0 16px; }
.landing-page.landing-page-loans .section.section-calculator .calculator .lbl { float: left; height: 30px; font-size: 30px; line-height: 52px; color: #fff; font-weight: 300; }
.landing-page.landing-page-loans .section.section-calculator .calculator .loan-amount {
    float: left; width: 278px; height: 50px; margin: 0 20px;
    font-size: 40px; line-height: 50px; color: #fff; text-align: center;
    background-color: transparent; border-bottom: 2px solid #fff;
}
.landing-page.landing-page-loans .section.section-calculator .calculator .currency {
    float: left; position: relative; padding-right: 33px;
    background: url("../img/landing/arrow.svg?v=2") no-repeat right center/20px;
}
.landing-page.landing-page-loans .section.section-calculator .calculator .currency a { font-size: 30px; line-height: 52px; color: #51ded2; }
.landing-page.landing-page-loans .section.section-calculator .calculator .currency:hover .drop-down { display: block; }
.landing-page.landing-page-loans .section.section-calculator .calculator .currency .drop-down { width: 176px; }
.landing-page.landing-page-loans .section.section-calculator .calculator .currency .drop-down .hidden { display: none; }
.landing-page.landing-page-loans .section.section-calculator .calculator .currency .drop-down a { margin: 12px 0 15px; font-size: 30px; line-height: 40px; }
.landing-page.landing-page-loans .section.section-calculator .collateral-amount { padding-bottom: 57px; font-size: 20px; color: #a6b7c7; line-height: 24px; }

.landing-page.landing-page-loans .section.section-how-it-works .box h2 { padding-bottom: 85px; }
.landing-page.landing-page-loans .section.section-how-it-works .box .features .itm .icon img { height: 50px; }

/* About us */
 .about-us { font-size: 14px; line-height: 26px; }
 .about-us a { font-size: 16px; }

/* Terms */
h1.legal { padding-bottom: 20px; }
.tabs-container.legal-menu { padding-bottom: 50px; }
.terms { padding-top: 6px; font-size: 15px; color: #a6b7c7;}
.terms a { font-size: 15px; }
.terms .date { color: #51ded2; }
.terms .intro { color: #ffffff; }
.terms .summary { color: #a6b7c7; padding-bottom: 74px; }
.terms .lev-1 {
    padding: 15px 0 15px 0;
    color: #ffffff; font-size: 22px; font-weight: 500;
}
.terms .lev-2 {
    padding: 15px 0 15px 37px;
    line-height: 22px;
}
.terms .lev-3 {
    padding: 15px 0 15px 73px;
    line-height: 22px;
}
.terms .lev-4 {
    padding: 15px 0 15px 109px;
    line-height: 22px;
}
.terms .lev-2-content, .terms .lev-3-content {
    padding-left: 37px;
}
.terms table {
    margin-bottom: 20px;
}
.terms th {
    font-weight: bold;
}
.terms td, .terms th {
    border: 1px solid #0b101c;
    padding: 2px 10px;
}

.terms .legend {
    font-size: 12px; line-height: 20px; color: #5b6378;
}

.pgpkey {
    margin-top: 30px;
    font-family: "Courier New", Courier, monospace;
}

/* Api documentation */
.documentation { max-width: 900px; font-size: 16px; color: #a6b7c7; line-height: 30px; }
.documentation p { padding: 5px 0; }
.documentation ol { display: block; margin: 25px 0 56px 53px; }
.documentation ul { display: block; margin: 0 0 34px 41px; }
.documentation ul { list-style-type: disc; }
.documentation ol { list-style-type: decimal; }
.documentation li { display: list-item; line-height: 30px; }
.documentation ol li { padding-left: 19px; }
.documentation h1, .documentation h2, .documentation h3, .documentation h4, .documentation h5 { color: #ffffff; }
.documentation h2 { font-size: 24px; padding: 22px 0 28px 0; }
.documentation h3 { font-size: 24px; padding: 22px 0 28px 0; }
.documentation h4 { font-size: 20px; padding: 30px 0 0 0; }
.documentation h5 { font-size: 18px; font-weight: bold; padding: 23px 0 11px 0; }
.documentation table { font-size: 14px; }
.documentation thead { background-color: #0d1221; font-weight: bold; }
.documentation tr:nth-child(even) td { background-color: #141a2c; }
.documentation th, .documentation td { padding: 10px 20px; }
.documentation th { color: #727b93; }
.documentation th:first-of-type, .documentation td:first-of-type { padding-left: 30px; border-radius: 4px 0 0 4px; }
.documentation th:last-of-type, .documentation td:last-of-type { padding-right: 30px; border-radius: 0 4px 4px 0; }
.documentation .strong { font-weight: bold; color: #ffffff; }
.documentation .italic { font-style: italic; }
.documentation .grey { color: #727b93; }
.documentation .green { color: #51ded2; }
.documentation .red { color: #ff0000; }
.documentation .orange { color: #fdc689; }
.documentation .violet { color: #b286c5; }
.documentation .red { color: #fd315b; }
.documentation .code, .documentation .response {
    margin-bottom: 10px;
    padding: 16px 20px;
    border-radius: 4px;
    color: #ffffff;
    background-color: #2e374e;
    font-family: "Courier New", Courier, monospace;
    line-height: 19px;
    overflow-wrap: break-word;
}
.documentation .level1 { padding-left: 32px; }
.documentation .level2 { padding-left: 64px; }
.documentation .level3 { padding-left: 96px; }

/* Voting */
.voting { text-align: center; }
.voting h1 { padding-bottom: 12px; }
.voting .txt { padding: 0 0 19px 0; color: #a6b7c7; font-size: 17px; text-align: center; }

.voting .countdown-container { text-align: center; }
.voting .countdown { display: inline-block; overflow: hidden; min-height: 87px; text-align: center; }
.voting .countdown .countdown-section {
    display: inline-block; width: 83px; height: 84px; float: left;
    border: 2px solid #2e374e;
    text-align: center;
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
}
.voting .countdown .countdown-amount {
    height: 50px; display: block; padding-top: 11px;
    font-size: 48px; color: #FFF; line-height: 48px;
}
.voting .countdown .countdown-period { display: block; font-size: 15px; color: #727b93; line-height: 15px; }
.voting .countdown .countdown-spacer {
    display: inline-block; width: 38px; height: 84px; float: left;
    font-size: 48px; color: #FFF; line-height: 82px;
}

.voting .tabs-container { padding: 8px 0 30px; }

.voting .lst { text-align: left; margin-bottom: 28px; }
.voting .lst .header-row > div { height: 50px; line-height: 50px; font-size: 14px; }
.voting .lst .row > div { height: 60px; line-height: 60px;  font-size: 15px; }

.voting .lst.lst-voting .header-row > div.row-name    { width: 40%; padding-left: 20px; }
.voting .lst.lst-voting .header-row > div.row-symbol  { width: 35%; }
.voting .lst.lst-voting .header-row > div.row-votes   { width: 25%; padding-right: 20px; text-align: right; }
.voting .lst.lst-voting .rows > div:first-child > div { color: #FFF; }
.voting .lst.lst-voting .row > div.row-name    { width: 40%; padding-left: 20px; }
.voting .lst.lst-voting .row > div.row-symbol  { width: 35%; }
.voting .lst.lst-voting .row > div.row-votes   { width: 25%; padding-right: 20px; text-align: right; }
.voting .lst.lst-voting .row > div.row-name img   { width: 20px; float: left; margin-top: 18px; margin-right: 17px; }
.voting .lst.lst-voting .row > div.row-symbol .new {
    display: inline-block; width: 30px; height: 15px; margin: 17px 0 0 3px; vertical-align: top;
    color: #000; text-align: center; font-size: 10px; font-weight: bold; line-height: 15px;
    background-color: #51ded2; border-radius: 4px;
}

.voting .lst.lst-winners .header-row > div.row-name        { width: 23%; padding-left: 20px; }
.voting .lst.lst-winners .header-row > div.row-symbol      { width: 15%; }
.voting .lst.lst-winners .header-row > div.row-votes       { width: 17%; }
.voting .lst.lst-winners .header-row > div.row-winner-date { width: 20%; }
.voting .lst.lst-winners .header-row > div.row-status      { width: 25%; text-align: right; padding-right: 20px;}
.voting .lst.lst-winners .row > div.row-name        { width: 23%; padding-left: 20px; }
.voting .lst.lst-winners .row > div.row-symbol      { width: 15%; }
.voting .lst.lst-winners .row > div.row-votes       { width: 17%; }
.voting .lst.lst-winners .row > div.row-winner-date { width: 15%; }
.voting .lst.lst-winners .row > div.row-status      { width: 30%; padding-right: 20px; text-align: right; }
.voting .lst.lst-winners .row > div.row-name img   { width: 20px; float: left; margin-top: 18px; margin-right: 17px; }
.voting .lst.lst-winners .row > div.row-status .status { padding-left: 31px; display: inline-block; background: no-repeat left 0 top 20px/20px; color: #727b93; white-space: nowrap; }
.voting .lst.lst-winners .row > div.row-status .status.status-waiting { color: #a6b7c7; background-image: url("../img/voting/listing-status-waiting.svg"); }
.voting .lst.lst-winners .row > div.row-status .status.status-active { color: #a6b7c7; background-image: url("../img/voting/listing-status-active.svg"); }
.voting .lst.lst-winners .row > div.row-status .status.status-rejected { background-image: url("../img/voting/listing-status-rejected.svg"); }
.voting .lst.lst-winners .row > div.row-status .status.status-postponed { background-image: url("../img/voting/listing-status-postponed.svg"); }
.voting .lst.lst-winners .row > div.row-status .status.status-delisted { background-image: url("../img/voting/listing-status-rejected.svg"); }
.voting .vote-btn { width: 300px; margin: 50px auto 0 auto; }

/* Destruction Events */
.destruction-events { text-align: center; }
.destruction-events h1 { padding-bottom: 12px; }
.destruction-events .txt { padding-bottom: 21px; color: #a6b7c7; font-size: 17px; }
.destruction-events .txt .rss { padding-right: 29px; color: #ffffff; white-space: nowrap; text-decoration: underline; background: url("../img/rss-icon.png") no-repeat center right; }
.destruction-events .txt .rss:hover { color: #51ded2; }

.destruction-events .sum {
    padding: 17px 5px;
    color: #ffffff; font-size: 24px; text-align: center;
    border: 2px solid #2e374e; border-radius: 5px;
}
.destruction-events .sum span.dtr-amount { font-size: 24px; vertical-align: middle; }
.destruction-events .sum em { font-size: 20px; }
.destruction-events .sum img { height: 22px; margin-bottom: -2px; }

.destruction-events .lst { text-align: left; padding-top: 30px; }
.destruction-events .lst .header-row > div { height: 50px; line-height: 50px; font-size: 14px; }
.destruction-events .lst .header-row > div.row-datetime { width: 21%; padding-left: 20px; }
.destruction-events .lst .header-row > div.row-type     { width: 15.5%; }
.destruction-events .lst .header-row > div.row-volume   { width: 18%; }
.destruction-events .lst .header-row > div.row-amount   { width: 18%; }
.destruction-events .lst .header-row > div.row-tx       { width: 27.5%; padding-right: 20px; text-align: right; }
.destruction-events .lst .row > div { height: 60px; line-height: 60px;  font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.destruction-events .lst .row > div.row-datetime { width: 21%; padding-left: 20px; }
.destruction-events .lst .row > div.row-type     { width: 15.5%; }
.destruction-events .lst .row > div.row-volume   { width: 18%; }
.destruction-events .lst .row > div.row-amount   { width: 18%; color: #ffffff; }
.destruction-events .lst .row > div.row-tx       { width: 27.5%; padding-right: 20px; color: #51ded2; }

/* Cryptocurrency (list and details) related styles */
.cryptocurrency.breadcrumb { text-align: left; font-size: 17px; }
.cryptocurrency.breadcrumb > a { color: #727B93; text-decoration: none; transition: color 0.2s; font-size: 17px; }
.cryptocurrency.breadcrumb > a:hover { color: #51DED2; }
.cryptocurrency.breadcrumb > span.selected { color: #51DED2; }

/* Cryptocurrencies - list of tokens */
.cryptocurrencies .section-header .box { position: relative; padding: 40px 20px 45px 20px; }
.cryptocurrencies .section-header .header { display: flex; margin-top: 35px; text-align: left; flex-direction: row; }
.cryptocurrencies .section-header .header > .title { display: block; height: 100%; font-size: 60px; font-weight: 300; line-height: 72px; color: #ffffff; }
.cryptocurrencies .section-header .header .info-box { display: block; position: relative; text-align: right; margin-left: auto; top: 15px; }
.cryptocurrencies .section-header .header .info-box .value { font-size: 30px; color: #ffffff; line-height: 24px; }
.cryptocurrencies .section-header .header .info-box .title { font-size: 20px; color: #727b93; line-height: 24px; }
.cryptocurrencies .section-header .header .info-box:first-of-type { margin-left: auto; }
.cryptocurrencies .section-header .header .info-box:last-of-type { margin-left: 60px; }

.cryptocurrencies .section-search .box { display: flex; padding: 45px 20px 45px 20px; align-items: center; }
.cryptocurrencies .section-search .search { width: 325px; min-width: 325px; margin-left: auto; }
.cryptocurrencies .section-search .search-field { position: relative; }
.cryptocurrencies .section-search .search-field input {
    width: 100%; height: 60px; padding: 0 50px 1px 35px; text-indent: 18px;
    color: #727b93; font-size: 17px; line-height: 47px; border: 0; border-radius: 3px;
    background: #141A2C url("../img/search-icon.svg") no-repeat 20px center;
}
.cryptocurrencies .section-search .search-field input.active { box-shadow: 0 5px 10px 0 rgba(11, 16, 28, .35); }
.cryptocurrencies .section-search input::placeholder { color: #727b93; text-indent: 10px; font-size: 17px; }
.cryptocurrencies .section-search .search-field .btn-clear {
    display: none; position: absolute; top: 22px; right: 10px; width: 30px; height: 22px; z-index: 12; cursor: pointer; background: url("../img/icons-v2/close.svg") no-repeat 0 0;
    background-color: #141A2C; padding-right: 10px;
}
.cryptocurrencies .section-search .currency-dropdown {
    display: none; position: absolute; max-height: 300px; height: min-content; width: 325px; background-color: #141A2C; padding: 10px;
    z-index: 10; box-shadow: 0 5px 10px 0 rgba(11, 16, 28, .35); border-bottom-left-radius: 4px; border-bottom-right-radius: 4px;
}
.cryptocurrencies .section-search .currency-dropdown .currency {
    display: block; height: 50px; padding: 20px 30px 0 15px; text-align: left; color: #a6b7c7; transition: all 0.2s ease;
    text-overflow: ellipsis; white-space: nowrap; font-size: 18px; border-radius: 4px;
}
.cryptocurrencies .section-search .currency-dropdown .currency:hover { background-color: #1b2337; color: #ffffff; }
.cryptocurrencies .section-search .tradeable-coins { }
.cryptocurrencies .section-search .tradeable-coins .txt { font-size: 17px; margin-right: 20px; color: #A6B7C7; }
.cryptocurrencies .section-search .tradeable-coins .switch { top: -6px; }
.cryptocurrencies .section-list .box > span { display: block; padding-top: 40px; font-size: 16px; text-align: right; color: #A6B7C7; }
.cryptocurrencies .section-list .box { padding: 0 20px 65px 20px; }
.cryptocurrencies .section-list .table {
    font-size: 18px; text-align: right; color: #A6B7C7;
    --symbol-w: 50px;
    --symbol-m: 20px;
    --trade-w: 150px;
    --trade-m: 20px;
    --volume-w: 150px;
    --change-w: 110px;
    --last-price-w: 120px;
    --last-price-m: 0px;
}
.cryptocurrencies .section-list .table .header { height: 50px; background-color: #0D1221; }
.cryptocurrencies .section-list .table .item { display: flex; position: relative; height: 70px; padding: 0 20px; align-items: center; cursor: pointer; }
.cryptocurrencies .section-list .table .item:hover .name { color: #ffffff; text-decoration: underline; }
.cryptocurrencies .section-list .table .item.even { background-color: transparent; }
.cryptocurrencies .section-list .table .item.odd { background-color: #141A2C; }
.cryptocurrencies .section-list .table .item .currency-icon { width: 50px; height: 50px; }
.cryptocurrencies .section-list .table .red { color: #fc305b; }
.cryptocurrencies .section-list .table .green { color: #51ded2; }

.cryptocurrencies .section-list .table .header { display: flex; align-items: center; padding: 0 20px 0 0; font-size: 15px; color: #727B93; }
.cryptocurrencies .section-list .table .header .col { display: inline-block; }
.cryptocurrencies .section-list .table .header .col.name { margin-left: var(--symbol-m); }
.cryptocurrencies .section-list .table .header .col.market-cap { margin-left: auto; }
.cryptocurrencies .section-list .table .header .col.last-price { width: var(--last-price-w); max-width: var(--last-price-w); }
.cryptocurrencies .section-list .table .header .col.change-24 { width: var(--change-w); max-width: var(--change-w); }
.cryptocurrencies .section-list .table .header .col.volume { width: var(--volume-w); max-width: var(--volume-w); }
.cryptocurrencies .section-list .table .header .col.trade { width: var(--trade-w); max-width: var(--trade-w); margin: 0 0 0 var(--trade-m); text-align: center; }
.cryptocurrencies .section-list .table .header span.name { }
.cryptocurrencies .section-list .table .header span.market-cap { }
.cryptocurrencies .section-list .table .header span.last-price { text-align: right; }
.cryptocurrencies .section-list .table .header span.change-24h { text-align: right; }
.cryptocurrencies .section-list .table .header span.volume { text-align: right; }
.cryptocurrencies .section-list .table .header span.trade { user-select: none; }
.cryptocurrencies .section-list .table .header span.header-sortable { cursor: pointer; padding-right: 0; user-select: none; transition: color 0.2s ease; }
.cryptocurrencies .section-list .table .header span.header-sortable.sel-asc { padding-right: 19px; background: url("../img/markets-sort-asc.png") no-repeat right center; color: #ffffff; }
.cryptocurrencies .section-list .table .header span.header-sortable.sel-desc{ padding-right: 19px; background: url("../img/markets-sort-desc.png") no-repeat right center; color: #ffffff; }

.cryptocurrencies .section-list .table .item .symbol { width: var(--symbol-w); margin-left: var(--symbol-m); color: #ffffff; text-align: left; }
.cryptocurrencies .section-list .table .item .name { margin-left: var(--symbol-m); color: #A6B7C7; text-align: left; transition: color 0.2s ease; }
.cryptocurrencies .section-list .table .item .market-cap { margin-left: auto; }
.cryptocurrencies .section-list .table .item .last-price { width: var(--last-price-w); text-align: right; }
.cryptocurrencies .section-list .table .item .change-24h { width: var(--change-w); text-align: right; }
.cryptocurrencies .section-list .table .item .volume { width: var(--volume-w); text-align: right; }
.cryptocurrencies .section-list .table .item .trade { width: var(--trade-w); margin: 0 0 0 var(--trade-m); font-size: 17px; }
.cryptocurrencies .section-list .table .item .trade.hidden { visibility: hidden; pointer-events: none; }
.cryptocurrencies .section-list .table .item .trade-small { display: none; width: 40px; height: 40px; margin: 0 0 0 var(--trade-m); }
.cryptocurrencies .section-list .table .item .trade-small.hidden { display: none; }

/* Currency details */
.section-faq .box { padding: 85px 20px 150px 20px; }
.section-faq .header { display: flex; width: 100%; height: 52px; text-align: left; align-items: center; }
.section-faq .header .title { font-size: 40px; font-weight: 300; color: #ffffff; text-align: left; margin: 0; }
.section-faq .faq-container { margin-top: 90px; }
.section-faq .faq-container .faq-item { position: relative; }
.section-faq .faq-container .faq-item:not(:last-of-type) { padding-bottom: 20px; }
.section-faq .faq-container .faq-item .faq-header { display: flex; height: 70px; padding: 0 20px; align-items: center; background-color: #141A2C; cursor: pointer; }
.section-faq .faq-container .faq-item .faq-header .ttl { font-size: 20px; color: #ffffff; text-align: left; margin-right: 20px; }
.section-faq .faq-container .faq-item .faq-header .toggle-icn { margin-left: auto; user-select: none; transition: transform 0.2s ease; }
.section-faq .faq-container .faq-item .faq-header .toggle-icn.open { transform: rotateZ(45deg); }
.section-faq .faq-container .faq-item .faq-content { display: none; padding: 60px 20px; font-size: 18px; line-height: 26px; color: #A6B7C7; text-align: left; transition: max-height 0.5s ease-in-out; }
.section-faq .faq-container .faq-item.closed .faq-content { max-height: 3000px; }

.currency-details p { font-size: 18px; line-height: 26px; color: #A6B7C7; }
.currency-details p.bold { font-size: 20px; line-height: 30px; color: #ffffff; }
.currency-details a { text-decoration: underline; font-size: 18px; }
.currency-details .btn { text-decoration: none; }
.currency-details b { font-size: 18px; color: #ffffff; line-height: 30px; font-weight: 400; }
.currency-details .hm-20 { height: 20px; }
.currency-details .hm-30 { height: 30px; }
.currency-details .table .item { display: flex; height: 70px; padding: 0 20px; font-size: 20px; color: #A6B7C7; align-items: center; border-radius: 4px; }
.currency-details .table .item:nth-child(odd){ background-color: #141A2C; }
.currency-details .table .item .key { }
.currency-details .table .item .value { color: #ffffff; margin-left: auto; }
.currency-details .table .item .value.green { color: #51DED2; }
.currency-details .table .item .value.red { color: #FC305B; }
.currency-details .title { max-width: 1200px; margin: 0 auto; padding: 87px 0 82px 0; font-size: 40px; font-weight: 300; color: #ffffff; }
.currency-details .section .box h2.features-ttl { padding-bottom: 60px; }
.currency-details .features .itm { display: flex; flex-direction: column; justify-content: center; }
.currency-details .section .box .features .itm .txt-h1 { font-size: 35px; }

.currency-details .section-header .box { width: calc(100% - 30px); max-height: 640px; position: relative; padding: 40px 20px 130px 20px; }
.currency-details .section-header .info { width: 500px; float: left; text-align: left; margin-top: 100px; }
.currency-details .section-header .info .currency-name { display: flex; font-size: 60px; font-weight: 300; color: #ffffff; }
.currency-details .section-header .info .currency-price { font-size: 30px; }
.currency-details .section-header .info .currency-price img { width: 60px; height: 60px; }
.currency-details .section-header .info .currency-price .price { position: relative; display: inline-block; margin-left: 20px; color: #ffffff; bottom: 6px; }
.currency-details .section-header .info .currency-price .price .pr:only-child { position: relative; bottom: 13px; }
.currency-details .section-header .info .currency-price .price .change { color: #a6b7c7; }
.currency-details .section-header .info .currency-price .price .change.green { color: #51DED2; }
.currency-details .section-header .info .currency-price .price .change.red { color: #FC305B; }
.currency-details .section-header .info .currency-price .price > .price-usd { font-size: 30px; }
.currency-details .section-header .info .currency-price .price > .price-btc { font-size: 20px; margin-top: 2px; color: #A6B7C7; }
.currency-details .section-header .info .currency-price .price-mobile { display: none; font-size: 28px; color: #ffffff; margin-left: 20px; font-weight: 400; }
.currency-details .section-header .info .currency-price .price-mobile .price { position: relative; margin: 0 0 0 10px; bottom: 4px; }
.currency-details .section-header .info .currency-price .price-mobile .price-usd { position: relative; display: inline-block; bottom: -13px; }
.currency-details .section-header .info .currency-price .price-mobile .pr:only-child { bottom: 18px; }
.currency-details .section-header .info .currency-price .price-mobile .price .price-btc { margin: 0; font-size: 15px; color: #A6B7C7; }
.currency-details .section-header .info .currency-price .price-mobile .price .price-btc .change { position: relative; font-size: 15px; }
.currency-details .section-header .info .currency-price .price-mobile img { display: inline-block; position: relative; width: 60px; height: 60px; top: 4px; }
.currency-details .section-header .info .currency-price .price-mobile .big { position: relative; margin-left: -4px; top: -5px; }
.currency-details .section-header .info .currency-price .price-mobile .small { position: relative; font-size: 18px; top: -11px; }
.currency-details .section-header .info .currency-price .price-mobile .small.green { color: #51DED2; }
.currency-details .section-header .info .currency-price .price-mobile .small.red { color: #FC305B; }
.currency-details .section-header .info .currency-price .price-mobile .small:nth-of-type(1) { margin-right: -3px; font-size: 20px; top: -10px; }
.currency-details .section-header .info .currency-price .price-mobile .small.decimals { }
.currency-details .section-header .info .currency-price .price-mobile .small.change { top: -13px; left: -1px; font-size: 15px; }
.currency-details .section-header .info .trade-btn { margin-top: 40px; font-size: 17px; }
.currency-details .section-header .info .wishlist-btn {
    position: relative; background: #0d1221; color: #ffffff; border: 2px solid #727b93; border-radius: 4px; line-height: 46px; background-size: 18px; font-size: 17px;
}
.currency-details .section-header .info .wishlist-btn img { position: relative; left: -10px; bottom: -4px; filter: brightness(0) saturate(100%) invert(52%) sepia(11%) saturate(703%) hue-rotate(186deg) brightness(89%) contrast(90%); }
.currency-details .section-header .info .wishlist-btn:hover { background: #51ded2; color: #141A2C; background-size: 18px; border-color: #51ded2; }
.currency-details .section-header .info .wishlist-btn:hover img { filter: brightness(0) saturate(100%) invert(5%) sepia(8%) saturate(4525%) hue-rotate(187deg) brightness(103%) contrast(96%); }
.currency-details .section-header .info .time-selectors-mobile { display: none; position: relative; margin-right: 20px; font-size: 15px; text-align: right; z-index: 8; }
.currency-details .section-header .info .time-selectors-mobile .selected-time {
    position: relative; display: inline-block; width: 60px; height: 30px; background: url("../img/icons-v2/dropdown-arrow.svg") no-repeat;
    color: #ffffff; padding: 0 15px 1px 0; background-size: 10px; background-position: calc(100% - 15px) 11px; line-height: 30px;
    border: 2px solid #727B93; border-radius: 4px; text-align: center; transition: all 0.2s ease;
}
.currency-details .section-header .info .time-selectors-mobile .selected-time.active {
    background-color: #141A2C; border-color: #141A2C; border-radius: 4px 4px 0 0;
}
.currency-details .section-header .info .time-selectors-mobile .dropdown { display: block; position: absolute; right: 0; z-index: 8; }
.currency-details .section-header .info .time-selectors-mobile .dropdown.hidden { display: none; }
.currency-details .section-header .info .time-selectors-mobile ul { width: 79px; margin-left: auto; border-radius: 4px; box-shadow: 0 5px 10px 0 rgba(11, 16, 28, .35); }
.currency-details .section-header .info .time-selectors-mobile li { height: 34px; padding-top: 6px; color: #fff; background-color: #141A2C; text-align: center; cursor: pointer; }
.currency-details .section-header .info .time-selectors-mobile li:last-of-type { border-radius: 0 0 4px 4px; }

.currency-details .section-header .currency-graph { position: static; width: 680px; float: right; margin-top: 120px; }
.currency-details .section-header .currency-graph .chart { opacity: 1; margin-top: 100px; }
.currency-details .section-header .currency-graph .chart.animate { animation: opacity-reveal 0.3s ease-in-out forwards; }
.currency-details .section-header .currency-graph .tooltip {
    display: flex; position: absolute; width: 200px; height: 90px; background-color: rgba(27, 35, 55, 0.8); pointer-events: none;
    border-radius: 6px; transition: opacity 0.2s; opacity: 0;
    justify-content: center; flex-direction: column;
}
.currency-details .section-header .currency-graph .tooltip .price { width: 100%; color: #ffffff; font-size: 20px; text-align: center; }
.currency-details .section-header .currency-graph .tooltip .date { width: 100%; color: #727B93; font-size: 17px; text-align: center; }
.currency-details .section-header .currency-graph .caret {
    width: 16px; height: 16px; position: absolute; background-color: #51DED2; border-radius: 50%; left: calc(50% - 8px);
    max-width: 16px; max-height: 16px; opacity: 0;
}
.currency-details .section-header .currency-graph .time-selectors { display: block; font-size: 17px; text-align: right; }
.currency-details .section-header .currency-graph .time-selectors ul { display: inline-block; }
.currency-details .section-header .currency-graph .time-selectors li { display: inline-block; padding: 0 5px; font-size: 17px; color: #727B93; cursor: pointer; }
.currency-details .section-header .currency-graph .time-selectors li.selected { color: #51DED2; transition: color 0.3s ease; }
.currency-details .section-header .unavailable { display: none; position: absolute; top: 45%; right: 160px; font-size: 20px; color: #A6B7C7; }

.currency-details .section-info .box { padding: 53px 20px 60px 20px; }
.currency-details .section-info .header { display: flex; width: 100%; height: 52px; text-align: left; align-items: center; }
.currency-details .section-info .header .name { font-size: 40px; font-weight: 300; color: #ffffff; }
.currency-details .section-info .header .view-txt { font-size: 20px; color: #727B93; margin-left: auto;}
.currency-details .section-info .header .view-txt .info { position: relative; margin-right: 4px; top: 3px; }
.currency-details .section-info .header .btn-tradeview { width: 150px; padding: 0; line-height: 46px; margin-left: 30px; font-size: 17px; }
.currency-details .section-info .table { margin-top: 60px; }
.currency-details .section-info .features-ttl .currency { white-space: nowrap; }

.currency-details .section-what-is .box { padding: 85px 20px; }
.currency-details .section-what-is .header { display: flex; width: 100%; height: 52px; justify-content: left; align-items: center; }
.currency-details .section-what-is .header .ttl { font-size: 40px; font-weight: 300; color: #ffffff; }
.currency-details .section-what-is .content { display: flex; flex-direction: row; margin-top: 80px; font-size: 18px; color: #A6B7C7; line-height: 26px; }
.currency-details .section-what-is .content .txt { min-width: 790px; text-align: left; line-height: 26px; }
.currency-details .section-what-is .icons { position: relative; margin: auto 0 auto 100px; }
.currency-details .section-what-is .icons .large { height: 200px; }
.currency-details .section-what-is .icons .small { position: absolute; width: 70px; height: 70px; right: 0px; top: -70px; animation: float-anim 2s ease-in-out infinite}
.currency-details .section-what-is .btn { margin-top: 70px; }

.currency-details .section-supply { text-align: left; padding: 0px 20px 60px 20px }
.currency-details .section-supply .content { max-width: 1200px; margin: 0 auto; }

.currency-details .section-secondary { padding-bottom: 87px; text-align: left; }
.currency-details .section-secondary .content { max-width: 1200px; margin: 0 auto; }
.currency-details .section-secondary .content.double { display: flex; flex-direction: row; }
.currency-details .section-secondary .content .half { position: relative; width: 50%; max-width: 50%; }
.currency-details .section-secondary .content .half img { position: absolute; display: block; }
.currency-details .section-secondary .content .half .img-150 { width: 150px; height: 150px; right: calc(50% - 75px); top: calc(50% - 75px); }
.currency-details .section-secondary .content .half .img-200 { width: 200px; height: 200px; right: calc(50% - 100px); top: calc(50% - 100px); }
.currency-details .section-secondary .content .half .img-250 { width: 250px; height: 250px; right: calc(50% - 125px); top: calc(50% - 125px); }
.currency-details .section-secondary .content .half .img-300 { width: 300px; height: 300px; right: calc(50% - 150px); top: calc(50% - 150px); }
.currency-details .section-secondary .btn { display: block; width: 380px; margin: 60px auto 0 auto;}

.currency-details .section-calculator .desc { text-align: left; padding-top: 65px; }
.currency-details .section-calculator .buy-btn { margin-top: 60px; }
.currency-details .section-calculator .calculator { display: flex; width: 100%; margin-top: 70px; flex-direction: row; justify-content: center; }
.currency-details .section-calculator .calculator .symbol { position: relative; margin-left: 10px; bottom: -13px; font-size: 40px; font-weight: 300; color: #51DED2; text-decoration: none; }
.currency-details .section-calculator .calculator .symbol.fiat { padding-right: 30px; background: url("../img/arrow.svg") no-repeat 100%/21px; }
.currency-details .section-calculator .calculator .drop-down-container { position: relative; }
.currency-details .section-calculator .calculator .drop-down { top: 100%; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); }
.currency-details .section-calculator .calculator .drop-down a { text-decoration: none; }
.currency-details .section-calculator .calculator .drop-down.visible { animation: landing-reveal-up 0.2s ease-in-out forwards; }
.currency-details .section-calculator .calculator .equals { position: relative; margin: 0 16px; bottom: -10px; font-size: 40px; color: #A6B7C7; }
.currency-details .section-calculator .calculator input {
    width: 278px; height: min-content; padding-bottom: 5px; font-size: 40px; font-weight: 300;
    line-height: 40px; color: #ffffff; text-align: center; background-color: transparent; border-bottom: 2px solid #ffffff;
}

.currency-details .tradeview-container {
    display: block; position: fixed; visibility: visible; width: 100vw; height: 100vh; left: 0; top: 0; z-index: 1;
    background-color: rgba(0, 0, 0, 0.7); pointer-events: auto; transition: background-color 0.5s ease;
}
.currency-details .tradeview-container.hidden { visibility: hidden; background-color: rgba(0, 0, 0, 0); pointer-events: none; }

/* Big News */
.sub-page.sub-page-full.sub-page-big-news .main  { padding-bottom: 0; }
.sub-page.sub-page-full.sub-page-big-news .main .content { padding-top: 44px; }

.big-news { min-height: 730px; position: relative; text-align: center; }

.big-news .video { position: absolute; width: 100%; }
.big-news .video .btn-close {
    position: absolute; top: 0; right: 0; width: 16px; height: 16px; z-index: 1; cursor: pointer;
    background: url("../img/icon-close.png") no-repeat top left;
}
.big-news .announcement {
    padding-bottom: 395px;
    background: url("../img/big-news-rocket.png") no-repeat bottom ;
    background-size: contain;
}
.big-news .announcement-content {
    max-width: 1000px; margin: 0 auto;
}

.big-news h1 {
    padding: 176px 0 14px;
    font-size: 50px; line-height: 50px;
    background: url("../img/big-news-icon-animation.gif") no-repeat center 16px;
}
.big-news h1.txt-burn-amount {
    background: url("../img/destruction-events-fire.svg") no-repeat center 67px/65px;
}
.big-news .txt-1 { padding-bottom: 22px; color: #a6b7c7; font-size: 17px; }
.big-news .txt-2 { padding: 105px 0 60px; color: #FFF; font-size: 24px; line-height: 28px; }
.big-news .txt-2 span { color: #51ded2; }
.big-news .txt-3 { color: #a6b7c7; font-size: 17px; text-align: justify; line-height: 28px; }
.big-news .txt-3 span { color: #FFF; }
.big-news .txt-tx {
    padding-bottom: 30px; font-size: 17px; color: #a6b7c7;
    overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.big-news .txt-tx-hash { color: #51ded2; }

.big-news .countdown-container { padding-bottom: 19px; }
.big-news .countdown { display: inline-block; overflow: hidden; min-height: 87px; text-align: center; }
.big-news .countdown .countdown-section {
    display: inline-block; width: 138px; height: 138px; float: left;
    text-align: center;
    border: 2px solid #2e374e;
    border-radius: 5px;
}
.big-news .countdown .countdown-amount {
    height: 70px; display: block; padding: 28px 0 6px;
    font-size: 70px; color: #FFF; line-height: 70px;
}
.big-news .countdown .countdown-period { display: block; font-size: 18px; color: #727b93; line-height: 18px; }
.big-news .countdown .countdown-spacer {
    display: inline-block; width: 47px; height: 142px; float: left;
    font-size: 68px; color: #FFF; line-height: 138px;
}

.big-news .btn.btn-play-again { max-width: 380px; margin: 0 auto; }
.big-news .btn.btn-play-again img { margin-right: 15px; vertical-align: middle; }

.big-news .img-rocket img { width: auto; max-width: 100%; height: auto; display: block; }

/* Market making bot */
.market-making-bot { text-align: center; }
.market-making-bot .section-1 { padding: 31px 0 87px; overflow: hidden; }
.market-making-bot .section-1 .box { max-width: 1200px; margin: 0 auto; }

.market-making-bot .section-1 .info { float: left; width: 50%; padding-right: 40px; position: relative; z-index: 1; }
.market-making-bot .section-1 .info .ttl {
    padding: 100px 0 0;
    background: url("../img/market-making-bot-ttl-icon.png") no-repeat center 0;
}
.market-making-bot .section-1 .info .ttl h1 { padding-bottom: 40px; font-size: 45px; }
.market-making-bot .section-1 .info .txt { padding-bottom: 44px; font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.market-making-bot .section-1 .info .btn { width: 380px; }
.market-making-bot .section-1 .info .btn-back { margin-top: 20px; width: 180px; }
.market-making-bot .section-1 .video { float: left; width: 50%; padding-left: 40px; padding-top: 64px; position: relative;}
.market-making-bot .section-1 .video .shadow {
    width: 1710px; height: 351px; position: absolute; bottom: -100px; left: -600px;
    background: url("../img/market-making-bot-shadow.png") no-repeat 0 0;
}

.market-making-bot .section-2 { padding: 100px 0 50px; background-color: #1b2337; }
.market-making-bot .section-2 .box { max-width: 1200px; margin: 0 auto; }
.market-making-bot .section-2 .wizard { width: 50%; padding-right: 60px; float: left; }
.market-making-bot .section-2 .wizard .slide { display: none; }
.market-making-bot .section-2 .wizard .slide > img { max-width: 100%; width: auto; height: auto; display: block; }
.market-making-bot .section-2 .wizard .slide.sel { display: block; }
.market-making-bot .section-2 .wizard .navigation {
    display: inline-block; margin: 31px auto 0;
}
.market-making-bot .section-2 .wizard .navigation > div {
    width: 8px; height: 8px; margin: 0 5px; cursor: pointer; float: left;
    background-color: #414a5f;
    border-radius: 8px;
}
.market-making-bot .section-2 .wizard .navigation > div.sel { background-color: #51ded2; }
.market-making-bot .section-2 .wizard-info {
    width: 50%; padding-left: 133px; padding-top: 41px; float: right;
    text-align: left;
    background: url("../img/market-making-bot-wizard-info-icon.svg") no-repeat 54px 41px/46px;
}
.market-making-bot .section-2 .wizard-info .lbl { padding: 8px 0 50px; font-size: 30px; color: #FFF; font-weight: 300; }
.market-making-bot .section-2 .wizard-info .txt { font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.market-making-bot .section-2 .wizard-info .btn-back { width: 180px; margin-top: 48px; }

.market-making-bot .section-3 { padding: 100px 0 100px; background-color: #2e374e; }
.market-making-bot .section-3 .box { max-width: 1200px; margin: 0 auto; }
.market-making-bot .section-3 .info {
    width: 50%;  padding: 140px 20px 0 75px; float: left;
    text-align: left;
    background: url("../img/market-making-bot-strategies-info-icon.svg") no-repeat 0 136px/40px;
}
.market-making-bot .section-3 .info .lbl { padding: 0 0 50px; font-size: 30px; color: #FFF; font-weight: 300; }
.market-making-bot .section-3 .info .txt { font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.market-making-bot .section-3 .img { width: 50%; padding-left: 20px; float: left; }
.market-making-bot .section-3 .img > img { max-width: 100%; width: auto; height: auto; }

.market-making-bot .section-4 { padding: 100px 0 100px; background-color: #1b2337; }
.market-making-bot .section-4 .info .lbl { padding: 0 0 25px; font-size: 30px; color: #FFF; font-weight: 300; }
.market-making-bot .section-4 .info .txt { font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.market-making-bot .section-4 .info .txt a { color: #FFF; text-decoration: underline; }
.market-making-bot .section-4 .info .txt a:hover { color: #51ded2; }
.market-making-bot .section-4 .info .btn { width: 380px; margin-top: 35px; }

/* Loans */
.loans { text-align: center; }
.loans .section.dark  { background-color: #0d1221; }
.loans .section.med   { background-color: #1b2337; }
.loans .section.light { background-color: #2e374e; }
.loans .section .box  { max-width: 1200px; margin: 0 auto; }

.loans .box-video { padding: 31px 0 87px; overflow: hidden; }
.loans .box-video .info { float: left; width: 40%; padding-right: 40px; position: relative; z-index: 1; }
.loans .box-video .info .ttl { padding: 100px 0 0; }
.loans .box-video .info .ttl h1 { padding-bottom: 40px; font-size: 45px; line-height: 60px }
.loans .box-video .info .txt { padding: 0 10px 44px; font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.loans .box-video .info .btn { width: 380px; }
.loans .box-video .info .btn-back { margin-top: 20px; width: 180px; }
.loans .box-video .video { float: left; width: 60%; padding-left: 40px; padding-top: 64px; position: relative; }
.loans .box-video .video .shadow {
    width: 1710px; height: 351px; position: absolute; bottom: -100px; left: -600px;
    background: url("../img/market-making-bot-shadow.png") no-repeat 0 0;
}

.loans .features-ttl { font-size: 30px; font-weight: 300; color: #ffffff; }
.loans .feature { width: 400px; float: left; padding-top: 45px; }
.loans .feature .ttl { padding-bottom: 11px; font-size: 24px; color: #ffffff; font-weight: 300; }
.loans .feature .big { font-size: 36px; color: #51ded2; font-weight: 300; }
.loans .feature .small { font-size: 18px; font-weight: 300; color: #a6b7c7; }

.loans .box-showcase .info { width: 50%; float: left; text-align: left; }
.loans .box-showcase .info .ttl { padding: 0 0 50px; font-size: 30px; color: #ffffff; font-weight: 300; }
.loans .box-showcase .info .txt { font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.loans .box-showcase .showcase { width: 50%; padding-left: 20px; float: left; text-align: left; }

.loans .section-1 .info .ttl { background: url("../img/loans-loan.svg") no-repeat center 22px/60px; }
.loans .section-2 { padding-bottom: 50px; }
.loans .section-3 { padding: 140px 0 90px; }
.loans .section-3 .info {
    padding: 45px 20px 60px 75px; background: url("../img/loans-calculator.svg") no-repeat 0 23px/48px;
}
.loans .section-3 .calculator {
    width: 460px; padding: 25px 40px; background-color: #51ded2; border-radius: 5px; color: #1b2337;
}
.loans .section-3 .calculator .ttl { padding-bottom: 20px; font-size: 24px; }
.loans .section-3 .calculator .btn-currency {
    float: right; width: 60px; height: 32px; margin-left: 10px; padding: 0;
    color: #1b2337; font-size: 14px; line-height: 32px; text-align: center; background-color: #51ded2;
    border: 2px solid #51ded2; border-radius: 5px;
}
.loans .section-3 .calculator .btn-currency.selected { border-color: #1b2337; }
.loans .section-3 .calculator .btn-currency:hover { border-color: #1b2337; }
.loans .section-3 .calculator input {
    width: 380px; height: 50px; margin-bottom: 14px; color: #ffffff; font-size: 24px; background-color: #1b2337;
    border-radius: 5px;
}
.loans .section-3 .calculator input::placeholder {
    opacity: 1; color: #ffffff; transform: translate3d(0, -2px, 0);
}
.loans .section-3 .calculator .collateral { font-size: 15px; color: #2e374e; }
.loans .section-3 .calculator .collateral-amount { float: right; font-size: 24px; }
.loans .section-3 .btn-borrow { width: 380px; margin: 40px 40px 0 40px; }
.loans .section-4 { padding: 90px 0 147px; }
.loans .section-4 .features { text-align: left; }
.loans .section-4 .features-ttl { padding-bottom: 35px; }
.loans .section-4 .feature { padding: 57px 64px 0 64px; background: none no-repeat 0 50px/48px; }
.loans .section-4 .feature.deposit { background-image: url("../img/loans-deposit.svg"); }
.loans .section-4 .feature.amount { background-image: url("../img/loans-amount.svg"); }
.loans .section-4 .feature.loan { background-image: url("../img/loans-wallet.svg"); }
.loans .section-5 { padding: 165px 0 80px; }
.loans .section-5 .get-started { width: 50%; padding: 0 0 60px 100px; float: left; }
.loans .section-5 .get-started .ttl { font-size: 30px; color: #f2f4f8; line-height: 36px; font-weight: 300; }
.loans .section-5 .get-started .btn { width: 380px; margin-top: 33px; }
.loans .section-5 .list { width: 50%; float: right; padding: 0 0 60px 190px; text-align: left; font-size: 20px; }
.loans .section-5 .list .item {
    padding: 0 0 19px 38px; color: #a6b7c7; font-weight: 300;
    background: url("../img/loans-check.svg") no-repeat 0 2px/27px;
}



#popup-qr-code { padding-top: 40px; }
#popup-qr-code .qr-img { margin: 8px auto 25px auto; }
#popup-qr-code .qr-img svg { display: block; margin: 0 auto; background-color: #ffffff; border-radius: 4px; }

/* Listing */
.listing { text-align: center; }
.listing .section-1 { padding: 52px 0 120px; }
.listing .section-1 .box { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.listing .section-1 .ttl {
    padding: 77px 0 0;
    background: url("../img/listing-ttl-icon.svg") no-repeat center 0px/49px;
}
.listing .section-1 .ttl h1 { padding-bottom: 41px; font-size: 45px; }
.listing .section-1 .txt { padding-bottom: 40px; font-size: 18px; color: #a6b7c7; font-weight: 300; line-height: 24px; }
.listing .section-1 .btn { max-width: 380px; line-height: 47px; }

.listing .section-2 { background-color: #1b2337; }
.listing .section-2 .box { max-width: 1240px; margin: 0 auto; padding: 0 20px 100px; }

.listing .section-2 .price-lst .row { overflow: hidden; }
.listing .section-2 .price-lst > div:nth-child(odd) { background-color: #141a2c; border-radius: 5px; }
.listing .section-2 .price-lst .row.ttl { background-color: transparent; }

.listing .section-2 .price-lst .row > div {
    width: 36.6%; float: left; padding: 20px 10px 20px;
    font-size: 15px; color: #a6b7c7; text-align: center; line-height: 20px;
}
.listing .section-2 .price-lst .row.ttl > div { padding: 27px 0 0; color: #51ded2; font-size: 20px; font-weight: 300; }
.listing .section-2 .price-lst .row.price > div { padding: 4px 0 21px; color: #ffffff; font-size: 30px; line-height: 46px; }
.listing .section-2 .price-lst .row.actions > div { padding-top: 30px; }

.listing .section-2 .price-lst .row > div:nth-child(1) { width: 20%; }
.listing .section-2 .price-lst .row > div:nth-child(2) { margin-right: 6%; }
.listing .section-2 .price-lst .row > div.lbl {
    padding-left: 20px;
    text-align: left; color: #ffffff; font-size: 17px;
}
.listing .section-2 .price-lst .row > div.tick {
    background: url("../img/icon-tick.svg") no-repeat center center/27px;
}
.listing .section-2 .price-lst .row > div .btn { max-width: 180px; padding: 0; line-height: 47px; }

.listing .section-2 .disclaimer {
    margin-top: 30px; padding-top: 18px;
    text-align: right; line-height: 24px;
    border-top: 1px solid #2e374e;
}
.listing .section-2 .disclaimer .txt-1 { color: #a6b7c7; }
.listing .section-2 .disclaimer .txt-1 span { color: #f2f4f8; }

.listing .section-3 { padding: 98px 0 100px; background-color: #2e374e; }
.listing .section-3 .box { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.listing .section-3 .txt { padding-bottom: 33px; font-size: 30px; color: #f2f4f8; font-weight: 300; line-height: 30px; }
.listing .section-3 .btn { max-width: 380px; }

/* Trading pair list */
.trading-pair-list .markets .table { margin: 27px auto 0; max-width: 1880px; }
.trading-pair-list .markets .table .table-header { background-color: #0d1221; border-top-left-radius: 5px; border-top-right-radius: 5px; }
.trading-pair-list .markets .table .market-tabs { overflow: hidden; }
.trading-pair-list .markets .table .market-tabs .market-tab {
    float: left; cursor: pointer; padding: 0 30px 0 30px; height: 50px; margin-right: 5px;
    color: #727b93; font-size: 14px; line-height: 50px;
    transition: all 0.2s ease-out; border-top-left-radius: 5px; border-top-right-radius: 5px;
}
.trading-pair-list .markets .table .market-tabs .market-tab:hover,
.trading-pair-list .markets .table .market-tabs .market-tab.market-tab-sel { color: #a6b7c7; background-color: #141a2c; }
.trading-pair-list .markets .table .search { float: right; position: relative; margin: 9px 10px 0 0; }
.trading-pair-list .markets .table .search input {
    width: 200px; height: 32px; padding: 0 20px 0 34px;
    color: #727b93; font-size: 12px; text-align: left;
    background: #1b2337 url("../img/markets-search-icon.png") no-repeat 10px center;
    border: 0; border-radius: 3px;
}
.trading-pair-list .markets .table .search input::placeholder { color: #727b93; text-align: left; padding-left: 0; }
.trading-pair-list .markets .table .search .btn-clear {
    position: absolute; top: 11px; right: 5px; width: 10px; height: 10px; z-index: 1; cursor: pointer;
    background: url("../img/btn-delete-small.png") no-repeat 0 0;
}
.trading-pair-list .markets-txt { font-size: 15px; }

/* Status page */
.status { font-size: 17px; font-weight: 300; color: #ffffff; }
.status h1 { padding: 0 0 40px; }
.status th { padding: 10px 20px 10px 0; font-weight: bold; }
.status td { padding: 10px 20px 10px 0; }


/* Market bot - list */
.ieos { line-height: 15px; }
.ieos .section-2 { padding: 10px 20px 80px; background-color: #1b2337; }
.ieos .section-2 .box { max-width: 1200px; margin: 0 auto; }
.ieos .section-2 h2 { padding-top: 27px; font-size: 40px; color: #FFF; font-weight: 300; line-height: 50px; }
.ieos .lst-empty { display: none; font-size: 18px; color: #a6b7c7; line-height: 24px; }
.ieos .tabs .tab { font-size: 17px; }
.ieos .projects { margin: 0 -10px; padding-top: 29px; }
.ieos .projects .itm {
    width: 380px; height: 380px; float: left; margin: 0 15px 20px 10px;
    text-decoration: none; color: #FFF;
    background-color: #0f1525;
    border-radius: 5px;
}
.ieos .projects .itm .data > div.lbl span.rwd-show { display: none; }
.ieos .projects .itm .data > div.lbl span.rwd-hide { display: inline; }
.ieos .projects .itm .img { height: 200px; position: relative; border-radius: 5px; }
.ieos .projects .itm .img .timer {
    position: absolute; top: 10px; right: 10px; min-width: 100px; height: 35px; display: inline-block; padding: 0 10px; z-index: 2;
    line-height: 35px; font-size: 14px; text-align: center;
    background-color: #414a5f; border-radius: 4px;
}
.ieos .projects .itm .img .timer.opened { color: #0f1525; background-color: #51ded2; }
.ieos .projects .itm .img .timer.finished { background-color: #727b93; }
.ieos .projects .itm .info { padding: 0 20px; }
.ieos .projects .itm .ttl { padding: 26px 0 5px; font-size: 20px; }
.ieos .projects .itm:hover .ttl { color: #51ded2; }
.ieos .projects .itm .summary { display: none; line-height: 30px; font-size: 17px; }
.ieos .projects .itm .data { text-align: right; padding-top: 15px; }
.ieos .projects .itm .data > div { display: inline-block; }
.ieos .projects .itm .data > div.lbl { float: left; color: #a6b7c7; font-size: 15px;  }
.ieos .projects .itm .data > div.val { max-width: 65%; font-size: 15px; }
.ieos .projects .itm .data.supply { padding-bottom: 18px; }
.ieos .projects .itm .data-small { padding-top: 3px; }
.ieos .projects .itm .data-small > div { display: inline-block; color: #727b93; font-size: 13px; }

.ieos .projects .itm.highlight { width: calc(100% - 20px); margin-bottom: 30px; min-height: 380px; height: auto; }
.ieos .projects .itm.highlight .img { float: left; width: calc(50% - 20px); margin-right: 20px; }
.ieos .projects .itm.highlight .img img { width: auto; height: auto; max-width: 100%;  }
.ieos .projects .itm.highlight .info { float: left; width: 50%; padding: 0 40px 25px 20px; }
.ieos .projects .itm.highlight .ttl { padding: 47px 0 28px; font-size: 24px; }
.ieos .projects .itm.highlight .summary { display: block; padding-bottom: 35px; }
.ieos .projects .itm.highlight .data.supply { padding-bottom: 56px; }
.ieos .projects .itm.highlight .data-small { width: 50%; float: left; }
.ieos .projects .itm.highlight .data-small.end { text-align: left; padding-top: 10px;}
.ieos .projects .itm.highlight .data-small > div { font-size: 17px; }


.ieos-details { color: #a6b7c7; font-size: 17px; line-height: 30px; }
.ieos-details .breadcrumbs { max-width: 1200px; padding: 0 0; margin: 26px auto 0; line-height: 18px; }
.ieos-details .section-1 {
    position: relative; padding: 41px 20px 59px; max-width: 1240px; margin: 0 auto;
    color: #a6b7c7; font-size: 17px; line-height: 30px;
}
.ieos-details .details { width: 65%; float: left; padding-top: 61px; }
.ieos-details .details .img-container { position: relative; }
.ieos-details .details .img-container .img { float: left; }
.ieos-details .details .img-container .img img { width: auto; max-width: 100%; }
.ieos-details .details .img-container .timer {
    min-width: 100px; height: 35px; padding: 0 10px; float: left; margin: 0 0 0 12px; position: relative; top: -5px;
    line-height: 35px; font-size: 14px; text-align: center; color: #FFF;
    background-color: #414a5f; border-radius: 4px;
}
.ieos-details .details .img-container .timer.opened { color: #0f1525; background-color: #51ded2; }
.ieos-details .details .img-container .timer.finished { background-color: #727b93; }
.ieos-details .details .summary { padding-top: 53px; max-width: 600px; color: #ffffff; font-size: 24px; }
.ieos-details .details .btns { padding-top: 60px; overflow: hidden; }
.ieos-details .details .btns .btn { width: auto; min-width: 180px; float: left; margin-right: 19px; margin-bottom: 19px; color: #fff; line-height: 48px; }
.ieos-details .details .btns .btn:hover { color: #1b2337; }
.ieos-details .details .btn-icons { padding-top: 21px; overflow: hidden; }
.ieos-details .details .btn-icons > a {
    width: 50px; height: 50px; display: inline-block; float: left; margin: 0 10px 10px 0;
    border: 2px solid #414a5f; border-radius: 5px; box-sizing: border-box;
}
.ieos-details .details .btn-icons > a:hover { border-color: #51ded2; }
.ieos-details .details .btn-icons > a.icon-4 { background: url("../img/ieos-icon-social-facebook.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-5 { background: url("../img/ieos-icon-social-twitter.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-6 { background: url("../img/ieos-icon-social-bitcointalk.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-7 { background: url("../img/ieos-icon-social-medium.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-8 { background: url("../img/ieos-icon-social-linkedin.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-9 { background: url("../img/ieos-icon-social-reddit.svg") no-repeat center center/20px; }
.ieos-details .details .btn-icons > a.icon-10 { background: url("../img/ieos-icon-social-telegram.svg") no-repeat center center/20px; }

.ieos-details .board-container {
    width: calc(35% - 40px); float: left; margin-left: 40px;
}
.ieos-details .board { padding: 34px 20px 32px; background-color: #2c354b; border-radius: 5px; }
.ieos-details .board > .ttl { font-size: 24px; color: #FFF; text-align: center; }
.ieos-details .board .countdown-container { padding: 34px 0 32px; text-align: center; }
.ieos-details .board .countdown { display: inline-block; overflow: hidden; min-height: 50px; text-align: center; }
.ieos-details .board .countdown .countdown-section { display: inline-block; width: 55px; height: 50px; float: left; text-align: center; }
.ieos-details .board .countdown .countdown-amount { height: 36px; display: block; font-size: 36px; color: #FFF; line-height: 36px; }
.ieos-details .board .countdown .countdown-period { display: block; font-size: 14px; color: #727b93; line-height: 14px; }
.ieos-details .board .countdown .countdown-spacer {
    display: inline-block; width: 27px; height: 50px; float: left;
    font-size: 36px; color: #FFF; line-height: 48px;
}
.ieos-details .board .progress-container { padding: 17px 0 16px; }
.ieos-details .board .progress-container .ttl { padding-bottom: 10px; color: #f2f4f8; font-size: 15px; }
.ieos-details .board .progress-container .progress { height: 10px; background-color: #1b2337; border-radius: 10px; overflow: hidden; }
.ieos-details .board .progress-container .progress .active { height: 100%; background-color: #51ded2; border-radius: 10px; }
.ieos-details .board .progress-container .amount { width: 50%; float: left; line-height: 17px; white-space: nowrap; }
.ieos-details .board .progress-container .amount .lbl { padding-top: 7px; font-size: 13px; color: #727b93; }
.ieos-details .board .progress-container .amount .txt { padding-top: 1px; font-size: 14px; color: #fff; }
.ieos-details .board .progress-container .amount.remaining { text-align: right; }
.ieos-details .board .progress-container .amount.remaining .txt span { cursor: pointer; }
.ieos-details .board .progress-disabled { padding: 17px 0 27px; text-align: center; font-size: 15px; line-height: 18px; color: #727b93; }
.ieos-details .board .info { padding: 15px 0 44px; border-top: 2px solid #414a5f; }
.ieos-details .board .info .data { text-align: right; }
.ieos-details .board .info .data > div { display: inline-block; font-size: 15px; }
.ieos-details .board .info .data > div.lbl { float: left; color: #a6b7c7; }
.ieos-details .board .info .data > div.lbl > span.rwd-show { display: none; }
.ieos-details .board .info .data > div.lbl > span.rwd-hide { display: inline; }
.ieos-details .board .info .data > div.val { font-size: 15px; color: #fff; }
.ieos-details .board .lnl-finished {
    width: 100%; height: 50px; display: inline-block; padding: 0 20px;
    font-family: 'Roboto', Arial, Verdana, Geneva, sans-serif; color: #727b93; font-size: 14px; line-height: 50px; text-align: center;
    background-color: #414a5f;
    border: 0; box-sizing: border-box; border-radius: 3px;
}

.ieos-details .details-content { padding: 30px 0 0; }
.ieos-details .details-content h2 { padding: 5px 0 35px; font-size: 36px; color: #FFF; font-weight: 300; }
.ieos-details .details-content h3 { padding: 35px 0; font-size: 20px; color: #FFF; }
.ieos-details .details-content ul li { padding-left: 36px; position: relative; }
.ieos-details .details-content ul li:before { content: "• "; color: #51ded2; font-size: 35px; position: absolute; left: 19px; top: 1px; }
.ieos-details .details-content table { width: 100%; }
.ieos-details .details-content table tr:nth-of-type(odd) { background-color: #1b2337; border-radius: 5px; }
.ieos-details .details-content table tr th,
.ieos-details .details-content table tr td { padding: 20px; font-size: 15px; line-height: 20px; }
.ieos-details .details-content table tr th { width: 70%; clear: both; }
.ieos-details .details-content table tr td { width: 30%; text-align: right; color: #f2f4f8; }

.ieos-details .disclaimer {
    padding-top: 53px;
    color: #727b93; font-size: 13px; line-height: 24px;
    border-top: 2px solid #2e374e;
}

.ieos-details .section-2 { padding: 10px 20px 75px; background-color: #1b2337; }
.ieos-details .section-2 .box { max-width: 1200px; margin: 0 auto; }

.ieos-details .section-3 { padding: 35px 20px 100px; background-color: #2e374e; }
.ieos-details .section-3 .box { max-width: 1200px; margin: 0 auto; }
.ieos-details .section-3 .details-content h2 { padding: 35px 0 45px; font-size: 30px; }

.ieos-details .section-4 { padding: 60px 20px 60px; background-color: #1b2337; }
.ieos-details .section-4 .box { max-width: 1200px; margin: 0 auto; }
.ieos-details .section-4 .box .details-content { padding: 0 0 100px; text-align: center; }
.ieos-details .section-4 .box .details-content h2 { padding: 37px 0 23px; font-size: 30px; line-height: 36px; }
.ieos-details .section-4 .box .details-content .txt { padding: 0 0 31px; font-weight: 300; }
.ieos-details .section-4 .box .details-content .btn { max-width: 380px; }

.branding .box { display: flex; }
.branding .section { padding: 180px 20px 0 20px; }
.branding .section .box { padding: 0; }
.branding .box.flex-1 { display: flex; flex: 1; }
.branding .box.horizontal { flex-direction: row; }
.branding .box.vertical { flex-direction: column; }
.branding .box > h1 { text-align: left; }
.branding .box .title { font-size: 24px; color: #A6B7C7; padding-bottom: 27px; }
.branding .box.logotype .title { padding-bottom: 24px; }
.branding .section.mini-print { font-size: 15px; line-height: 26px; padding: 190px 20px 60px 20px; text-align: left; }
.branding .section.mini-print a { font-size: 15px; line-height: 26px; }
.branding .box.logotype, .branding .box.material { text-align: left; }
.branding .box.logotype > a { font-size: 18px; text-decoration: underline; transition: opacity 0.2s ease; }
.branding .box.logotype > a:hover { opacity: 0.8; }

/* Landing Page - DeFi Swap */
.landing-page.defi-swap .section-header h1 { padding-bottom: 25px; }
.landing-page.defi-swap .section-header p { font-size: 20px; color: #A6B7C7; padding-bottom: 20px; }
.landing-page.defi-swap .section-header p a { font-size: 20px; text-decoration: underline; }
.landing-page.defi-swap .section-header .container { display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; }
.landing-page.defi-swap .section-header .container .card { display: flex; width: 350px; padding: 40px 30px; margin-top: 20px; flex-direction: column; align-items: center; background-color: #1B2337; border-radius: 4px; }
.landing-page.defi-swap .section-header .container .card:nth-of-type(2) { margin: 20px 20px 0 20px; }
.landing-page.defi-swap .section-header .container .card .icon { width: 45px; height: 45px; }
.landing-page.defi-swap .section-header .container .card .icon img { width: 100%; height: 100%; }
.landing-page.defi-swap .section-header .container .card .ttl { margin-top: 20px; font-size: 24px; color: #ffffff; }
.landing-page.defi-swap .section-header .container .card .pair { font-size: 18px; color: #A6B7C7; line-height: 24px; }
.landing-page.defi-swap .section-header .container .card .pair-icons { position: relative; height: 80px; margin-top: 30px; }
.landing-page.defi-swap .section-header .container .card .pair-icons img { position: relative; width: 80px; height: 80px; }
.landing-page.defi-swap .section-header .container .card .pair-icons img:nth-of-type(1) { box-shadow: 5px 0 6px -2px rgba(27, 35, 55, 0.28); border-radius: 28px; right: -5px; z-index: 2; }
.landing-page.defi-swap .section-header .container .card .pair-icons img:nth-of-type(2) { left: -5px; }
.landing-page.defi-swap .section-header .container .card a.add-liquidity { margin-top: 20px; }
.landing-page.defi-swap .section-header .container .card a.btn.swap { margin-top: 40px; }
.landing-page.defi-swap .section-header .container .card a.btn.swap:hover { background-color: #51DED2; color: #0d1221; }
.landing-page.defi-swap .section-header .disclaimer { margin-top: 40px; font-size: 14px; color: #A6B7C7; line-height: 22px; }
.landing-page.defi-swap .section-header .disclaimer > a { font-size: 14px; text-decoration: underline; }
.landing-page.defi-swap .section-content h2 { font-size: 40px; line-height: 50px; }
.landing-page.defi-swap .section-content p { font-size: 20px; color: #A6B7C7; }
.landing-page.defi-swap .section-content p.big { margin-top: 60px; font-size: 24px; line-height: 30px; color: #ffffff; }
.landing-page.defi-swap .section-content p.small { margin-top: 20px; }
.landing-page.defi-swap .section-content .box { display: flex; flex-direction: row; padding: 100px 20px; }
.landing-page.defi-swap .section-content .text { width: 50%; text-align: left; margin-top: 40px; }
.landing-page.defi-swap .section-content .image { width: 50%; visibility: hidden; }
.landing-page.defi-swap .section-content .image img { display: block; height: 352px; margin-left: auto; }

html { background-color: #0d1221; }
.box.announcement p span.green { color: #51DED2; }
.box.announcement p span.white { color: #ffffff; }
.box.announcement { display: flex; width: 100%; justify-content: center; padding-top: 36px; }
.box.announcement p { font-size: 18px; color: #A6B7C7; line-height: 30px; }
.box.announcement p.white { color: #ffffff; }
.box.announcement p.green { color: #51DED2; }
.box.announcement p a { font-size: 18px; }
.box.announcement > .content { display: flex; width: 1200px; flex-direction: column; padding: 0 20px 100px 20px; }
.box.announcement > .content .ttl { text-align: center; color: #ffffff; font-size: 50px; font-weight: 300; }
.box.announcement > .content .tabs { display: flex; justify-content: center; margin-top: 40px; }
.box.announcement .tab-contents { margin-top: 60px; }

.box.announcement .faq-item { position: relative; }
.box.announcement .faq-item:not(:last-of-type) { padding-bottom: 20px; }
.box.announcement .faq-item .faq-header { display: flex; height: 70px; padding: 0 20px; align-items: center; background-color: #141A2C; cursor: pointer; }
.box.announcement .faq-item .faq-header .ttl { font-size: 20px; color: #ffffff; text-align: left; margin-right: 20px; }
.box.announcement .faq-item .faq-header .toggle-icn { margin-left: auto; user-select: none; transition: transform 0.2s ease; }
.box.announcement .faq-item .faq-header .toggle-icn.open { transform: rotateZ(45deg); }
.box.announcement .faq-item .faq-content { display: none; padding: 60px 20px; font-size: 18px; line-height: 26px; color: #A6B7C7; text-align: left; transition: max-height 0.5s ease-in-out; }
.box.announcement .faq-item.closed .faq-content { max-height: 3000px; }

.box.announcement .tab-contents .tab-content { display: none; }

/* RWD */
@media (max-width: 1510px) {
    .home .section-cover .content .map { right: 50px; }

    .landing-page.landing-page-about .section.section-header .map { right: 0; }
}

@media (max-width: 1270px) {

    /* Index */
    .home .section-cover .content {
        width: calc(100% - 40px);
    }
    .home .section-cover .content .map { padding-right: 20px; }
    .home .section-currencies .info { width: calc(100% - 40px); }
    .home .section-currencies .markets { width: calc(100% - 40px); margin: 0 20px 0 20px; }
    .home .section-currencies .markets .header { width: 100%; }
    .home .section-features .features { flex-direction: column; }
    .home .section-features { height: auto; }
    .home .section-features .features .box:nth-child(2) { margin: 20px 0 20px 0; }

    .destruction-events .sum .txt-extra { display: none; }

    .market-making-bot .section-1 { padding: 31px 20px 50px; }
    .market-making-bot .section-1 .video { display: none; }
    .market-making-bot .section-1 .info { width: auto; float: none; max-width: 540px; margin: 0 auto; padding-right: 0; }
    .market-making-bot .section-2 { padding: 50px 20px 50px; }
    .market-making-bot .section-2 .wizard-info {
        width: auto; float: none; max-width: 540px; margin: 0 auto 50px;
        padding-left: 79px;
        background: url("../img/market-making-bot-wizard-info-icon.svg") no-repeat 0 41px/46px;
    }
    .market-making-bot .section-2 .wizard { width: auto; float: none; max-width: 540px; margin: 0 auto; padding-right: 0; }

    .market-making-bot .section-3 { padding: 50px 20px 50px; }
    .market-making-bot .section-3 .info {
        width: auto; max-width: 540px; margin: 0 auto 50px;
        padding: 4px 0 0 75px;
        float: none;
        background: url(../img/market-making-bot-strategies-info-icon.svg) no-repeat 0 0/40px;
    }
    .market-making-bot .section-3 .img { width: auto; float: none; max-width: 600px; margin: 0 auto; padding-left: 0; }
    .market-making-bot .section-4 { padding: 50px 20px 50px; }

    .loans .video { display: none; }
    .loans .section-1 .info { padding-right: 0; }
    .loans .feature, .loans .section-1 .info, .loans .section-3 .info, .loans .section-3 .showcase,
    .loans .section-5 .get-started, .loans .section-5 .list {
        width: 500px; max-width: 100%; float: none; margin: 0 auto;
    }
    .loans .section-4 .feature { width: 400px; padding-right: 0; }
    .loans .section-5 .get-started { padding-left: 15px; padding-right: 15px; }
    .loans .section-5 .list { width: 400px; padding-left: 15px; }

    /* Mobile app */
    .mobile-app .section { padding: 50px 16px 50px 16px; }
    .mobile-app .section .info { width: auto; max-width: 540px; margin: 0 auto; float: none; padding: 0; }
    .mobile-app .section .img { float: none; }

    .mobile-app .section-1 .img { width: 100%; }
    .mobile-app .section-1 .img .lottie { margin: 40px auto 0 auto; }
    .mobile-app .section-1 .btn-qr-code { width: 340px; }

    .mobile-app .section-2 .info { padding: 0; text-align: center; white-space: normal; }
    .mobile-app .section-2 .img { position: relative; margin: 0 auto; height: 600px; }

    .mobile-app .section-3 .info { padding: 0; text-align: center; }
    .mobile-app .section-3 .img { position: relative; margin: 0 auto; height: 640px; }
    .mobile-app .section-3 .img .mobile { top: 0; }
    .mobile-app .section-3 .img .overlay { top: 420px; }
    .mobile-app .section-3 .img .currency.btc { top: 130px; }
    .mobile-app .section-3 .img .currency.eth { top: 210px; }
    .mobile-app .section-3 .img .currency.dtr { top: 260px; }

    .mobile-app .section-4 .info img { margin-left: 0; }

    /* IEOs */
    .ieos .projects .itm { width: calc(33% - 20px); }
    .ieos .projects .itm .data > div.lbl span.rwd-show { display: inline; }
    .ieos .projects .itm .data > div.lbl span.rwd-hide { display: none; }

    .ieos-details .breadcrumbs { padding: 0 20px; }
    .ieos-details .board .info .data > div.lbl > span.rwd-show { display: inline; }
    .ieos-details .board .info .data > div.lbl > span.rwd-hide { display: none; }

    /* Landing pages */
    .landing-page.landing-page-about .section.section-header .map { width: 100%; height: 100%; display: none; }
    .landing-page.landing-page-about .section.section-header .map > img { width: 100%; height: 100%; background-size: cover; background-position: center center; }

    .landing-page.landing-page-about .section.section-success { padding: 100px 20px; }
    .landing-page.landing-page-about .section.section-security { padding: 100px 20px; }
    .landing-page.landing-page-about .section.section-header { position: relative;  margin: 0;  padding: 50px 16px 50px 16px;  }
    .landing-page.landing-page-about .section.section-header .address { display: none; }
    .landing-page.landing-page-about .section.section-header .map .pin { display: none; }
    .landing-page.landing-page-about .section.section-header .text { position: relative; width: auto; z-index: 5; text-align: center;  }
    .landing-page.landing-page-about .section.section-partners .partners { flex-direction: column; }
    .landing-page.landing-page-about .section.section-partners .partners { align-items: center; }
    .landing-page.landing-page-about .section.section-partners .partners .partner { width: 220px; align-items: center;  }
    .landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(1) { margin: 0; }
    .landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(2) { margin: 10px 0 10px 0; }
    .landing-page.landing-page-about .section.section-partners .partners .partner:nth-child(3) { margin: 0; }

    .landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .currency { display: none; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .lottie { width: 600px; }

    .landing-page.landing-page-affiliate .animation .affiliate,
    .landing-page.landing-page-affiliate .animation .usdt { display: none; }

    .cryptocurrency.breadcrumb { font-size: 15px; }
    .cryptocurrency.breadcrumb a { font-size: 15px; }
    .currency-details .cryptocurrency.breadcrumb { margin-left: 20px; }
    .currency-details b,
    .currency-details p,
    .currency-details a { font-size: 16px; }
    .currency-details p.bold { font-size: 18px; line-height: 24px; }
    .currency-details .section-header .box { width: 100%; padding: 20px 0 40px 0; margin: 0; }
    .currency-details .section-header .info { width: 100%; margin-top: 30px; clear: both; }
    .currency-details .section-header .info .currency-name h1 { width: calc(100% - 110px); font-size: 26px; margin-left: 20px; padding: 0 10px 20px 0; line-height: 32px; }
    .currency-details .section-header .info .trade-btn { position: fixed; width: 350px; bottom: 40px; left: calc(50% - 175px); z-index: 9; }
    .currency-details .section-header .info .currency-price { display: flex; }
    .currency-details .section-header .info .currency-price > .price { display: none; }
    .currency-details .section-header .info .currency-price .price-mobile { display: block; }
    .currency-details .section-header .info .currency-price img { display: none; }
    .currency-details .section-header .currency-graph { width: 100%; height: 250px; margin-top: 20px; clear: both; }
    .currency-details .section-header .currency-graph .time-selectors { display: none; }
    .currency-details .section-header .info .time-selectors-mobile { display: inline-block; }
    .currency-details .section-header .currency-graph .chart { position: relative; left: -8px; margin: 0; }
    .currency-details .section-header .unavailable { width: 100%; padding: 0 20px; right: 0; top: 60%; font-size: 15px; line-height: 20px; }

    .currency-details .section-info .table { margin-top: 40px; }
    .currency-details .section-info .box { padding: 53px 20px 60px 20px; }

    .currency-details .section-what-is .box { padding: 40px 0; }
    .currency-details .section-what-is .header .ttl { width: 100%; text-align: center; font-size: 30px; }
    .currency-details .section-what-is .content { display: flex; flex-direction: column; margin-top: 40px; }
    .currency-details .section-what-is .content .txt { padding: 0 20px; min-width: 100%; }
    .currency-details .section-what-is .icons { margin: 30px 0 0 0; }
    .currency-details .section-what-is .icons .large { height: 100px; }
    .currency-details .section-what-is .icons .small { display: none; }

    .currency-details .section-secondary { padding: 0 20px 40px 20px; }
    .currency-details .section-secondary .title { padding: 40px 0; font-size: 30px; }
    .currency-details .section-secondary .title h2 { text-align: center; }

    .currency-details .section-faq .title { padding: 40px 0; font-size: 30px; }

    .currency-details .section-supply .title { padding: 40px 0; font-size: 30px; }
    .currency-details .section-supply .title h2 { text-align: center; }

    .currency-details .section-calculator .box { padding: 40px 20px; }
    .currency-details .section-calculator .box h2 { font-size: 30px; }
    .currency-details .section-calculator .desc { padding-top: 20px; }
    .currency-details .section-calculator .calculator input { width: 170px; height: min-content; font-size: 24px; }
    .currency-details .section-calculator .calculator .symbol { font-size: 24px; bottom: -6px; }
    .currency-details .section-calculator .calculator .equals { position: relative; bottom: -4px; font-size: 24px; }
    .currency-details .section-calculator .calculator .symbol.fiat { background-size: 14px; background-position-x: calc(100% - 5px); }
    .currency-details .section-calculator .calculator .drop-down { width: 120px; }
    .currency-details .section-calculator .calculator .drop-down a { font-size: 24px; margin: 0; }
    .currency-details .section-calculator .box .btn.buy-btn { width: 100%; }

    .currency-details .table .item .key { text-align: left; }
    .currency-details .table .item .value { text-align: right; }
    .currency-details .table .item { font-size: 15px; line-height: 20px; }

    .currency-details .section-action { display: none; }

    .currency-details .section-faq .faq-container { margin-top: 0; }
    .currency-details .section-faq .box { padding: 20px 20px 40px 20px; }
    .currency-details .section-faq .header { margin-bottom: 30px; justify-content: center; }
    .currency-details .section-faq .header .title { font-size: 30px; }

    /* Buy Crypto landing page */
    .landing-page.landing-page-buy-with-credit-card .section-payment-options .box { padding-bottom: 92px; }
    .landing-page.landing-page-buy-with-credit-card .section-payment-options h3 { margin: 30px 0 20px 0; }
    .landing-page.landing-page-buy-with-credit-card .section .box .features { display: flex; margin: 0; flex-direction: column; align-items: center; }
    .landing-page.landing-page-buy-with-credit-card .section .box .features .itm { width: 100%; margin: 0; }
    .landing-page.landing-page-buy-with-credit-card .section .box .features .itm:not(:first-of-type) { margin-top: 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .box { padding: 92px 20px 100px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps h2 { font-size: 40px; line-height: 46px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps { flex-direction: column; margin-top: 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .left-strip { display: none; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator { order: 1; margin: auto; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text { order: 2; width: 100%; margin: 40px 0 0 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step { height: min-content; padding: 60px 40px; margin-top: 20px;  background-color: #1b2337; border-radius: 4px; text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text .step .txt { padding-top: 40px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .box { padding: 100px 20px; flex-direction: column; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text { max-width: 100%; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text h3 { font-size: 40px; line-height: 46px; text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text p { text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats { margin: 60px 0 0 0; grid-template-columns: calc(50%) calc(50%); }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .fiats .fiat { justify-content: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods { display: flex; flex-direction: row; justify-content: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .row { flex-direction: column; justify-content: normal; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .row:first-of-type { margin-right: 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .method:not(:first-of-type) { margin-top: 20px; }

}

@media (max-width: 1200px) {
    .currency .supply .itm .val { font-size: 18px; }

    .destruction-events .sum-item { width: 100%; margin-left: 0; margin-top: 10px; }

    .big-news { min-height: calc(56vw + 50px); }

    .destruction-events .sum span.dtr-amount { font-size: 20px; }
    .destruction-events .sum em { font-size: 17px; }
    .destruction-events .sum img { margin-bottom: -4px; }

    .landing-page.landing-page-mmb .section.section-intro { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-mmb .section.section-intro .animation { height: auto; }
    .landing-page.landing-page-mmb .section.section-intro .animation .lottie { left: 0; margin: 30px 0 0 32px; }
    .landing-page.landing-page-mmb .section.section-intro .animation > img { display: none; }

    /* Scaled from 400px to 250px, K = 250 / 400 = 0.625 */
    .landing-page.ieos .section.section-intro .animation { height: 250px; width: 250px; margin-top: 60px; }
    .landing-page.ieos .section.section-intro .animation .circle-border{ width: 100%; height: 100%; }
    .landing-page.ieos .section.section-intro .animation .core { width: 62.5px; height: 62.5px; left: calc(50% - 31px); top: calc(50% - 31px); }
    .landing-page.ieos .section.section-intro .animation .planet-1 { width: 62.5px; height: 62.5px; left: calc(50% - 31px); top: calc(50% - 31px); }
    .landing-page.ieos .section.section-intro .animation .planet-2 { width: 250px; height: 250px; left: calc(50% - 125px); top: calc(50% - 125px); }
    .landing-page.ieos .section.section-intro .animation .core .dtr-1-holder { width: 218.5px; height: 218.5px; left: calc(50% - 109px); top: calc(50% - 109px); }
    .landing-page.ieos .section.section-intro .animation .core .dtr-1-holder .dtr-1 { width: 47px; height: 47px; }
    .landing-page.ieos .section.section-intro .animation .core .dtr-2-holder { width: 200px; height: 200px; left: calc(50% - 100px); top: calc(50% - 100px); }
    .landing-page.ieos .section.section-intro .animation .core .dtr-2-holder .dtr-2 { width: 26px; height: 26px; }
    .landing-page.ieos .section.section-intro .animation .core .dtr-3-holder { width: 137.5px; height: 137.5px; left: calc(50% - 69px); top: calc(50% - 69px); }
    .landing-page.ieos .section.section-intro .animation .core .dtr-3-holder .dtr-3 { width: 39px; height: 39px; }

    .cryptocurrencies .section-list .table .item .name { max-width: 150px; line-height: 24px; }

    .landing-page.branding .section.header { padding-top: 100px; }
    .landing-page.branding .section.header > .box.horizontal { flex-direction: column; }
    .landing-page.branding .section.header h1 { font-size: 30px; line-height: 40px; padding: 0; }
    .landing-page.branding .section.header .links { width: 100%; flex-direction: column; }
    .landing-page.branding .section.header .links .title { font-size: 20px; line-height: 18px; text-align: center; }
    .landing-page.branding .section.header .links .logotype { margin: 50px 0 0 0; }
    .landing-page.branding .section.header .links .logotype > a { text-align: center; }
    .landing-page.branding .section.header .links .material { width: 100%; margin-top: 50px; align-items: center; }
    .landing-page.branding .section.header .links .material .btn { width: 100%; }
    .landing-page.branding .section.mini-print { padding-top: 100px; }

    .landing-page.fees .table.fees-bonuses .header,
    .landing-page.fees .table.fees-bonuses .items { width: min-content; }
}

@media (max-width: 1115px) {
    .home .section-cover .content .map { background-size: cover; }
    .home .section-cover .content .map .currency { display: none; }
    .home .section-currencies .markets .item .col .ticker .full { display: none; }
}

@media (max-width: 1100px) {
    .sub-page .main .content {  padding-left: 30px; }

    .voting .lst.lst-voting .header-row > div.row-name    { width: 55%;  }
    .voting .lst.lst-voting .header-row > div.row-symbol  { width: 20%; }
    .voting .lst.lst-voting .row > div.row-name    { width: 55%; }
    .voting .lst.lst-voting .row > div.row-symbol  { width: 20%; }

    .voting .lst.lst-winners .header-row > div.row-name        { width: 55%;  }
    .voting .lst.lst-winners .header-row > div.row-symbol      { width: 20%; }
    .voting .lst.lst-winners .header-row > div.row-votes       { width: 25%; text-align: right; padding-right: 20px; }
    .voting .lst.lst-winners .header-row > div.row-winner-date { display: none; }
    .voting .lst.lst-winners .header-row > div.row-status      { display: none; }
    .voting .lst.lst-winners .row > div.row-name        { width: 55%; }
    .voting .lst.lst-winners .row > div.row-symbol      { width: 20%; }
    .voting .lst.lst-winners .row > div.row-votes       { width: 25%; text-align: right; padding-right: 20px; }
    .voting .lst.lst-winners .row > div.row-winner-date { display: none; }
    .voting .lst.lst-winners .row > div.row-status      { display: none; }
}

@media (max-width: 1050px) {
    .cryptocurrencies .section-list .table { --trade-w: 40px; }
    .cryptocurrencies .section-list .header .trade { visibility: hidden; }
    .cryptocurrencies .section-list .table .item .trade-small.visible { display: block; }
    .cryptocurrencies .section-list .table .item .trade-small.hidden { display: block; visibility: hidden; pointer-events: none; }
    .cryptocurrencies .section-list .table .item .trade { display: none; }
}

@media (max-width: 1000px) {
    .destruction-events .sum span.dtr-amount { font-size: 24px; }
    .destruction-events .sum em { font-size: 20px; }
    .destruction-events .sum img { margin-bottom: -4px; }
    .destruction-events .sum span.dtr-amount { display: block; }
    .destruction-events .sum span.dtr-amount:first-of-type { margin-bottom: 15px; }
    .destruction-events .sum .btn-read-more { display: block; width: auto; margin: 0 10px; }

    .landing-page.landing-page-mmb .section.section-strategies { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-mmb .section.section-strategies .text { margin-top: 20px; }
    .landing-page.landing-page-mmb .section.section-strategies .setup { text-align: right; }
    .landing-page.landing-page-mmb .section.section-strategies .setup > img { width: 290px; height: 290px; }

    .currency-details .section-secondary .content.double { flex-direction: column; }
    .currency-details .section-secondary .content.double .half { width: 100%; max-width: 100%; }
    .currency-details .section-secondary .content .half img { position: static; margin: 0 auto; }
    .currency-details .section-secondary .content .half:nth-of-type(2) { margin-top: 40px;}

    .home .section-cover .content { text-align: center; }
    .home .section-cover .content .title { max-width: 100%; }
    .home .section-cover .content .title > h1 { width: 100%; text-align: center; }
    .home .section-cover .content .title > h2 { width: 100%; text-align: center; }
    .home .section-cover .content .stripe .payment { display: none; }
    .home .section-cover .content .stripe .buy-text { margin: 30px auto 0 20px; }
}

@media (max-width: 960px) {
    .landing-page.landing-page-mmb .section.section-wizard .list { }
    .landing-page.landing-page-mmb .section.section-wizard { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-mmb .section.section-wizard .list{ width: 100%; padding: 0; }
    .landing-page.landing-page-mmb .section.section-wizard .section-half.setup { width: 100%; text-align: center; }
    .landing-page.landing-page-mmb .section.section-wizard .steps { width: 300px; margin: 0 auto; }
    .landing-page.landing-page-mmb .section.section-wizard .steps > span { font-size: 24px; }
    .landing-page.landing-page-mmb .section.section-wizard .steps > img { width: 46px; height: 46px; }

    .home .section-currencies .info { flex-direction: column; }
    .home .section-currencies .info h2:first-of-type { margin: 0; }
    .home .section-currencies .markets .header .market { display: none; }
    .home .section-currencies .markets .item .col .graph { display: none; }

    .home .section-currencies .markets .header .currency { width: calc(100% - 600px); }
    .home .section-currencies .markets .header .last-price { width: 200px; }
    .home .section-currencies .markets .header .change { width: 150px; }
    .home .section-currencies .markets .header .market { width: 0px; }
    .home .section-currencies .markets .header .trade { width: 250px; }

    .home .section-currencies .markets .item .col:nth-child(1) { width: calc(100% - 600px);}
    .home .section-currencies .markets .item .col:nth-child(2) { width: 200px; }
    .home .section-currencies .markets .item .col:nth-child(3) { width: 150px; }
    .home .section-currencies .markets .item .col:nth-child(4) { width: 0px; }
    .home .section-currencies .markets .item .col:nth-child(5) { width: 250px; }

    .currency-details .section-info .header { flex-direction: column; height: min-content; }
    .currency-details .section-info .header .view-txt { margin: 0; padding: 15px 0 20px 0; font-size: 18px; text-align: center; }
    .currency-details .section-info .header .name { width: 100%; text-align: center; font-size: 28px; }
    .currency-details .section-info .box .header .btn { width: 100%; margin-left: 0; }
}

@media (max-width: 900px) {
    .markets .stats .rwd-br { display: block; }

    .markets .lst .header-row { padding: 0 10px; }
    .markets .lst .header-row > div.pair       { width: 22%; }
    .markets .lst .header-row > div.change     { width: 18%; }
    .markets .lst .header-row > div.price      { width: 29%; }
    .markets .lst .header-row > div.price-high { display: none; }
    .markets .lst .header-row > div.price-low  { display: none; }
    .markets .lst .header-row > div.volume     { width: 29%; }
    .markets .lst .header-row > div.change span { display: none; }

    .markets .lst .row { padding: 0 10px; }
    .markets .lst .row > div.pair       { width: 22%; }
    .markets .lst .row > div.change     { width: 18%; }
    .markets .lst .row > div.price      { width: 29%; }
    .markets .lst .row > div.price-high { display: none; }
    .markets .lst .row > div.price-low  { display: none; }
    .markets .lst .row > div.volume     { width: 29%; }
    .markets .lst .row > div.volume span{ display: block;  }

    /* Destruction Events */
    .destruction-events .lst .header-row > div.row-datetime { width: 28%; }
    .destruction-events .lst .header-row > div.row-type     { width: 20.5%; }
    .destruction-events .lst .header-row > div.row-volume   { display: none; }
    .destruction-events .lst .header-row > div.row-amount   { width: 24%; }

    .destruction-events .lst .row > div.row-datetime { width: 28%; }
    .destruction-events .lst .row > div.row-type     { width: 20.5%; }
    .destruction-events .lst .row > div.row-volume   { display: none; }
    .destruction-events .lst .row > div.row-amount   { width: 24%; }

    /* Currency list */
    .lst.lst-currency .header-row > div.row-name       { width: 23%; padding-left: 20px; }
    .lst.lst-currency .header-row > div.row-price-last { width: 17%; }
    .lst.lst-currency .header-row > div.row-change     { width: 17%; }
    .lst.lst-currency .header-row > div.row-24h-high   { display: none; }
    .lst.lst-currency .header-row > div.row-24h-low    { display: none; }
    .lst.lst-currency .header-row > div.row-24h-volume { width: 21%; }
    .lst.lst-currency .header-row > div.row-graph      { width: 22%; padding-left: 10px; padding-right: 20px; }
    .lst.lst-currency .row > div.row-name       { width: 23%; padding-left: 20px; }
    .lst.lst-currency .row > div.row-price-last { width: 17%; }
    .lst.lst-currency .row > div.row-change     { width: 17%; }
    .lst.lst-currency .row > div.row-24h-high   { display: none; }
    .lst.lst-currency .row > div.row-24h-low    { display: none; }
    .lst.lst-currency .row > div.row-24h-volume { width: 21%; }
    .lst.lst-currency .row > div.row-graph      { width: 22%;  padding-left: 10px; padding-right: 20px; }

    /* Currency */
    .cryptocurrencies .section-header .box { padding-top: 20px; }
    .cryptocurrencies .section-header .header {  margin-top: 30px; }
    .cryptocurrencies .section-header .header > .title h1 { font-size: 30px; padding-bottom: 0; line-height: 30px; }
    .cryptocurrencies .section-header .header .info-box { top: 0; }
    .cryptocurrencies .section-header .header .info-box .value { font-size: 22px; }
    .cryptocurrencies .section-header .header .info-box .title { font-size: 17px; }
    .cryptocurrencies .section-header .header .info-box:last-of-type { margin-left: 20px; }

    .cryptocurrencies .section-list .table { --symbol-m: 20px; --symbol-w: 40px; }
    .cryptocurrencies .section-list .table .header { font-size: 14px; }
    .cryptocurrencies .section-list .table .header span.header-sortable.sel-asc,
    .cryptocurrencies .section-list .table .header span.header-sortable.sel-desc{ padding-right: 14px; }
    .cryptocurrencies .section-list .table .item { font-size: 16px; }
    .cryptocurrencies .section-list .table .item .currency-icon { display: none; }
    .cryptocurrencies .section-list .table .item .symbol { margin-left: 0; }

    /* Big news */
    .big-news .countdown {  min-height: 87px; }
    .big-news .countdown .countdown-section { width: 83px; height: 84px; }
    .big-news .countdown .countdown-amount {
        height: 50px; padding: 11px 0 0;
        font-size: 48px; line-height: 48px;
    }
    .big-news .countdown .countdown-period { font-size: 15px; line-height: 15px; }
    .big-news .countdown .countdown-spacer {
        width: 38px; height: 84px;
        font-size: 48px; line-height: 82px;
    }

    .big-news .announcement { padding-bottom: 300px; }

    /* IEOs */
    .ieos .projects .itm { width: calc(50% - 20px); }

    .ieos-details .details { width: auto; float: none; padding-bottom: 40px; }
    .ieos-details .details .summary { max-width: none; }
    .ieos-details .board-container { width: 100%; float: none; margin-left: 0; }

    .landing-page.landing-page-affiliate .section-intro { padding: 100px 0 50px 0; }
    .landing-page.landing-page-affiliate .section-intro h1 { font-size: 30px; font-weight: 400; line-height: 40px; }
    .landing-page.landing-page-affiliate .section-intro h2 { font-size: 20px; line-height: 25px; }
    .landing-page.landing-page-affiliate .section-intro .box { padding: 0 20px; }
    .landing-page.landing-page-affiliate .section.section-intro .animation { height: 270px; }
    .landing-page.landing-page-affiliate .section.section-intro .animation .main { width: 200px; }
    .landing-page.landing-page-affiliate .section.section-why-join .box h2 { font-size: 20px; line-height: 24px; }
    .landing-page.landing-page-affiliate .section.section-why-join .box { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-affiliate .section.section-how-it-works .box { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-affiliate .section.section-onboarding .box { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-affiliate .section.section-action h2 { height: min-content; }
    .landing-page.landing-page-affiliate .section.section-action h3 { margin: 25px 0 20px 0; }
    .landing-page.landing-page-affiliate .section .box .features { width: 100%; margin-left: 0; }
    .landing-page.landing-page-affiliate .box .features .itm { width: auto; float: none; margin: 0 0 30px; }
    .landing-page.landing-page-affiliate .section.section-how-it-works .box h2 { font-size: 30px; font-weight: 400; }

    .landing-page.defi-swap .section-content .box { flex-wrap: wrap; }
    .landing-page.defi-swap .section-content .text { width: 100%; order: 1; text-align: center; margin-top: 0; }
    .landing-page.defi-swap .section-content .image { width: 100%; order: 2; margin-top: 20px; }
    .landing-page.defi-swap .section-content .image img { height: 225px; margin: 0 auto; }
    .landing-page.defi-swap .section-content h2 { line-height: 30px; }
    .landing-page.defi-swap .section-content p.big,
    .landing-page.defi-swap .section-content p.small { font-size: 18px; line-height: 24px; }
    .landing-page.defi-swap .section-content p.big { margin-top: 10px; }
}

@media (max-width: 860px) {
    .menu-mobile { display: block; }
    .mobile-menu-lang { display: block; }

    .landing-page.landing-page-about .section.section-contact .contacts { flex-direction: column; }
    .landing-page.landing-page-about .section.section-contact .contacts:nth-of-type(2) { margin: 0; }
    .landing-page.landing-page-about .section.section-contact .contacts:nth-of-type(1) .contact:first-of-type { margin-top: 0; }
    .landing-page.landing-page-about .section.section-contact .contacts .contact { width: 100%; margin-top: 30px; text-align: center; }
}

@media (max-width: 800px) {
    .cryptocurrencies .section-list .table .item .name { display: none; }
    .cryptocurrencies .section-list .table .item .trade-small.hidden,
    .cryptocurrencies .section-list .table .item .trade-small.visible { display: none; }
    .cryptocurrencies .section-list .table { --trade-w: 0; --trade-m: 0; }
}

@media (max-width: 780px) {
    /* Home */
    .home .section-cover .content .stripe { height: min-content; display: flex; flex-direction: column; bottom: 20px; }
    .home .section-cover .content .stripe > .buy-text { margin: 20px auto; padding: 0 10px; }
    .home .section-cover .content .stripe > .btn { margin-top: 0px; }

    .home .section-cover .content .title { padding-top: 140px; }
    .home .section-cover .content .title > h1 { font-size: 30px; line-height: 36px; }
    .home .section-cover .content .title > h2 { font-size: 20px; }
    .home .section-cover .content .map { width: 100%; right: 0; padding: 0; top: 0; }
    .home .section-cover .content .stripe { margin-top: 50px; }
    .home .section-cover .content .currencies-mobile { display: block; }

    .home .section-currencies .markets .item .col .ticker img { display: none; }
    .home .section-currencies .markets .item .col .ticker .name { margin-left: 0; }
}

@media (max-width: 768px) {
    .sub-page .main { padding-bottom: 80px; }
    .sub-page .main .menu-left {  display: none; }
    .sub-page .main .content { width: auto; padding-left: 0; padding-top: 33px; float: none; }

    .markets .table-header { text-align: center; }
    .markets .search { float: none; margin: 0 auto; padding: 10px 5px; }
    .markets .search input { width: 100%; }
    .markets .search .btn-clear { top: 21px; right: 15px; }

    .markets .market-tabs { clear: both; display: inline-block; position: relative; top: 2px;  }
    .markets .market-tabs .market-tab { margin-left: 5px; margin-right: 0; padding: 0 9px 0 9px; }

    /* Landing pages */
    .landing-page .section .box h2 { font-size: 30px; font-weight: 400; }
    .landing-page .section .box h3 { font-size: 20px; }
    .landing-page .section .box .section-half { width: auto; float: none; }

    .landing-page .section .box .features { margin: 0; }
    .landing-page .section .box .features .itm { width: auto; float: none; margin: 0 0 30px; }

    .landing-page .section.section-intro { text-align: center }

    .landing-page.landing-page-buy-with-credit-card .section.section-intro .animation { padding: 20px 0 0 20px; text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .drop-down { margin: 0 auto; }

    .landing-page.landing-page-loans .section.section-calculator .calculator { display: block; }
    .landing-page.landing-page-loans .section.section-calculator .calculator .lbl { float: none; }
    .landing-page.landing-page-loans .section.section-calculator .calculator .loan-amount { float: none; margin: 20px 0 0; }
    .landing-page.landing-page-loans .section.section-calculator .calculator .currency { float: none; display: inline-block; margin-top: 10px; }
    .landing-page.landing-page-about .section.section-success { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-about .section.section-success .icons { justify-content: center; margin-top: 20px; }
    .landing-page.landing-page-about .section.section-success .icons .icon > img { width: 130px; height: 130px; }
    .landing-page.landing-page-about .section.section-security { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-about .section.section-security .logo .ceh { margin: 50px auto; padding-bottom: 40px; }
    .landing-page.landing-page-about .section.section-security .logo .ceh img:nth-of-type(2) { display: none; }
    .landing-page.landing-page-about .section.section-contact { padding: 20px 16px 50px 16px; }

    .landing-page.landing-page-mmb .section.section-strategies { padding: 50px 16px 50px 16px; }
    .landing-page.landing-page-mmb .section.section-strategies .text { text-align: center; margin: 0; }
    .landing-page.landing-page-mmb .box .section-half:first-child { padding: 0; }
    .landing-page.landing-page-mmb .section.section-strategies p { width: 100%; margin: 0 auto;}
    .landing-page.landing-page-mmb .section.section-intro { height: min-content; padding: 100px 20px; }
    .landing-page.landing-page-mmb .section.section-intro h1 { font-size: 30px; font-weight: 400; line-height: 35px; }
    .landing-page.landing-page-mmb .section.section-intro h2 { font-size: 20px; font-weight: 400; line-height: 24px; }
    .landing-page.landing-page-mmb .section.section-intro .animation { display: none; width: 280px; height: 300px; margin: 30px auto; }
    .landing-page.landing-page-mmb .section.section-intro .animation .lottie { display: none; }
    .landing-page.landing-page-mmb .section.section-strategies .setup { text-align: center; margin-top: 50px; }

    .landing-page.landing-page-buy-with-credit-card .section.section-intro { padding: 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro h1 { font-size: 30px; line-height: 35px; font-weight: 400; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro h2 { font-size: 20px; line-height: 20px; font-weight: 400; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .box h2 { padding: 0px 0 40px 0; }
    .landing-page .drop-down a { font-size: 30px; margin: 10px 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .box h1 b:hover .drop-down { width: 200px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .box h1 b { background-position-y: 10px; white-space: nowrap; font-size: 30px; line-height: 35px; font-weight: 400; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .box { height: 800px; padding: 100px 0 0 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .box .price svg { display: block; width: auto; margin: 30px auto 0 auto; }
    .landing-page.landing-page-buy-with-credit-card .section.section-intro .animation .lottie { width: 100%; height: 300px; text-align: center; margin: 30px 50px 0 0; float: top; }
    .landing-page.landing-page-buy-with-credit-card .section.section-payment-options .box { padding: 50px 20px 20px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-info .animation .large { width: 120px; height: 160px; padding: 25px 0 0 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-info .animation .small { display: none; }
    .landing-page.landing-page-buy-with-credit-card .section.section-info h2 { text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section-payment-options h3 { margin-bottom: 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-info .info-text { text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section.section-info .box { padding: 0 20px 50px 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .box { padding: 50px 20px 50px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-buy-other-currencies .features { padding-top: 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-action h3 { padding: 20px 10px 10px 10px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .box { padding: 50px 20px 20px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps h2 { font-size: 30px; font-weight: 500; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps h3 br { display: none; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .box { padding: 50px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text h3 { font-size: 30px; font-weight: 500; padding-bottom: 50px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text p.big,
    .landing-page.landing-page-buy-with-credit-card .section.section-fiats .text p.small { font-size: 20px; line-height: 26px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .box { padding: 50px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods h3 { font-size: 30px; font-weight: 500; padding-bottom: 50px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods { width: 100%; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .row { flex: 1; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .method { width: 100%; }
    .landing-page.landing-page-buy-with-credit-card .section.section-methods .methods .method > img { width: 100px; height: 30px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-action h2 { font-size: 30px; font-weight: 500; }
    .landing-page.landing-page-buy-with-credit-card .section.section-action { height: min-content; padding: 50px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section-faq .header .title { width: 100%; font-size: 30px; font-weight: 500; text-align: center; }
    .landing-page.landing-page-buy-with-credit-card .section-faq .box { padding: 50px 20px; }
    .landing-page.landing-page-buy-with-credit-card .section-faq .faq-container { margin-top: 40px; }

    .landing-page.landing-page-loans .section { padding: 60px 20px; }
    .landing-page.landing-page-loans .section .box { padding: 0; }
    .landing-page.landing-page-loans .section.section-choose-our-platform .box h2 { padding-bottom: 50px; }
    .landing-page.landing-page-loans .section.section-choose-our-platform .box h3 { padding-bottom: 60px; }
    .landing-page.landing-page-loans .section.section-choose-our-platform  { padding-bottom: 50px; }
    .landing-page.landing-page-loans .section.section-calculator h3 { padding: 20px 0 0 0; }
    .landing-page.landing-page-loans .section.section-intro { height: 720px; padding: 0 20px 100px 20px; }
    .landing-page.landing-page-loans .section.section-intro .box { padding-top: 100px; }
    .landing-page.landing-page-loans .section.section-intro h1 { font-size: 30px; font-weight: 400; line-height: 30px; }
    .landing-page.landing-page-loans .section.section-intro .animation { margin-top: 0px; }
    .landing-page.landing-page-loans .section.section-intro .animation .currency { display: none; }
    .landing-page.landing-page-loans .section.section-how-it-works .box h2 { padding-bottom: 20px; }
    .landing-page.landing-page-loans .section .box .features .itm .txt-h3 { padding: 28px 20px 0 20px; }
    .landing-page.landing-page-loans .section.section-how-it-works .box .features .itm { padding-top: 30px; }
    .landing-page.landing-page-loans .section.section-action { padding: 80px 0; }
    .landing-page.landing-page-loans .section.section-how-it-works { padding: 60px 0 40px 0; }
    .landing-page.landing-page-loans .section.section-action h3 { margin-top: 50px; padding: 0 20px; }

    .landing-page.ieos .section h1 { font-size: 30px; font-weight: 400; line-height: 30px; padding-bottom: 30px; }
    .landing-page.ieos .section h2  { padding-bottom: 30px; }
    .landing-page .section.section-intro h2 { font-size: 20px; padding: 0 10px 40px 10px; }
    .landing-page.ieos .section.section-intro { height: 800px; padding-top: 100px; }
    .landing-page.ieos .section.section-intro .box { padding: 0; }
    .landing-page.ieos .section-2 { padding-top: 20px; }
    .landing-page.ieos .section-2 h2 { font-size: 30px; font-weight: 400; }
    .landing-page.ieos .section.section-intro .animation { margin: 80px auto 0 auto; }
    .landing-page.ieos .tabs .tab { font-size: 15px;  }
    .landing-page.ieos .tabs { display: flex; flex-direction: row; justify-content: space-between; }

    .mobile-app .section-1 { height: 890px; padding-top: 100px; }
    .mobile-app .section-1 .info .btn { margin-bottom: 40px; }
    .mobile-app .info .ttl { padding-bottom: 30px; }
    .mobile-app .section-1 .download { padding: 0 10px; }
    .mobile-app .section-1 .img .lottie { margin: 20px auto; height: 310px; }
    .mobile-app .section-1 .info .ttl { font-size: 30px; font-weight: 400; }
    .mobile-app .section-1 .info .txt { font-size: 20px; padding-bottom: 40px; }
    .mobile-app .info .lbl { font-size: 30px; font-weight: 400; }
    .mobile-app .section-3,
    .mobile-app .section-2 { padding: 40px 20px; }
    .mobile-app .section-1 .download a div { margin-right: 5px;  }
    .mobile-app .section-1 .download a div:nth-of-type(1) { margin-left: 5px; }
    .mobile-app .section-2 .info .btn,
    .mobile-app .section-3 .info .btn{ margin: 20px 0 20px 0; }

    .landing-page.landing-page-about .text > h1 { font-size: 30px; font-weight: 400; line-height: 34px; }
    .landing-page.landing-page-about .section.section-header { padding: 100px 20px; }
    .landing-page.landing-page-about .section.section-header .text p { font-size: 20px; line-height: 24px; }
    .landing-page.landing-page-about .section .text { padding: 0 10px; }
    .landing-page.landing-page-about .section.section-success .text p,
    .landing-page.landing-page-about .section.section-security .text p,
    .landing-page.landing-page-about .section.section-success .text h2,
    .landing-page.landing-page-about .section.section-security .text h2 { text-align: center; }
    .landing-page.landing-page-about .section.section-security { margin-bottom: 0; padding-bottom: 0; }
    .landing-page.landing-page-about .section.section-success h2 { padding-bottom: 40px; }
    .landing-page.landing-page-about .section.section-security h2 { padding-bottom: 40px; }
    .landing-page.landing-page-about .section.section-partners { padding: 60px 0; }
    .landing-page.landing-page-about .section.section-partners .partners { margin-top: 0; }
    .landing-page.landing-page-about .section.section-partners .partners .partner { margin: 0; height: 90px; }
    .landing-page.landing-page-about .section.section-partners .partners .partner img { width: 100%; height: 100%; }

    .landing-page.fees .section-header { padding: 50px 0; }
    .landing-page.fees .section-header h1 { font-size: 30px; font-weight: 400; line-height: 40px; }
    .landing-page.fees .section .box h2 { font-size: 20px; line-height: 28px; padding: 0 10px 40px 10px; }
    .landing-page.fees .box { padding: 50px 16px 50px 16px; }
    .landing-page.fees .table { padding-top: 0; }
    .landing-page.fees .section p { line-height: 20px; }
    .landing-page.fees .info { flex-direction: column; align-items: center; }
    .landing-page.fees .info p.vip { margin: 20px 0 0 0; }

    .landing-page.defi-swap .section-header .box { padding: 60px 20px 40px 20px; }
    .landing-page.defi-swap .section-header h1 { font-size: 30px; font-weight: 400; line-height: 40px; }
    .landing-page.defi-swap h2 { width: 100%; text-align: center; font-size: 20px; line-height: 28px; }
    .landing-page.defi-swap .section-header .container .card:nth-of-type(2) { margin: 20px 0 0 0; }
    .landing-page.defi-swap .section-content .box { padding: 40px 20px; }
    .landing-page.defi-swap .section-content p.big { margin-top: 20px; }

    /* Voting */
    .voting .countdown { min-height: 64px; }
    .voting .countdown .countdown-section {
        width: 53px; height: 64px;
    }
    .voting .countdown .countdown-amount {
        height: 30px; padding-top: 11px;
        font-size: 28px; line-height: 28px;
    }
    .voting .countdown .countdown-period { font-size: 12px; line-height: 12px; }
    .voting .countdown .countdown-spacer {
        width: 17px; height: 64px;
        font-size: 48px; line-height: 62px;
    }

    .voting .tabs { display: block; }
    .voting .tabs .tab { width: calc(50% - 10px); }

    /* Destruction Events */
    .destruction-events .amount-sum { padding: 0 23px 0 50px; background-position-x: 15px; }
    .destruction-events .amount-sum span { padding-right: 0; }
    .destruction-events .amount-sum em { display: none; }

    .destruction-events .lst .header-row > div.row-datetime { width: 35%; padding-left: 10px; }
    .destruction-events .lst .header-row > div.row-type     { display: none; }
    .destruction-events .lst .header-row > div.row-amount   { width: 25%; }
    .destruction-events .lst .header-row > div.row-tx       { width: calc(40% - 10px); padding-left: 20px; padding-right: 0; }

    .destruction-events .lst .row > div.row-datetime { width: 35%; padding-left: 10px; }
    .destruction-events .lst .row > div.row-type     { display: none; }
    .destruction-events .lst .row > div.row-amount   { width: 25%; }
    .destruction-events .lst .row > div.row-tx       { width: calc(40% - 10px); padding-left: 20px; padding-right: 0; text-overflow: clip; }

    /* Currency list */
    .currency-list .ttl { text-align: center; }
    .currency-list .search { width: auto; float: none; padding-bottom: 40px; }

    .lst.lst-currency { text-align: left; }
    .lst.lst-currency .header-row > div.row-name       { width: 30%; padding-left: 10px; }
    .lst.lst-currency .header-row > div.row-price-last { width: 20%; }
    .lst.lst-currency .header-row > div.row-change     { width: 20%; }
    .lst.lst-currency .header-row > div.row-24h-volume { width: 30%; padding-right: 10px; }
    .lst.lst-currency .header-row > div.row-graph      { display: none; }
    .lst.lst-currency .row > div.row-name       { width: 30%; padding-left: 10px; }
    .lst.lst-currency .row > div.row-price-last { width: 20%; }
    .lst.lst-currency .row > div.row-change     { width: 20%; }
    .lst.lst-currency .row > div.row-24h-volume { width: 30%; padding-right: 10px; }
    .lst.lst-currency .row > div.row-graph      { display: none; }

    /* Currencies  */
    .currency .ttl { text-align: center; }
    .currency .last-price { text-align: center; }
    .currency .last-price > div { padding: 0 15px; }

    .currency .search { width: auto; float: none; padding-bottom: 40px; }

    .currency .supply { overflow: hidden; padding: 15px 0 13px; }
    .currency .supply .itm { width: 100%; overflow: hidden; }
    .currency .supply .itm .ttl { width: 35%; float: Left;  text-align: left;  }
    .currency .supply .itm .val { width: 65%; float: Left;  text-align: right; }

    /* Big News */
    .big-news .countdown { min-height: 64px; }
    .big-news .countdown .countdown-section {
        width: 53px; height: 64px;
    }
    .big-news .countdown .countdown-amount {
        height: 30px; padding-top: 11px;
        font-size: 28px; line-height: 28px;
    }
    .big-news .countdown .countdown-period { font-size: 12px; line-height: 12px; }
    .big-news .countdown .countdown-spacer {
        width: 17px; height: 64px;
        font-size: 48px; line-height: 62px;
    }

    .big-news .tabs { display: block; }
    .big-news .tabs .tab { width: calc(50% - 10px); }

    .big-news .announcement { padding-bottom: 200px; }

    .big-news { min-height: calc(56vw + 20px); }

    /* IEOs */
    .ieos .tabs { width: 100%; }
    .ieos .tabs .tab { width: calc(50% - 10px); }
    .ieos .projects .itm { width: calc(100% - 20px); }
    .ieos .projects .itm.highlight .img { width: 100%; height: auto; margin: 0; float: none; text-align: center; }
    .ieos .projects .itm.highlight .info { width: 100%;  float: none; padding: 0 20px 25px; }
    .ieos .projects .itm.highlight .data-small { width: 100%; }


    .ieos-details .details { padding-top: 40px; text-align: center; }
    .ieos-details .details .btns { margin: 0 -10px; }
    .ieos-details .details .btns .btn { width: calc(50% - 20px); margin: 0 10px 19px; }
    .ieos-details .details .btn-icons { display: inline-block; }
    .ieos-details .details .img-container { display: flex; flex-direction: column; }
    .ieos-details .details .img-container .img { float: none; clear: both; order: 0; }
    .ieos-details .details .img-container .timer { float: none; margin: 0 auto; order: -1; }

    /* Mobile app */
    .mobile-app .section-1 .download { text-align: center; }
    .mobile-app .section-1 .btn-qr-code { width: 100%; margin-bottom: 20px; }
}

@media (max-width: 700px) {
    .home .section-currencies { height: min-content; padding: 40px 0 20px 0; }
    .home .section-currencies .info { padding: 0 20px 40px 20px; line-height: 20px; }
    .home .section-currencies .info, .home .section-currencies .info a { font-size: 15px; }
    .home .section-currencies .markets .view-all { padding-bottom: 40px; }

    .home .section-currencies .markets { width: 100%; padding: 0 20px; margin: 0; }

    .home .section-currencies .markets .header > div{ font-size: 14px; }
    .home .section-currencies .markets .header .currency { width: 16%; min-width: 58px; }
    .home .section-currencies .markets .header .last-price { width: auto; margin-left: auto; }
    .home .section-currencies .markets .header .change { width: 70px; margin-right: 20px; visibility: hidden; }

    .home .section-currencies .markets .header .market { width: 0; }
    .home .section-currencies .markets .header .trade { width: 58px; min-width: 58px; }

    .home .section-currencies .markets .item .col .name,
    .home .section-currencies .markets .item .col .last-price ,
    .home .section-currencies .markets .item .col .change { font-size: 15px; }
    .home .section-currencies .markets .item .col:nth-child(1) { width: 16%; min-width: 58px; }
    .home .section-currencies .markets .item .col:nth-child(2) { width: auto; margin-left: auto; }
    .home .section-currencies .markets .item .col:nth-child(3) { width: 70px; margin-right: 20px; }
    .home .section-currencies .markets .item .col:nth-child(4) { display: none; width: 0; }
    .home .section-currencies .markets .item .col:nth-child(5) { display: none; width: 0; }
    .home .section-currencies .markets .item .col:nth-child(6) { display: initial; width: min-content; }
    .home .section-currencies .markets .item .col:nth-child(6) > img { display: initial; }

    .home .section-currencies .markets .view-all {}
    .home .section-currencies .markets .view-all > .btn { width: 100%; }

    .home .section-features .features { width: 100%; padding: 0 20px 0 20px; }
    .home .section-features .features > .box {width: 100%; padding: 0 10px 0 10px; }

    .mobile-app .section .info .btn { width: 100%;  }
    .mobile-app .section-2 .img { display: none; }
    .mobile-app .section-3 .img { display: none; }

    .home .section-features .features-ttl > h2 { font-size: 30px; font-weight: 400; }
    .home .section-features .features-ttl { padding: 60px 0 60px 0; }
    .home .section-features .experience-ttl { padding: 60px 0 40px 0; }
    .home .section-features .experience-ttl > h2 { font-size: 30px; font-weight: 400; line-height: 35px; margin: 0; }
    .home .section-features .features.experience { margin: 0; }
    .home .section-features .features .box { padding: 30px 0; }
    .home .section-features .features .box.exp { padding: 20px 0; }
    .section-action h2 { font-size: 30px; font-weight: 400; color: #FFF; }
    .section-action h3 { font-size: 17px; font-weight: 400; color: #9cacbc; margin-top: 20px; padding: 0 10px; }
    .landing-page.landing-page-loans .section.section-action { padding: 40px 20px; }
    
    .cryptocurrencies .section-list .table .header span.market-cap { display: none; }
    .cryptocurrencies .section-list .table .item .market-cap { display: none; }
    .cryptocurrencies .section-list .table .item .last-price { margin-left: auto; }

    .cryptocurrencies .section-search .box { flex-direction: column; padding-bottom: 20px; }
    .cryptocurrencies .section-search span { padding: 20px 0 0 0; margin: 0; text-align: center; font-size: 15px; }
    .cryptocurrencies .section-search .search { margin: 0; order: 1; }
    .cryptocurrencies .section-search .tradeable-coins { margin: 40px auto 20px auto; order: 2; }
    .cryptocurrencies .section-search .tradeable-coins .switch { margin-left: 30px; }
    .cryptocurrencies .section-search .tradeable-coins .txt { padding: 0; white-space: nowrap; }

    .currency-details .section-calculator .calculator { display: block; margin-top: 50px; }
    .currency-details .section-calculator .calculator .symbol { display: inline-block; width: 100px; margin: 0; top: 0; }
    .currency-details .section-calculator .calculator .drop-down-container { display: inline-block; }
    .currency-details .section-calculator .calculator .equals { visibility: hidden; margin: 15px 0; }
    .currency-details .section-calculator .calculator .fiat-amount {}
    .currency-details .section-calculator .calculator .symbol.fiat { padding-right: 0; background-position-x: 80px; }
    .currency-details .section-calculator .calculator .drop-down-container { width: 100px; }
    .currency-details .section-calculator .calculator input { width: calc(100% - 106px); height: 55px; }
}

@media (max-width: 560px) {
    .cryptocurrencies .section-header .header { flex-direction: column; }
    .cryptocurrencies .section-header .header > .title { text-align: center; }
    .cryptocurrencies .section-header .header .info-box,
    .cryptocurrencies .section-header .header .info-box:last-of-type { margin: 0 auto; padding-top: 30px; text-align: center; }
    .cryptocurrencies .section-search .search { min-width: 100%; width: 100%; }
    .cryptocurrencies .section-search .tradeable-coins { display: flex; width: 100%; text-align: left; }
    .cryptocurrencies .section-search .tradeable-coins .txt { font-size: 15px; }
    .cryptocurrencies .section-search .tradeable-coins .switch { margin-left: auto; }
    .cryptocurrencies .section-list .table { --volume-w: 0; }
    .cryptocurrencies .section-list .table .header .col.volume,
    .cryptocurrencies .section-list .table .item .volume { display: none; }

    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .text { margin: 0; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator { width: 100%; opacity: 1; visibility: visible; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .icon { width: 56px; height: 56px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-steps .steps .calculator .amount { font-size: 40px; }
    .landing-page.landing-page-buy-with-credit-card .section.section-action h2 { height: min-content; }
}

@media (max-width: 540px) {
    .home .section-cover .content > .btn { width: 100%; }
    .home .section-cover .content .stripe .buy-text { display: none; }
    .home .section-cover .content .stripe .buy-text-mobile { display: block; }

    .landing-page.landing-page-about .section.section-contact .contacts { display: flex; flex-direction: column; }
    .landing-page.landing-page-about .section.section-contact .contacts .contact { text-align: center; }
    .landing-page.landing-page-about .section.section-contact .contacts .contact:not(:first-child) { margin-top: 40px; }
    .landing-page.landing-page-about .section.section-partners { padding: 50px 0 50px 0; }
    .landing-page.landing-page-about .section.section-partners .btn { width: calc(100% - 32px); max-width: initial; margin: 50px 16px 0 16px; }

    .section-action { height: min-content; padding: 40px 0 40px 0;  }
    .section-action .btn { width: calc(100% - 40px); margin: 20px auto; }

    .voting .vote-btn { width: 100%; margin: initial 20px; }
}

@media (max-width: 500px) {
    .visible-mobile { display: initial; }

    #header .coins .dtr-usd .lbl {  display: None;  }

    /* Currency details */
    .currency-details .section-header .info .trade-btn.btn { width: calc(100vw - 40px); max-width: 100%; left: 20px; }
    .currency-details .section-header .info .trade-btn.wishlist-btn { background-image: none; padding: 0; }
    .currency-details .section-secondary .btn { width: 100%; }
    .currency-details .section-secondary .content .half img { transform: scale(0.7); }
    .currency-details .section-faq .faq-container .faq-item .faq-header .ttl { font-size: 16px; line-height: 20px; }
    .big-news { min-height: calc(56vw); }

    .market-making-bot .section-1 .info .btn { width: 260px; }
    .market-making-bot .section-4 .info .btn { width: 260px; }

    /* Loans */
    .loans .btn { max-width: calc(100% - 100px); }
    .loans .section-3 .info { background-position-x: 15px; }
    .loans .section-3 .calculator { max-width: calc(100% - 20px); }
    .loans .section-3 .calculator input { max-width: 100%; }
    .loans .section-3 .calculator .btn-currency { clear: both; margin-bottom: 10px; }
    .loans .section-4 .feature { padding: 57px 15px 0 79px; background-position: 15px 50px; }

    /* Listing */
    .listing .section-2 .box { padding: 0 10px 100px; }
    .listing .section-2 .price-lst .row > div:nth-child(1) { width: 100%; float: none; text-align: center; }
    .listing .section-2 .price-lst .row > div:nth-child(2) { width: 50%; margin: 0; }
    .listing .section-2 .price-lst .row > div:nth-child(3) { width: 50%; margin: 0; }
    .listing .section-2 .price-lst .row > div.lbl-empty { display: none; }
    .listing .section-2 .price-lst .row.price > div { font-size: 24px; line-height: 28px; }
    .listing .section-2 .price-lst .row > div.lbl { padding-bottom: 0; }
    .listing .section-2 .price-lst .row.actions > div > span { display: none; }
    .listing .section-2 .price-lst .row.actions > div .btn { padding: 0; }
    .listing .section-2 .price-lst .row.actions > div .btn span { display: none; }

    /* Mobile app */
    .mobile-app .section { text-align: center; }
    .mobile-app .section .btn-back { width: 100%; }
    .mobile-app .section-1 .ttl { font-size: 36px; line-height: 40px; }
    .mobile-app .section-1 .download img { margin: 13px 20px 0px 20px; }
    .mobile-app .section .img { width: auto; float: none; text-align: center; }
    .mobile-app .section .img img { max-width: 100%; margin: 0; float: none; }
    .mobile-app .section-1 .img { margin-right: 0; }
    .mobile-app .section-4 .info img { margin-left: 0; }

    /* IEOs */
    .ieos-details .tabs { display: block; }
    .ieos-details .tabs .tab { width: calc(50% - 10px); }

    .ieos-details .details .btns .btn { width: calc(100% - 20px); }
    .ieos-details .board .countdown .countdown-section { width: 48px; }
    .ieos-details .board .countdown .countdown-period { font-size: 12px; }
    .ieos-details .board .countdown .countdown-spacer { width: 15px; }
}

@media (max-width: 430px) {
    #header .coins { top: 28px; }
    #header .coins span.dtr-usd .val-change  { display: block; }

    .landing-page .section .box .btn { width: 100%; }
    .landing-page.landing-page-buy-with-credit-card .section .box .features.dark .itm { height: auto; }
}

@media (max-width: 380px) {
    #header .coins {  left: 214px; }

    /* Currency list */
    .lst.lst-currency .header-row > div.row-name       { width: 60%; }
    .lst.lst-currency .header-row > div.row-price-last { width: 40%; padding-right: 10px; }
    .lst.lst-currency .header-row > div.row-24h-volume { display: none; }
    .lst.lst-currency .row > div.row-name       { width: 60%; }
    .lst.lst-currency .row > div.row-price-last { width: 40%; padding-right: 10px; }
    .lst.lst-currency .row > div.row-24h-volume { display: none; }

    .home .section-currencies .markets .item .col .ticker .name { font-size: 15px; }
    .home .section-currencies .markets .header .currency { margin-left: 10px; }
    .home .section-currencies .markets .header .trade { min-width: 48px; width: 10px; }
    .home .section-currencies .markets .header .change { width: 50px; }
    .home .section-currencies .markets .item .currency { margin-left: 10px; }
    .home .section-currencies .markets .item .last-price .curr { display: none; }
    .home .section-currencies .markets .item .col:nth-child(1) { margin-left: 10px; }
    .home .section-currencies .markets .item .col:nth-child(3) { width: 60px; margin-right: 10px; }
    .home .section-currencies .markets .item .col:nth-child(6) { width: 48px; }
}

@media (max-width: 350px) {
    .home .section-cover .content .title > h1 { font-size: 22px; line-height: 26px; }
}
