
body {
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale: url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow: url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red: url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight: url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow: url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green: url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange: url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px
}

.has-black-color {
    color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-color {
    color: var(--wp--preset--color--white) !important
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important
}

#pgc-6-0-0, #pgc-6-1-0, #pgc-6-2-0, #pgc-6-3-0, #pgc-6-4-0, #pgc-6-5-0, #pgc-6-6-0, #pgc-6-7-0, #pgc-6-8-0 {
    width: 100%;
    width: calc(100% - (0 * 30px))
}

#pg-6-0, #pg-6-1, #pg-6-2, #pg-6-3, #pg-6-4, #pg-6-5, #pg-6-6, #pg-6-7, #pl-6 .so-panel {
    margin-bottom: 30px
}

#pl-6 .so-panel:last-of-type {
    margin-bottom: 0
}

#pg-6-1.panel-no-style, #pg-6-1.panel-has-style > .panel-row-style, #pg-6-2.panel-no-style, #pg-6-2.panel-has-style > .panel-row-style, #pg-6-3.panel-no-style, #pg-6-3.panel-has-style > .panel-row-style, #pg-6-4.panel-no-style, #pg-6-4.panel-has-style > .panel-row-style, #pg-6-5.panel-no-style, #pg-6-5.panel-has-style > .panel-row-style, #pg-6-6.panel-no-style, #pg-6-6.panel-has-style > .panel-row-style, #pg-6-7.panel-no-style, #pg-6-7.panel-has-style > .panel-row-style, #pg-6-8.panel-no-style, #pg-6-8.panel-has-style > .panel-row-style {
    -webkit-align-items: flex-start;
    align-items: flex-start
}

#panel-6-3-0-0 > .panel-widget-style {
    padding: 45px 0 0 0
}

#panel-6-7-0-0 > .panel-widget-style {
    padding: 95px 0 120px 0
}

@media (max-width: 780px) {
    #pg-6-0.panel-no-style, #pg-6-0.panel-has-style > .panel-row-style, #pg-6-1.panel-no-style, #pg-6-1.panel-has-style > .panel-row-style, #pg-6-2.panel-no-style, #pg-6-2.panel-has-style > .panel-row-style, #pg-6-3.panel-no-style, #pg-6-3.panel-has-style > .panel-row-style, #pg-6-4.panel-no-style, #pg-6-4.panel-has-style > .panel-row-style, #pg-6-5.panel-no-style, #pg-6-5.panel-has-style > .panel-row-style, #pg-6-6.panel-no-style, #pg-6-6.panel-has-style > .panel-row-style, #pg-6-7.panel-no-style, #pg-6-7.panel-has-style > .panel-row-style, #pg-6-8.panel-no-style, #pg-6-8.panel-has-style > .panel-row-style {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    #pg-6-0 > .panel-grid-cell, #pg-6-0 > .panel-row-style > .panel-grid-cell, #pg-6-1 > .panel-grid-cell, #pg-6-1 > .panel-row-style > .panel-grid-cell, #pg-6-2 > .panel-grid-cell, #pg-6-2 > .panel-row-style > .panel-grid-cell, #pg-6-3 > .panel-grid-cell, #pg-6-3 > .panel-row-style > .panel-grid-cell, #pg-6-4 > .panel-grid-cell, #pg-6-4 > .panel-row-style > .panel-grid-cell, #pg-6-5 > .panel-grid-cell, #pg-6-5 > .panel-row-style > .panel-grid-cell, #pg-6-6 > .panel-grid-cell, #pg-6-6 > .panel-row-style > .panel-grid-cell, #pg-6-7 > .panel-grid-cell, #pg-6-7 > .panel-row-style > .panel-grid-cell, #pg-6-8 > .panel-grid-cell, #pg-6-8 > .panel-row-style > .panel-grid-cell {
        width: 100%;
        margin-right: 0
    }

    #pg-6-0, #pg-6-1, #pg-6-2, #pg-6-3, #pg-6-4, #pg-6-5, #pg-6-6, #pg-6-7, #pg-6-8, #pl-6 .panel-grid .panel-grid-cell-mobile-last {
        margin-bottom: 0
    }

    #pl-6 .panel-grid-cell {
        padding: 0
    }

    #pl-6 .panel-grid .panel-grid-cell-empty {
        display: none
    }

    #panel-6-7-0-0 > .panel-widget-style {
        padding: 65px 0 40px 0
    }
}

body {
    /*display: none;*/
    margin: 0;
    font: 400 16px "FontForex", sans-serif
}

body .page-container {
    position: relative;
    height: 100%;
    margin: auto
}

body .page-container .trading-output {
    padding: 20px 0;
    text-align: center
}

@media (max-width: 992px) {
    body.menu-opened {
        overflow-y: hidden
    }
}

p {
    margin-top: 0
}

a {
    color: #149ecc;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:hover, a:focus {
    text-decoration: none;
    color: #0f7a9e
}

button:focus {
    outline: 0
}

.hidden {
    display: none !important
}

.light-gray-bg {
    background-color: #f6f8f9
}

.is-faded-out .main-content::before {
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .7s, bottom 0s 0s linear;
    transition: opacity .7s, bottom 0s 0s linear
}

@media (min-width: 1220px) {
    .container {
        width: 1140px !important
    }
}

@media screen and (min-width: 993px) {
    .page-container {
        position: relative !important
    }
}

.header-bar {
    width: 100%;
    background-color: #202f3d
}

@media (max-width: 992px) {
    .header-bar {
        display: none
    }
}

.header-bar .header-bar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.header-bar a {
    font-size: 14px;
    font-weight: 300;
    color: #bbc2c7;
    text-align: left
}

.header-bar a:hover {
    color: #fff
}

.header-bar .menu-phone {
    padding-right: 20px;
    border-right: 1px solid #404f5c
}

.header-bar .login-link {
    padding-right: 20px;
    font-weight: 700;
    border-right: 1px solid #404f5c
}

