
.tpk-product .tpk-product-applications__list {display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 60px;}
.tpk-product .tpk-product-applications__item {min-height:126px;display:flex;flex-direction:column;border-bottom:1px solid rgba(17,17,17,.18);padding-bottom:14px;}
.tpk-product .tpk-product-applications__title {font-size:19px;font-weight:700;margin-bottom:14px;color:#111;}
.tpk-product .tpk-product-applications__text {font-size:14px;line-height:1.72;color:#515154;margin-bottom:6px;}
@media (max-width:980px){
.tpk-product .tpk-product-applications__list {grid-template-columns:minmax(0,1fr);}
}

.tpk-product .tpk-product-download__item--plain {padding-left:31px;}
.tpk-product .tpk-product-download__item--plain .tpk-product-download__label {color:rgba(17,17,17,.55);}

