/*!
Theme Name: aabbexchange
Theme URI: http://underscores.me/
Author: Codemix
Author URI: http://codemix.com.ua
Description: Ievgen Chernovol
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aabbexchange
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

aabbexchange is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    box-sizing: border-box;
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    background: #212121;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    color: #cd950c;
    text-decoration: none;
}
a:active,
a:hover {
    text-decoration: underline;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #BBBBBB;
    font-family: "Lato", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

p {
    /*margin-bottom: 1.5em;*/
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Lato", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 20px 0;
    padding-left: 25px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 0em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 0em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 0em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {

    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*------------------------------------------------------------------------------------------------------------*/
a.header__logo,
.footer__logo {
    width: 50px;
}
header.site-header {
    background-color: #171717;
    color: #BBBBBB;
    border-bottom: 2px solid #000;
}

.container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (min-width:1170px) {
    .container {
        padding: 0;
    }
}

.container.container--header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 68px;

}

#site-navigation {
    width: auto;
}

#site-navigation a {
    color: #BBBBBB;
    padding: 0 15px;
    transition: 0.5s all;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 16px;
}

#site-navigation a:hover {
    color: #cd950c;
}

#site-navigation ul.sub-menu {
    display: flex !important;
    flex-direction: column;
    background-color: #212121;
    border-color: #212121;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    padding: 10px 0px;
    padding-left: 0px;
    width: 225px;
}

#site-navigation ul.sub-menu a {
    width: 225px;
    margin-bottom: 10px;
}

.fonts {
    font-family: 'Lato', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Raleway', sans-serif;
}

.search .site-main {
    max-width: 1140px;
    margin: 0 auto;
    padding: 60px 0;
}
.search article {
    padding-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 30px;
}
.search article:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: 0 none;
}


#searchform {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#searchform #s {
    width: calc(100% - 130px);
    height: 50px;
    border: none;
    margin-right: 1%;
}

#searchform #searchsubmit {
    width: 100px;
    border: 1px solid rgb(33, 33, 33);
    height: 50px;
    color: white;
    background-color: rgb(33, 33, 33);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
    background-image: url(img/search.svg);
    background-repeat: no-repeat;
    width: 50px;
    background-position: center;
}

#searchform #searchsubmit:hover {
    color: rgb(33, 33, 33);
    background-color: white;
}

footer#colophon {
    padding-top: 30px;
    background-color: #171717;
    color: #BBBBBB;
}

.elementor hr.footer__line {
    width: 100%;
    height: 1px;
    background-color: #1F1F1F;
}

.footer__inner {
    display: flex;
    justify-content: space-between;
}

.footer__inner p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
    max-width: 320px;
    margin-bottom: 40px;
}

.footer__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.footer__img > a {
    margin-left: 20px;
    position: relative;
    padding-left: 27px;
    color: #fff;
}
.footer__img > a:first-child {
    margin-left: 0;
}


.footer__item.footer__item--1 {
    width: 34%;
}

.footer__title {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 1.188px;
    margin-bottom: 23px;
}

.footer__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer__list a {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 1.688px;
    color: #BBBBBB;
    text-decoration: none;
    margin-bottom: 15px;
    display: block;
}

.footer__item:not(first-child) {
    width: 22%;
}


.container__risk {
    margin-bottom: 20px;
    text-align: center;
}
.footer__last {
    background-color: #000000;
    color: #BBBBBB;
    font-size: 12px;
    line-height: 20px;
    padding: 12px 0 16px;
}

