﻿@keyframes rotating{100%{transform:rotate(360deg)}}:root{--header-background-color: rgb(78, 114, 231);--project-map-green: #69AE24;--project-map-brown: #B75700;--project-map-red: #DA0000}.download-item{display:block;padding:clamp(1rem, 1.2698412698vw, 1.6rem) 0;border-bottom:1px solid var(--color-line, #E4EAF0);text-align:center}.download-item:is(button){background:none;width:100%;color:var(--main-color, #2870ED)}@media(min-width: 768px){.download-item{text-align:unset}}.download-item .download-item-content{display:flex;flex-direction:column;justify-content:space-between;gap:clamp(1rem, 1.2698412698vw, 1.6rem)}@media(min-width: 768px){.download-item .download-item-content{flex-direction:unset}}.download-item .download-item-content .download-item-name{font-weight:600}.download-item .download-item-content .download-item-link{margin-top:.5rem;color:var(--main-color, #2870ED)}.download-item .download-item-info{text-transform:uppercase;color:#333;white-space:nowrap}.download-item .download-item-info::before{content:"";font-size:1.8rem;margin-right:clamp(0.6rem, 0.6349206349vw, 0.8rem)}.download-item .download-item-info.download-item-info--form{text-transform:unset}.download-item .download-item-info.download-item-info--form::before{content:"";font-size:1.8rem}.download-item:focus,.download-item:hover{text-decoration:none}.download-item:focus .download-item-name,.download-item:hover .download-item-name{text-decoration:underline !important;text-decoration-thickness:2px !important;text-underline-offset:6px !important}.section-grey .download-item .download-item-image .empty-image{background:var(--base-white, #fff);border-color:var(--base-white, #fff)}