﻿/*Для денежного рынка*/

.page_market_money {

}

.page_market_money h1 {
   text-transform: uppercase;
   color: #222;
   font-size: 28px;
   font-weight: normal;
   margin-bottom: 14px;
   padding: 0;
}

.page_market_money h2 {
   color: #222;
   font-size: 15px;
   font-weight: normal;
   text-align: center;
   padding: 0;
   margin-bottom: 14px;
}

.page_market_money h3 {
   font-size: 16px;
   font-weight: normal;
   text-align: center;
   text-transform: uppercase;
}

.page_market_money .mm_header_left {
    font-size: 14px;
    text-align: left;
    font-weight: bold;
    margin-top: 24px;
}

.page_market_money h4 {
   font-size: 13px;
   font-weight: bold;
   text-align: center;
   text-transform: uppercase;
   color: #222;
   margin-top: 25px;
}

.block_market_money {
    margin: 20px auto;
}

.block_market_money .block_inner .title-block__content {
    padding-top: 0;
}

.block_market_money .block_inner .title-block__button {
    margin: 20px 0 40px;
}

.block_market_money .mm_red_line {
    border-bottom: 2px solid #ce1126;
    width: 16%;
}

.block_market_money .mm_gray_line {
    border-top: 1px outset #ababab;
}

.block_market_money h2 {
    text-transform: uppercase;
    color: #222;
    font-size: 18px;
    font-weight: normal;
    text-align: left;
    margin-top: 14px;
}


.page_market_money .block_inner {
    margin: 0 auto 40px;
    width: 70%;
    color: #222;
}



/*Индикаторы*/

.page_market_money .tabs-index > li.active {
    border: 1px solid #ddd;
    border-bottom: 2px solid white;
    border-radius: 5px 5px 0 0;
}

.page_market_money .tabs-index > li {
    padding: 15px 35px;
    display: inline-block;
    float: none;
}

.page_market_money .tabs-index {
    margin-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.page_market_money .tabs-index ul {
    
}

.page_market_money .tabs-index > li > a {
    color: #ababab;
    background: inherit;
}

.page_market_money .tabs-index > li.active > a {
    color: #222;
    background: inherit;
    
}

.page_market_money tabs-graph-wrapper {
    text-align: left;
}









.page_market_money .block__mm {
    margin: 30px 0 50px;
}

.page_market_money .block__mm h3 {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.page_market_money .block__mm .mm_repo {
    float: left;
    width: 80%;
}

.page_market_money .block__mm .mm_repo div {
    float: left;
    width: 50%;
}

.block_market_money .block_mm_org img {
    width: 80px;
    margin: 20px 0;
}

.block_market_money .block_mm_org h3 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #222;
    margin-bottom: 20px;
    text-transform: none;
}

.block_market_money .block_mm_org .mm_org div {
    text-align: center;
    float: left;
    width: 25%;
}

.page_market_money .block__mm img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    width: 100px;
}

.page_market_money .block__mm::after, div.mm_org::after {
    content: '';
    display: block;
    clear: both;
} 

.mm_contact {
    margin-top: 20px;
}



/*Новости*/

.block_market_money .news-list__item {
    margin-top: 6px;
}

.block_market_money .news-list__date {
    color: #ababab;
    float: none;
}

.block_market_money .blocks-list__item a {
    color: #222;
}

.block_market_money .title-block__button a {
    color: #ababab;
}





/*Списки*/

.block_market_money .block_inner ul, ol {
    list-style-image: none;
}

.block_market_money .block_inner li {
    margin: 5px;
}

.block_market_money .mm_list_dash {
    list-style: none;
}

.block_market_money .mm_list_dash li:before {
    content:  "- ";
    position: relative;
    left: -20px;
}




.block_market_money .mm_red_border {
    border: solid 2px #ce1126;
    width: 75%;
    margin: 5px auto 10px;
    text-align: center;
    padding: 10px;
}

.block_market_money .mm_adv_repoksu {
    margin-bottom: 30px;
}

.block_market_money .mm_admission_up {
    text-align: center;
    font-size: 15px;
}

.block_market_money .mm_admission_bottom {
    padding: 10px;
}









/*Таблицы*/
.block_market_money .mm_table,
.block_market_money .mx-widget-table {
    width: 100%;
    margin: 10px 0;
}

.mm_table_wrapper {
    overflow: auto;
}

.block_market_money .mm_small {
    width: 75%;
}

