/******************************************************************************/
/*  Header styles  *************************************************************/
/******************************************************************************/
.additional_page_header_aph { margin-bottom: 30px; }
.additional_page_header_aph .mf_breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    cursor: default;
}
.additional_page_header_aph .mf_breadcrumbs,
.additional_page_header_aph .mf_breadcrumbs a {
    font-size: 13px;
    color: #757575;
}
.additional_page_header_aph .mf_breadcrumbs a { text-decoration: none; }
.additional_page_header_aph .mf_breadcrumbs a:hover {
    text-decoration: underline;
}
.mf_breadcrumbs .mfb_logo {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/i/img/forex_mobile/gear.svg) no-repeat;
    transition: .3s;
}
.mf_breadcrumbs .mfb_logo:hover {
    background: url(/i/img/forex_mobile/gear_hover.svg) no-repeat;
}
.mf_breadcrumbs .mfb_arrow,
.mf_breadcrumbs .mfb_arrow_ar {
    width: 10px;
    height: 18px;
    margin: 8px;
    background: url(/i/img/forex_mobile/arrow.svg) no-repeat;
}
.mf_breadcrumbs .mfb_arrow_ar { transform: rotate(180deg); }
.additional_page_header_aph .mf_header {
    position: relative;
    min-height: 130px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-top: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: default;
    z-index: 1;
    background: url(/i/img/yuliya_efimova/header.png);
}
.additional_page_header_aph .mf_header::before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgba(0, 15, 32, 0.9) 19.85%, rgba(218, 217, 255, 0) 125.87%);
    mix-blend-mode: hard-light;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.mfh_header_inner{
    display: flex;
    position: relative;
}
.mfh_text_container{
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mfh_img{
    display: flex;
    width: 50%;
    justify-content: center;
}
.additional_page_header_aph .mf_header.mfh_ar {
    transform: scale(-1, 1);
    direction: ltr;
}
.mf_header.mfh_ar .mfh_text {
    transform: scale(-1, 1);
    text-align: right;
    direction: rtl;
}
.mf_header .mfh_text {
    max-width: 277px;
    text-align: left;
}
.mf_header .mfh_title {
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 26px;
    color: #FFFFFF;
}
.mf_header .mfh_desc {
    margin: 7px 0;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
}
.additional_page_header_aph .mf_block_slider {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 0 10px 0 #ccc;
}
.mf_block_slider .mfb_slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    width: 436px;
    margin: 0 auto;
    height: 80px;
}
.mf_block_slider .mfb_prev,
.mf_block_slider .mfb_next {
    position: absolute;
    width: 10px;
    max-width: 10px;
    min-width: 10px;
    height: 18px;
    margin: 4px;
    background: url(/i/img/forex_mobile/arrow.svg) no-repeat;
    top: 28px;
    cursor: pointer;
    opacity: 0.4;
    transition: .2s;
}
.mf_block_slider .mfb_prev { left: -16px; transform: rotate(180deg); z-index: 1; }
.mf_block_slider .mfb_next { right: -16px; }
.mf_block_slider .mfb_prev:hover,
.mf_block_slider .mfb_next:hover { opacity: 1; }
.mf_block_slider .mfb_slides {
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.mf_block_slider .mfb_slides a {
    height: 40px;
    text-align: center;
    text-decoration: none;
    opacity: 1;
}
.mf_block_slider .mfb_slides a:hover {
    opacity: 0.9;
}
.mfb_slides .mfb_butt,
.mfb_slides .mfb_butt_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    padding: 0 2px;
    margin: 0 6px;
    border-radius: 7px;
    font-size: .8em;
    color: #fff;
}
.mfb_slides .mfb_butt_icon.mfb_ar { direction: rtl; }
.mfb_slides .mfb_fast_butt { background: #1f9034; }
.mfb_slides .mfb_demo_butt { background: #8a8d8d; }
.mfb_slides .mfb_deposits_butt { background: #D00322; }
.mfb_slides .mfb_withdrawals_butt { background: #464646; }
.mfb_slides .mfbbi_icon {
    width: 28px;
    max-width: 28px;
    min-width: 28px;
    height: 28px;
    background: url(/i/img/forex_mobile/methods_funds.png) no-repeat;
}
.mfb_slides div { margin: 0 6px; }
.mfb_slides .mfb_deposits_butt .mfbbi_icon { background-position: 0 0; }
.mfb_slides .mfb_withdrawals_butt .mfbbi_icon { background-position: -28px 0; }
.mfb_slides .mfb_img {
    display: inline-block;
    width: 120px;
    max-width: 120px;
    min-width: 120px;
    height: 40px;
    background: url(/i/img/forex_mobile/web_platform_icon.png) no-repeat;
    margin: 0 10px;
}
.mfb_slides .mfb_img.webtrader_ru { background-position: -655px -5px; }
.mfb_slides .mfb_img.webtrader_en { background-position: -525px -5px; }
.mfb_slides .mfb_img.ifxbit_ru { background-position: -135px -5px; }
.mfb_slides .mfb_img.ifxbit_en { background-position: -5px -5px; }
.mfb_slides .mfb_img.binary_ru { background-position: -395px -5px; }
.mfb_slides .mfb_img.binary_en { background-position: -265px -5px; }
.mfb_slides .mfb_img.binary_ft_ru { background-position: -915px -5px; }
.mfb_slides .mfb_img.binary_ft_en { background-position: -785px -5px; }

@media (max-width: 700px) {
    .additional_page_header_aph .mf_header { padding: 26px 30px 30px; min-height: auto; }
    .mfh_img{ display: none }
    .mfh_text_container{ width: 100% }
    .additional_page_header_aph .mf_breadcrumbs { justify-content: center; }
    .mf_header .mfh_text,
    .mf_header.mfh_ar .mfh_text { max-width: 100%; text-align: center; }
}
@media (max-width: 530px) {
    .additional_page_header_aph .mf_block_slider { padding: 10px 0; }
    .mf_block_slider .mfb_slider {
        width: 100%;
        max-width: 270px;
        height: auto;
    }
    .mf_block_slider .mfb_slides { flex-direction: column; }
    .mf_block_slider .mfb_slides a { margin: 6px 0; }
    .mf_block_slider .mfb_next,
    .mf_block_slider .mfb_prev { top: calc(50% + -11px); opacity: 1; }
    .mf_block_slider .mfb_next { right: 6px; }
    .mf_block_slider .mfb_prev { left: 6px; }
}
/******************************************************************************/
/*  Body styles  *************************************************************/
/******************************************************************************/
/** Block-1 **/
.body_block_1{
    padding-bottom: 40px;
}
.body_block_1_header{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    padding: 30px 0;
}
.body_block_1_content{
    display: flex;
}
.body_block_1_content_left{
    padding-right: 30px;
}
.body_block_1_content_left_ar{
    padding-left: 30px;
}
.body_block_1_content_right{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.body_block_1_content_right_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_1_content_right_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_1_content_right_text:last-child, .body_block_1_content_right_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_1_content{
        display: block;
    }
    .body_block_1_content_left {
        padding-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .body_block_1_content_left_ar {
        padding-left: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .body_block_1_content_left img, .body_block_1_content_left_ar img {
        max-width: 100%;
    }
}

/** Block-2 **/
.body_block_2_header{
    text-align: center;
    font-size: 32px;
    line-height: 120%;
    color: #000000;
    padding: 15px 0;
}
.body_block_2_sub_header{
    text-align: center;
}
.body_block_2_sub_header span{
    display: inline-block;
    padding: 0 5px;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    border-bottom: 2px solid #FDC609;
}
.championship_container{
    display: flex;
    flex-wrap: wrap;
    padding-top: 40px;
}
.championship{
    flex: 0 0 calc(33.333333% - 40px);
    padding: 20px;
}
.championship_img{
    display: flex;
    justify-content: center;
    min-height: 167px;
}
.championship_img img{
    align-self: flex-end;
    max-width: 100%;
}
.championship_text{
    text-align: center;
    padding-top: 25px;
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

@media (max-width: 800px) {
    .championship{
        flex: 0 0 calc(50% - 40px);
    }
}

@media (max-width: 530px) {
    .championship{
        flex: 0 0 calc(100% - 40px);
    }
    .championship_img {
        min-height: auto;
    }
}

/** Block-3 **/
.body_block_3{
    padding-top: 30px;
}
.body_block_3_content{
    display: flex;
}
.body_block_3_content_right{
    padding-left: 48px;
}
.body_block_3_content_right_ar{
    padding-right: 48px;
}
.body_block_3_content_left{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.body_block_3_content_left_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_3_content_left_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_3_content_left_text:last-child, .body_block_3_content_left_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_3_content{
        display: block;
    }
    .body_block_3_content_left{
        display:table-footer-group;
    }
    .body_block_3_content_right {
        padding-left: 0;
        text-align: center;
        display: table-header-group;
    }
    .body_block_3_content_right_ar {
        padding-right: 0;
        text-align: center;
        display: table-header-group;
    }
    .body_block_3_content_right img, .body_block_3_content_right_ar img {
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/** Block-4 **/
.body_block_4{
    padding: 30px 0;
}
.body_block_4_content{
    display: flex;
}
.body_block_4_content_right img {
    float: left;
    padding-right: 38px;
    padding-bottom: 20px;
}
.body_block_4_content_right_ar img {
    float: right;
    padding-left: 38px;
    padding-bottom: 20px;
}
.body_block_4_content_right_text{
    text-align: left;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_4_content_right_text_ar{
    text-align: right;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-bottom: 25px;
}
.body_block_4_content_right_text:last-child, .body_block_4_content_right_text_ar:last-child{
    margin-bottom: 0;
}

@media (max-width: 800px) {
    .body_block_4_content{
        display: block;
    }
    .body_block_4_content_right, .body_block_4_content_right_ar {
        text-align: center;
    }
    .body_block_4_content_right img, .body_block_4_content_right_ar img {
        max-width: 100%;
        padding-right: 0;
        float: none;
    }
}

/** Block-5 **/
.body_block_5{
    padding-top: 30px;
}
.slick-slide {
    padding: 0 5px;
    text-align: center;
}
.slick-slide img {
    margin: 0 auto;
    max-width: 100%;
}
button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
}
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.prev-arrow{
    z-index: 1;
    left: 30px;
    cursor: pointer;
    background: url(/i/img/yuliya_efimova/left.png) center center no-repeat;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
}
.next-arrow{
    cursor: pointer;
    right: 30px;
    background: url(/i/img/yuliya_efimova/right.png) center center no-repeat;
    width: 30px;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0px 8px 8px 0px;
}
.img_container {
    position: relative;
    display: inline-block;
}
.slick-current .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    width: 100%;
    height: 100%;
    opacity:1;
}
.slick-active + .slick-active + .slick-active + .slick-active + .slick-active .overlay {
    position: absolute;
    bottom: 0;
    background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
    width: 100%;
    height: 100%;
    opacity:1;
}
.copyright_msg{
    text-align: center;
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-top: 25px;
}

@media (max-width: 1499px) {
    .slick-active + .slick-active + .slick-active + .slick-active .overlay {
        position: absolute;
        bottom: 0;
        background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
        width: 100%;
        height: 100%;
        opacity:1;
    }
}
@media (max-width: 799px) {
    .slick-active + .slick-active + .slick-active .overlay {
        position: absolute;
        bottom: 0;
        background: linear-gradient(270deg, #000F20 -57.01%, rgba(0, 15, 32, 0) 100%);
        width: 100%;
        height: 100%;
        opacity:1;
    }
}
@media (max-width: 599px) {
    .slick-current .overlay {
        background: transparent;
    }
    .prev-arrow{
        z-index: 1;
        cursor: pointer;
        left: 0;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #c0c0c0 url(/i/img/yuliya_efimova/mobile_left.png) center center no-repeat;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.09), 0px 6px 24px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    }
    .next-arrow{
        cursor: pointer;
        right: 0;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background: #c0c0c0 url(/i/img/yuliya_efimova/mobile_right.png) center center no-repeat;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.09), 0px 6px 24px rgba(0, 0, 0, 0.04), 0px 2px 8px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
    }
    .slick-dots{
        text-align: center !important;
    }
    .slick-dots li button::before {
        font-size: 12px !important;
    }
    .slick-dots li.slick-active button::before {
        opacity: 1 !important;
        color: #1F9034 !important;
    }
}