@media (min-width: 768px) {
    .header .logo img {
        width: 130px;
        height: 38px;
    }
}

@media (min-width: 1460px) {
    .header .logo img {
        width: 208px;
        height: 60px;
    }
}

footer.footer {
    height: auto;
}

footer.footer .payment-methods {
    margin-bottom: 20px;
}

footer.footer .payment-methods img {
    height: 25px;
}


.flickity-viewport {
    min-height: 375px !important;
}
