.zero,
#copyfx h1,
#copyfx h2,
#copyfx h3,
#copyfx h4,
#copyfx h5,
#copyfx h6,
#copyfx p,
#copyfx ul,
#copyfx ol {
    margin: 0;
    padding: 0;
}

#copyfx {
    min-width: 310px;
    padding: 0;
    margin: 0;
    line-height: 2rem;
}

#copyfx .section {
    width: 100%;
    padding: 4rem 1rem 5.4rem 1rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
}

#copyfx .wrapper {
    max-width: 1220px;
    margin: 0 auto;
}

#copyfx .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    padding: 0 1rem;
    font-size: 0;
    list-style-type: none;
}

#copyfx .button__conteiner {
    text-align: center;
}

#copyfx .prime__button {
    display: inline-block;
    vertical-align: middle;
    min-width: 28rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 2rem;
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0 3px 1px 0 #cbced3;
    box-shadow: 0 3px 1px 0 #cbced3;
}

#copyfx .prime__button-green {
    background: -webkit-gradient(linear, left top, right top, from(#7fba2f), color-stop(#98c838), to(#7fba2f));
    background: -webkit-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: -o-linear-gradient(left, #7fba2f, #98c838, #7fba2f);
    background: linear-gradient(to right, #7fba2f, #98c838, #7fba2f);
}

#copyfx .prime__button-green:hover {
    background: #98c838;
}

#copyfx .prime__button-blue {
    background: -webkit-gradient(linear, left top, right top, from(#1378bf), color-stop(#168ac9), to(#1378bf));
    background: -webkit-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: -o-linear-gradient(left, #1378bf, #168ac9, #1378bf);
    background: linear-gradient(to right, #1378bf, #168ac9, #1378bf);
}

#copyfx .prime__button-blue:hover {
    background: #198ece;
}

#copyfx .prime__button-bottom {
    margin-bottom: -12.5rem;
}

#copyfx .prime__button-white {
    padding: 1.9rem 1rem;
    border: 1px solid #d0d6db;
    color: #697d8c;
    font-size: 1.6rem;
    font-weight: 400;
    -webkit-box-shadow: 0 3px 1px 0 #f2f5fb;
    box-shadow: 0 3px 1px 0 #f2f5fb;
}

#copyfx .prime__button-white:hover,
#copyfx .prime__button-white:visited {
    text-shadow: 1px 0px #d0d6db;
    -webkit-box-shadow: 0px 3px 1px 3px #f2f5fb;
    box-shadow: 0px 3px 1px 3px #f2f5fb;
    color: #697d8c;
}

#copyfx .prime__button-shadow {
    -webkit-box-shadow: 0 3px 1px 0 #132e4e;
    box-shadow: 0 3px 1px 0 #132e4e;
}

#copyfx .list .list__img {
    display: inline-block;
    width: 90px;
    height: 80px;
}

#copyfx a {
    color: #ffffff;
    text-decoration: none;
}

#copyfx a:hover,
#copyfx a:visited {
    color: #ffffff;
}

#copyfx h1 {
    font-size: 5rem;
    line-height: 4rem;
    font-weight: 400;
    color: #fff;
}

#copyfx h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#copyfx h4 {
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 500;
}

#copyfx .link,
#copyfx .link:visited {
    color: #0578be;
    text-decoration: none;
}

#copyfx .link:hover,
#copyfx .link:visited:hover {
    color: #0578be;
    text-decoration: underline;
}

#copyfx {
    /* Для заголовков в 2х секциях т.к. они одинаковые */
}

#copyfx .list-green .list__img {
    background: url("images/green-icons.png") -6px -5px;
}

#copyfx .list-green .list__img-2 {
    background: url("images/green-icons.png") -105px -5px;
}

#copyfx .list-green .list__img-3 {
    background: url("images/green-icons.png") -202px -5px;
}

#copyfx .list-green h4 {
    margin: 2.3rem 0;
    font-size: 2.2rem;
    line-height: 2.2rem;
    font-weight: 500;
    color: #000000;
}

#copyfx .list-green p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #000000;
}

#copyfx .list-green li {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}

#copyfx .list-blue {
    counter-reset: number;
    text-align: left;
}

#copyfx .list-blue li {
    position: relative;
    -ms-flex-preferred-size: 24%;
    flex-basis: 24%;
    margin-left: 10rem;
}