.block_market_money .mm_smaller {
    width: 60%;
}

.block_market_money .mm_table th,
.block_market_money .mx-widget-table .header td {
    border-bottom: solid 2px #ababab;
    padding: 8px;
    font-weight: normal;
}

.block_market_money .mx-widget-table .header td {
    font-weight: bold;
    background-color: inherit;
    text-align: left;
}

.block_market_money .mm_table td,
.block_market_money .mx-widget-table td  {
    padding: 8px;
}

.block_market_money .mx-widget-table td {
    text-align: left;
}

.block_market_money .mm_table .odd,
.block_market_money .mx-widget-table .odd {
    background: #f0f0f0;
}

.block_market_money .mx-widget-table .even {
    background: inherit;
}


.block_market_money .mm_table .mm_red_header {
    text-align: center;
    background-color: #ce1126;
    color: white;
}

.block_market_money .mm_table .center {
    text-align: center;
}

.block_market_money .mm_table caption {
    text-align: center;
    color: #222;
    font-weight: bold;
    padding-bottom: 0;
}

.mm_table .cell_bold {
    font-weight: bold !important;
}












.block_market_money .block_market-making {
    border: solid 1px #ababab;
    border-top: solid 4px #ce1126;
    padding: 20px;
    margin: 30px auto 30px;
}

.block_market_money .block_market-making::after {
    content: '';
    display: block;
    clear: both;
}

.block_market_money .block_market-making h3 {
    text-align: center;
    margin: 5px 0 10px;
    font-size: 18px;
    text-transform: none;
    font-weight: bold;
}

.block_market_money .block_market-making h4 {
   text-transform: uppercase;
   color: #222;
   font-size: 14px;
   font-weight: bold;
   margin-top: 10px;
   text-align: left;
   margin-bottom: 7px;
}

.block_market_money .block_market-making hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.mm_programm .mm_block_programm {
    float: left;
}

.mm_programm .mm_block_programm:first-child {
    width: 56%;
    padding-right: 20px;
}

.mm_programm .mm_block_programm:last-child {
    width: 44%;
}

.block_market_money .mm_programm::after {
    content: '';
    display: block;
    clear: both;
}

.block_market_money .mm_big_number {
    font-size: 20px;
}

.block_market_money .mm_bigger_number {
    font-size: 30px;
}

.block_market_money .mm_big_grey_numb {
    font-size: 50px;
    color: darkgray;
    padding: 5px;
}

.block_market_money .mm_red_span {
    color: #ce1126;
}

.block_market_money .mm_blue_span {
    color: #336699;
}

.block_market_money .mm_md_block_red {
    border-top: solid 3px #ce1126;
    padding-top: 10px;
    width: 85%;
    height: 560px;
}

.block_market_money .mm_md_block_gray {
    border-top: solid 2px #ababab;
    padding-top: 10px;
    width: 85%;
}







.mm_stage_wrapper {
    text-align: center;
}

.mm_stage_body {
    display: none;
}

.mm_stage_body_360 {
    display: block;
    padding-bottom: 30px;
}

.flexContainer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.stageEl {
    width: 32%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}

.stageEl_5 {
    width: 24%;
}

.stageEl_5_arrow {
    width: 12%
}

.stageEl_5_arrow img {
    margin-top: 45px;
}

.stageEl_5 .imageWithTextBelow > .text > p {
    padding-left: 0px;
}



.mm_stage_body_360 .image {
    height: 60px;
}

.image {
    position: relative;
    margin: 0 auto;
}

.image > img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.twoImagesAndText .textBottom {
    padding-top: 20px;
}

.redText {
    color: #ce1126;
}

.imageWithTextBelow > .text {
    padding-top: 20px;
    text-align: center;
}

.imageWithTextBelow > .text > p {
    padding-left: 20px;
    margin-top: 5px;
}

.textImageText {
    margin-top: 10px;
}

.mm_stage_body_360 .text {
    font-size: 14px;
}

.textImageText .text {
    position: relative;
    padding-top: 30px;
}

.textImageText .text, .textImageText .image {
    width: 32%;
    display: inline-block;
    vertical-align: top;
}

.font12 {
    font-size: 12px !important;
}

.mm_stage_body_360 .image {
    height: 60px;
}

.textImageText.noRotate .image {
    transform: none;
}

.textImageText .image {
    height: 100px;
    transform: rotate(90deg);
}



