.home_block *
{
    color: black;
}
.mp_adv_home
{
    background: #97C3E9;
    border-radius: 10px;
    display: flex;
    height: 167px;
    margin-bottom: 62px;
}

.mp_adv_home .mp_left_text
{
    font-family: Poppins;
    color: #000000;
    width: 60%;
    padding: 17px;
}
.mp_adv_home .mp_left_text *
{
    font-family: Poppins;
    color: #000000;
}
.mp_adv_home .mp_left_text h1
{
    font-weight: bold;
    font-size: 53px;
    letter-spacing: -0.5px;
    text-align: center;
}

.mp_adv_home .mp_left_text .mp_text
{
    font-size: 33px;
    text-align: center;
    letter-spacing: 5px;
    color: #000000;
}

.mp_adv_home .mp_right_text
{
    width: 40%;
    position: relative;
}

.mp_adv_home .mp_right_text::after
{
    content: " ";
    height: 154px;
    width: 229px;
    right: 99px;
    top: 3px;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/box_adv.png");
}


.mp_ctg_list
{
    margin-bottom: 75px;
}

.mp_ctg_list ul.mp_list
{
    display: flex;
    margin-bottom: 0;
    flex-flow: row wrap;
}

.mp_ctg_list ul.mp_list li
{
    display: block;
    width: 120px;
    height: 120px;
}

.mp_ctg_list ul.mp_list li a,
.mp_ctg_list ul.mp_list li a:visited,
.mp_ctg_list ul.mp_list li a:hover
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 15px;
    text-align: center;
}

.mp_ctg_list ul.mp_list li a .mp_icon
{
    content: attr(icon);
    width: 50px;
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 17px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.mp_add_your_list
{
    margin-bottom: 60px;
}

.mp_add_your_list .mp_left
{
    margin-bottom: 25px;
}

.mp_add_your_list .mp_right
{
    text-align: center;
}


.mb15
{
    margin-bottom: 15px;
}

@media only screen and (max-width: 1395px) 
{ 
    .mp_adv_home .mp_left_text
    {
        width: 80%;
    }
    
    .mp_adv_home .mp_right_text
    {
        width: 20%;
    }
    
    .mp_adv_home .mp_right_text::after
    {
        right: 20px;
    }
}

@media only screen and (max-width: 1270px) 
{
    .mp_adv_home
    {
        height: 140px;
    }
    .mp_adv_home .mp_left_text
    {
        width: 70%;
    }
    
    .mp_adv_home .mp_left_text h1
    {
        font-size: 43px;
    }
    
    .mp_adv_home .mp_left_text .mp_text
    {
        font-size: 23px
    }
    
    .mp_adv_home .mp_right_text
    {
        width: 30%;
    }
    
    .mp_adv_home .mp_right_text::after
    {
        height: 124px;
        width: 183px;
        background-size: contain;
    }
}

/*@media only screen and (max-width: 900px) 
{
    .home_block
    {
        padding: 0 24px;
    }
}*/

@media only screen and (max-width: 840px) 
{
    .mp_adv_home .mp_left_text h1
    {
        font-size: 33px;
    }
    
    .mp_adv_home .mp_left_text .mp_text
    {
        font-size: 12px;
    }
    
    .mp_adv_home
    {
        height: 113px;
    }
    
    .mp_adv_home .mp_right_text::after 
    {
        height: 94px;
        width: 142px;
        background-size: contain;
    }
    
    
    
    .mp_ctg_list ul.mp_list li
    {
        width: 100px;
        height: 100px;
    }
    
    .mp_ctg_list ul.mp_list li a,
    .mp_ctg_list ul.mp_list li a:visited,
    .mp_ctg_list ul.mp_list li a:hover
    {
        font-size: 12px;
    }
    
    .mp_ctg_list ul.mp_list li a .mp_icon
    {
        width: 40px;
        height: 40px;
    }
    
    .mp_add_your_list
    {
        display: flex;
    }

    .mp_add_your_list .mp_left
    {
        margin-bottom: 0px;
        width: 50%;
    }

    .mp_add_your_list .mp_right
    {
        width: 50%;
        position: relative; 
    }
    .mp_add_your_list .mp_right .mp_div_btn
    {
        position: absolute;
        left: 0;
        width: 100%;
        top: calc( 50% - 12px );
    }
}

@media only screen and (max-width: 610px) 
{
    .mp_adv_home .mp_right_text::after 
    {
        right: 10px;
    }
}

@media only screen and (max-width: 580px) 
{
    .mp_adv_home .mp_right_text::after 
    {
        right: 10px;
    }
    .mp_adv_home .mp_left_text h1
    {
        font-size: 23px;
    }
    .mp_adv_home .mp_left_text .mp_text
    {
        width: 200px;
        margin: 0 auto;
    }
}