.container.container--last {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer__last a {
    color: #BBBBBB;
    text-decoration: none;
}

.footer__last a:hover {
    text-decoration: underline;
}

footer a:hover {
    text-decoration: underline;
}

.fonts {
    font-family: 'Lato', sans-serif;

    font-family: 'Open Sans', sans-serif;

    font-family: 'Raleway', sans-serif;
}



.container.container--first {
    position: relative;
}

.first__abs {
    position: absolute;
    top: 120px;
}

.first_subtitle {
    font-family: Lato;
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 2.304px;
    color: #BBBBBB;
    max-width: 571px;
    margin-bottom: 50px;
}

.first__link {
    width: 246px;
    height: 52px;
    left: 11px;
    top: 0px;
    background: linear-gradient(92.86deg, #2ED191 0.82%, #30E4DA 100%);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.graph {
    background: #171717;
    margin-bottom: -20px;
}

.graph__inner {
    display: flex;
    justify-content: space-between;
    transform: translateY(-42px);
}

.table {
    background: #171717;
    margin: 0;
    padding: 80px 0 77px;
}

.home h2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 2.304px;
    color: #BBBBBB;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.trade {
    background-color: rgb(33, 33, 33);
    padding: 148px 0 192px;
}

.container.container--trade {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.trade__img {
    width: 50%;
    min-width: 50%;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.trade__abs {
    position: absolute;
    bottom: -77px;
    left: -80px;
}

.trade__info {
    padding-left: 86px;
}

.trade__subtitle {
    font-family: Lato;
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 2.304px;
    color: #BBBBBB;
    margin-bottom: 60px;
}

.trade__list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.trade__item {
    padding-left: 65px;
    margin-bottom: 50px;
    position: relative;
}

.trade__name {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
}

.trade__text {
    color: #BBBBBB;
}

.trade__item:nth-child(1):before {
    content: url(img/tr1.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade__item:nth-child(2):before {
    content: url(img/tr2.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade__item:nth-child(3):before {
    content: url(img/tr3.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade__item:nth-child(4):before {
    content: url(img/tr4.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.portfolio {
    background: #171717;
    margin: 0;
    padding: 119px 0 230px;
}

.adv {
    background-color: rgb(33, 33, 33);
    height: 122px;
}

.adv__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    transform: translateY(-122px);
}

.adv__item {
    width: 258px;
    height: 255px;
    background: #212121;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.82);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.adv__box {
    border: 1px solid #A27A1D;
    box-sizing: border-box;
    border-radius: 15px;
    height: 100%;
    padding: 0 8px 20px;
}

.adv__title {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
    display: block;
    padding-top: 98px;
}

.adv__text {
    font-family: 'San Francisco(SF UI)';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
    display: block;
    margin-bottom: 20px;
}

.adv__link {
    font-family: 'San Francisco(SF UI)';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100px;
}

.adv__link:hover {
    text-decoration: underline;
}

.adv__img {
    position: absolute;
    top: -30px;
    left: -30px;
}

.how {
    background-color: rgb(33, 33, 33);
    padding-top: 0px;
    padding-bottom: 0px;
}

.container.container--how {
    position: relative;
}

.how__abs {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.how__box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how__text {
    max-width: 340px;
}

.how__img {
    z-index: 10;
}

.trade__list.trade__list--how .trade__item:nth-child(1):before {
    content: url(img/how1.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade__list.trade__list--how .trade__item:nth-child(2):before {
    content: url(img/how2.svg);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.trade__list.trade__list--how .trade__item:nth-child(3)::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 43px;
    height: 44px;
    object-fit: cover;
    background: url(img/how3.svg);
    background-position-x: 0%;
    background-position-y: 0%;
    background-position: center;
}

.app {
    background-color: rgb(33, 33, 33);
    height: 260px;
}

.app h2 {
    margin-bottom: 60px;
}

.app__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.app__item {
    width: 353px;
    height: 255px;
    background: #212121;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.82);
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.app__box {
    border: 1px solid #A27A1D;
    box-sizing: border-box;
    border-radius: 15px;
    height: 100%;
    padding: 0 8px 20px;
}

.app__title {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
    display: block;
    padding-top: 98px;
}

.app__text {
    font-family: 'San Francisco(SF UI)';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.24px;
    color: #BBBBBB;
    display: block;
    margin-bottom: 20px;
}

.app__link {
    font-family: 'San Francisco(SF UI)';
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.24px;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    width: 100px;
    line-height: 37.5px;
}

.app__link:hover {
    text-decoration: underline;
}

.app__img {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 37.5px;
}

.app__abs {
    position: absolute;
    top: -30px;
    left: 10px;
}

.app__img img {
    margin-right: 15px;
}

/* home page
==================================================================== */
.elementor-section.tm-home_header-text {
    position: absolute;
    top: 17%;
    z-index: 1;
}
.elementor-column.tm-gold-line-block > .elementor-widget-wrap {
    background: #282828;
    border-radius: 10px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.82);
    z-index: 2;
}
.elementor-column.tm-gold-line-block > .elementor-widget-wrap::after {
    position: absolute;
    content: '';
    border: 1px solid #a27a1d;
    width: calc(100% - 12px);
    left: 6px;
    top: 6px;
    height: calc(100% - 12px);
    border-radius: 8px;
    z-index: 0;
}
.elementor-column.tm-gold-line-block > .elementor-widget-wrap > div {
    position: relative;
    z-index: 3;
}
.elementor-column.tm-gold-line-block > .elementor-widget-wrap .elementor-widget-image {
    position: absolute;
    left: -20px;
    top: -25px;
}
.elementor-column.tm-gold-line-arrow > .elementor-widget-wrap::before,
.elementor-column.tm-gold-line-arrow::after {
    position: absolute;
    width: 40px;
    height: 74px;
    z-index: 2;
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
}
.elementor-column.tm-gold-line-arrow > .elementor-widget-wrap::before {
    background: url('img/box-arrow-right-inner2.jpg') no-repeat 0 0;
    left: -1px;
}
.elementor-column.tm-gold-line-arrow::after {
    background: url('img/box-arrow-right2.png') no-repeat 0 0;
    right: -12px;
    z-index: 5;
}
.elementor-column.elementor-col-20.tm-gold-line-arrow:nth-child(4)::after {
    right: -21px;
}
.elementor-column.elementor-col-20.tm-gold-line-arrow:nth-child(5):after {
    display: none;
}
.tm-app-img,
.tm-app-line-link {
  display: flex;
  align-items: center;
  min-height: 36px;
}
.tm-app-img > div:nth-child(1) {
  width: 70%;
  display: flex;
}
.tm-app-img > div:nth-child(1) > div {
  padding-right: 10px;
}
.tm-app-img > div:nth-child(2) {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.tm-home-pre-footer {
    box-shadow: 0 -120px 0 #171717 inset;
}
@media screen and (max-width:1200px) {
    .elementor .elementor-element.tm-home-image-header > div.elementor-widget-container {
        margin: 0;
    }
}
@media screen and (max-width:1179px) {
    .elementor-section.tm-home_header-text {
        position: relative;
        top: auto;
    }
    .elementor-column.tm-gold-line-arrow::after {
        background: url(img/box-arrow-right2.png) no-repeat 0 center;
        height: 100%;
        margin-bottom: 10px;
    }
    .elementor-column.elementor-col-20.tm-gold-line-arrow:nth-child(4)::after {
        right: -15px;
    }
}
@media screen and (max-width:767px) {
    .elementor-column.elementor-col-20.tm-gold-line-arrow::after {
        display:none;
    }
}

/* inner pages
==================================================================== */
.elementor-section.tm-section-inner-header .elementor-widget-wrap > div {
    z-index: 1;
}
.elementor-section div.elementor-element.tm-header-inner-img {
    position: absolute;
    top: 0;
    z-index: 0;
}
.elementor-section div.elementor-element.tm-header-inner-img-minus {
    position: absolute;
    top: 0;
    right: -200px;
    z-index: 0;
}
.elementor .elementor-section.tm-no-flex .elementor-widget-wrap {
    display: block;
}
.elementor-column.tm-gold-line-referral-img > .elementor-widget-wrap .elementor-widget-image {
    position: absolute;
    left: 10px;
    top: -55px;
}
.tm-image-merchant-content-img.elementor-widget-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50px;
    margin: auto;
    min-width: 918px;
}
@media screen and (max-width:1179px) {
    .elementor-section div.elementor-element.tm-header-inner-img-minus,
    .elementor-section div.elementor-element.tm-header-inner-img {
        position: relative;
        right: inherit;
    }
    .tradingview-widget-container {
		overflow-x: auto;
		display: block;
		position: relative;
		padding-top: 40px;
	}
	.tradingview-widget-container::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '* attention! tap to scroll';
		font-size: 14px;
		line-height: 16px;
		font-style: italic;
		color: #fff;
	}
    .tm-image-merchant-content-img.elementor-widget-image img {
        position: relative;
        min-width: inherit;
        right: inherit;
    }
}

/* form
==================================================================== */
.select {
    display: block;
    width: 100%;
    position: relative;
}

.new-select {
    position: relative;
    border: 1px solid #535353;
    padding: 10px 15px;
    cursor: pointer;
    user-select: none;
    width: 100%;
    display: flex;
    height: 50px;
    align-items: center;
    color: #4c4c4c;
}

.new-select__list {
    position: absolute;
    top: 45px;
    left: 0;
    border: 1px solid #535353;
    cursor: pointer;
    width: 100%;
    z-index: 2;
    background: #171717;
    user-select: none;
}

.new-select__list.on {
    display: block;
}

.new-select__item span {
    display: block;
    padding: 10px 15px;
}

.new-select__item span:hover {
    color: #d99d0c;
}

.new-select:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 8px solid #4c4c4c;
    position: absolute;
    right: 19px;
    top: 20px;
    opacity: 0.6;

    -webkit-transition: all .27s ease-in-out;
        -o-transition: all .27s ease-in-out;
            transition: all .27s ease-in-out;

    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.new-select.on:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.wpcf7 form .wpcf7-response-output {
    width: 98%;
    margin: 20px auto 0;
    max-width: 1140px;
}

.tm-back-form {
    background: #171717;
    padding-bottom: 60px;
    border-bottom: 2px solid #000;
}
.tm-form-block-second {
    padding-top: 60px;
}
.tm-column-form-last-block {
    margin-bottom: 45px;
}
.tm-column-form-title {
    color: #BBBBBB;
    font-family: "Raleway", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 2.3px;
    font-variant: small-caps;
    margin-top: 60px;
    margin-bottom: 30px;
}
.tm-column-form-text {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
}
.tm-column-form {
    margin-left: -35px;
    display: flex;
    flex-wrap: wrap;
}
.tm-column-form-column {
    padding-left: 35px;
    width: 50%;
}
input.wpcf7-form-control.wpcf7-file {
    height: inherit;
    border: 0 none;
    padding: 0;
}
.tm-column-form-checkbox {
    margin-bottom: 30px;
}
.tm-column-form-checkbox .wpcf7-list-item-label {
    float: left;
    margin-right: 15px;
    font-size: 16px;
}
.tm-column-form-checkbox .wpcf7-list-item {
    margin: 0 40px 0 0;
}
input.wpcf7-form-control {
    border: 1px solid #535353;
    width: 100%;
    height: 50px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
    background: none;
    border-radius: 0;
    padding: 0 18px;
    color: #fff;
}
textarea.wpcf7-form-control {
    color: #fff;
}
textarea.wpcf7-form-control,
select.wpcf7-form-control {
    border: 1px solid #535353;
    border-radius: 0;
    background: none;
    margin-bottom: 20px;
    padding: 12px 18px;
}
select.wpcf7-form-control {
    height: 50px;
    width: 100%;
    color: #7A7979;
}
textarea.wpcf7-form-control:focus,
textarea.wpcf7-form-control:active,
input.wpcf7-form-control:focus,
input.wpcf7-form-control:active {
    color: #fff;
	outline: none;
}
select::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, textarea.wpcf7-form-control::-webkit-input-placeholder {color:#7A7979;}
select::-moz-placeholder, input[type="text"]::-moz-placeholder, textarea.wpcf7-form-control::-moz-placeholder          {color:#7A7979;}/* Firefox 19+ */
select:-moz-placeholder, input[type="text"]:-moz-placeholder, textarea.wpcf7-form-control:-moz-placeholder           {color:#7A7979;}/* Firefox 18- */
select:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, textarea.wpcf7-form-control:-ms-input-placeholder      {color:#7A7979;}
.wpcf7-textarea {
    height: 100px;
}
.tm-form-btn {
    position: relative;
    overflow: hidden;
    width: 246px;
    height: 52px;
    border-radius: 30px;
}
input.wpcf7-submit {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    border-radius: 30px;
    padding: 0 48px;
    display: flex;
    width: 246px;
    height: 52px;
    align-items: center;
    justify-content: center;
    border: 0 none;
    z-index: 3;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	cursor: pointer;
}
.tm-form-btn:after {
    content: '';
    position: absolute;
    background: linear-gradient(-262deg, #2ED191 0%, #30E4DA 100%);
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tm-form-btn:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 40px;
    height: 40px;
    background: #2ED191;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.tm-form-btn:hover::before {
    -webkit-transform: scale(10.3);
    transform: scale(10.3);
}


/* breadcrumb
==================================================================== */
.elementor-widget .widget_seo_breadcrumbs_widget {
    margin: 0 0 55px;
}
.elementor-widget .breadcrumbs {
    margin: 0;
    background: none;
    padding: 0 !important;
    color: #535353;
}
.elementor-widget .breadcrumbs a,
.elementor-widget .breadcrumbs span {
    color: #bbb;
}

.elementor-widget .breadcrumbs > span:hover a,
.elementor-widget .breadcrumbs > span:hover {
    text-decoration: underline;
}
.elementor-widget .breadcrumbs > span:last-child:hover {
    text-decoration: none;
}

/* font
==================================================================== */
@font-face {
  font-family: 'tm-aabbg';
  src:  url('fonts/tm-aabbg_3ss3jj.eot');
  src:  url('fonts/tm-aabbg_3ss3jj.eot#iefix') format('embedded-opentype'),
    url('fonts/tm-aabbg_3ss3jj.ttf') format('truetype'),
    url('fonts/tm-aabbg_3ss3jj.woff') format('woff'),
    url('fonts/tm-aabbg_3ss3jj-tm-aabbg.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.tm-aabbg {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'tm-aabbg' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.tm-aabbg-icon-app-desktop:before {
  content: "\e903";
}
.tm-aabbg-icon-app-apple:before {
  content: "\e901";
}
.tm-aabbg-icon-app-google:before {
  content: "\e902";
}
.tm-aabbg-icon-read-more-arrow:before {
  content: "\e900";
  color: #a8a8a8;
}

/* main style
==================================================================== */
.tm-content-link,
.elementor .tm-content-link {
    text-decoration: underline;
}
.tm-content-link:hover,
.elementor .tm-content-link:hover {
    text-decoration: none;
}
.header__search {
    width: 32px;
}
.tm-hidden img {
    display: none;
}
.over {
    overflow: hidden;
}
.color-green {
    color: #2BBA82;
}
.color-lightblue {
    color: #5be3d9;
}
.color-red {
    color: #c3161b;
}
.tm-uniq-title {
    font-variant: small-caps;
}
.size24 {
    font-size: 24px;
    line-height: 30px;
}
.max480 {
    max-width: 480px;
}
.tm-list-number-no-left {
    margin: 0;
    padding-left: 10px;
}
.tm-block-over {
    overflow: hidden;
}
.tm-centered-content {
    max-width: 1140px;
    margin: 0 auto;
}

.tm-app-img a {
    color: #fff;
    position: relative;
    padding-left: 27px;
}
.tm-app-img a::before,
.footer__img a::before {
    position: absolute;
    left: 2px;
    top: 0;
    color: #8D8D8D;
    font-family: 'tm-aabbg';
    font-size: 18px;
}
.tm-app-img .tm-app-img-google::before,
.footer__img .tm-app-img-google::before {
    content: "\e902";
}
.tm-app-img .tm-app-img-appstore::before,
.footer__img .tm-app-img-appstore::before {
    content: "\e901";
}
.tm-app-img .tm-app-img-desktop::before,
.footer__img .tm-app-img-desktop::before {
    content: "\e903";
}

.tm-table-traiding-big,
.tm-table-traiding,
.tm-simple-table {
    border-collapse: collapse;
    margin: 0;
}
.tm-table-traiding-big thead,
.tm-table-traiding thead,
.tm-simple-table thead {
    background: #2F2F2F;
    color: #9E9EA1;
}
.tm-table-traiding thead td,
.tm-table-traiding tbody td {
    padding: 9px 18px;
    border: 1px solid rgba(104, 104, 104, 0.2);
}
.tm-table-traiding-big thead td,
.tm-table-traiding-big tbody td,
.tm-simple-table thead td,
.tm-simple-table tbody td {
    padding: 12px 18px;
    border: 1px solid rgba(104, 104, 104, 0.2);
}
.tm-table-traiding-big thead td,
.tm-table-traiding-big tbody td,
.tm-simple-table thead td,
.tm-simple-table tbody td {
    text-align: center;
}
.tm-table-traiding-big thead td:first-child,
.tm-table-traiding-big tbody td:first-child {
    text-align: left;
}
.tm-table-traiding tbody td:first-child {
    max-width: 35px;
    padding: 9px 0 9px 18px;
    border-right: 1px solid rgba(0, 0, 0, 0) !important;
}
.tm-table-traiding tbody td:nth-child(2) {
    padding: 9px 18px 9px 0;
}
.tm-table-traiding-big tbody tr:nth-child(2n),
.tm-table-traiding tbody tr:nth-child(2n+1),
.tm-simple-table tbody tr:nth-child(2n) {
    background: #1E1E1E;
}
.tm-trading-table-btn {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.tm-read-more a {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    padding-right: 25px;
    color: #fff;
}
.tm-read-more a:hover {
    text-decoration: underline;
}
.tm-read-more a::after {
    position: absolute;
    content: "\e900";
    font-family: 'tm-aabbg';
    right: 0;
    top: -1px;
    color: #A8A8A8;
}

.tm-inline-btn {
    display: flex;
}
.tm-inline-btn > div {
    margin-right: 20px;
}
.tm-inline-btn > div:last-child {
    margin-right: 0;
}
.tm-content-line-btn > a {
    border: 1px solid #A8A8A8;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.24px;
    border-radius: 30px;
    padding: 0 48px;
    display: flex;
    width: 246px;
    height: 52px;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ffffff;
    transition: background 0.3s ease-out;
}
.tm-content-line-btn > a:hover {
    background: #A8A8A8;
}
.tm-content-line-btn > a span {
    position: relative;
    padding-left: 28px;
}
.tm-content-line-btn > a span:before {
    font-family: 'tm-aabbg';
    font-size: 20px;
    color: #8D8D8D;
    position: absolute;
    left: 0;
    top: 0;
}
.tm-content-line-btn > a:hover span:before {
    color: #fff;
}
.tm-content-google-btn > a span:before {
    content: "\e902";
}
.tm-content-apple-btn > a span:before {
    content: "\e901";
}
.tm-content-desktop-btn > a span:before {
    content: "\e903";
}
.tm-content-qr-btn a {
    display: block;
    height: 49px;
    width: 49px;
}
.tm-centered-btn > a {
    margin: 0 auto;
}
.tm-content-btn > a {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
    border-radius: 30px;
    padding: 0 48px;
    display: flex;
    width: 246px;
    height: 52px;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 3;
    font-family: 'Lato', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}
.tm-content-btn > a::after {
    content: '';
    position: absolute;
    background: linear-gradient(-262deg, #2ED191 0%, #30E4DA 100%);
    z-index: -2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tm-content-btn > a::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    display: block;
    width: 40px;
    height: 40px;
    background: #2ED191;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.tm-content-btn > a:hover::before {
    -webkit-transform: scale(10.3);
    transform: scale(10.3);
}
.tm-content-btn-small > a {
    width: 145px;
    height: 29px;
    text-transform: none;
    padding: 0;
}
.tm-content-btn-red > a:after {
    background: linear-gradient(-262deg, #F6465D 0%, #F77283 100%);
}
.tm-content-btn-red > a:before {
    background: #F6465D;
}
@media screen and (max-width:1179px) {
    .elementor-section.tm-two-column-mob > div > .elementor-column.elementor-col-50 {
        width: 100%;
    }
    .elementor-section.tm-column-four-mob .elementor-column.elementor-col-25 {
        width: 50%;
    }
    .tm-content-btn-mob-center a {
        margin: 0 auto;
    }
    .tm-back-form,
    .tm-form-block-second {
        padding: 0 20px;
    }
}
@media screen and (min-width:768px) and (max-width:1199px) {
    .elementor .elementor-section.tm-merchant-api-line-icon .elementor-column.elementor-col-11 {
        width: 20%;
    }
    .tm-app-img > div:nth-child(1) {
        width: 100%;
        display: block;
    }
    .tm-app-img > div:nth-child(1) > div {
        padding-right: 0;
        padding-bottom: 10px;
    }
    #site-navigation {
        display: none;
    }
    .search .site-main {
        padding: 60px 20px;
    }
    #rmp_menu_trigger-2476 {
        top: 5px;
        right: 15px;
    }

    .graph {
        background: #171717;
        margin: 0;
        padding: 50px 0;
    }

    .graph__inner {
        flex-wrap: wrap;
        flex-direction: row;
        transform: translateY(0);
    }

    .graph__item {
        width: 50%;
        text-align: center;
    }

    .table {
        padding: 50px 0 50px;
    }

    .trade {
        padding: 50px 0 20px;
    }

    .container.container--trade {
        flex-direction: column;
        align-items: center;
    }

    .trade__img {
        width: 100%;
        max-width: 400px;
        margin-bottom: 100px;
    }

    .trade__info {
        padding-left: 50px;
    }

    .trade__item {
        width: 100%;
        margin-bottom: 30px;
    }

    .portfolio {
        padding: 50px 0;
    }

    .adv {
        height: auto;
        padding: 50px 0 50px;
    }

    .adv__list {
        transform: translateY(0);
        flex-direction: row;
        flex-wrap: wrap;
    }

    .adv__list {
        transform: translateY(0);
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .adv__item {
        margin: 0 auto 30px;
    }

    .adv__item:nth-child(4) {
        margin-bottom: 0;
    }

    .adv__item:nth-child(3) {
        margin-bottom: 0;
    }

    .how {
        padding: 50px 0 50px;
    }

    .how__img {
        transform: translateY(0);
        width: 500px;
        height: 500px;
        overflow: hidden;
    }

    .how__img {
        transform: translateY(0);
    }

    .how__abs {
        position: absolute;
        top: 0;
        transform: translateY(0);
    }

    .how__text {
        width: 100%;
        max-width: 100%;
    }

    .how .trade__list.trade__list--how {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .how .trade__item {
        width: 33%;
    }

    .how .trade__item {
        margin-bottom: 0px;
    }

    .how .trade__list.trade__list--how .trade__item::before {
        top: 0 !important;
        transform: translateY(0) !important;
    }

    .app {
        padding: 50px 0 50px;
        height: auto;
    }

    .app__list {
        flex-direction: column;
        align-items: center;
    }

    .app__item:last-child {
        margin: 0;
    }

    footer#colophon {
        padding-top: 50px;
    }

    .footer__inner {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .footer__item {
        width: 50% !important;
    }

    .footer__inner p {
        margin: 0 0 20px;
    }

    .footer__img img {
        margin-right: 10px;
    }

    .how__box {
        flex-direction: column;
    }
}
@media screen and (max-width:940px) {
    .tm-inline-btn {
        flex-wrap: wrap;
    }
    .tm-inline-btn > div {
        width: 100%;
    }
    .tm-inline-btn > div {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .tm-inline-btn > div:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width:767px) {
    .tm-column-form-column {
        width: 100%;
    }
    .tm-column-form-checkbox .wpcf7-list-item-label {
        float: none;
        margin-right: 0;
        margin-left: 10px;
    }
    .tm-column-form-checkbox .wpcf7-list-item {
        width: 100%;
    }
    .tm-column-form-last-block {
        margin-bottom: 0;
    }
    .elementor .elementor-section.tm-merchant-api-line-icon .elementor-column.elementor-col-11 {
        width: 50%;
    }
    .elementor-section.tm-column-four-mob .elementor-column.elementor-col-25 {
        width: 100%;
    }
    .elementor-section.tm-section-list > div > .elementor-column.elementor-col-50:first-child {
        width: 15%;
    }
    .elementor-section.tm-section-list > div > .elementor-column.elementor-col-50:nth-child(2) {
        width: 85%;
    }
    .tm-table-traiding-big,
    .tm-table-traiding,
    .tm-simple-table {
		overflow-x: auto;
		display: block;
		position: relative;
		padding-top: 40px;
	}
    .tm-table-traiding-big::before,
	.tm-table-traiding::before,
    .tm-simple-table::before {
		position: absolute;
		top: 0;
		left: 0;
		content: '* attention! tap to scroll';
		font-size: 14px;
		line-height: 16px;
		font-style: italic;
		color: #fff;
	}
    .footer__img > a {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .tm-table-traiding tbody td:first-child {
        min-width: 50px;
    }
    #site-navigation {
        display: none;
    }

    #clickme {
        display: none;
    }

    .app__list {
        flex-direction: column;
        align-items: center;
    }


    .first__abs {
        position: relative;
        top: auto;
        margin-top: 30px;
        text-align: center;
    }

    .first__link {
        margin: 0 auto;
    }

    .graph {
        margin: 0;
    }

    .graph__inner {
        flex-direction: column;
        transform: translateY(0);
        padding: 50px 0 0;
        align-items: center;
    }

    .table {
        padding: 50px 0 50px;
    }

    .container.container--trade {
        flex-direction: column;
    }

    .trade__img {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 100px;
    }

    .trade__abs {
        max-width: 200px;
        left: 0px;
    }

    .trade__info {
        padding: 0;
    }

    .trade {
        padding: 50px 0 0;
    }

    .portfolio {
        padding: 50px 0 50px;
    }

    .adv {
        height: auto;
        padding: 50px 0 50px;
    }

    .adv__list {
        flex-direction: column;
        align-items: center;
    }

    .how {
        padding: 0;
    }

    .how__box {
        flex-direction: column;
    }

    .how__abs {
        position: absolute;
        top: 0;
        transform: translateY(0);
    }

    .how__img {
        z-index: 10;
        max-width: 290px;
        transform: translateY(-50px);
    }

    .app {
        height: auto;
    }

    .app__item {
        max-width: 100%;
        margin-bottom: 50px;
    }

    .adv__list {
        flex-direction: column;
        align-items: center;
        transform: translateY(0);
    }

    footer#colophon {
        padding-top: 50px;
    }

    .container.container--footer {
        text-align: center;
    }

    .footer__inner {
        flex-direction: column;
        align-items: center;
    }
    .footer__inner p {
        max-width: 100%;
    }
    .footer__img img {
        margin-right: 0;
    }
    .footer__item {
        margin-bottom: 30px;
        width: 100% !important;
    }

    .footer__img {
        flex-direction: column;
    }

    .footer__img img {
        margin-bottom: 15px;
    }

    .container.container--last {
        flex-direction: column;
        text-align: center;
    }

    .container.container--header {
        height: 85px;
    }
}


@media screen and (max-width:380px) {
    .tm-app-img > div:nth-child(1) {
        width: 100%;
        display: block;
    }
    .tm-app-img > div:nth-child(1) > div {
        padding-right: 0;
        padding-bottom: 10px;
    }
}

#rmp-menu-wrap-2476 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color: #1d4354;
    background-color: rgb(46, 209, 145) !important;
}

#rmp-menu-wrap-2476 .rmp-menu-current-item .rmp-menu-item-link {
    color: #fff;
    border-color: #1d4354;
    background-color: rgb(46, 209, 145) !important;
}

#menu-item-2124 > a {
    background: url(../../uploads/2021/09/tri.png);
    background-repeat: no-repeat;
    background-position: right center;
}

#menu-item-2127 > a {
    background: url(../../uploads/2021/09/tri.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.tm-form-btn {
	border: 1px solid #535353;
    margin-top: 1.5em;	
	border-radius: 5px;
}

.tm-column-form-subs .tm-form-btn {
	border: 1px solid #535353;
    margin-top: 0;	
	margin-left: 7em;
	border-radius: 5px;
}

@media screen and (max-width:420px) {
	
.tm-column-form-subs {
    padding-left: 35px !important;
    width: 100% !important;
}
	
.tm-column-form-subs-re {
    padding-left: 35px !important;
    width: 100% !important;
}
	
.tm-column-form-subs .tm-form-btn {
    margin-top: 1.5em !important;	
	margin-left: 0 !important;
}
}

.tm-column-form-subs {
    padding-left: 35px;
    width: 40%;
}
	
.tm-column-form-subs-re {
    padding-left: 35px;
    width: 20%;
}