@media (min-width: 450px) {

    .twoImagesAndText .image {
        height: 100px;
    }

    .minHeight50 {
        min-height: 50px;
    }

    .marginTop15_l {
        margin-top: 15px !important;
    }

    .height80px {
        height: 80px !important;
    }

    .mm_stage_body {
        display: block;
        padding: 10px;
    }

    .mm_stage_body_360 {
        display: none;
    }

    .imageWithTextBelow > .text > p {
        text-align: left;
    }
}

@media (max-width: 450px) {
    .image > img {
        position: absolute;
    }
}



.repo_adv {
    margin: 30px;
    display: table;
}

.repo_adv::after {
    content: '';
    display: block;
    clear: both;
}

.repo_adv .image_adv {
    margin-right: 20px;
    float: left;
}

.repo_adv .image_adv img {
    width: 50px;
}

.repo_adv .text_adv {
    display		: table-cell;
	vertical-align	: middle;
}

.mm_adv {
    width: 50%;
    float: left;
}

.mm_adm {
    width: 50%;
    float: left;
}

.mm_adv_clear::after, .mm_adm_clear::after {
    content: '';
    display: block;
    clear: both;
}







.mm_mdepos {
    width: 90%;
    text-align: center;
    margin: 30px auto 10px;
}

.mm_mdepos .mdepos_red_block {
    background-color: #ce1126;
    color: white;
    padding: 10px;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
}

.mm_mdepos .text {
    padding-top: 0;
}

.mm_mdepos .text p {
    text-align: center;
    padding-left: 0;
}




.mm_markmaking {
    float: left;
    width: 50%;
    margin: 0 0 20px;
}

.mm_upcontent {
    padding-bottom: 20px;
}

.mm_upcontent .mm_markmaking {
    margin: 10px 0 0;
}

.image_markmaking {
    float: left;
    margin-right: 10px;
}

.image_markmaking img {
    width: 60px;
}

.numb_markmaking {
    font-size: 70px;
    color: #cdcacb;
    float: left;
    margin: -10px 15px;
}

.text_markmaking {
    font-size: 14px;
    text-transform: uppercase;
}

.mm_markmaking::after {
    content: '';
    display: block;
    clear: both;
}

.mm_markmaking_clear::after {
    content: '';
    display: block;
    clear: both;
}

.mm_markmaking_clear {
    margin-bottom: -30px;
}






.mm_oblig {
    display: table;
    margin: 20px 0;
}

.mm_oblig_img {
    float: left;
    margin-right: 20px;
}

.mm_oblig_img img {
    width: 80px;
}

.mm_oblig::after {
    content: '';
    display: block;
    clear: both;
}

.mm_oblig_text {
    display: table-cell;
    vertical-align: middle;
}

.mm_oblig_small {
    clear: both;
    font-size: 11px;
    margin: -20px 0 0 100px;
}

.mm_linebelow {
    width: 90%;
    margin: 10px auto 0;
    border-bottom: 2px solid #ababab;
    padding: 5px;
}

.mm_no_linebelow {
    padding-bottom: 14px;
    padding-top: 20px;
}

.mm_below {
    width: 90%;
    margin: 0 auto;
}








.mm_container {
    margin: 20px 0;
}

.mm_wrapper {
    display: flex;
    margin: 10px auto;
}

.mm_column {
    width: 25%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.mm_column:last-child .mm_column_element:after {
    border-right: none;
}

.mm_column_element {
    padding: 15px;
    position: relative;
    height: 50%;
}

    .mm_column_element:first-child:before,
    .mm_column_element:last-child:before,
    .mm_column_element:first-child:after,
    .mm_column_element:last-child:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
    }

    .mm_column_element:first-child:before,
    .mm_column_element:last-child:before {
        left: 0;
        right: 0;
        height: 100%;
        width: 90%;
        margin: auto;
    }

    .mm_column_element:first-child:after,
    .mm_column_element:last-child:after {
        top: 0;
        bottom: 0;
        left: -1px;
        width: 100%;
        height: 85%;
        margin: auto;
    }

    .mm_column_element:first-child:after,
    .mm_column_element:last-child:after {
        border-right: 1px solid #808080;
    }

    .mm_column_element:first-child:before {
        border-top: 2px solid #ce1126;
        border-bottom: 2px solid #808080;
    }

.mm_column_element:last-child:before {
    border-bottom: 2px solid #808080;
}

.mm_show_500 {
    display: none;
}

