@font-face {
    font-family: 'helveticaneuecyr-roman';
    src: url("../../fonts/helveticaneuecyr-roman.eot");
    src: url("../../fonts/helveticaneuecyr-roman.eot") format("embedded-opentype"),
        url("../../fonts/helveticaneuecyr-roman.woff") format("woff"),
        url("../../fonts/helveticaneuecyr-roman.ttf") format("truetype"),
        url("../../fonts/helveticaneuecyr-roman.svg#helveticaneuecyr-roman") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuecyr-bold';
    src: url("../../fonts/helveticaneuecyr-bold.eot");
    src: url("../../fonts/helveticaneuecyr-bold.eot") format("embedded-opentype"),
        url("../../fonts/helveticaneuecyr-bold.woff") format("woff"),
        url("../../fonts/helveticaneuecyr-bold.ttf") format("truetype"),
        url("../../fonts/helveticaneuecyr-bold.svg#helveticaneuecyr-bold") format("svg");
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'HelveticaNeueCyr-Medium';
    src: url("../../fonts/HelveticaNeueCyr-Medium.eot");
    src: url("../../fonts/HelveticaNeueCyr-Medium.eot") format("embedded-opentype"),
        url("../../fonts/HelveticaNeueCyr-Medium.woff") format("woff"),
        url("../../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype"),
        url("../../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium") format("svg");
    font-weight: normal;
    font-style: normal;
} 

section {
    font-family: 'helveticaneuecyr-roman', sans-serif;
}
section b {
    font-family: 'helveticaneuecyr-bold', sans-serif;
}

