@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700;800;900&display=swap');

body, html {
    height: 100%;
    margin: 0;
}

ul {
    padding: 0px;
    margin: 0px;;
}

li {
    padding: 0px;
    margin: 0px;;
}

h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    color: #c99d66;
    font-size: 50px;
    padding-top: 65px;
    display: inline-block;
}

h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 0px;
    color: #153761;
    font-size: 20px;
    margin-left: 220px;
    display: inline-block;
    text-transform: uppercase;
}

input[value] {
    font-weight: bold;
    color: #3d5464;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: bold;
    color: #3d5464;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    color: #153761;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    color: #153761;
}

.menu_mobile {
    display: none;
}

.colLeft {
    height: 100%;
    width: 50%;
    display: inline-block;
}

.colLeft.kupiec, .colLeft.kontakt {
    position: absolute;
    top: 0px; 
    left: 0px;
    width: 12.5%;
    z-index: 99;
}

.colLeft.bramka {
    position: relative;
    width: 35%;
    height: 100%;
    text-align: center;
}

.colLeft.bramka .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.colLeft .menu {
    position: relative;
    display: inline-block;
    width: 25%;
    height: 100%;
}

.colLeft.kupiec .menu, .colLeft.kontakt .menu {
    width: 100%;
}

.colLeft.kontakt .menu {
    width: 100%;
}

.colLeft .content {
    position: relative;
    display: inline-block;
    float: right;
    width: 75%;
    height: 100%;
}

