﻿@media (max-width: 1600px) {

    #hd {
        padding: 0 80px;
    }

    #lg {
        height: 65px;
        margin-right: 25px;
    }

    .hdBtn {
        padding: 20px 20px;
    }

    /*    .lgMbl {
        display: block;
    }*/

    /*#lg {
        display: none;
    }*/
}

@media (max-width: 1300px) {
    #hdCen {
        padding: 0;
    }

    .hdBtn {
        display: none;
    }

    .lgMbl {
        display: block;
    }

    #mbBtn {
        display: flex;
    }

    #lg {
        height: 65px;
        margin:5px 0 15px 0;
    }

    #dlAltLink {
     display:none;
     }

    #dlAltLinkMbl {
        display: block;
    }

    #mbMn {
        position: fixed;
        flex-direction: column;
        height: 100vh;
        top: 0;
        left: -100%;
        padding: 40px 30px 25px 30px;
        box-sizing: border-box;
        z-index: 2;
        background-color: #fff;
        overflow: auto;
        transition: ease .3s;
        box-shadow: 2px 4px 20px 2px rgba(223, 223, 223, 0.4);
    }

        #mbMn::-webkit-scrollbar {
            display: none;
        }

    .clsCon {
        display:block;
        right:0;
        top:0;
        position:absolute;
        padding: 15px;
        box-sizing: border-box;
        cursor: pointer;
        transition: ease .3s;
        font-family: poppins-regular;
        font-size: 16px;
        color: #1A1A1A;
    }

    .cls {
        width: 20px;
    }

    .lnkCon {
        flex-direction: column;
        align-items: normal;
    }

    .lnk {
        display:block;
        justify-content: space-between;
        margin: 0;
        padding: 15px 0;
    }

    .lnkIcn {
      float:right;
    }

    .lnkVsb {
        display: flex;
    }

    /*.lnk_Dw {
        flex-direction: column;
        align-items: start;
        padding-bottom: 0;
        color: #234893;
    }*/

    .lnkA:nth-child(1) .lnk {
        justify-content: start;
    }

    .lnkDwCon {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        margin: 15px 0 0 0;
        padding: 15px 30px;
        border: none;
        border-radius: 0;
        color: #000000;
    }

    .lnkDw {
        height: auto;
        margin: 5px 0;
        padding: 5px 0;
        font-size: 15px;
    }

        .lnkDw:hover {
            background-color: transparent;
        }

    .lnkOpnMn {
        position: relative;
        top: 15px;
        width: 100%;
        padding: 10px 0;
    }

    .lnkDwXl {
        height: auto;
        margin: 5px 0;
        font-size: 15px;
    }

    .mnSmCon {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .ftBt {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .ftBtItm {
        width: 100%;
    }

    .ftBtItmCen {
        width: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .cntMstLfCon {
        display: none;
    }

    .cntMstRg {
        margin-left: 0;
    }
}

@media (max-width: 540px) {
    #hd {
        height: 80px;
        padding: 0 15px;
    }

    #lgMbl {
        height: 60px;
    }

    .cntMst {
        padding: 30px 15px;
    }

    .ftBtItm {
        font-size: 13px;
    }
}