#copyfx .list-blue li::before {
    content: "";
    position: absolute;
    left: -100px;
    top: 22px;
    width: 78px;
    height: 155px;
    border-radius: 160px 0 0 160px;
    border-left: 3px solid #dbdfe7;
    border-top: 3px solid #dbdfe7;
    border-bottom: 3px solid #dbdfe7;
}

#copyfx .list-blue li::after {
    counter-increment: number;
    content: counter(number);
    position: absolute;
    top: 89px;
    left: -52px;
    margin: auto;
    font-size: 6rem;
    font-weight: 900;
    color: #dbe0e8;
}

#copyfx .list-blue .list__img {
    background: url("images/blue-icons.png") -15px;
}

#copyfx .list-blue .list__img-2 {
    background: url("images/blue-icons.png") -115px -2px;
}

#copyfx .list-blue .list__img-3 {
    background: url("images/blue-icons.png") -211px -2px;
}

#copyfx .list-blue h4 {
    margin-top: 2.2rem;
    margin-bottom: 2.4rem;
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-weight: 300;
    color: #000000;
}

#copyfx .list-blue p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #697d8c;
}

#copyfx .header h2 {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 300;
}

#copyfx .header h5 {
    margin-top: 1.8rem;
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 400;
}

#copyfx .header p {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #697d8c;
}

#copyfx .banner {
    position: relative;
    z-index: 3;
    
    color: #ffffff;
    text-align: center;
    background: url("images/banner-bg.jpg") no-repeat;
    background-size: auto 100%;
    background-position: 50%;
    background-color: #162743;
}

#copyfx .banner .header {
    margin: 0;
    margin-top: 6.2rem;
    margin-bottom: 6.9rem;
}

#copyfx .banner .header h1 {
    margin: 0;
    margin-top: 7.9rem;
    margin-bottom: 2.8rem;
    font-weight: 400;
}

#copyfx .banner .header .img {
    display: inline-block;
    width: 220px;
    height: 72px;
    text-align: center;
    background: url("images/banner-copy.png") no-repeat;
}

#copyfx .banner .header p {
    font-size: 3rem;
    line-height: 4rem;
    color: #7fba2f;
}

#copyfx .banner .list {
    margin-bottom: 5.1rem;
}

#copyfx .banner .list h4 {
    color: #ffffff;
}

#copyfx .banner .list p {
    color: #ffffff;
    opacity: 0.8;
}

#copyfx .invest {
    position: relative;
    z-index: 2;

    text-align: center;
    color: #000000;
}

#copyfx .red {
    color: red;
}

#copyfx .note {
    text-align: left;
}

#copyfx .invest__title {
    margin-top: 5rem;
}

#copyfx .invest .header {
    margin: 5.5rem 0;
}

#copyfx .invest .list-green {
    margin-bottom: 8.5rem;
    margin-top: 6rem;
}

#copyfx .invest .list-blue {
    margin-top: 5.9rem;
    margin-bottom: 5.1rem;
}

#copyfx .invest__table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 4rem;
    padding: 0 1.5rem;
    color: #697d8c;
    font-size: 1.6rem;
}

#copyfx .invest__table table {
    margin: 0 auto;
    margin-top: 4.5rem;
    margin-bottom: 2rem;
}

#copyfx .invest__table h3 {
    color: #000;
    font-size: 2.5rem;
    line-height: 2rem;
    font-weight: 500;
}

#copyfx .invest__table .col-1 {
    width: 19rem;
}

#copyfx .invest__table .col-2 {
    width: 20rem;
}

#copyfx .invest__table .col-3 {
    width: 20rem;
}

#copyfx .invest__table .col-4 {
    width: 10rem;
}

#copyfx .invest__table .col-5 {
    width: 9rem;
}

#copyfx .invest__table .white__space {
    line-height: 0;
}

#copyfx .invest__table .white__space-1 {
    padding-right: 0;
}

#copyfx .invest__table .white__space-2 {
    padding-right: 0;
}

#copyfx .invest__table .white__space-3 {
    padding-right: 0;
}

#copyfx .invest__table .white__space-4 {
    padding-right: 0;
}

#copyfx .invest__table .white__space-5 {
    padding-right: 0;
}

#copyfx .invest__table th {
    background: transparent;
    font-size: 1.4rem;
    font-weight: 400;
    vertical-align: top;
}

#copyfx .invest__table th:first-child {
    text-align: left;
}

#copyfx .invest__table tbody td:first-child {
    font-size: 1.8rem;
    color: #000;
    font-weight: 500;
    text-align: left;
}

#copyfx .invest__table tbody td:not(:last-child) {
    padding: 2rem 0;
}

