.product-documents-box{border-top:1px solid #ccc;flex:0 0 100%;margin:0 0 35px;width:100%}.product-documents-box__body{padding:14px 0 0;display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.product-documents-box__body .product-documents-category{width:auto;margin:0}.product-documents-category__title{color:#0c2547;font-size:14px;font-weight:700;margin-bottom:8px;text-transform:uppercase}.product-documents-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.product-documents-list__item{margin:0}.product-documents-list__link,.product-documents-list__link:visited{--document-border-color:#08c;display:flex;align-items:center;color:#0e0e0e;padding:5px 15px;text-decoration:none;position:relative;border:1px solid #e1e1e1;border-radius:7px;overflow:hidden}.product-documents-list__link:hover{text-decoration:none}.product-documents-list__link:after{border-radius:7px;content:'';inset:0;pointer-events:none;position:absolute;z-index:1;background:linear-gradient(var(--document-border-color),var(--document-border-color)) 0 0/0 1px no-repeat,linear-gradient(var(--document-border-color),var(--document-border-color)) 100% 0/1px 0 no-repeat,linear-gradient(var(--document-border-color),var(--document-border-color)) 100% 100%/0 1px no-repeat,linear-gradient(var(--document-border-color),var(--document-border-color)) 0 100%/1px 0 no-repeat;transition:background-size .28s ease}.product-documents-list__link:hover:after{background-size:100% 2px,2px 100%,100% 2px,2px 100%}.product-documents-list__link:before{content:'';color:#08c;font-family:'FontAwesome';font-size:34px;margin:0 10px 0 0}.product-documents-list__link[type=filetype-pdf]:before{content:'\f1c1';color:#de3d40}.product-documents-list__link[type=filetype-pdf]{--document-border-color:#de3d40}.product-documents-list__link[type=filetype-pdf] span.document-icons:after,.product-documents-list__link[type=filetype-pdf]:hover span.document-name{color:#de3d40}.product-documents-list__link[type=filetype-doc]:before,.product-documents-list__link[type=filetype-docx]:before{content:'\f1c2';color:#1c65c1}.product-documents-list__link[type=filetype-doc],.product-documents-list__link[type=filetype-docx]{--document-border-color:#1c65c1}.product-documents-list__link[type=filetype-doc] span.document-icons:after,.product-documents-list__link[type=filetype-docx] span.document-icons:after,.product-documents-list__link[type=filetype-doc]:hover span.document-name,.product-documents-list__link[type=filetype-docx]:hover span.document-name{color:#1c65c1}.product-documents-list__link[type=filetype-xls]:before,.product-documents-list__link[type=filetype-xlsx]:before{content:'\f1c3';color:#1b7f1c}.product-documents-list__link[type=filetype-xls],.product-documents-list__link[type=filetype-xlsx]{--document-border-color:#1b7f1c}.product-documents-list__link[type=filetype-xls] span.document-icons:after,.product-documents-list__link[type=filetype-xlsx] span.document-icons:after,.product-documents-list__link[type=filetype-xls]:hover span.document-name,.product-documents-list__link[type=filetype-xlsx]:hover span.document-name{color:#1b7f1c}.product-documents-list__link[type=filetype-txt]:before{content:'\f15c';color:#465369}.product-documents-list__link[type=filetype-txt]{--document-border-color:#465369}.product-documents-list__link[type=filetype-txt] span.document-icons:after,.product-documents-list__link[type=filetype-txt]:hover span.document-name{color:#465369}.document-list__link-data-wrapper{display:flex;flex-direction:column}.product-documents-list__link span.document-name{font-size:12px;color:#323d4e}.product-documents-list__link span.document-version{font-size:11px;color:#80879a}.product-documents-list__link span.document-icons{width:70px;height:50px;position:absolute;top:50%;transform:translateY(-50%);right:15px;background:linear-gradient(#babec5,#babec5) center/1px 50% no-repeat}.product-documents-list__link span.document-icons:before{content:'';width:18px;height:15px;border-radius:4px;background:linear-gradient(to right,#002b7f 0 33.333%,#fcd116 33.333% 66.666%,#ce1126 66.666% 100%);background-repeat:none;background-position:center center;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);left:0}.product-documents-list__link[data-lang=en] span.document-icons:before{background:center/cover no-repeat url(../img/flag-en.svg)}.product-documents-list__link span.document-icons:after{content:'\f019';font-family:"FontAwesome";font-size:18px;position:absolute;top:54%;transform:translateY(-50%);right:0}.product-documents-list__meta{color:#687380;flex:0 0 auto;font-size:12px}@media (max-width:991px){.product-documents-box__body{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:750px){.product-documents-box__body{grid-template-columns:repeat(1,minmax(0,1fr))}}