.header-bar .search-btn {
    position: relative;
    width: 35px;
    height: 17px;
    padding-right: 18px;
    margin-right: 12px;
    border-right: 1px solid #404f5c
}

.header-bar .search-btn:active, .header-bar .search-btn:hover, .header-bar .search-btn:active, .header-bar .search-btn.green {
    color: #78bc1e
}

.header-bar .svg-search {
    left: 50%;
    width: 20px;
    height: 20px;
    fill: currentColor
}

.lang-button {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0 !important;
    padding-left: 20px;
    font-weight: 300;
    color: #bbc2c7;
    cursor: pointer;
    background-color: transparent;
    border: 0
}

.lang-button:focus, .lang-button:active {
    outline: 0
}

.lang-button .svg-chevron {
    position: static;
    margin-left: 4px;
    fill: #bbc2c7
}

.lang-menu {
    right: -1px;
    left: unset;
    display: none !important;
    padding: 24px 24px 32px;
    margin-top: 11px;
    background-color: #202f3d
}

.lang-menu.languages-opened {
    display: inline-block !important
}

.lang-menu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.lang-menu-item:nth-child(n+2) {
    margin-top: 16px
}

.lang-menu-item .item-icon {
    margin-right: 10px
}

.lang-menu-item .item-info {
    width: calc(100% - 30px)
}

.lang-menu-item .item-name {
    font-size: 14px;
    color: #f5f7f9
}

.lang-menu-item .item-sites {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 6px -4px -4px
}

.lang-menu-item .item-site {
    width: unset !important;
    padding: 4px 8px;
    margin: 4px;
    font-size: 12px !important;
    color: #4fb6d9;
    white-space: nowrap;
    border: 1px solid #4fb6d9;
    border-radius: 2px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.lang-menu-item .item-site:hover, .lang-menu-item .item-site-active {
    color: #fff !important;
    background-color: #4fb6d9
}

#search-container {
    border-bottom: 1px solid #e6e9eb
}

.gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
    padding: 0;
    margin: 0;
    font-weight: 700;
    color: #000 !important;
    background-color: unset;
    border: 0
}

.gsc-resultsbox-visible {
    position: relative !important;
    margin-top: 15px
}

.gsc-resultsbox-visible::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #e6e9eb
}

.gs-spelling, .gs-title {
    font-size: 18px !important
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 16px !important
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b {
    font-weight: 700;
    color: #202f3d
}

input.gsc-input {
    padding-left: 30px !important;
    font-size: 18px;
    font-weight: 700;
    color: #202f3d;
    text-indent: 5px !important
}

input.gsc-input::-webkit-input-placeholder {
    color: #9099a3
}

input.gsc-input::-moz-placeholder {
    color: #9099a3
}

input.gsc-input:-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::placeholder {
    color: #9099a3
}

input.gsc-input::-webkit-input-placeholder {
    color: #9099a3
}

input.gsc-input::-moz-placeholder {
    color: #9099a3
}

input.gsc-input:-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::placeholder {
    color: #9099a3
}

input.gsc-input::-webkit-input-placeholder {
    color: #9099a3
}

input.gsc-input::-moz-placeholder {
    color: #9099a3
}

input.gsc-input:-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::-ms-input-placeholder {
    color: #9099a3
}

input.gsc-input::placeholder {
    color: #9099a3
}

input.gsc-input:placeholder {
    color: #9099a3
}

input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus, .gsc-control-cse.gsc-control-cse-en table {
    border: none !important
}

a.gs-title, a.gs-title b {
    font-family: "FontForex", sans-serif;
    font-weight: 700;
    color: #202f3d !important
}

.gs-snippet, .gs-fileFormatType {
    font-family: "FontForex", sans-serif;
    font-weight: 400;
    color: #4b545c !important
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-size: 16px !important
}

.page-template-home-template.sticky-menu .gsc-resultsbox-visible {
    margin-bottom: 90px
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding-right: 0;
    padding-left: 0;
    border: 0
}

table.gsc-search-box td.gsc-search-button, #___gcse_1, .gcsc-find-more-on-google, .gcsc-more-maybe-branding-root, .gsc-adBlock, .gsc-above-wrapper-area, .gcsc-branding {
    display: none !important
}

.gsc-search-box-tools .gsc-search-box input.gsc-input {
    background: url(/static/home/images/search.svg) left center no-repeat white !important
}

.customerSupportMsg {
    font-family: "FontForex", sans-serif !important;
    font-weight: 900 !important;
    color: #198cc0 !important
}

.nav-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px
}

.nav-left .logo {
    height: 35px;
    margin-right: 10px
}

.menu-primary-menu-container {
    display: inline-block
}

#menu-primary-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none
}

#menu-primary-menu .menu-item {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px
}

#menu-primary-menu .current-menu-item a, #menu-primary-menu .current-page-ancestor a {
    color: #fff
}

.mobile-primary-menu {
    position: relative;
    width: 100%;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 80px
}

.mobile-primary-menu ul {
    padding: 0;
    list-style: none
}

.mobile-primary-menu .menu-item {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 24px
}

.mobile-primary-menu a {
    font-size: 20px;
    color: #bbc4cd !important;
    text-align: left;
    text-decoration: none
}

.mobile-primary-menu a:hover, .mobile-primary-menu a:focus, .mobile-primary-menu a:active {
    color: #fff !important
}

.burger-wrap {
    display: none;
    float: right;
    padding: 12px
}

@media (max-width: 992px) {
    .burger-wrap {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important
    }

    .burger-wrap .burger {
        display: inline-block !important
    }
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 3px
}

.burger-text {
    display: none
}

.burger {
    z-index: 1;
    padding: 0 !important;
    margin: 0 !important;
    margin-left: 8px;
    vertical-align: middle
}

.burger .icon-bar {
    width: 19px;
    height: 2px;
    background-color: #fff;
    border-radius: 0
}

