.bg-white .content-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1rem;
    padding-right: 1rem
}

.bg-white .content-wrapper:after, .bg-white .content-wrapper:before {
    content: " ";
    display: table
}

.bg-white article {
    padding-top: 3.6rem;
    padding-bottom: 3.4rem
}

.bg-white .section__title-small {
    font-size: 3.2rem
}

@media (min-width: 768px) and (max-width: 1090px) {
    .bg-white .section__title-small {
        font-size: 2.6rem
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .bg-white .section__title-small {
        font-size: 2.2rem
    }
}

@media (max-width: 480px) {
    .bg-white .section__title-small {
        font-size: 2.0rem
    }
}

.bg-white .section__centered {
    text-align: center
}

.bg-white .link-centered {
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    text-align: center;
    color: #697d8c
}

.bg-white .link-centered a {
    text-decoration: underline
}

.bg-white .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.bg-white .button, .bg-white .button:active, .bg-white .button:focus, .bg-white .button:hover, .bg-white .button:visited {
    color: #fff;
    text-decoration: none
}

.bg-white .button {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;
    border: 0;
    border-radius: 4px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.11111111;
    font-weight: 500;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}

.bg-white .button_big {
    font-size: 2.2rem;
    line-height: .90909091;
    font-weight: 500
}

.bg-white .our-terminals__link {
    min-width: 32%;
    min-width: calc(23%);
    margin: 2.5rem 1rem;
    font-weight: 400
}

.bg-white .button_green {
    color: #fff;
    background: #7fba2f;
    background-image: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background-image: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background-image: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background-image: linear-gradient(90deg, #7fba2f, #98c838, #7fba2f)
}

.bg-white .button_blue {
    color: #fff;
    background: #1378bf;
    background-image: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background-image: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background-image: linear-gradient(90deg, #1378bf, #168ac9, #1378bf)
}

.bg-white .button_green:visited, .bg-white a.button_green:visited {
    color: #fff
}

.bg-white .button_blue:visited, .bg-white a.button_blue:visited {
    color: #fff
}

.bg-white .button_green:hover, .bg-white a.button_green:hover {
    color: #fff;
    background: #98c838;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05)
}

.bg-white .button_blue:hover, .bg-white a.button_blue:hover {
    color: #fff;
    background: #168ac9;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05)
}

.bg-white .enl_title_text {
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 5rem;
    line-height: .96
}

.bg-white .media_title_text {
    margin-bottom: 1rem;
    font-weight: 300;
    font-size: 3.4rem;
    line-height: .96
}

.bg-white .media_title_desc {
    line-height: 1.42857143
}

.bg-white .enl_desc_text {
    margin-top: 0;
    margin-bottom: 3rem;
    color: #ffffff;
    font-weight: 300;
    font-size: 3rem;
    line-height: 1
}

.bg-white .header-ctr {
    text-align: center
}

.bg-white .text-blue {
    color: #1378bf !important
}

.bg-white .text-green {
    color: #7fba2f !important
}

.bg-white .fl-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bg-white .fl-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width: 767px) {
    .bg-white .fl-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bg-white .fl-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bg-white .first-col {
    -ms-flex-preferred-size: 56.66666667%;
    flex-basis: 56.66666667%;
    padding-right: 8.33333333%
}

.bg-white .sec-col {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%
}

.bg-white .robomarkets-media {
    position: relative;
    background-color: #ffffff;
    background-image: url(images/bg-media-main.jpg);
    background-position: 50% 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    color: #000;
    padding-bottom: 0
}

.bg-white .robomarkets-media__brands {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 1rem;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 4.0rem 0 7.0rem
}

@media (max-width: 767px) {
    .bg-white .robomarkets-media__brands {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 3.0rem 0 5.0rem
    }
}

.bg-white .robomarkets-media__brands > li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    -ms-flex-preferred-size: 10rem;
    flex-basis: 20%;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    margin: 1.0rem 2.0rem
}

@media (max-width: 767px) {
    .bg-white .robomarkets-media__brands > li {
        margin: 1.0rem
    }
}

.bg-white .robomarkets-media__ico {
    display: inline-block;
    width: 14rem;
    height: 100%;
    min-height: 6.2rem;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat
}

.bg-white .robomarkets-media__ico_finance {
    background-image: url(images/brands-logo/finance-logo.png)
}

.bg-white .robomarkets-media__ico_gbm {
    background-image: url(images/brands-logo/gbm-logo.png)
}

.bg-white .robomarkets-media__ico_finmag {
    background-image: url(images/brands-logo/finmag-logo.png)
}

.bg-white .robomarkets-media__ico_worldfin {
    background-image: url(images/brands-logo/worldfin-logo.png)
}


.bg-white .robomarkets-media__ico_fxempire {
    background-image: url(images/brands-logo/fxempire-logo-black.png)
}

.bg-white .robomarkets-media__ico_fxtraders {
    background-image: url(images/brands-logo/fxtraders-logo-black.png)
}

.bg-white .robomarkets-media__ico_iaftnews {
    background-image: url(images/brands-logo/iaftnews-logo-black.png)
}

.bg-white .robomarkets-media__ico_ihoodl {
    background-image: url(images/brands-logo/ihoodl-logo-black.png)
}

.bg-white .robomarkets-public {
    position: relative;
    background-color: #ffffff;
    color: #000;
    padding-bottom: 0
}

.bg-white .robomarkets-public > ul > li:nth-child(2n) {
    background-color: #f7f9fb
}

.bg-white .robomarkets-public__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0
}

@media (max-width: 890px) {
    .bg-white .robomarkets-public__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap
    }
}