#copyfx .invest__table tbody td:last-child {
    padding-left: 1rem;
    vertical-align: middle;
}

#copyfx .invest__table .table__cell-profit {
    font-size: 1.8rem;
}

#copyfx .invest__table .table__button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 10rem;
    padding: 0.6rem 2.1rem;
    border-radius: 4px;
    color: #fff;
    background-color: #f0ad0c;
    opacity: 0.3;
}

#copyfx .invest__table .table__button:hover {
    opacity: 1;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}

#copyfx .security {
    position: relative;
}

#copyfx .security::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url(/uploads/pages/general/images/section-security/security-bg.jpg);
    background-repeat: no-repeat;
    background-position: 85% 100%;
    background-size: auto 100%;
}

#copyfx .security .wrapper {
    position: relative;
    z-index: 2;
    text-align: left;
}

#copyfx .security .header {
    margin-top: 2.9rem;
    margin-bottom: 5rem;
}

#copyfx .security .header span {
    padding-left: 0.4rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
}

#copyfx .security .header h2 {
    margin: 2rem 0 1.8rem 0;
}

#copyfx .security__content {
    display: inline-block;
    max-width: 744px;
    padding: 1.6rem;
}

#copyfx .security__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0.2rem;
    padding: 0;
}

#copyfx .security__list li {
    width: 340px;
    margin-bottom: 3.5rem;
}

#copyfx .security__list li a {
    display: inherit;
    position: relative;
    margin-top: 2.9rem;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2rem;
    color: #697d8c;
}

#copyfx .security__list li a:visited {
    color: #697d8c;
}

#copyfx .security__list li a:hover {
    color: #697d8c;
    text-decoration: underline;
}

#copyfx .security__list_img {
    content: " ";
    float: left;
    width: 90px;
    height: 85px;
    margin-right: 1.2rem;
    background: url("/uploads/pages/general/images/section-security/security-icon.png") 1px -1px;
}

#copyfx .security__list_img-2 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -94px -1px;
}

#copyfx .security__list_img-3 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -193px -1px;
}

#copyfx .security__list_img-4 {
    content: " ";
    background: url("/uploads/pages/general/images/section-security/security-icon.png") -297px -1px;
}


html[dir="rtl"] #copyfx .note {
    text-align: right;
}

:lang(jp) #copyfx .invest__table .table__button {
    padding: 0.6rem 0.7rem;
}

html[dir="rtl"] #copyfx .security__list_img {
    float: right;

    margin-right: 0;
    margin-left: 1.2rem;
}

html[dir="rtl"] #copyfx .security .wrapper {
    text-align: right;
}

html[dir="rtl"] #copyfx .security::after {
    right: auto;
    left: 0;

    background-position: 20% 100%;
}

html[dir="rtl"] #copyfx .security__list_item {
    text-align: right;
}

html[dir="rtl"] #copyfx .platforms__item {
    text-align: right;
}

html[dir="rtl"] #copyfx .platforms__item>span {
    left: 0;
    right: auto;

    padding: 0.4rem 0.9rem 0.1rem 1rem;
}

html[dir="rtl"] #copyfx .platforms__item_order {
    padding-left: 0;
    padding-right: 0.3rem;
}

html[dir="rtl"] #copyfx .platforms__item p {
    padding-left: 0;
    padding-right: 0.3rem;
}

html[dir="rtl"] #copyfx .platforms__item_order li:not(:last-child)::after {
    left: 3rem;

    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
}

html[dir="rtl"] #copyfx .platforms__caption {
    right: calc(50% - 450px);
    left: auto;
}

html[dir="rtl"] #copyfx .platforms__caption li:not(:last-child)::after {
    text-align: left;
    background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: -webkit-gradient(linear, right top, left top, color-stop(10%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
    background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.2) 100%);
}

html[dir="rtl"] #copyfx .invest__table tbody td:first-child {
    text-align: right;
}

html[dir="rtl"] #copyfx .invest__table th:first-child {
    text-align: right;
}

html[dir="rtl"] #copyfx .traders__table tbody td:first-child {
    text-align: right;
}

html[dir="rtl"] #copyfx .traders__table th:first-child {
    text-align: right;
}

html[dir="rtl"] #copyfx .platforms__caption {
    text-align: left;
}

html[dir="rtl"] #copyfx .list-blue {
    text-align: right;
}

html[dir="rtl"] #copyfx .list-blue li {
    margin-right: 10rem;
    margin-left: 0;
}

