/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/


.footer-modules-bg-wave {
    position: relative;
    overflow: hidden;
    top: 0;
    left: 0;
}

.footer-modules-bg-wave .wave{
    background: url(/_data/styly/sapien/footer_bg_wave2.png) repeat-x top;
    width: 100%;
    height: 500px;
    position: absolute;
    opacity: 0.3;
}
.footer-modules-bg-wave .wave:nth-child(1) {
    left: 0;
    bottom: calc(402px * 0 - 50px);
    background-position-x: calc(470px * 0);
}

.footer-modules-bg-wave .wave:nth-child(2) {
    left: 0;
    bottom: calc(402px * 1 - 50px);
    background-position-x: calc(470px * 1);
}

.footer-modules-bg-wave .wave:nth-child(3) {
    left: 0;
    bottom: calc(402px * 2 - 50px);
    background-position-x:  calc(470px * 2);
}

.footer-modules-bg-wave .wave:nth-child(4) {
    left: 0;
    bottom: calc(402px * 3 - 50px);
    background-position-x: calc(470px * 3);
}

#master-footer .footer_payment_methods {
    gap: 12px;
}

#master-footer .footer_payment_methods img {
    height: 31px;
}