.skrzynkaBox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.skrzynkaBox img {
    max-width: 100%;
    max-height: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.colLeft .menu .logo {
    width: 100%;
    text-align: center;
}

.colLeft .menu .logo img {
    max-width: 75%;
}

.colRight {
    position: relative;
    height: 100%;
    width: 50%;
    display: inline-block;
    float: right;
}

.colRight.kupiec {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

.wodka_kupazowana {background-color: #8d4810;}
.wodka_bio {background-color: #436c23;}
.pigwa_z_whisky {background-color: #c88a24;}
.bibmer_polskiej_produkcji {background-color: #91322e;}
.wodka_bezglutenowa {background-color: #979a30;}
.wisnia_z_brandy {background-color: #a31f33;}
.cytryna_na_bimbrze {background-color: #e3c21f;}
.wodka_rzemieslnicza {background-color: #414746;}
.wodka_czysta {background-color: #284065;}
.likiery1 {background-color: #e0a340;}
.likiery2 {background-color: #ce132d;}

.colRight.kontakt {
    width: 80%;
    background-color: #947949;
    background-image: url('/images/bg_kontakt.png');
    background-size: cover;
}

.colRight.bramka {
    width: 65%;
    background-color: #947949;
    background-image: url('/images/bg_bramka.png');
    background-size: cover;
}

.colRight.kontakt .etykieta img {
    width: 43%;
    left: 65%;
}

.colRight.bramka .etykieta {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.colRight.bramka .etykieta img {
    position: relative;
    width: 100%;
    left: 0%;
    top: 0%;
    transform: none;
}

.colRight .content {
    height: 50%;
}

.colRight .kropki {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 100%;;
    background-image: url('/images/bg_kropki.png');
    background-position: -10px;
}

.menuCategory {
    width: 100%;
    background-color: #947949;
    padding: 10px 0px;
    text-align: center;
    font-family: 'Merriweather', serif;
    font-weight: 300;
    font-size: 0.9vw;
}

.menuCategory.active {
    background-color: #f0eae0;
}

.menuCategory.active a {
    color: #000;
    font-weight: 900;
}

.menuSubcategory {
    background-color: #f0eae0;
    font-size: 0.9vw;
    line-height: 1.3vw;
    text-align: left;
    padding: 0px 0px;
    height: auto;
    display: none;
    overflow: hidden;

    text-transform: uppercase;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
}

.menuSubcategory ul {
    margin-left: 20px;
}

.menuCategory a {
    color: #fff;
    text-decoration: none;
}

.menuSubcategory a {
    color: #000;
    text-decoration: none;
}

.menuSubcategory a.active {
    color: #8d4810;
}

.etykieta img {
    width: 65%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.etykieta.likiery {
    width: 65%;
    margin: 0;
    position: absolute;
    top: 52.5%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);    
}

.etykieta.likiery img {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
}

.etykieta .txt {
    width: 55%;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 51%;
    font-size: 1.0vw;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    line-height: 1.2vw;

    text-transform: uppercase;
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;

}

.wodka_bio .etykieta .txt {
    top: 63%;
}

.etykieta .txt strong {
    font-family: myriad-pro-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.wodka_czysta .etykieta .txt {
    top: 49%;
    left: 53%;
    font-size: 1.0vw;
}

.etykieta.likiery .txt {
    font-size: 0.9vw;
    left: 0%;
    line-height: 1.0vw;
    transform: none;
}

#likiery_txt1 {
    top: 38%;
    left: 9%;
}

#likiery_txt2 {
    top: 65%;
    left: 8%;
}

.kupiec_slider {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
}

.kupiec_slider img {
    max-width: 100%;
    max-height: 100%;
}

#kupiec1, #kupiec2, #kupiec3 {
    position: absolute;
    top: 0px;
    left: 5%;
}

#kupiec2, #kupiec3, #kraft2 {
    display: none;
}

#kraft1, #kraft2 {
    /*position: absolute;
    top: 0px;
    /*left: 5%;*
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)*/
}

#arrowLeft {
    cursor: pointer;
    position: absolute;
    left: 15%; 
    width: 1.5%;
    display: none;
    z-index: 10;
    
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#arrowRight {
    cursor: pointer;
    position: absolute;
    right: 2%;
    width: 1.5%;
    display: block;
    z-index: 10;

    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#bramkaDzien {
    color: #3d5464;
    font-size: 2.2vw;
    text-align: center;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5.5vw;
    left: 22%;
    width: 4vw;
    height: 2vw;
}

#bramkaMiesiac {
    color: #3d5464;
    font-size: 2.2vw;
    text-align: center;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5.5vw;
    left: 49%;
    width: 4vw;
    height: 2vw;
}

#bramkaRok {
    color: #3d5464;
    font-size: 2.2vw;
    text-align: center;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 5.5vw;
    left: 71%;
    width: 5.7vw;
    height: 2vw;
}

#bramkaTxt {
    position: absolute;
    top: 11vw;
    left: 12.5%;
    width: 77%;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 1vw;
    color: #3d5464;
    text-align: center;
}

#error {
    display: none;
    position: absolute;
    top: 58%;
    font-weight: 700;
    left: 27%;
    width: 46%;
    font-family: myriad-pro-condensed, sans-serif;
    text-transform: uppercase;
    font-size: 1vw;
    color: #F00;
    text-align: center;
}

#submit {
    background-color: #3d5464;
    font-size: 1.2vw;
    color: #ffffff;
    border: none;
    height: 6%;
    width: 46%;
    position: absolute;
    top: 63%;
    left: 27%;
}

@media only screen and (max-width: 400px) {
    .vertical-center {
        margin: 0;
        position: relative;
        top: 0px;
        -ms-transform: none;
        transform: none;
    }

    .menu_mobile {
        position: relative;
        display: inline-block;
        width: 100%;
        height: auto;
        font-size: 2.0vw;
    }

    .menu_mobile .logo {
        height: 80px;   
        text-align: center;
    }

    .menu_mobile .vertical-center .logo img {
        max-height: 100%;
    }

    .colLeft .menu {
        display: none;
    }

    .colLeft {
        width: 100%;
        display: block;
        height: auto;
        float: none;
    }    
    .colLeft .content {
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }

    .skrzynkaBox {
        position: relative;
        display: block;
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        -ms-transform: none;
        transform: none;
    }

    .colRight {
        position: relative;
        width: 100%;
        display: block;
        float: none;
    }

    .colRight .kropki {
        display: none;
    }

    .etykieta {
        padding: 50px;
    }

    .etykieta img {
        width: 100%;
        margin: 0;
        position: relative;
        top: 0;
        left: 0;
        -ms-transform: none;
        transform: none;
    }

    .etykieta .txt {
        width: 55%;
        margin: 0;
        position: absolute;
        top: 40%;
        left: 47%;
        font-size: 2.7vw;

    
        line-height: 3vw;
    
        text-transform: uppercase;
        font-family: myriad-pro-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
    }

    .wodka_bio .etykieta .txt {
        top: 41%;
    }

    .wodka_czysta .etykieta .txt {
        top: 31%;
        left: 50%;
        font-size: 2.2vw;
    }

    .etykieta.likiery .txt {
        font-size: 1.7vw;
        left: 50.5%;
        line-height: 2.2vw;
    }

    #likiery_txt1 {
        top: 42%;
    }
    
    #likiery_txt2 {
        top: 63%;
    }

    .menuCategory {
        font-size: 2.0vw;
    }

    .menuSubcategory {
        font-size: 3.0vw;
        line-height: 4.0vw;
    }

    .colRight.kupiec {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
    }

    .colRight.kontakt {
        position: relative;
        top: 0px;
        left: 0px;
        width: 100%;
        height: auto;
    }

    .colRight.kontakt .etykieta img {
        width: 100%;
        left: 0%;
    }

    .colLeft.bramka {
        width: 100%;
        height: auto;
    }

    .colLeft.bramka .logo {
        position: relative;
        top: 0px;
        left: 0px;
        transform: none;
        padding: 20px;
    }

    .colRight.bramka {
        width: 100%;
    }

    .colRight.bramka .etykieta img {
        left: 0px;
        width: 100%;
    }

    #bramkaDzien {
        top: 13%;
        left: 28%;
        text-align: left;
        font-size: 4.5vw;
    }

    #bramkaMiesiac {
        top: 13%;
        left: 48%;
        text-align: left;
        font-size: 4.5vw;
    }

    #bramkaRok {
        top: 13%;
        left: 65%;
        width: 13%;
        font-size: 4.5vw;
        text-align: left;
    }

    #bramkaTxt {
        top: 20%;
        left: 5%;
        width: 90%;
        font-size: 2.8vw;
    }

    #error {
        top: 29.5%;
        font-size: 2vw;
    }

    #submit {
        top: 32%;
        font-size: 2vw;
    }

    #arrowLeft {
        left: 4%;
        width: 3%;
    }

    #arrowRight {
        width: 3%;
    }
}