@media (min-width:1px) and (max-width:575px){.footer1{padding-top:0!important;padding-bottom:20px!important}.footer1 p{text-align:center}.footer1__social-icons{display:flex;justify-content:center}.footer1__bottom{display:flex;justify-content:center!important}}@media (min-width:576px) and (max-width:767px){.footer1{padding-top:0!important;padding-bottom:20px!important}.footer1 p{text-align:center}.footer1__social-icons{display:flex;justify-content:center}.footer1__bottom{display:flex;justify-content:center!important}}.footer1{background-color:#000;padding:30px 0}.footer1__links{display:flex;flex-direction:column}.footer1__column-title{color:#fff;font-weight:700;font-size:1.8rem;margin-bottom:.8rem;width:400px;margin:10px auto}.footer1__link{color:#dbdbdb;font-size:1.4rem;text-decoration:none;font-weight:500;margin-bottom:1rem;transition:all .2s ease-in-out}.footer1__link:hover{color:#fff}.footer1__extra{display:flex;flex-direction:column;align-items:center}.footer1__input{margin-bottom:1rem;border-radius:4px}.footer1 p{font-size:1.2rem;line-height:1.7;color:#b6b6b6;margin:10px auto}.footer1__social-icons{display:flex}.footer1__social-link{display:block;padding:20px;color:#b6b6b6}.footer1__social-link:hover{display:block;padding:20px;color:#fff;transition:all .2s ease-in-out}.footer1__bottom{border-top:1px solid #b6b6b6;margin-top:1rem;padding:20px 0 0 0;display:flex;justify-content:space-between}.footer1__copyright{color:#b6b6b6;font-size:1.3rem}.footer1__extra-links a{color:#b6b6b6;font-size:1.3rem;text-decoration:none;padding:0 20px}.footer1__extra-links a:hover{color:#fff;text-decoration:none;padding:0 20px;transition:all .2s ease-in-out}.footer__logo a{font-size:2rem}.footer__footer-logo{width:200px;height:auto}.footer1__payment .list-payment{display:flex;flex-wrap:wrap}.footer1__payment .list-payment__item{padding-right:6px;margin:18px}.footer *{margin:0;padding:0;box-sizing:border-box;font-family:sans-serif}.body{display:flex;align-items:center;justify-content:center;background:var(--background)}.menu{width:100%;border-radius:.2rem;overflow:hidden}.menu a{text-decoration:none}.menu-item{list-style:none;border-top:1px solid var(--dark-blue);overflow:hidden}.btn{display:block;padding:1rem 1.2rem;background:var(--blue);color:#fff;position:relative}.btn::before{content:"";position:absolute;width:1rem;height:1rem;background:var(--blue);left:1.5rem;bottom:-.5rem;transform:rotate(45deg)}.btn i{margin-right:1rem}.menu-item__sub{background:var(--grey);overflow:hidden;transition:max-height .3s;max-height:0}.menu-item__sub a{display:block;padding:1rem 1.6rem;color:#fff;font-size:1.3rem;position:relative;border-bottom:1px solid var(--light-grey)}.menu-item__sub a::before{content:"";position:absolute;left:0;top:0;width:.4rem;height:100%;background:var(--blue);transform:translatex(-.4rem);transition:.3s;opacity:0}.menu-item__sub a:hover::before{opacity:1;transform:translatex(0)}.menu-item:target .menu-item__sub{max-height:30em}