/******************************************************************************/
/*  Body styles  *************************************************************/
/******************************************************************************/
.promo .additional_page_header_aph .mf_header {
    padding: 45px 30px !important;
}
.promo .mf_header .mfh_title {
    margin-bottom: 24px;
}
.promo .mf_header .mfh_text {
    max-width: 480px;
}
/** Common features **/
.body_block_header{
    text-align: center;
    font-weight: 500;
    font-size: 26px;
    line-height: 32px;
    color: #444444;
    padding: 18px 0 16px;
}
.body_block_txt{
    text-align: left;
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.011em;
    color: #444444;
}
.show_more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 208px;
    height: 38px;
    border: 1px solid transparent;
    background: rgba(138, 141, 141, 0.1);
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #8A8D8D;
    cursor: pointer;
    margin: 32px auto;
}
.show_more a {
    font-size: 13px;
    line-height: 18px;
    color: #8A8D8D;
    text-decoration: none;
}
.show_more:hover{
    border: 1px solid #8A8D8D;
    background: #FFFFFF;
}
.main_block_container{
    max-width: 872px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 25px;
}
.main_block{
    position: relative;
    display: flex;
    flex-direction: column;
    padding-bottom: 32px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 2px rgba(0, 0, 0, 0.06), 0px 0px 1px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}
.main_block:hover{
    box-shadow: 0px 16px 24px rgba(0, 0, 0, 0.06), 0px 2px 6px rgba(0, 0, 0, 0.04), 0px 0px 1px rgba(0, 0, 0, 0.04);
}
.main_block_image{
    display: flex;
    height: 151px;
}
.main_block_image img{
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.main_block_header{
    padding-top: 24px;
    text-align: center;
}
.main_block_header1{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #8A8D8D;
    margin-bottom: 8px;
}
.main_block_header2{
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #444444;
}
.main_block_table{
    padding: 16px 0;
}
.main_block_table_result{
    text-align: right;
}
.main_block_body{
    text-align: left;
    padding: 0 32px 8px;
    font-size: 13px;
    line-height: 16px;
    color: #8A8D8D
}
.main_block_table_row{
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    line-height: 16px;
    color: #8A8D8D;
    padding: 8px 32px;
}
.button_bottom_container{
    margin-top: auto;
    padding: 0 32px;
}
.button_bottom_1{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: calc(100% - 2px);
    border: 1px solid transparent;
    height: 30px;
    background: rgba(138, 141, 141, 0.1);
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #8A8D8D;
    margin-bottom: 8px;
}
.button_bottom_2{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 32px;
    background: rgba(39, 143, 57, 0.1);
    border-radius: 5px;
    font-size: 13px;
    line-height: 18px;
    color: #278F39;
}
.button_bottom_1:hover{
    border: 1px solid #8A8D8D;
    background:  #FFFFFF;
}
.button_bottom_2:hover{
    background: #278F39;
    color: #FFFFFF;
}
.body_block_hr_title{
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #444444;
}
.btn_down, .btn_up{
    display: none;
}

@media only screen and (max-width: 767px) {
    .main_block_table, .button_bottom_container{
        display: none;
    }
    .btn_down{
        display: flex;
        height: 48px;
        width: 48px;
        background: url(/i/img/promo/down.png) no-repeat;
        cursor: pointer;
    }
    .btn_up{
        height: 48px;
        width: 48px;
        background: url(/i/img/promo/down.png) no-repeat;
        cursor: pointer;
        transform: rotate(180deg);
    }
    .main_block_container {
        display: block;
    }
    .main_block {
        max-width: 280px;
        margin: 0 auto;
        padding-bottom: 20px;
        margin-bottom: 25px;
    }
    .main_block_header {
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 16px 16px 0;
    }
    .button_bottom_container {
        padding: 0 20px;
    }
    .main_block_table_row {
        padding: 4px 20px;
    }
    .main_block_body {
        padding: 0 20px;
    }
}