.bg-white .robomarkets-public__item > div {
    display: inline-block;
    vertical-align: top
}

.bg-white .robomarkets-public__img {
    width: 15rem;
    height: 100%;
    min-height: 7.2rem;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 3.0rem
}

@media (max-width: 890px) {
    .bg-white .robomarkets-public__img {
        width: 12rem;
        background-position: 0% 50%
    }
}
/* Icons */
.bg-white .robomarkets-public .gbm .robomarkets-public__img {
    background-image: url(images/brands-logo/gbm-logo-black.png)
}

.bg-white .robomarkets-public .worldfin .robomarkets-public__img {
    background-image: url(images/brands-logo/worldfin-logo-black.png)
}

.bg-white .robomarkets-public .fxempire .robomarkets-public__img {
    background-image: url(images/brands-logo/fxempire-logo.png)
}

.bg-white .robomarkets-public .forexmagnets .robomarkets-public__img {
    background-image: url(images/brands-logo/forexmagnets-logo.png)
}

.bg-white .robomarkets-public .fortrader .robomarkets-public__img {
    background-image: url(images/brands-logo/for-trader-logo.png)
}

.bg-white .robomarkets-public .fxstreet .robomarkets-public__img {
    background-image: url(images/brands-logo/fx-street-logo.png)
}

.bg-white .robomarkets-public .leaprate .robomarkets-public__img {
    background-image: url(images/brands-logo/leap-rate-logo.png)
}

.bg-white .robomarkets-public .rbk .robomarkets-public__img {
    background-image: url(images/brands-logo/rbk-logo.png)
}

.bg-white .robomarkets-public .finmag .robomarkets-public__img {
    background-image: url(images/brands-logo/finmag-logo-black.png)
}

.bg-white .robomarkets-public .finance .robomarkets-public__img {
    background-image: url(images/brands-logo/finance-logo-black.png)
}
.bg-white .robomarkets-public .globmag .robomarkets-public__img {
    background-image: url(images/brands-logo/globmag-logo-black.png)
}

.bg-white .robomarkets-public .fxtrader .robomarkets-public__img {
    background-image: url(images/brands-logo/fxtraders.png)
}

.bg-white .robomarkets-public .ihoodl .robomarkets-public__img {
    background-image: url(images/brands-logo/ihoodl.png)
}

.bg-white .robomarkets-public .iaftnews .robomarkets-public__img {
    background-image: url(images/brands-logo/iaftnews.png)
}


