.dropdown{background:#fff;border-radius:2px;cursor:pointer;margin-bottom:5px}.dropdown__title{display:flex;font-family:objektiv-mk1,sans-serif;font-size:14px;font-weight:700;justify-content:space-between;padding:1em;text-transform:uppercase}.dropdown__title img{height:20px;width:20px}.dropdown__content{max-height:0;overflow:hidden;padding:0 1rem;transition:.35s ease}.dropdown.active .dropdown__content{background:#fff;max-height:100vh;padding:1rem 1rem 50px;transition:.35s ease}.dropdown.active .dropdown__title img{transform:rotate(180deg)}@media screen and (max-width:768px){.dropdown__content{padding:0 2rem}.dropdown.active .dropdown__content{padding:1rem 2rem 50px}}