﻿@media only screen and (max-width: 425px) {
    .CenterBlock {
        width:100%!important;
    }
    .MobileBlockW100 {
    width:100%!important;
    }
    .PCBlock {
        display: none;
    }
    .BlackTextMobile {
        color: #131415 !important;
    }

    .NewsHeaderText {
        font-size: 15pt;
        line-height: 19pt;
    }

    .NewsText {
        font-size: 13.5pt;
        line-height: 22.5pt;
    }

    #StartAnimationMobile {
        display:flex!important;
        flex-direction:column;
        flex-grow:1;
    }
    #StartAnimationPC {
        display: none!important;
    }

    .RequestSendImg {
    width:50%!important;
    }

    .HeaderMainPC {
    display:none;
    }
    .HeaderMainMobile {
        display: block!important;
    }
    .HeaderMarginPC {
    margin-top:0;
    }
    .mobileBlock{
        display:block;
    }

}

@media only screen and (min-width: 1024px) {
    .mobileBlock {
        display: none;
    }
    .w-sm-25 {
        width: 25% !important;
    }    
    .w-sm-50 {
        width: 50% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .w-sm-25 {
        width: 100%;
    }
    .w-sm-50 {
        width: 100%;
    }
}