.icon-bar {
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

.navbar-toggler:not(.collapsed) .line1 {
    position: relative;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar-toggler:not(.collapsed) .line2 {
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.navbar-toggler:not(.collapsed) .line3 {
    position: relative;
    top: -4px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

@media (max-width: 992px) {
    .white-menu .burger-wrap {
        color: #000;
        background-color: transparent !important
    }

    .white-menu .icon-bar {
        background-color: #000
    }
}

.menu-column {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.logo-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.white-menu .brand-white {
    display: none !important
}

.second-menu-block {
    z-index: 4;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.second-menu-block .login-link-green {
    display: inline-block;
    width: 100%;
    padding: 12px 0;
    margin-top: 15px;
    font-size: 13px;
    font-weight: 700;
    line-height: .92;
    color: #fff;
    text-align: center;
    letter-spacing: .7px;
    background-color: #78bc1e;
    border: solid 1px #68a31a;
    border-radius: 4px;
    -webkit-transition: background-color .2s;
    transition: background-color .2s
}

.second-menu-block .login-link-green:hover {
    background-color: #548f19
}

.second-menu-block .secondary-menu-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    min-height: 65px
}

.second-menu-block hr {
    padding: 0 15px;
    border-top: 1px solid #4b545c
}

.second-menu-block .lang-switcher {
    display: inline-block
}

.second-menu-block .lang-switcher .lang-button {
    padding: 8px 10px !important;
    margin-top: 8px;
    font: 400 14px "FontForex", sans-serif;
    color: #bbc2c7;
    text-align: left;
    background-color: transparent;
    border: solid 1px #bbc4cd;
    border-radius: 4px;
    outline: 0
}

.second-menu-block .lang-switcher .lang-button:hover {
    color: #fff
}

.second-menu-block .lang-switcher .lang-button img {
    height: 12px;
    margin-right: 5px
}

.second-menu-block .lang-switcher .lang-button:focus, .second-menu-block .lang-switcher .lang-button :hover, .second-menu-block .lang-switcher .lang-button :active {
    color: #bbc2c7;
    background-color: transparent;
    outline: 0;
    box-shadow: none
}

.second-menu-block .languages-wrapper {
    position: relative;
    display: none;
    width: 100%;
    height: 0;
    padding: 0 15px;
    background-color: #131c25;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.second-menu-block .languages-wrapper .current-lang {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #78bc1e;
    text-align: left;
    text-decoration: none;
    letter-spacing: -.2px;
    cursor: pointer
}

.second-menu-block .languages-wrapper .current-lang img {
    height: 12px;
    margin-right: 5px
}

.second-menu-block .languages-wrapper .flagicon, .second-menu-block .languages-wrapper .lang-name {
    vertical-align: middle
}

.second-menu-block .languages-wrapper a {
    position: relative;
    display: none;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    letter-spacing: -.2px;
    cursor: pointer
}

.second-menu-block .languages-wrapper a:hover {
    color: #78bc1e
}

@media (max-width: 992px) {
    .second-menu-block .languages-opened {
        display: inline-block;
        height: auto;
        padding-top: 24px;
        padding-bottom: 24px;
        margin: 20px 0 10px
    }

    .second-menu-block .languages-opened .current-lang, .second-menu-block .languages-opened a {
        display: inline-block
    }
}

.sticky-menu {
    padding-top: 89px
}

.sticky-menu .second-menu-block {
    position: fixed;
    top: -79px;
    z-index: 999;
    display: block;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 0 #e6e9eb
}

.sticky-menu .second-menu-block .brand-white {
    display: none !important
}

.sticky-menu .second-menu-block .brand-colored {
    display: inline-block !important
}

.sticky-menu .second-menu-block .lang-button {
    margin-top: 0
}

.sticky-menu .sticky-show {
    top: 0
}

.sticky-menu.customize-support .sticky-show {
    margin-top: 30px
}

@media (max-width: 768px) {
    .brand__logo {
        display: none
    }
}


@media (min-width: 769px) {
    .brand .logo-mobile {
        display: none
    }
}

@media (min-width: 993px) {
    .secondary-menu-wrap.collapse {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        height: auto !important
    }
}

@media (max-width: 992px) {
    .menu-column {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-height: 65px
    }

    .second-menu-block .container {
        width: 100%;
        max-width: none
    }

    .secondary-menu-wrap {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999999;
        width: 100%;
        text-align: left;
        background-color: rgba(32, 47, 61, .7);
        box-shadow: none
    }

    .secondary-menu-wrap.in {
        min-height: 100%
    }

    .desktop-secondary {
        position: relative;
        float: right;
        width: 320px;
        height: 100vh;
        overflow-y: scroll;
        background-image: -webkit-linear-gradient(top, #202f3d, #0d1319);
        background-image: linear-gradient(to bottom, #202f3d, #0d1319)
    }

    .desktop-secondary::-webkit-scrollbar {
        width: 9px
    }

    .desktop-secondary::-webkit-scrollbar-track {
        background-image: -webkit-linear-gradient(top, #202f3d, #0d1319);
        background-image: linear-gradient(to bottom, #202f3d, #0d1319)
    }

    .desktop-secondary:hover::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .3)
    }

    .desktop-secondary::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, .1);
        border-radius: 4px
    }

    .desktop-secondary::-webkit-scrollbar-thumb:hover {
        cursor: pointer
    }

    .desktop-secondary .items-container {
        padding-top: 10px
    }

    .desktop-secondary .icon-bar {
        background-color: #bbc4cd
    }
}

.go-back-link {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: .3px
}

.sub-menu-container {
    height: 60px;
    background-color: #f8f9fa;
    border-top: 1px solid #e6e9eb;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .06)
}

.compact-height .top-section {
    padding-bottom: 3rem
}

.icon {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.app {
    display: inline-block;
    width: 162px !important;
    height: 48px;
    margin-bottom: 14px
}

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 5rem;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 5rem;
        opacity: 1
    }
}

.pdfobject-container {
    width: 97%;
    height: 670px
}

@-webkit-keyframes fade-from-top {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 15%;
        opacity: 1
    }
}

@keyframes fade-from-top {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 15%;
        opacity: 1
    }
}

#redirect_modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

#redirect_modal p {
    font-size: 16px
}

#redirect_modal p:last-of-type {
    margin-bottom: 0
}