.bg-white .robomarkets-public .fxtraders .robomarkets-public__img {
    background-image: url(images/brands-logo/fxtraders-logo.png)
}

.bg-white .robomarkets-public .ihoodl .robomarkets-public__img {
    background-image: url(images/brands-logo/ihoodl-logo.png)
}

.bg-white .robomarkets-public .fxtraders .robomarkets-public__img {
    background-image: url(images/brands-logo/fxtraders-logo.png)
}

.bg-white .robomarkets-public .ihoodl .robomarkets-public__img {
    background-image: url(images/brands-logo/ihoodl-logo.png)
}

.bg-white .robomarkets-public .iaftnews .robomarkets-public__img {
    background-image: url(images/brands-logo/iaftnews-logo.png)
}


/* End */

@media (max-width: 890px) {
    .bg-white .robomarkets-public .worldfin .robomarkets-public__img {
        width: 15rem
    }
}



.bg-white .robomarkets-public__text {
    -ms-flex-preferred-size: 85%;
    flex-basis: 85%
}

.bg-white .robomarkets-public__link {
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-width: 32%;
    min-width: calc(31.33333333%);
    white-space: nowrap;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.bg-white .robomarkets-public__wrapper {
    position: relative;
    padding-bottom: 4.0rem
}

@media (max-width: 480px) {
    .bg-white .tabs {
        display: block
    }
}

.bg-white .tabs > li {
    display: inline-block;
    margin: 0;
    cursor: pointer;
    padding: 0 1.0rem 1.0rem;
    background-color: transparent;
    border-bottom: 2px solid transparent;
    overflow: hidden;
    position: relative;
    text-align: center;
    margin-right: 3%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.bg-white .tabs > li.active {
    border-color: #7fba2f;
    -webkit-filter: none;
    filter: none
}

.bg-white .tabs__block, .bg-white .tabs__list, .bg-white .tabs__title {
    margin: 0
}

.bg-white .tabs__list {
    text-align: center;
    padding: 0
}

.bg-white .tabs__title {
    font-size: 1.8rem;
    font-weight: 400
}

.bg-white .article__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0
}

.bg-white .article__title {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.5;
    text-decoration: none;
    color: #1378bf;
    outline-width: 0
}

@media (max-width: 680px) {
    .bg-white .article__title {
        font-size: 1.3rem;
        line-height: 1.53846154
    }
}

.bg-white .article__read {
    display: inline-block;
    vertical-align: baseline;
    width: 1.6rem;
    height: 1.6rem;
    background-image: url(images/arrow-green.png);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.bg-white .article__date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 2.27272727;
    color: #acb9bf
}

@media (max-width: 680px) {
    .bg-white .article__date {
        font-size: 1.2rem;
        line-height: 1.66666667
    }
}

.bg-white .article__announce {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.78571429;
    color: #41494c;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 1.0rem 0 0
}
@media (max-width: 1024px) {
.bg-white .robomarkets-media__ico {
    width: 100%;
}

.bg-white .robomarkets-media__brands > li {
    flex-basis: 15%;
}

}

@media (max-width: 680px) {
    .bg-white .article__announce {
        font-size: 1.2rem;
        line-height: 1.66666667
    }
}
@media (max-width: 600px){
.bg-white .robomarkets-media__brands {
    display: none;
}
}
.bg-white ul.list {
    padding: 0;
    margin: 0;
    list-style-type: 0
}

.bg-white ul.pagination {
    text-align: center;
    padding: 0;
    margin: 0 0 4rem
}

.bg-white ul.pagination li {
    display: inline-block
}

.bg-white ul.pagination li a {
    padding-top: 1.0rem;
    color: #697d8c
}

.bg-white ul.pagination li.active a {
    border-top: 2px solid #7fba2f;
    color: #000
}

.bg-white ul.pagination li:hover a {
    border-top: 2px solid #d0e4f2;
    color: #005999
}

.bg-white ul.pagination a {
    border: none;
    color: #000
}

.bg-white ul.pagination .page {
    font-size: 1.8rem;
    font-weight: 500
}[][]