.page_header h1 {
    font-family: 'HelveticaNeueCyr-Medium',sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px; 
}
.page_content--copy-trade {

}
.heading-trade {
    font-family: 'helveticaneuecyr-bold', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 37px;
	margin-top: 25px;
}
.heading-trade span {color:#4bbc85;}
.profit-box {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 40px;
    color: #26282f;
    background: #fff;
}
.profit-box p {
    margin-bottom: 15px;
}
.profit-box__img {
    min-height: 260px;
    padding: 32px 40px ;
    padding-right: 35%;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
}
.profit-box__img span {
    display: block;
    margin-bottom: 12px;
    font-family: 'helveticaneuecyr-bold', sans-serif;
    font-size: 30px;
    line-height: 1.2;
}
.profit-box-advantages  {
    position: relative;
    padding: 40px 40px 115px;
    border: 1px solid #ebecee;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.profit-box__img b {
    display: block;
    padding-right: 10%;
}
.profit-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.profit-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 16px;
}
.profit-box-advantages b {
    display: block;
    margin-bottom: 16px;
    font-size: 19px;
    line-height: 1.2;
    text-transform: uppercase;
}
.profit-list li:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 15px;
    height: 11px;
    background: url(../../images/copy_trading/list.png) 0 0 no-repeat;
}
.profit-box-info {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 2px solid #d9d9d9;
}
.profit-box-info ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}
.profit-box-info ul li {
    margin-bottom: 11px;
    width: 50%;
    max-width: 50%;
    padding-right: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    font-family: 'helveticaneuecyr-bold', sans-serif;
}
.profit-box-info ul li img {
    margin-right: 10px;
}
.profit-btn {
    display: inline-block;
    margin: auto;
    max-width: 100%;
    width: 220px;
    height: 46px;
    line-height: 48px;
    border-radius: 5px;
    background: #ef4345;
    border-bottom: 2px solid #d40016;
    text-align: center;
    font-family: 'helveticaneuecyr-roman', sans-serif;
    font-size: 16px;
    color: #fff;
    transition:all .4s ease;
}
.profit-box .profit-btn {
    position: absolute;
    z-index: 5;
    bottom: 50px;
    left: 0;
    right: 0;
}
.profit-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #d40016;
}
.heading-copy {
    display: block;
    margin-bottom: 60px;
    text-align: center;
    font-family: 'helveticaneuecyr-bold', sans-serif;
    font-size: 48px;
    line-height: 1.2;
    color: #26282f;
}
.heading-copy .red {color: #ef4345;}
.heading-copy .green {color: #4bbc85;}
.top-10-providers {
    margin-bottom: 90px;
}
.top-10-providers:before {
    content: '';
    display: block;
    width: 480px;
    max-width: 100%;
    height: 2px;
    background: #d9d9d9;
    margin: 0 auto 60px;
}
.top-10-providers-head {
    margin-bottom: 25px;
    text-align: center;
    font-family: 'helveticaneuecyr-bold', sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #26282f;
}
.top-10-providers-overlay {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    overflow-x: auto;
}
.top-10-providers-overlay b {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
.top-10-providers-overlay table {
    width: 100%;
    text-align: left;
    color: #26282f;
}
.top-10-providers-overlay table thead th {
    background: #fff;
    padding: 15px;
}
.top-10-providers-overlay table th{
    font-weight: normal;
}
.top-10-providers-overlay table th:first-child {
    font-family: 'helveticaneuecyr-bold', sans-serif;
}
.top-10-providers-overlay table tbody td {
    padding: 5px 15px;
    height: 50px;
}
.top-10-providers-overlay table tbody tr:nth-child(2n+2) {
    background: #fff;
}
.copy-button {
    cursor: pointer;
    width: 120px;
    max-width: 100%;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #4bbc85;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border:none;
    border-bottom: 2px solid #378b62;
    transition:all .4s ease;
}
.copy-button:hover {
    color: #fff;
    text-decoration: none;
    background: #378b62;
}
.top-10-providers .text-center .copy-button {
    margin-top: 50px;
    height: 46px;
    line-height: 46px;
    width: 220px;
    max-width: 100%;
}
.how-does-it-work {
    padding: 0;
}
.how-does-it-work-head {
    text-align: center;
    margin-bottom: 60px;
    font-family: 'helveticaneuecyr-bold', sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 1.2;
    color: #26282f;
}
.how-does-it-work-list b {
    display: block;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.how-does-it-work ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.how-does-it-work ul li {
    padding-left: 39px;
    padding-top: 3px;
    padding-bottom: 25px;
    margin-bottom: 3px;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
}
.how-does-it-work ul li:last-child {
    padding-bottom: 4px;
}
.how-does-it-work ul li span {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    background: #4bbc85;
    color: #fff;
    border-radius: 50%;
}
.how-does-it-work ul li span:after {
    content: '';
    position: absolute;
    z-index: 5;
    top: 100%;
    left: 0;
    right: 0;
    height: 300px;
    margin: auto;
    margin-top: 3px;
    width: 1px;
    background: #4bbc85;
}
.how-does-it-work ul li:last-child span:after {
    display: none;
}
.read-more-info {
    padding: 40px 0 0;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #26282f;
}
.read-more-info  span  {
    font-family: 'helveticaneuecyr-bold', sans-serif;
}
.read-more-info b {
    margin-bottom: 15px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.read-more-info .profit-btn {
    margin: 0 auto 35px;
}
.lets-to-copy {
    padding: 100px 0 0;
}
.lets-to-copy b{
    display: block;
    width: 775px;
    max-width: 100%;
    margin:0 auto 50px;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    color: #26282f;
}
.lets-to-copy-buttons {
    text-align: center;
    margin-bottom: 50px;
}
.lets-to-copy-buttons  .profit-btn {
    margin: 0 20px 20px;
}
@media only screen and (max-width: 1199px) {
    .profit-box__img {
        padding: 20px;
    }
    .profit-box-advantages {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }
}
@media only screen and (max-width: 992px) {
    .heading-trade {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .profit-box__img {
        min-height: 1px;
    }
    .heading-copy {
        font-size: 40px;
        margin-bottom: 30px;
    }
    .how-does-it-work-head {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .how-does-it-work-list {
        margin-bottom: 30px;
    }
    .how-does-it-work-list b {
        margin-bottom: 15px;
    }
    .lets-to-copy {
        padding-top: 50px;
    }
    .profit-box__img span {
         font-size: 26px;
    }
    .lets-to-copy b {
        font-size: 20px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 767px) {
    .heading-copy {font-size: 32px;}
    .top-10-providers {
        margin-bottom: 60px;
    }
    .page_header h1 {font-size: 30px;}
    .how-does-it-work-head {
        font-size: 24px;
    }
}
@media only screen and (max-width: 599px) {
    .heading-trade {
        font-size: 26px;
    }
    .profit-box-info ul li {
        width: 100%;
        max-width: 100%;
    }
    .heading-copy {font-size: 26px;}
}