#redirect_modal .green-button {
    float: right;
    border: 1px solid #5c9017
}

#redirect_modal .green-button, #redirect_modal .grey-button {
    padding: 1rem 1.2rem;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

#redirect_modal .modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 200px;
    text-align: center;
    background: -webkit-linear-gradient(top, #1bc3fa 0, #78bc1e 100%);
    background: linear-gradient(180deg, #1bc3fa 0, #78bc1e 100%)
}

#redirect_modal .modal-header img {
    max-width: 122px;
    max-height: 104px;
    margin: 0 auto
}

#redirect_modal .modal-body {
    padding: 4rem
}

#redirect_modal .modal-content {
    position: relative;
    top: 25%;
    width: 560px;
    margin: auto;
    overflow: hidden;
    background-color: #fefefe;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    -webkit-animation-name: fade-from-top;
    animation-name: fade-from-top;
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

@media (max-width: 768px) {
    #redirect_modal .modal-content {
        width: 450px
    }

    #redirect_modal .modal-header {
        height: 150px;
        text-align: center
    }

    #redirect_modal .modal-header img {
        max-width: 82px;
        max-height: 70px
    }

    #redirect_modal .modal-body {
        padding: 3rem
    }

    .table-wrap {
        overflow-x: auto
    }

    .price-table {
        width: 768px !important
    }
}

@media (max-width: 480px) {
    #redirect_modal .modal-content {
        width: 80%
    }
}

@media (max-width: 480px) {
    .cli-style-v2 {
        display: block
    }
}

.cli-style-v2 .cli-bar-message {
    width: 90% !important
}

@media (max-width: 1200px) {
    .cli-style-v2 .cli-bar-message {
        width: 80% !important
    }
}

@media (max-width: 480px) {
    .cli-style-v2 .cli-bar-message {
        width: 100% !important
    }
}

.cli-style-v2 .cli-bar-btn_container {
    width: 10%
}

.site-footer .menu {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.site-footer .menu li {
    margin-bottom: 20px
}

#menu-footer-primary-menu a {
    font-weight: 400;
    color: #fff
}

#menu-footer-primary-menu a:hover {
    color: #b3b3b3
}

#menu-footer-primary-menu .current-menu-item a, #menu-footer-primary-menu .current-page-ancestor a {
    color: #78bc1e
}

#menu-footer-secondary-menu a {
    font-weight: 400;
    color: #9099a3
}

#menu-footer-secondary-menu a:hover {
    color: #e4e6e8
}

#menu-footer-secondary-menu .current-menu-item a, #menu-footer-secondary-menu .current-page-ancestor a {
    color: #e4e6e8
}

.menu-footer-tertiary-menu-container {
    margin-top: 40px
}

#menu-footer-tertiary-menu li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0 !important
}

#menu-footer-tertiary-menu a {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    color: #bbc2c7;
    text-decoration: underline
}

#menu-footer-tertiary-menu a:hover {
    text-decoration: none
}

#menu-footer-tertiary-menu .current-menu-item a {
    text-decoration: none
}

@media (max-width: 992px) {
    .menu-footer-primary-container {
        padding-top: 15px;
        margin-bottom: 55px
    }

    #menu-footer-primary-menu li, #menu-footer-secondary-menu li {
        width: auto !important;
        margin-right: 15px
    }

    .menu-footer-tertiary-menu-container {
        margin-bottom: 40px
    }
}

.site-footer {
    background-color: #202f3d
}

.social-block {
    margin-bottom: 55px
}

.social-block .social-link {
    width: 24px;
    height: 24px;
    margin-right: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all .7s ease;
    transition: all .7s ease
}

.social-block .social-link:hover {
    opacity: .5;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}

.first-part {
    padding-top: 70px;
    padding-bottom: 70px
}

.first-part .brand {
    display: inline-block;
    margin-bottom: 30px
}

.first-part p {
    font-size: 14px;
    line-height: 1.5;
    color: #f2f4f5
}

.first-part .phone {
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 300;
    color: #78bc1e;
    letter-spacing: -.3px;
    cursor: pointer
}

.first-part .apps-block p {
    margin-bottom: 40px;
    color: #9099a3
}

.second-part {
    padding-top: 60px;
    border-top: 1px solid #4b545c
}

.second-part .eglobal-icon {
    display: inline-block;
    width: 131px;
    height: 29px;
    margin-bottom: 10px
}

.second-part p {
    font-size: 14px;
    line-height: 1.71;
    color: #9099a3
}

.second-part p a {
    font-weight: 400
}

.second-part .address {
    max-width: 370px;
    margin-top: 47px;
    margin-bottom: 0;
    color: #f2f4f5
}

.second-part .contacts {
    color: #78bc1e
}