.mm_column_inner {
    line-height: 1.6;
    padding-bottom: 10px;
    color: #51626f;
    font-size: 16px;
}

.mm_column_left {
    text-align: left;
}









.mm_first_line, .mm_third_line {
    display: flex;
    flex-direction: row;
    text-align: center;
    width: 100%;
}

.mm_third_line {
    text-align: left;
}

.mm_first_line .mm_line_element, .mm_third_line .mm_line_element {
    width: 50%;
    position: relative;
}

.mm_line_element {
    padding: 5px;
} 

.mm_first_line .mm_line_element:nth-child(2)::after,
.mm_third_line .mm_line_element:nth-child(2)::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -1px;
    width: 100%;
    height: 95%;
    border-left: 1px solid #808080;
}

.mm_third_line .mm_line_element:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 100%;
    width: 95%;
    border-top: 2px solid #808080;
    border-bottom: 2px solid #808080;
}


.mm_third_line .mm_line_element:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 95%;
    border-top: 2px solid #808080;
}

.mm_third_line .mm_line_element:first-child::after {
    content: '';
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 95%;
    border-bottom: 2px solid #808080;
}

.mm_last_line .mm_line_element::after {
    content: '';
    position: absolute;
    width: 66%;
    margin: auto;
    left: 0;
    right: 0;
    border-bottom: 2px solid #808080;
}

.mm_third_line .mm_line_element:last-child > div {
    line-height: 200px;
    text-align: center;
}






.mm_dealer_up {
    width: 80%;
    margin: 25px auto;
}

.mm_dealer_up .mm_dealer_img {
    width: 30%;
    float: left;
    text-align: right;
}

.mm_dealer_up .mm_dealer_img img {
    width: 80px;
    margin-right: 10px;
}

.mm_dealer_up .mm_dealer_text {
    width: 70%;
    float: left;
    font-size: 16px;
    padding: 10px;
    line-height: 1.5;
}

.mm_dealer_up::after {
    content: '';
    display: block;
    clear: both;
}





.mm_compensation_wrapper .mm_compensation {
    width: 50%;
    float: left;
    margin-bottom: 20px;
}

.mm_compensation_wrapper::after {
    content: '';
    display: block;
    clear: both;
}





.mm_order_wrapper {
    margin-bottom: 40px;
}

.mm_order_wrapper .image_600 {
        display: none;
    }

.mm_order_wrapper .mm_order_col {
    width: 22%;
    float: left;
    padding: 8px;
}

.mm_order_wrapper .mm_order_image {
    float: left;
    width: 12%;
}

.mm_order_wrapper::after {
    content: '';
    display: block;
    clear: both;
}

.mm_order_top {
    height: 100px;
    border-top: 2px solid #ce1126;
    padding: 5px;
    font-weight: bold;
}

.mm_order_cell {
    height: 60px;
    line-height: 60px;
    padding-left: 10px;
}

.mm_order1 {
    background-color: #ce1126;
    color: white;
}

.mm_order2 {
    background-color: rgba(206, 17, 38, 0.7);
}

.mm_order3 {
    background-color: rgba(206, 17, 38, 0.4);
}

.mm_order4 {
    background-color: rgba(206, 17, 38, 0.1);
}






















.mm_ul_links ul {
    list-style: none;
    margin-left: -30px;
}


.mm_star {
    font-size: 11px;
    margin: 10px;
}


.mm_float50 {
    float: left;
    width: 50%;
}

.mm_float::after {
    content: '';
    display: block;
    clear: both;
}




.mm_md_block_red ol {
    padding-left: 10px;
}