html[dir="rtl"] #copyfx .list-blue li::before {
    right: -100px;
    left: auto;

    border-radius: 0 160px 160px 0;
    border-right: 3px solid #dbdfe7;
    border-left: none;
}

html[dir="rtl"] #copyfx .list-blue li::after {
    right: -52px;
    left: auto;
}

@media all and (min-width: 4000px) {
    #copyfx .security::after {
        background-position: 70% 100%;
    }

     html[dir="rtl"] #copyfx .security::after {
        background-position: 40% 100%;
    }
}

@media all and (min-width: 3000px) and (max-width: 3999px) {
    #copyfx .security::after {
        background-position: 71% 100%;
    }

     html[dir="rtl"] #copyfx .security::after {
        background-position: 33% 100%;
    }
}

@media all and (max-width: 1720px) {
    #copyfx .security::after {
        background-position: 111% 100%;
    }

     html[dir="rtl"] #copyfx .security::after {
        background-position: 9% 100%;
    }
}

@media all and (max-width: 1520px) {
    #copyfx .security::after {
        background-position: 121% 100%;
    }
}

@media all and (max-width: 1320px) {
    #copyfx .security::after {
        background-position: 161% 100%;
        opacity: 0.3;
    }
}

@media all and (max-width: 1240px) {
    #copyfx .list-blue li {
        -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    }
}

@media all and (max-width: 990px) {
    #copyfx .security::after {
        background-size: 0;
    }
}

@media all and (max-width: 820px) {
    #copyfx .list-green li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    #copyfx .list-blue li {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 5rem;
    }
    #copyfx .invest .list-blue {
        margin-bottom: 0.1em;
    }
    #copyfx .invest .list-green {
        margin-bottom: 3.5rem;
    }
    #copyfx .traders .list-blue {
        margin-bottom: 0;
    }
    #copyfx .traders .list-green {
        margin-bottom: 3.5rem;
    }
    #copyfx .platforms__list {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    #copyfx .platforms__caption {
        left: calc(50% - 380px);
    }

    html[dir="rtl"] #copyfx .platforms__caption {
        right: calc(50% - 380px);
        left: auto;
    }
}

@media all and (max-width: 740px) {
    #copyfx .platforms__caption {
        display: none;
    }
    #copyfx .platforms .mobile__caption {
        display: inline-block;
        position: absolute;
        top: -1rem;
        font-size: 1.2rem;
        opacity: 0.7;
    }
    #copyfx .platforms .mobile {
        position: relative;
        bottom: -0.7rem;
    }
    #copyfx .platforms__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #copyfx .platforms__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
    }
    #copyfx .platforms__item:first-child {
        margin-bottom: 5rem;
    }
    #copyfx .security .header {
        text-align: center;
    }
    #copyfx .security__list {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    #copyfx .security__list li {
        width: 100%;
    }
    #copyfx .traders__table {
        font-size: 1rem;
    }
    #copyfx .traders__table th {
        font-size: 1.2rem;
    }
    #copyfx .traders__table tbody td:first-child {
        font-size: 1.2rem;
    }
    #copyfx .traders__table .table__button {
        padding: 0.5rem 1rem;
    }
    #copyfx .traders__table .table__img {
        width: 200px;
    }
    #copyfx .traders__table .col-3 {
        width: 20rem;
    }
    #copyfx .invest__table {
        font-size: 1rem;
    }
    #copyfx .invest__table th {
        font-size: 1.2rem;
    }
    #copyfx .invest__table tbody td:first-child {
        font-size: 1.2rem;
    }
    #copyfx .invest__table .table__button {
        padding: 0.5rem 1rem;
    }
    #copyfx .invest__table .table__cell-profit {
        font-size: 1.1rem;
    }
}

@media all and (max-width: 560px) {
    #copyfx .banner .header h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    #copyfx .banner .header p {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    #copyfx .traders__table .table__img {
        width: 10rem;
    }
    #copyfx .traders__table .col-3 {
        width: 10rem;
    }
    #copyfx .security__list {
        margin-right: 0px;
    }
    #copyfx .security__list li {
        width: 100%;
    }
}

@media all and (max-width: 480px) {
    #copyfx .traders__table th {
        font-size: 1rem;
        line-height: 1rem;
    }
    #copyfx .traders__table .table__button {
        vertical-align: 10px;
        padding: 0.5rem;
    }
    #copyfx .invest__table th {
        font-size: 1rem;
        line-height: 1rem;
    }
    #copyfx .table__button {
        padding: 0.5rem;
    }
}