/* <=== vhbrochupg ===> */
.vhbrochupg .brpadd{
    padding: 40px 0 60px;
}
.tpbrochumm .ligrip{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -22.5px;
}
.tpbrochumm .ligrip > div{
    padding: 0 22.5px;
    width: calc(100% / 3);
    margin-bottom: 50px;
}
.itbrochumm .thumb{
    margin-bottom: 20px;
}
.itbrochumm .thumb a{
    display: block;
    padding-top: 100%;
    position: relative;
    background-color: #eff3f4;
}
.itbrochumm .thumb a img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%
}
.itbrochumm .dsgrip{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -10px;
}
.itbrochumm .dsgrip > div{
    padding: 0 10px;
}
.itbrochumm .dsgrip .lcol{
    width: calc(100% - 110px);
}
.itbrochumm .dsgrip .rcol{
    width: 110px;
}
.itbrochumm .dstitle, .itbrochumm .dstitle h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
}
.itbrochumm .dslink ul{
    display: flex;
    margin: 0 -5px;
}
.itbrochumm .dslink li{
    padding: 0 5px;
    width: 50%;
}
.itbrochumm .dslink li a{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #959697;
    color: #959697;
    border-radius: 100%;
}
.itbrochumm .dslink li a:hover{
    background-color: #006633;
    border-color: #006633;
    color: #fff;
}
/* <=== vhbrochupg ===> */

/* <=== dloadheader ===> */
#dloadheader .dlheader{
    padding: 3.5px 25px;
    position: relative;
}
.dlheader .grhead{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 0 -5px;
}
.dlheader .grhead > div{
    padding: 0 5px;
}
.dlheader .dllogo{
    position: relative;
}
.dlheader .dllogo .lglink{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.dlheader .dllogo .lglink a{
    display: block;
    width: 100%;
    height: 100%;
}
.dlheader .dllogo .lggrip{
    display: flex;
    align-items: center;
    align-content: center;
    margin: 0 -3px;
}
.dlheader .dllogo .lggrip > div{
    padding: 0 3px;
}
.dlheader .dllogo .lggrip .xcol{
    width: 46px;
    min-width: 46px;
}
.dlheader .dllogo .lgtxt{
    font-family: 'UTM Loko';
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
}
.dlheader .dllogo .lgtxt .tm{
    color: #c82c33;
}
.dlheader .dllogo .lgtxt .th{
    color: #006633;
    padding-left: 40px;
}
.dlheader .dltool{
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul{
    display: flex;
    align-content: center;
    align-items: center;
}
.dlheader .dltool ul li{
    margin-right: 15px;
}
.dlheader .dltool li a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
}
.dlheader .dltool li a i{
    color: #006633;
}
.dlheader .dltool .tlinfomation.active a {
    color: #006633;
}
.dlheader .dltool li a i{
    font-size: 15px;
    max-width: 18px;
}
.dlheader .dltool li a span{
    margin-left: 8px;
}
.dlheader .infpopup {
    position: absolute;
    top: 100%;
    background-color: #fff;
    border-top: 2px solid #bbbbbb;
    width: 300px;
    right: 0px;
    padding: 10px 20px 30px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.dltool .tlinfomation.active .infpopup{
    opacity: 1;
    pointer-events: auto;
}
.dlheader .infpopup .title{
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.dlheader .infpopup .date{
    margin-bottom: 10px;
    color: #006633;
}
.slcatelo img{
    width: 100%;
}
/* <=== dloadheader ===> */
@media all and (max-width: 1200px){

}
@media all and (max-width: 991px){
    /* <=== vhbrochupg ===> */
    .vhbrochupg .brpadd{
        padding: 20px 0 40px;
    }
    .tpbrochumm .ligrip{
        margin: 0 -10px;
    }
    .tpbrochumm .ligrip > div{
        padding: 0 10px;
        margin-bottom: 30px;
    }
    .itbrochumm .dsgrip .lcol{
        width: 100%;
        margin-bottom: 8px;
    }
    .itbrochumm .dstitle, .itbrochumm .dstitle h3{
        font-size: 13px;
        line-height: 20px;
    }
    .itbrochumm .thumb{
        margin-bottom: 12px;
    }
    /* <=== vhbrochupg ===> */

    /* <=== dloadheader ===> */
    .dlheader .infpopup{
        right: 0;
    }
    .dlheader .dltool li a i{
        font-size: 20px;
        line-height: 30px;
    }
    #dloadheader .dlheader{
        padding: 3.5px 15px;
    }
    /* <=== dloadheader ===> */
}
@media all and (max-width: 767px){
    /* <=== vhbrochupg ===> */
    .tpbrochumm .ligrip > div{
        width: 50%;
    }
    /* <=== vhbrochupg ===> */

    /* <=== dloadheader ===> */
    .dlheader .infpopup{
        width: 100%;
    }
    .dlheader .dltool ul li{
        margin-right: 0px;
    }
    .dlheader .dltool ul li:last-child{
        margin-right: 0;
    }
    .dlheader .dltool li a span{
        margin-left: 0;
        display: block;
        width: 100%;
    }
    .dlheader .dltool li a{
        text-align: center;
    }
    .dlheader .dltool li a i{
        margin: 0 auto;
    }
    /* <=== dloadheader ===> */
}