.article_files_list{width:100%;display:flex;gap:32px;justify-content:center;flex-wrap:wrap}.article_files_list .item{box-sizing:border-box;width:calc(50% - 32px / 2);padding:24px;display:flex;align-items:center;gap:16px;background:#FAFAFC;position:relative}.article_files_list .item .title{padding:0 40px 0 0;letter-spacing:.02em;color:#4040A1;text-decoration:underline;font-weight:600;margin:0;transition:all 400ms ease 0ms}.notouch .article_files_list .item:hover .title,.article_files_list .item:focus .title{color:#061F3D}.article_files_list .item .title::before{background-color:#009FE3;-webkit-mask-image:url('../../../../img/arrow_right3.svg');mask-image:url('../../../../img/arrow_right3.svg');-webkit-mask-repeat:no-repeat;-webkit-mask-position:center center;-webkit-mask-size:30px 30px;mask-repeat:no-repeat;mask-position:center center;mask-size:30px 30px;transform:rotate(90deg);position:absolute;right:30px;top:calc(50% - 15px);content:"";display:block;width:30px;height:30px;transition:all 400ms ease 0ms}.article_files_list .item:hover .title::before{background-color:#061F3D}@media screen and (max-width:1000px){.article_files_list{gap:8px}.article_files_list .item{width:calc(50% - 8px / 2);padding:24px 16px;gap:16px}.article_files_list .item .title{padding:0 30px 0 0}.article_files_list .item .title::before{-webkit-mask-size:24px 24px;mask-size:24px 24px;right:24px;top:calc(50% - 12px);width:24px;height:24px}.article_files_list .item .title::after{-webkit-mask-size:24px 24px;mask-size:24px 24px;right:24px;top:calc(50% - 12px);width:24px;height:24px}}@media screen and (max-width:700px){.article_files_list .item{width:100%}}/*# sourceMappingURL=1.css.map */