.conventions-protocols-module{display:flex;flex-direction:column;gap:60px;margin:auto;max-width:1440px}.conventions-protocols-module .filters{align-content:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:32px 200px}.conventions-protocols-module .filter-btn{background:transparent;border:1px solid #46755e;border-radius:0;color:#46755e;font-family:var(--primary-font);font-size:16px;font-weight:700;padding:8px 12px}.conventions-protocols-module .filter-btn.active,.conventions-protocols-module .filter-btn:hover{background:#ecf4f0}.conventions-protocols-module .conventions,.conventions-protocols-module .protocols{display:flex;flex-direction:column;gap:32px}.conventions-protocols-module .category-container{display:none}.conventions-protocols-module .category-container h3{font-size:32px}.conventions-protocols-module .category-container.active{display:flex}@media (min-width:991px){.conventions-protocols-module .category-container.active{align-items:center;flex-direction:column}}.conventions-protocols-module .cards-grid{column-gap:32px;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1244px;padding-bottom:60px;padding-top:30px;row-gap:52px}.conventions-protocols-module .card{align-items:center;background-color:#fff;border:1px solid #ebebeb;display:flex;flex-direction:column;gap:10px;margin:0 auto;max-width:280px;min-height:240px;min-width:280px;padding:12px}.conventions-protocols-module .card img{max-height:157px;max-width:100%;min-height:157px;object-fit:contain}.conventions-protocols-module .card .text{font-family:var(--secondary-font);font-size:20px;text-align:center}.conventions-protocols-module .hidden{display:none}@media (max-width:990px){.conventions-protocols-module .card{gap:0;max-width:363px;min-height:165px;padding:12px;width:100%}.conventions-protocols-module .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-width:1244px;row-gap:20px}.conventions-protocols-module .card img{width:235px}.conventions-protocols-module .card .text{font-size:16px}.conventions-protocols-module .filters{align-content:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;padding:12px 0}}@media (min-width:991px){.conventions-protocols-module .cards-grid{max-width:1440px;width:100%}.conventions-protocols-module .card{margin:0;max-width:100%;min-width:auto;width:100%}}