@media (max-width: 1239px) {
    .page_market_money .block_inner {
        width: 90%;
    }

    .page_market_money .tabs-index > li {
        margin: 0 0 -1px 0;
        width: 40%;
    }

    .page_market_money .tabs-index {
        float: none;
    }

    .numb_markmaking {
        margin: 0 10px;
    }

    .text_markmaking {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .block_market_money .mm_md_block_red {
        height: 600px;
    }
}


/*Для планшетов*/
@media (max-width: 768px) {
    .mm_column_element {
        height: 220px;
    }

    .numb_markmaking {
        margin: 0 15px;
    }

    .text_markmaking {
        font-size: 14px;
    }

    .mm_last_line .mm_line_element::after {
        width: 84%;
    }

    .mm_no_linebelow {
        padding-bottom: 0;
        padding-top: 10px;
    }
}


@media (max-width: 720px) {
    .mm_wrapper {
        flex-direction: column;
    }

    .mm_column_element:first-child:before {
        border-top: none;
    }

    .mm_column:last-child .mm_column_element:first-child::after {
        border-right: 1px solid #808080;
    }

    .mm_column_element {
        height: auto;
        padding: 16px 8px;
        width: 50%;
    }

        .mm_column_element:last-child:after {
            border-right: none;
        }

    .mm_no_linebelow {
        border-bottom: none;
    }

    .mm_column {
        width: 100%;
        flex-direction: row;
    }

    .mm_show {
        display: none;
    }

    .mm_show_500 {
        display: block;
        margin-bottom: 10px;
    }

    .mm_order_top {
        height: 120px;
    }

    .block_market_money .mm_md_block_red {
        height: 700px;
    }
}



@media (max-width: 600px) {

    .mm_order_wrapper .mm_order_col {
        width: 45%;
    }

    .mm_order_wrapper .mm_order_image {
        width: 10%;
    }

    .mm_order_wrapper .image_600 {
        display: block;
    }

    .mm_order_top {
        height: 100px;
    }

    .mm_order_image img {
        width: 100%;
        margin-top: 60px;
    }

    .block_market_money .mm_md_block_red {
        height: 840px;
    }
}





@media (max-width: 500px) {
    .block_market_money .mm_red_line {
        width: 35%;
    }

    .block_market_money .block_mm_org .mm_org div {
        width: 50%;
    }

    .mm_table {
        width: 450px;
    }

    .mm_table_nomax {
        width: 100%;
    }

    .mm_adv {
        width: 100%;
        margin: -15px 0 -15px;
    }

    .mm_adm, .mm_markmaking {
        width: 100%;
    }


    .mm_markmaking {
        margin: 0;
    }

    .mm_below {
        margin: 20px 0;
    }

    .mm_line_element li {
        padding-left: 0 !important;
        margin: 10px 0 !important;
    }

    .mm_third_line .mm_line_element:nth-child(2)::before,
    .mm_third_line .mm_line_element:first-child::before,
    .mm_third_line .mm_line_element:first-child::after {
        width: 100%;
    }

    .mm_first_line .mm_line_element:nth-child(2)::after,
    .mm_third_line .mm_line_element:nth-child(2)::after {
        height: 92%;
    }

    .mm_third_line .mm_line_element > ol,
    .mm_second_line .mm_line_element > ol,
    .mm_last_line .mm_line_element > ol {
        padding-left: 10px;
    }

    .block_market_money .mm_adm:first-child .mm_md_block_gray,
    .block_market_money .mm_adm:first-child .mm_md_block_red {
        margin-bottom: 20px;
    }

    .center_500 {
        text-align: center;
    }

    .mm_mdepos {
        margin: 20px auto;
    }

    .mm_mdepos .mm_stage_body_360 {
        padding-bottom: 0;
    }

    .mm_programm .mm_block_programm {
        width: 100% !important;
        padding-right: 0 !important;
    }

    .mm_float50 {
        width: 100%;
    }

    .mm_red_border {
        width: 100% !important;
    }

    .mm_dealer_up .mm_dealer_img {
        width: 100%;
        text-align: center;
    }

    .mm_dealer_up .mm_dealer_text {
        width: 100%;
        text-align: center;
    }

    .page_market_money .tabs-index > li {
        padding: 0;
        text-align: left;
    }

    .mm_compensation_wrapper .mm_compensation {
        width: 100%;
    }

    .page_market_money .block__mm .mm_repo > div {
        width: 100%;
    }

    .page_market_money .block__mm h3::after {
        content: '';
        display: block;
        clear: both;
    }

    .block_market_money .mm_adm:first-child .mm_md_block_red,
    .block_market_money .mm_adm:last-child .mm_md_block_red  {
        height: 100%;
    }
}



/*Для телефонов*/
@media (max-width: 320px) {
    .page_market_money .block__mm {
        margin-bottom: 50px;
    }

        .page_market_money .block__mm p {
            clear: both;
            padding-top: 10px;
        }

    .mm_oblig_small {
        margin: -20px 0 0 0;
    }

    .numb_markmaking {
        margin: 0 10px;
    }

    .text_markmaking {
        font-size: 12px;
        margin-bottom: 0;
    }

    .mm_order_top {
        height: 120px;
    }
}