.npb_buttons_hr { margin-bottom: -3px; }
.navigation_page_bitcoin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    padding: 0 30px;
}
.navigation_page_bitcoin .npb_buttons {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 4px auto;
    padding: 6px;
    opacity: 0.8;
    transition-duration: .3s;
}
.navigation_page_bitcoin .npb_buttons:hover,
.navigation_page_bitcoin .npb_buttons:active {
    cursor: pointer;
    opacity: 1;
    text-shadow: 1px 1px #dbdbdb;
}
.npb_buttons .npb_icons {
    width: 40px;
    max-width: 40px;
    min-width: 40px;
    height: 40px;
    max-height: 40px;
    min-height: 40px;
    background: url(/i/img/bitcoin/sprite_1.png) no-repeat;
}
.npb_buttons[anchor-data="#crypto-currency"] .npb_icons {
    background-position:  -3px -3px;
}
.npb_buttons[anchor-data="#how-it-works"] .npb_icons {
    background-position: -49px -3px;
}
.npb_buttons[anchor-data="#what-is-bitcoin"] .npb_icons {
    background-position: -95px -3px;
}
.npb_buttons[anchor-data="#how-bitcoin-trade"] .npb_icons {
    background-position: -3px -48px;
}
.npb_buttons[anchor-data="#bitcoin-law"] .npb_icons {
    background-position: -4px -95px;
}
.npb_buttons[anchor-data="#adv"] .npb_icons {
    background-position: -95px -95px;
}
.npb_buttons .npb_text,
.npb_buttons .npb_text_ar {
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    font-size: 18px;
}
.npb_buttons .npb_text { text-align: left; }
.npb_buttons .npb_text_ar { text-align: right; }

