﻿@keyframes rotating{100%{transform:rotate(360deg)}}.downloadContainer{display:grid;grid-gap:4rem 1.6rem}@media(min-width: 48rem){.downloadContainer{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 62rem){.downloadContainer{grid-template-columns:repeat(3, 1fr)}}.downloadItem{overflow:hidden}.downloadItem .downloadItem-image,.downloadItem .downloadItem-icon{display:flex;height:clamp(22.5rem,20.2702702703vw,30rem);justify-content:center}@media(min-width: 62rem){.downloadItem .downloadItem-image,.downloadItem .downloadItem-icon{height:30rem}}.downloadItem .downloadItem-image:before,.downloadItem .downloadItem-icon:before{color:#333;content:"";font-family:"icomoon";font-weight:normal;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:clamp(4rem,5.4054054054vw,8rem)}.downloadItem .downloadItem-image{overflow:hidden}.downloadItem .downloadItem-image:before{display:none}.downloadItem .downloadItem-image img{max-width:none;height:100%;object-fit:cover}.downloadItem .downloadItem-content{margin:1.5rem 0 0 0}.downloadItem .downloadItem-tag{color:#777;font-size:1.6rem}.downloadItem .downloadItem-name{margin:0 0 .5rem 0}.downloadItem .downloadItem-perex{margin:0 0 1rem 0;color:#777}.downloadItem .btn{min-width:0}.downloadItem .downloadItem-button{border:1px solid rgba(0,0,0,0);background-color:rgba(0,0,0,0);color:#836e4e;outline:none;text-decoration:underline}.downloadItem .downloadItem-button:hover,.downloadItem .downloadItem-button:focus{color:#333;outline:none;text-decoration:none}.downloadItem .downloadItem-parameters{overflow:hidden;max-height:0;opacity:0;transition:max-height .15s ease-out;visibility:hidden}.downloadItem .downloadItem-parameters.isOpen{max-height:500px;opacity:1;transition:max-height .25s ease-in;visibility:visible}.downloadItem .downloadItem-parameters a{display:inline-flex;align-items:center}.downloadItem .downloadItem-parameters a:before{overflow:hidden;margin:0 1rem 0 0;content:"";font-family:"icomoon";font-weight:normal;font-variant:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.downloadItem .downloadItem-parameters table tr{border-bottom:1px solid #e1e1e1}.downloadItem .downloadItem-parameters table tr td{padding:1rem 1.5rem;background:#fff;font-size:1.4rem}.downloadItem .downloadItem-parameters table tr td:first-child{text-transform:uppercase}.downloadItem .downloadItem-parameters table tr td:last-child{text-align:right}.downloadItem .downloadItem-downloadText{margin-top:1.5rem;text-decoration:underline;transition:200ms ease-in-out}.downloadItem:hover,.downloadItem:focus{text-decoration:none}.downloadItem:hover .downloadItem-downloadText,.downloadItem:focus .downloadItem-downloadText{color:#777}.downloadItem.is-loading .link:before{width:20px;height:20px;border:3px solid rgba(0,0,0,.1);border-radius:50%;border-top:3px solid #836e4e;animation:rotating 1.2s infinite cubic-bezier(0.785, 0.135, 0.15, 0.86);content:"" !important}