#majo-photo{
    position: absolute;
    width: auto;
    user-select: none;
}

#razor-pic{
    position: absolute;
    user-select: none;
}

#noznice{
    position: absolute;
    width: 240px;
    transform: scaleX(-1);
    top: -835px;
    left: -145px;
    z-index: 0;
    user-select: none;
}

#noznice2{
    position: absolute;
    width: 200px;
    transform: rotate(-40deg);
    top: 980px;
    left: 160px;
    user-select: none;
}

#flaska{
    position: absolute;
    transform: rotate(70deg);
    top: 275px;
    width: 350px;
    left: -110px;
    user-select: none;
}

#palicka{
    position: absolute;
    transform: rotate(-30deg);
    width: 300px;
    top: 820px;
    left: -120px;
    user-select: none;
}

#strojcek{
    position: absolute;
    height: 300px;
    top: 760px;
    right: -105px;
    user-select: none;
}

#fotkanoznice{
    position: absolute;
    height: 360px;
    z-index: 1;
    left: 50px;
    top: -20px;
    user-select: none;
}
#gift-mobile{
    position: absolute;
    top: -50px;
    user-select: none;
}

#fen{
    position: absolute;
    left: -690px;
    top: 370px;
    user-select: none;
}

#kabel{
    position: absolute;
    left: -790px;
    top: -1360px;
    user-select: none;
}

#razor2{
    position: absolute;
    user-select: none;
}

#sampon{
    position: absolute;
    display: none;
    user-select: none;
}

.wave{
    background-image: url(assets/img/wave.png);
    height: 17px;
    background-repeat: repeat;
    user-select: none;
}

#header-wave{
    position: fixed;
    z-index: 100000000;
    top: 0;
    transition: all ease 150ms;
    user-select: none;
}

#header-wave-mobile{
    margin-top: -2px;
}

#contacts-box-mobile-wave{
    bottom: -10px;
    position: absolute;
    width: 100%;
    user-select: none;
}

@media screen and (min-width: 400px) {
    #flaska{
        left: -95px;
    }
    #strojcek{
        right: -85px;

    }
}

@media screen and (min-width: 1024px) {
    #majo-photo{
        height: 250px;
        top: 0px;
        right: 30px;
    }
    #razor-pic{
        position: absolute;
        top: 20px;
        height: 340px;
        left: 30px;
    }
    #noznice{
        width: 500px;
        transform: scaleX(1);
        top: -330px;
        left: 570px;
    }
    #noznice2{
        transform: rotate(0deg);
        height: 520px;
        width: auto;
        left: 860px;
        top: 300px;
    }
    #strojcek{
        height: 560px;
        left: 740px;
        top: 480px;
    }
    #palicka{
        transform: rotate(0deg);
        width: 600px;
        left: -200px;
        top: 740px;
    }
    #flaska{
        z-index: 2;
        transform: rotate(0deg);
        height: 560px;
        width: auto;
        top: -150px;
        left: -70px;
    }
    #razor2{
        height: auto;
        left: -420px;
        top: 60px;
    }
    #header-wave{
        position: fixed;
        width: 100%;
    }
    #contacts-box-desktop-wave{
        bottom: -10px;
        position: absolute;
        width: 1000px;
        height: 17px;
        background-repeat: repeat;
    }
}


@media screen and (min-width: 1280px) {
    #majo-photo{
        height: 300px;
        right: 30px;
    }
    #razor-pic{
        position: absolute;
        height: 390px;
        left: 30px;
    }
    #noznice{
        top: -340px;
        left: 620px;
    }
}

@media screen and (min-width: 1440px) {
    #majo-photo{
        height: 350px;
        right: 30px;
    }
}

@media screen and (min-width: 1600px) {
    #majo-photo{
        right: 100px;
    }
    #razor-pic{
        left: 100px;
    }
}

@media screen and (min-width: 1680px) {
    #noznice2{
        top: 360px;
        left: 1120px;
    }
    #noznice{
        top: -410px;
        left: 860px;
    }
    #sampon{
        display: block;
        right: 0px;
    }
    #contacts-box-desktop-wave{
        width: 1100px;
    }
}

@media screen and (min-width: 1800px) {
    #majo-photo{
        right: 200px;
    }
    #razor-pic{
        left: 200px;
    }
}

@media screen and (min-width: 1920px) {
    #noznice2{
        top: 440px;
        left: 1280px;
    }
    #noznice{
        left: 1000px;
        top: -390px;
    }
    #contacts-box-desktop-wave{
        width: 1310px;
    }
}

@media screen and (min-width: 2200px) {
    #noznice2{
        top: 440px;
        left: 1280px;
    }
}