.banners_page_bitcoin {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.banners_page_bitcoin .bpb_banner_bitcoin {
    background: url(/i/img/bitcoin/bitcoin.png) no-repeat;
}
.banners_page_bitcoin .bpb_banner_ethereum {
    background: url(/i/img/bitcoin/ethereum.png) no-repeat;
}
.banners_page_bitcoin .bpb_banner_bitcoin:hover,
.banners_page_bitcoin .bpb_banner_ethereum:hover {
    background-position: -553px center;
}
.banners_page_bitcoin .bpb_banner {
    position: relative;
    width: 520px;
    height: 300px;
    margin: 6px;
    border: 1px solid #c0c0c0;
    background-size: cover;
    direction: ltr;
}
.bpb_banner .bpb_text,
.bpb_banner .bpb_text_ar {
    position: absolute;
    top: 14px;
    left: 14px;
}
.bpb_banner .bpb_text {
    width: 260px;
    text-align: left;
}
.bpb_banner .bpb_text_ar {
    width: 200px;
    text-align: right;
}
.bpb_text .bpb_title,
.bpb_text_ar .bpb_title {
    text-transform: uppercase;
    font-size: 26px;
}
.bpb_text .bpb_desc,
.bpb_text_ar .bpb_desc {
    margin-top: 4px;
    margin-bottom: 25px;
    line-height: 1;
    color: #bf0b11;
}
.banners_page_bitcoin .bpb_banner:hover,
.banners_page_bitcoin .bpb_banner:hover a,
.bpb_banner:hover .bpb_desc {
    color: #fff;
}
.banners_page_bitcoin .bpb_banner:hover a { border-color: #fff; }

.bitcoin_also_interesting {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ededed;
    border: 1px solid #cbbb93;
    border-radius: 4px;
    padding: 10px;
}
.bitcoin_also_interesting .bai_info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bai_info .bai_icon {
    width: 64px;
    max-width: 64px;
    min-width: 64px;
    height: 64px;
    max-height: 64px;
    min-height: 64px;
    background: url(/i/img/bitcoin/sprite_1.png) no-repeat;
    background-size: 170px;
    background-position: -103px -3px;
}
.bai_info .bai_desc,
.bai_info .bai_desc_ar {
    padding: 10px 20px;
}
.bitcoin_also_interesting .bai_buttons {
    margin: 10px auto;
    text-align: center;
}
.bai_buttons a {
    padding: 2px 20px;
    margin: 4px auto;
}

.how_work_crypto {
    direction: ltr;
    cursor: default;
}
.how_work_crypto .hwc_slider {
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.hwc_slider .hwc_text {
    width: 90%;
    padding: 0 20px;
    text-align: center;
}
.hwc_text span { color: #ff0000; }
.hwc_slider .hwc_img img { max-width: 400px; }

h3 {text-align: center}

.ti-icon {
    background: url(/i/img/bitcoin/sprite_1.png) no-repeat top left;
    width: 36px;
    height: 36px;
    display: inline-block;
}

.icon-ethereum {
    background-position: -52px -53px;
}
.icon-how-ethereum {
    background-position: -97px -53px;
}
.icon-diff {
    background-position: -52px -97px;;
}
.icon-info {
    width: 111px;
    height: 88px;
    background-position: -143px -5px;
    margin-right: 20px;
}
.icon-lightcons {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-position: -189px -103px;
}
.icon-ripple {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    background-position: -143px -103px;
}
.crypto-currency {
    margin: 30px auto;
}
.small {
    color: #777;
    font-size: 0.9em;
}
.video_container {
    text-align: center;
    margin-top: 20px;
}
.how-it-works {
    margin: 30px auto 40px;
}
.bx-wrapper {
    margin: 0;
}
.how_work_crypto.hwc_opacity { opacity: 0; }
.how_work_crypto .bx-controls-direction {
    /*display: none;*/
}
.bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    background: #EDEDED;
}
.infograph-text {
    position: absolute;
    margin: 61px auto !important;
    padding: 0 20px;
    width: 90%;
    text-align: center !important;
}
.contract {
    background-image: url(/i/img/bitcoin/smart_contract.png);
    background-repeat: no-repeat;
    display: block;
}
.contract0 {
    width: 590px;
    height: 316px;
    background-position: -5px -5px;
}
.contract1 {
    width: 590px;
    height: 316px;
    background-position: -5px -331px;
}
.contract2 {
    width: 590px;
    height: 316px;
    background-position: -5px -657px;
}
.contract3 {
    width: 590px;
    height: 316px;
    background-position: -605px -5px;
}
.contract4 {
    width: 590px;
    height: 316px;
    background-position: -605px -331px;
}
.contract5 {
    width: 590px;
    height: 316px;
    background-position: -605px -657px;
}
.contract6 {
    width: 590px;
    height: 316px;
    background-position: -5px -983px;
}
.infographic {
    background-image: url(/i/img/bitcoin/infographics.png);
    background-repeat: no-repeat;
    display: block;
}
.infograph {
    width: 590px;
    height: 316px;
    background-position: -5px -5px;
}
.infograph0 {
    width: 590px;
    height: 316px;
    background-position: -5px -331px;
}
.infograph1 {
    width: 590px;
    height: 316px;
    background-position: -5px -657px;
}
.infograph2 {
    width: 590px;
    height: 316px;
    background-position: -605px -5px;
}
.infograph3 {
    width: 590px;
    height: 316px;
    background-position: -605px -331px;
}
.infograph4 {
    width: 590px;
    height: 316px;
    background-position: -605px -657px;
}
.infograph5 {
    width: 590px;
    height: 316px;
    background-position: -5px -983px;
}
.crypto-currency h4 {
    text-align: center;
    margin: 10px auto;
}
.graph {
    display: flex;
}
.graph div {
    width: 40%;
}
.graph .infograph, .bx-wrapper{
    margin: 10px auto;
}

.how_work_bitcoin {
    margin: 30px auto;
}
.how_work_bitcoin .hwb_section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    margin: 6px 0;
    padding: 10px;
    background: #EDEDED;
    border-radius: 4px;
}
.hwb_section .hwb_block_img {
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0 10px;
}
.hwb_section .hwb_block_desc,
.hwb_section .hwb_block_desc_ar{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    padding: 0 10px;
}
.hwb_section .hwb_block_desc { text-align: left; }
.hwb_section .hwb_block_desc_ar { text-align: right; }


.bitcoin_trading {
    margin-top: -3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.bitcoin_trading .bt_banner {
    position: relative;
    margin: 0 auto 10px;
}
.bitcoin_trading .bt_banner .bt_img_2 { display: none; }
.bitcoin_trading .bt_banner .bt_img_1 { width: 560px; }
.bitcoin_trading .bt_banner_ar .bt_img_1 { transform: scale(-1, 1); }
.bitcoin_trading .bt_banner > div {
    position: absolute;
    top: 0;
    height: 173px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}
.bitcoin_trading .bt_banner .bt_text_1 {
    width: 160px;
    right: 90px;
    text-align: center;
}
.bitcoin_trading .bt_banner a:hover { color: red; }
.bitcoin_trading .bt_banner .bt_text_2,
.bitcoin_trading .bt_banner .bt_text_2_ar {
    width: 238px;
    left: 0;
}
.bitcoin_trading .bt_banner .bt_text_2 { text-align: left; }
.bitcoin_trading .bt_banner .bt_text_2_ar {
    text-align: right;
    right: 0;
}
.bitcoin_trading .bt_banner .bt_text_2 span,
.bitcoin_trading .bt_banner .bt_text_2_ar span {
    font-weight: bold;
    /* line-height: 1; */
     margin-bottom: -16px;
    display: block;
}


.strategy {
    border-radius: 4px;
    padding: 20px;
    background: #EDEDED;
    margin: 12px auto 20px;
}
.how-bitcoin-trade {
    margin-bottom:50px;
}
.finance-chart-container {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}
#contracts {
    display: flex;
}
#v .slider, #contracts .eth {
    width: 50%;
}
.ether-text {
    position: absolute;
    width: 431px;
    color: #fff;
    margin: 69px !important;
}
.bx-wrapper .bx-viewport {
    left: 0
}
.contract-banner {
    margin: 30px auto;
}
.smart-contract {
    margin: 60px auto;
}
.eth {
    margin: 10px auto 10px 40px;
}
.eth p {
    text-align: center !important;
}
.eth .ether1 {
    background-color: #478d4c;
}
.eth .ether2 {
    background-color: #597f54;
}
.eth .ether3 {
    background-color: #4eb757;
}
.eth div {
    text-align: center;
    color: #fff;
    line-height: 40px;
    margin: 15px auto;
}
.contract-banner img {
    width: 100%;
}
@media (max-width: 1480px) and (min-width: 1360px) {
    .ether-text {
        margin: 16px !important;
    }
}
@media (max-width: 1220px) {
    .eth div {
        line-height: 35px;
    }
     .ether-text {
        width: 368px;
        margin: 8px !important;
    }
    .eth {
        margin: 10px auto 10px 8px;
    }
    .eth div {
        line-height: 26px;
    }
}
@media (max-width: 854px) {
    #contracts {
        display: block;
    }
    #contracts .eth {
        width: 100%;
        max-width: 590px;
        margin: 30px auto;
    }
    .eth div {
        line-height: 40px;
    }
    .ether-text {
        position: inherit;
        color: #000;
        width: inherit;
    }
}
@media (max-width: 768px) {
    .how_work_crypto .bx-controls-direction {
        display: none;
    }
    .how_work_bitcoin .hwb_section {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .hwb_section .hwb_block_img { padding: 0 0 10px; }
    .hwb_section .hwb_block_desc,
    .hwb_section .hwb_block_desc_ar {
        padding: 0;
    }
    .how_work_bitcoin .hwb_center {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        text-align: center;
    }
    .npb_buttons_hr { margin: 0px auto -5px; }
    .how_work_bitcoin .hr { margin: 0 auto -9px; }
    .how-bitcoin-trade .hr { margin-top: 0; }
    .navigation_page_bitcoin { padding: 0 10px; }
    .navigation_page_bitcoin .npb_buttons { width: 40%; }
}
@media (max-width: 630px) {
    .bitcoin_trading .bt_banner .bt_img_1 { display: none; }
    .bitcoin_trading .bt_banner .bt_img_2 { display: block; }
    .bitcoin_trading .bt_banner > div {
        height: 182px;
    }
    .bitcoin_trading .bt_banner .bt_text_1 {
        width: 283px;
        left: 0;
    }
    .bitcoin_trading .bt_banner .bt_text_1_ar { right: 0; }
    .bitcoin_trading .bt_banner .bt_text_1 div {
        padding: 10px 60px
    }
    .bitcoin_trading .bt_banner .bt_text_2,
    .bitcoin_trading .bt_banner .bt_text_2_ar {
        width: 283px;
    }
    .bitcoin_trading .bt_banner .bt_text_2 > div,
    .bitcoin_trading .bt_banner .bt_text_2_ar > div {
        width: 283px;border: 2px solid #14252c;
        border-radius: 4px;
        padding: 10px;
        background-color: rgba(226, 240, 226, 0.86);
        color: #14252c;
    }
    .hwc_slider .hwc_text {
        padding: 0 10px;
        text-align: center;
    }
    .hwc_slider .hwc_img img { max-width: 280px; }
}
@media (max-width: 568px) {
    .navigation_page_bitcoin .npb_buttons {
        width: 100%;
        margin: 2px auto;
        border: 1px solid #c4c4c4;
        border-radius: 4px;
    }
    .navigation_page_bitcoin .npb_buttons:hover,
    .navigation_page_bitcoin .npb_buttons:active {
        border: 1px solid #898989;
    }
    .bai_info .bai_desc { text-align: left; }
    .bai_info .bai_desc_ar { text-align: right; }
    .bitcoin_also_interesting .bai_buttons {
        width: 100%;
        margin: 0;
    }
    .bai_buttons a {
        width: 100%;
    }
}
@media (max-width: 384px) {
    .bpb_banner .bpb_text {
        width: 230px;
    }
    .hwc_slider .hwc_img img { max-width: 240px; }
}
.steps {
    display: flex;
    padding-bottom: 20px;
}
.steps .option {
    width: 25%;
    margin: 0;
    display: inline-table;
    text-align: center;
    line-height: 1.5;
}
.step {
    width: 152px;
    height: 155px;
    background-image: url(/i/img/bitcoin/steps.png);
    margin: 25px auto;
}
.steps .option:nth-child(1) .step {
    background-position: -5px -5px;
}
.steps .option:nth-child(2) .step {
    background-position: -167px -5px;
}
.steps .option:nth-child(3) .step {
    background-position: -329px -5px;
}
.steps .option:nth-child(4) .step {
    background-position: -5px -170px;
}
.history
{
    background-image: url(/i/img/bitcoin/history.png);
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 485px;
}
.block1 p:first-child
{
    color: #c00000
}
.block-text
{
    text-transform: uppercase;
    font-size: 28px;
    display: flex;
}
.block2 p:last-child
{
    color: #fff;
    background-color: #c00000;;
}
.block-text p
{
    line-height: .9em !important;
}
.block1, .block2{
    padding: 10px;
}
.block2 p:first-child
{
    font-weight: bold;
}
.evolution{
    display: flex;
}
.evolution div{
    width: 92px;
    font-size: 10px;
    position: relative;
    padding: 3px;
}
.evolution div p{
    text-align: left !important;
    line-height: 0.9em !important;

}
.evolution div:first-child
{
    left: 26px;
    top: 72px;
}
.evolution div:nth-child(2)
{
    left: 41px;
    top: 105px;
}
.evolution div:nth-child(3)
{
    left: 35px;
    top: 87px;
}
.evolution div:nth-child(4)
{
    left: 43px;
    top: 109px;
}
.evolution div:nth-child(5)
{
    left: 49px;
    top: 132px;
}
.evolution div:nth-child(6)
{
    left: 49px;
    top: 94px;
}
.evolution div:nth-child(7)
{
    left: 53px;
    top: 77px;
}
.evolution div:nth-child(8)
{
    top: 65px;
    left: 58px;
}
.evolution div:nth-child(9)
{
    top: -19px;
    left: 62px;
}
.evolution div:nth-child(10)
{
    top: -86px;
    left: 62px;
}

.evolution div:nth-child(10) p:first-child
{
    margin-bottom: -8px;
}
.evolution div:nth-child(10) p:last-child
{
    font-size: 9px;
}
.evolution div:nth-child(11) p:first-child
{
    margin-bottom: -8px;
}
.evolution div:nth-child(11)
{
    top: -65px;
    left: 68px;
}
.evolution div p:first-child
{
    color: #c00000;
    font-weight: bold;
}
.what-is-bitcoin
{
    text-align: center;
}
.law-status
{
    margin: 0 auto;
    padding: 20px;
    border-radius: 4px;
    display: flex;
}
.law-icon {
    background: url(/i/img/bitcoin/law.png) no-repeat top left;
    width: 36px;
    height: 36px;
    display: inline-block;
}
.icon-libra {
    width: 130px;
    height: 130px;
    background-position: -5px -5px;
    margin-right: 30px;
}
.law-text p:first-child
{
    font-weight:bold;
}
.law-text
{
    width: 80%;
    margin-left: 20px;
}
.block-law
{
    display: flex;
}
.block-law .law-left
{
    width: 45%;
    background: #e6e6e6;
}
.block-law .law-right
{
    width: 55%;
    background: #efefef;
}
.countries
{
    display: flex;
}
.icon-germany
{
    width: 184px;
    height: 162px;
    background-position: -145px -5px;
}
.icon-japan
{
    width: 184px;
    height: 162px;
    background-position: -5px -177px;
}
.icon-canada
{
    width: 184px;
    height: 162px;
    background-position: -199px -177px;
}
.icon-uk{
    width: 184px;
    height: 162px;
    background-position: -339px -5px;
}
.countries div
{
    width: 50%;
    padding: 40px;
}
.countries div button
{
    width: 100%;
    margin-bottom: 5px;
}
.countries p
{
    text-align: center !important;
}
.icon-china
{
    width: 142px;
    height: 125px;
    background-position: -533px -5px;
}
.icon-russia
{
    width: 142px;
    height: 125px;
    background-position: -533px -140px;
}
.icon-usa
{
    width: 142px;
    height: 125px;
    background-position: -393px -275px;
}
.countries-right
{
    display: flex;
    padding: 40px;
}
.countries-right div:last-child
{
    margin-left: 20px;
}
.countries-right button
{
    float: right;
}
.law-right p, .law-left p
{
    margin: 0 !important;
}
.law-yellow
{
    background: #9d7619;
    padding: 20px;
    color: #fff;
    margin-bottom: 50px;
}
.law-yellow p
{
    text-align: center !important;
}
.law-yellow div
{
    text-align: center;
}
.icon-i1{
    width: 72px;
    height: 95px;
    background-position: -545px -275px;
}
.icon-i2{
    width: 142px;
    height: 95px;
    background-position: -5px -380px;
}
.icon-i3{
    width: 129px;
    height: 95px;
    background-position: -157px -380px;
}
.bitcoin-advantages
{
    text-align: center;
    margin-bottom: 50px;
}
@media (max-width: 700px) {
    .banners_page_bitcoin .bpb_banner,
    .banners_page_bitcoin .bpb_banner:hover {
        background: url(/i/img/backgrounds/pattern_ie_red.png) no-repeat;
        background-size: cover;
    }
    .banners_page_bitcoin .bpb_banner {
        margin: 6px 0;
        border-radius: 4px;
        border-color: #7f0c0c;
    }
    .banners_page_bitcoin .bpb_banner,
    .banners_page_bitcoin .bpb_banner a,
    .bpb_banner .bpb_desc { color: #fff; }
    .banners_page_bitcoin .bpb_banner {
        width: 100%;
        height: 100%;
        padding: 6px 10px 11px;
    }
    .bpb_banner .bpb_text,
    .bpb_banner .bpb_text_ar {
        position: static;
        width: 100%;
        text-align: center;
    }
    .bpb_text .bpb_desc, .bpb_text_ar .bpb_desc { margin-bottom: 9px; }
    .bpb_banner .bpb_text a,
    .bpb_banner .bpb_text_ar a { border-color: #fff; }
}
