/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */

@media only screen and (max-width : 1674px) {

    .henkelman_logo{
        padding-left: 0;
        padding-right: 0;
        padding-top: 58px;
    }

    .henkelman_logo_description{
        color: #fff;
        padding:39px 0 10px 35px ;
        font-family: MagistalC-Bold_1;
        font-size: 17px;
    }

    .wphone_btn_block{
        padding-top: 56px;
        padding-right: 94px;
    }

    .wphone_number{
        color: #fff;
        font-family: MagistalC-Bold_1;
        font-size: 46px;
        float: right;
        padding-left: 22px;

}

@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .goods_block{

    }

    .goods_block_title{
        color: white;
        font-family: MagistalC-Bold_1;
        font-size: 27px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
        padding-right: 21px;
    }

    .goods_block_title_prom_model{
        color: white;
        font-family: MagistalC-Bold_1;
        font-size: 27px;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .goods_underline{
        width: 100%;
        height: 1px;
        background-color: #a3a3a3;
        margin-bottom: 40px;
    }

    .goods_block_name{
        color: white;
        font-size: 27px;
        text-align: center;
    }

    .goods_block_pb{
        padding-bottom: 0;
        text-align: -webkit-center
    }
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}