@media (max-width: 992px) {
    .first-part {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .first-part .brand {
        margin-bottom: 45px
    }

    .first-part .apps-block {
        margin-top: 30px;
        text-align: left
    }

    .second-part {
        padding-top: 60px
    }

    .second-part .address {
        margin-top: 0
    }

    .second-part .all-contacts {
        margin-bottom: 30px
    }

    .second-part .copyright-block .col-md-6 {
        text-align: center
    }

    .second-part .copyright-block .center-on-small {
        margin-top: 10px
    }
}

.mega-menu-toggle {
    display: none
}

.mega-menu-column {
    padding: 0
}

.mega-menu-horizontal li {
    list-style-type: none
}

.second-menu-block.sticky-show a[aria-haspopup] + .mega-sub-menu {
    margin-top: 19px !important
}

.small-text .mega-menu-link {
    font-size: 14px
}

.small-text .mega-menu-column {
    padding-top: 16px
}

.mega-menu-link[aria-haspopup] {
    color: #202f3d
}


.mega-menu-link[aria-haspopup]:hover {
    color: #78bc1e
}

.mega-menu-link[aria-expanded=true] {
    color: #78bc1e
}

.mega-menu-link[aria-expanded=true]::after {
    color: #bbc4cd;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media (min-width: 993px) {
    .mega-sub-menu a:hover {
        color: #0b566f
    }

    .mega-sub-menu a:hover::after {
        right: -5px !important
    }

    .mega-block-title {
        padding: 0 0 5px;
        margin: 0;
        font-size: 11px;
        color: #9099a3
    }

    .mega-menu-horizontal {
        margin: 0
    }

    .mega-menu-horizontal > li {
        display: inline-block;
        padding: 0 32px 0 10px;
        -webkit-transition: padding-right .5s ease;
        transition: padding-right .5s ease
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .mega-menu-horizontal > li {
        padding: 0 22px 0 0
    }
}

@media (min-width: 993px) {
    .mega-menu-horizontal > li > a {
        display: inline-block;
        padding: 25px 0;
        font-family: "FontForex", sans-serif;
        font-weight: 500;
        -webkit-transition: color .5s ease;
        transition: color .5s ease
    }
}

@media (min-width: 993px) {
    .mega-menu-horizontal > li.mega-toggle-on > div.mega-sub-menu {
        visibility: visible;
        opacity: 1
    }
}

@media (min-width: 993px) {
    .mega-menu-megamenu > div {
        position: absolute;
        z-index: 999;
        padding: 16px 0 24px;
        visibility: hidden;
        background: #fff;
        border: 1px solid #e6e9eb;
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
        opacity: 0;
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        -webkit-transition-duration: 200ms;
        transition-duration: 200ms;
        -webkit-transition-property: opacity, margin-top, visibility;
        transition-property: opacity, margin-top, visibility
    }

    .mega-menu-megamenu > div::before, .mega-menu-megamenu > div::after {
        position: absolute;
        left: 40px;
        content: "";
        border-style: solid
    }

    .mega-menu-megamenu > div::before {
        top: -18px;
        z-index: 1;
        margin-left: 2px;
        border-color: transparent transparent #fff;
        border-width: 9px
    }

    .mega-menu-megamenu > div::after {
        top: -22px;
        border-color: transparent transparent #e6e9eb;
        border-width: 11px
    }

    .mega-menu-megamenu > div > div:first-of-type {
        padding-bottom: 32px
    }

    .mega-menu-megamenu > div > div:first-of-type > a.mega-menu-link::after {
        position: relative;
        top: 50%;
        right: 0;
        display: inline-block !important;
        width: 10px;
        height: 10px;
        margin-left: 7px;
        content: "";
        border-style: solid;
        border-width: 2px 2px 0 0;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (min-width: 993px) {
    .like-learn-more-parent .mega-menu-link::after {
        position: relative;
        right: 0;
        display: inline-block !important;
        width: 10px;
        height: 10px;
        margin-left: 7px;
        content: "";
        border-style: solid;
        border-width: 2px 2px 0 0;
        -webkit-transition: right .5s ease;
        transition: right .5s ease;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

@media (min-width: 993px) {
    .widget_custom_html {
        padding: 0 24px
    }

    .widget_custom_html div.textwidget {
        font-size: 14px;
        line-height: 1.43;
        color: #9099a3;
        text-align: left
    }
}

@media (min-width: 993px) {
    .mega-menu-row {
        float: left;
        width: 100%
    }

    .mega-menu-row.small-text .mega-menu-column {
        padding-top: 16px
    }

    .mega-menu-row div.mega-sub-menu, .mega-menu-row .mega-menu-link {
        display: block;
        padding: 0
    }
}

@media (min-width: 993px) {
    .mega-menu-column {
        float: left
    }

    .mega-menu-column.border-right {
        border-right: 1px solid #e6e9eb
    }
}

@media (min-width: 993px) {
    div.mega-menu-item {
        width: 100%;
        padding: 8px 24px 0
    }
}

@media (max-width: 992px) {
    .widget_custom_html, .custom-html-widget {
        display: none
    }

    .mega-menu-wrap {
        padding: 0 15px;
        margin: 0;
        line-height: 40px;
        background: transparent;
        border: 0
    }

    .mega-sub-menu, .mega-menu-item {
        padding-left: 0
    }

    .mega-menu-column {
        width: 100%
    }

    .mega-menu-column.border-right {
        border-right: 0
    }

    .mega-menu-item {
        width: 100%
    }

    .mega-menu-link {
        display: block
    }

    .mega-menu-link:hover::after, .mega-menu-link:focus::after {
        border-top: 8px solid #78bc1e
    }

    .mega-menu-link[aria-haspopup] {
        font-size: 24px;
        color: #e6e9eb;
        text-align: left
    }

    li.mega-menu-megamenu {
        margin: 0 0 8px
    }

    .mega-menu-item .active > a {
        color: #78bc1e
    }

    #mega-menu-secondary {
        display: block;
        padding-left: 0;
        margin-top: 4rem;
        background: transparent
    }

    a.mega-menu-link[aria-haspopup]::after {
        position: static;
        top: auto;
        float: right;
        margin: 14px 5px 0 9px;
        border-top: 8px solid #bbc4cd;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent
    }

    a.mega-menu-link[aria-haspopup] + .mega-sub-menu {
        display: none;
        background: transparent
    }

    a.mega-menu-link[aria-haspopup] + .mega-sub-menu div.mega-menu-item {
        padding: 0 0 0 15px;
        margin-bottom: 10px
    }

    a.mega-menu-link[aria-haspopup] + .mega-sub-menu div.mega-menu-item:hover > a, a.mega-menu-link[aria-haspopup] + .mega-sub-menu div.mega-menu-item.active > a {
        color: #78bc1e
    }

    a.mega-menu-link[aria-haspopup] + .mega-sub-menu div.mega-menu-item a {
        font-size: 20px;
        font-weight: 400;
        color: #9099a3;
        text-transform: none
    }

    a.mega-menu-link[aria-expanded=true] {
        color: #78bc1e;
        background: 0
    }

    a.mega-menu-link[aria-expanded=true]::after {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border-top-color: #78bc1e
    }

    a.mega-menu-link[aria-expanded=true] + .mega-sub-menu {
        display: block
    }
}

.svg {
    position: relative;
    display: inline-block
}

.svg-icon {
    position: absolute
}

.svg-pub {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto
}

.svg-pub.svg-pub-large {
    width: auto;
    max-width: 135px;
    height: auto;
    max-height: 135px
}

.svg-pub.svg-pub-small {
    width: 60px;
    height: 60px
}

svg.svg-default-post {
    width: 64px;
    height: 64px
}

svg.svg-default-post.share4you-color {
    width: 180px;
    height: 35px
}

.svg-chevron-parent {
    padding-right: 20px !important
}

.svg-chevron-parent[aria-expanded=true] .svg-chevron, .svg-chevron-parent[aria-expanded=true] .svg-chevron-center, .svg-chevron-parent.opened .svg-chevron, .svg-chevron-parent.opened .svg-chevron-center {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.svg-chevron {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    fill: #149ecc;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0
}

.svg-chevron-center {
    fill: #149ecc;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px
}

.svg-phone-parent {
    padding-left: 22px !important
}

.svg-phone {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    fill: currentColor
}

.svg-phone-green-parent {
    padding-left: 22px !important
}

.svg-phone-green {
    width: 22px;
    height: 22px;
    left: 0;
    top: 50%;
    margin-top: -11px;
    fill: currentColor
}

.svg-gray-phone {
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    fill: currentColor
}

.svg-location {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    fill: currentColor
}

.svg-white-call, .svg-chat-white {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.svg-learn-more-right-parent {
    padding-right: 26px !important
}

.svg-learn-more-right {
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    fill: currentColor
}

.svg-learn-more-left-right {
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    fill: currentColor
}

.svg-green-arrow-parent {
    padding-right: 39px !important
}

.svg-btn-green-arrow-right {
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    right: 10px;
    fill: currentColor
}

svg.svg-brand-colored, svg.svg-brand-white {
    float: left;
    width: 170px;
    height: 34px
}

.svg-social {
    display: inline-block;
    width: 24px;
    height: 24px
}

.svg-google-platform-icon, .svg-ios-platform-icon {
    width: inherit;
    height: inherit
}

.svg-inherit {
    width: inherit;
    height: inherit
}

.svg-download {
    width: 20px;
    height: 20px;
    left: 0;
    top: 50%;
    margin-top: -10px
}

.svg-done-ico-green {
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px;
    fill: #78bc1e
}

.svg-done-ico-green-top {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    fill: #78bc1e
}

.svg-blue-arrow-parent-left {
    padding-left: 34px !important
}

.svg-blue-arrow {
    width: 24px;
    height: 24px;
    left: 0;
    top: 50%;
    margin-top: -12px
}

.svg-blue-arrow-left {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.svg-play-button {
    width: 64px;
    height: 64px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px
}

.svg-platform {
    width: 16px;
    height: 16px;
    left: 0;
    top: 0
}

.svg-search {
    width: 24px;
    height: 24px;
    left: 50%;
    margin-left: -12px;
    top: 50%;
    margin-top: -12px
}

.svg-rotate-half {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.svg-award-wreaths {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 30px;
    height: 80px;
    margin-top: -40px
}

.svg-award-wreaths-after {
    top: 50%;
    right: 15px;
    width: 30px;
    height: 80px;
    margin-top: -40px;
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.long-arrow-down, .long-arrow-up {
    position: relative;
    right: 0;
    display: inline-block;
    min-width: 14px;
    height: 14px;
    margin-right: 13px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.long-arrow-down {
    background-image: url(/static/home/images/long-arrow-pointing-down.svg)
}

.long-arrow-up {
    background-image: url(/static/home/images/long-arrow-pointing-up.svg)
}

.search-icon-bg {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/static/home/images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.tooltip-element {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-image: url(/static/home/images/light.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 0;
    outline: 0
}

.flagicon {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle
}

.ico-parent {
    position: relative;
    padding-left: 3rem
}

i.png-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

i.png-icon.left {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -12px
}

i.png-icon.checked {
    background-image: url(/static/home/images/done-ico-green.svg)
}

i.png-icon.nonchecked {
    background-image: url(/static/home/images/x-icon.svg);
    fill: #bbc4cd
}

i.png-icon.play {
    background-image: url(/static/home/images/play-button.svg);
    fill: #149ecc
}

.paragraph-small {
    max-width: 720px;
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    color: #4b545c
}

.service-quality-container .paragraph-small {
    font-size: 22px;
    line-height: 1.45;
    color: #9099a3;
    text-align: center
}

.learn-more {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #149ecc;
    text-decoration: none;
    letter-spacing: .3px
}

.learn-more:hover, .learn-more:focus {
    color: #0b566f
}

.learn-more:hover .svg-icon, .learn-more:focus .svg-icon {
    right: 0;
    fill: #0b566f
}

.learn-more .svg-icon {
    right: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.learn-more.chevron-left {
    padding-left: 32px
}

.learn-more.chevron-left:hover::after {
    left: 5px
}

.learn-more.chevron-left::after {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0
}

.phone-link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 32px;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    letter-spacing: normal
}

.register-link {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    margin-top: 35px;
    font-family: "FontForex", sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #78bc1e;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .7px;
    border: solid 1px #78bc1e;
    border-radius: 4px
}

.register-link:hover {
    color: #5c9017;
    border: solid 1px #5c9017
}

.all-questions-link {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    margin-top: 20px;
    font-family: "FontForex", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #149ecc;
    text-align: left;
    text-decoration: none
}

.all-questions-link:hover {
    color: #646f7a
}

.all-questions-link:hover .svg-icon {
    left: -5px
}

.all-questions-link .svg-icon {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.question-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
    margin-top: 0;
    margin-bottom: 15px;
    font-family: "FontForex", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
    color: #149ecc;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #e6e9eb;
    border-radius: 4px
}

.question-link:hover {
    background-color: #f5f5f5
}

.question-link:hover .svg-icon {
    right: -5px
}

.question-link span {
    position: relative;
    display: inline-block;
    max-width: 80%
}

.question-link .svg-icon {
    margin-right: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

a.learn-more.non-svg.chevron-left {
    position: relative;
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #149ecc;
    text-decoration: none;
    letter-spacing: .3px
}

a.learn-more.non-svg.chevron-left:hover, a.learn-more.non-svg.chevron-left:focus {
    color: #0b566f
}

a.learn-more.non-svg.chevron-left:hover::before, a.learn-more.non-svg.chevron-left:focus::before {
    left: 5px
}

a.learn-more.non-svg.chevron-left::before {
    position: relative;
    top: 50%;
    left: 0;
    display: inline-block !important;
    width: 9px;
    height: 9px;
    margin-right: 15px;
    content: "";
    border-style: solid;
    border-width: 2px 2px 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.green-button, .blue-button, .blue-outline-button, .grey-button, .white-green-button, .rose-button {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    font-size: 13px;
    font-weight: 500;
    line-height: .92;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .7px;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: all .2s;
    transition: all .2s
}

.button-set .green-button, .button-set .blue-button, .button-set .blue-outline-button, .button-set .grey-button, .button-set .white-green-button, .button-set .rose-button {
    border-radius: 0
}

.button-set .green-button:first-of-type, .button-set .blue-button:first-of-type, .button-set .blue-outline-button:first-of-type, .button-set .grey-button:first-of-type, .button-set .white-green-button:first-of-type, .button-set .rose-button:first-of-type {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.button-set .green-button:last-of-type, .button-set .blue-button:last-of-type, .button-set .blue-outline-button:last-of-type, .button-set .grey-button:last-of-type, .button-set .white-green-button:last-of-type, .button-set .rose-button:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.green-button.btn__small, .blue-button.btn__small, .blue-outline-button.btn__small, .grey-button.btn__small, .white-green-button.btn__small, .rose-button.btn__small {
    padding: 13px 20px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: .7px
}

.green-button {
    color: #fff;
    background-color: #78bc1e
}

.green-button:hover, .green-button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #5c9017
}

.rose-button {
    padding: 13.5px 22px;
    color: #fff;
    background-color: #c7245a
}

.rose-button:hover, .rose-button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e73570
}

.blue-button {
    color: #fff;
    background-color: #149ecc
}

.blue-button:hover, .blue-button:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0f7a9e
}

.blue-outline-button {
    color: #149ecc;
    background-color: #fff;
    border: 1px solid #149ecc
}

.blue-outline-button:hover, .blue-outline-button:focus {
    color: #0f7a9e;
    text-decoration: none;
    border-color: #0f7a9e
}

.grey-button {
    color: #9099a3;
    background-color: #e6e9eb;
    border: 1px solid #bbc4cd
}

.grey-button:hover, .grey-button:focus {
    color: #747f8c;
    text-decoration: none;
    background-color: #cad0d4;
    border-color: #9eabb7;
    outline: 0
}

.home-stats-block .home-stats-widget-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.home-stats-block .home-stats-widget-buttons .try-demo {
    width: 192px;
    margin: 0 20px 0 0;
    border: 0
}

.home-stats-block .home-stats-widget-buttons .green-button {
    width: 192px
}

.white-green-button {
    color: #78bc1e;
    background-color: #fff;
    border: 1px solid #78bc1e
}

.white-green-button:hover, .white-green-button:focus {
    color: #5c9017
}

.white-button {
    padding: 18px 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    color: #78bc1e;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .7px;
    background-color: #fff;
    border: solid 1px #78bc1e;
    border-radius: 4px
}

.white-button:hover, .white-button:focus {
    color: #4b7e18;
    text-decoration: none;
    border: solid 1px #4b7e18
}

.white-button .show-less {
    display: none
}

.show-more-blue {
    padding: 18px 30px;
    font: 700 13px/0.92 "FontForex", sans-serif;
    color: #149ecc;
    text-align: center;
    text-decoration: none;
    letter-spacing: .7px;
    background-color: transparent;
    border: solid 1px #149ecc;
    border-radius: 4px
}

.show-more-blue:hover {
    color: #0f7a9e;
    border: solid 1px #0f7a9e
}

.green-grey-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 370px;
    height: 40px;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #9099a3;
    letter-spacing: -.3px;
    background: #f5f7f9;
    border: 1px solid #e6e9eb;
    border-radius: 8px
}

.green-grey-button:hover {
    color: #fff;
    background: #78bc1e;
    border: 1px solid rgba(0, 0, 0, .05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1)
}

.list-notes {
    position: relative;
    display: inline-block;
    padding: 0;
    margin-top: 0;
    margin-bottom: 40px;
    font-family: "FontForex", sans-serif;
    font-size: 18px;
    font-weight: 400;
    list-style-type: none
}

.financial-report-block .list-notes {
    margin-top: 40px
}

.list-notes li {
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
    line-height: 1.56;
    color: #4b545c;
    letter-spacing: normal
}

.content ul, .content ol, .info-page-content-area ul, .info-page-content-area ol, .post-content ul, .post-content ol {
    padding: 0;
    margin-top: 20px;
    list-style-type: none
}

.content ul li, .content ol li, .info-page-content-area ul li, .info-page-content-area ol li, .post-content ul li, .post-content ol li {
    position: relative;
    display: inline-block;
    width: 100%;
    padding-left: 35px;
    margin-bottom: 15px;
    font-family: "FontForex", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.56;
    color: #4b545c
}

.content ul li::before, .content ol li::before, .info-page-content-area ul li::before, .info-page-content-area ol li::before, .post-content ul li::before, .post-content ol li::before {
    position: absolute;
    top: 2px;
    left: 0;
    display: inline-block;
    width: 24px;
    height: 24px;
    content: "";
    background-image: url(/static/home/images/done-ico-green.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.title-large {
    margin-top: 0;
    margin-bottom: 35px;
    font-family: "FontForex", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
    line-height: 1.29;
    color: #202f3d;
    letter-spacing: -.5px
}

.service-quality-container .title-large {
    font-family: "FontForex", sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33;
    color: #4b545c;
    text-align: center
}

.service-quality-container .account-diagram .title-large {
    margin-bottom: 13px;
    font-family: "FontForex", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #202f3d;
    text-align: center;
    letter-spacing: -.2px
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

.widget-wrap {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 80px 0 0;
    vertical-align: top;
    background-color: #f2f4f5
}

@media (min-width: 993px) {
    .desktop-hidden {
        display: none
    }
}

.h-100 {
    height: 100%
}

.no-padding {
    padding: 0
}

.no-padding-top {
    padding-top: 0 !important
}

.block-centered {
    margin-right: auto;
    margin-left: auto
}

.panel-grid:first-child {
    padding-top: 0 !important
}

.panel-grid:last-child {
    padding-bottom: 0 !important
}

.divider {
    height: 1px;
    box-shadow: inset 0 -1px 0 0 #e6e9eb
}

#wpadminbar {
    z-index: 999 !important
}

.financial-report-block {
    max-width: 720px;
    padding: 32px 32px 32px 40px;
    margin-bottom: 64px;
    border: solid 1px #e6e9eb;
    border-radius: 4px
}

.financial-report-block.bigger-margin {
    margin-bottom: 128px
}

.legal-documents {
    margin-bottom: 128px
}

.service-quality-account-diagrams {
    margin-bottom: 100px
}

.order-execution-speed-block {
    margin-top: 100px
}

.gutter-48.row {
    margin-right: -24px;
    margin-left: -24px
}

.gutter-48 > [class^=col-], .gutter-48 > [class^=" col-"] {
    padding-right: 24px;
    padding-left: 24px
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ajax-overlay-parent {
    position: relative
}

.ajax-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(178, 174, 174, .3490196078)
}

.lazy-slide {
    display: none !important
}

.lazy-slide.active {
    display: block !important
}

.panel-row-style .border {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.video-url .green-play-ico {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px;
    opacity: .7
}

.video-url:hover .green-play-ico {
    opacity: 1
}

.grey-play-ico {
    position: relative;
    display: inline-block;
    width: 64px;
    height: 64px
}

.video-block .green-play-ico {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    opacity: .7
}

.panel-grid {
    margin: 0 !important
}

#pg-10-0, #pl-10 .panel-grid-cell .so-panel {
    margin-bottom: 0 !important
}

.panel-grid-cell .so-panel, .panel-layout .panel-last-child.so-panel {
    margin-bottom: 0 !important
}

.panel-grid-cell, #trades .panel-grid-cell {
    padding: 0 !important
}

[id^=panel-].panel-last-child {
    margin-bottom: 0 !important
}

.panel-grid-cell {
    margin-bottom: 0 !important
}

.panel-grid-cell .icons {
    text-align: center
}

.panel-grid-cell .icons .so-panel {
    display: inline-block
}

.standard-paragraph {
    position: relative;
    display: inline-block;
    max-width: 600px;
    font-size: 18px;
    line-height: 1.56;
    color: #4b545c
}

.title-and-subtitle .primary-text {
    margin-bottom: 15px
}

.title-and-subtitle .secondary-text {
    font-size: 16px;
    color: #9099a3
}

.section-title {
    margin-top: 0;
    margin-bottom: 55px;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.33;
    color: #4b545c;
    text-align: center;
    letter-spacing: -.5px
}

.service-quality-container .section-title {
    margin-top: 125px;
    margin-bottom: 0;
    font-family: "FontForex", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.29;
    color: #202f3d
}

.section-title-v2 {
    margin-top: 0;
    font-family: "FontForex", sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #202f3d;
    letter-spacing: -.5px
}

@media (max-width: 992px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 993px) {
    .hidden-md {
        display: none !important
    }
}

.zsiq_floatmain {
    bottom: 110px !important
}

/*.mega-menu-link.page {*/
/*    color: #202f3d;*/
/*}*/

.mega-menu-link.page:hover {
    color: #78bc1e;
}

.carousel-item {
    background-image: url(/static/home/xm/banner.jpg);
}

.carousel-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}

.align-items-center {
    align-items: center;
}

.carousel-item .container {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    margin: auto;
}

.animated-number-block {
    justify-content: center;
}

.menu-footer-tertiary-menu-container {
    display: flex;
    justify-content: space-between;
}

.brand__logo .brand-colored,
.logo-mobile .brand-colored {
    /*width:70%;*/
    height: auto;
}

.p-15 {
    padding: 15px;
}

img {
    max-width: 100%;
}

.single-news-container aside {
    margin-bottom: 50px;
}

.single-news-container .aside-item .img-wrapper img,
.single-news-container .aside-item .img-wrapper {
    height: 180px;
    margin-bottom: 10px;
}

.aside-list .aside-body h3 {
    font-family: fontforex,sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.29;
    color: #202f3d;
    text-align: left;
    letter-spacing: -.5px;
    padding: 20px 0;
}

.post-content-footer {
    padding: 5px 15px;
    margin-top: 30px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.single-news-container .content-block .post-content-container .post-content-footer p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.2;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination ul,
.pagination li {
    list-style: none;
}

.pagination li {
    margin-right: 5px;
}


.pagination .page-item.active {
    background-color: #78bc1e;
    color: #ffffff;
}

.pagination .page-link {
    display: inline-block;
    width: 34px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #f8f9fa;
}

.pagination a {
    transition: all .3s ease-in-out;
}

.pagination a.page-link:hover {
    background-color: #78bc1e;
    color: #ffffff;
}

.index-news-item {
    margin-bottom: 50px;
}

.index-news-item img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
}

.index-news-item h3  {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: fontforex,sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #4b545c;
    letter-spacing: -.2px;
}

.index-news-item span {
    font-family: fontforex,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #9099a3;
}