 /*
Theme Name: Zubrowka
Author: Akatomy
*/

@font-face {
    font-family: 'Druk Wide Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Druk Wide Bold Bold'), url('../fonts/DrukWideBold.woff') format('woff');
}

/* Reset CSS
 * --------------------------------------- */
 
* {
    box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;

}
a{
  text-decoration:none;
  color: inherit;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
  font-weight: bold;
}
nav ol, nav ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#333;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    background: #000;
    font-size: 20px;
    overflow-y: visible !important;
    overflow-x: hidden !important;
}

h1, h2, h3, h4 {
    font-family: 'Druk Wide Bold Bold';
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

body.home h2, h1, h2.h1Like {
    font-size: 70px;
}

@media screen and (max-width: 1440px) {

    body.home h2, h1, h2.h1Like {
        font-size: 55px;
    }

}

@media screen and (max-width: 1200px) {

    body.home h2, h1, h2.h1Like {
        font-size: 40px;
    }

}

@media screen and (max-width: 640px) {

    body.home h2, h1, h2.h1Like {
        font-size: 30px;
    }

}

@media screen and (max-width: 480px) {

    body.home h2, h1, h2.h1Like {
        font-size: 24px;
    }

}

h2.h1Like {
    margin-bottom: 40px;
}

h2, h3 {
    font-size: 28px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #00ff00;
    z-index: 5;
    color: #000;
    padding: 10px 40px;
    height: 80px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    color: #fff;
    padding: 10px 40px;
    height: 80px;
    /*background: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0));*/
    font-size: 12px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    footer > div:nth-child(2) {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    footer > div:nth-child(2) ul {
        display: flex;
        justify-content: flex-end;
        list-style: none;
        align-items: center;
    }

    footer > div:nth-child(2) ul li {
        margin-left: 12px;
    }

@media screen and (max-width: 900px) {

    footer {
        position: relative;
        flex-direction: column;
        bottom: auto;
        padding: 20px 40px;
        text-align: center;
    }

    footer > div:nth-child(2) {
        flex-direction: column;
    }

    footer > div:nth-child(2) ul {
        margin: 20px;
    }
    
}

footer img {
    width: 25px;
    height: auto;
}

ul#menu, ul#menu-mobile {
    display: flex;
    justify-content: space-between;
    font-family: 'Druk Wide Bold Bold';
    font-size: 18px;
    text-transform: uppercase;
    align-items: center;
    letter-spacing: 2px;
}

ul#menu li:not(.home):not(.cart):hover {
    background: #000;
    color: #00ff00;

}

ul#menu-mobile {
    display: none;
}

ul#menu-mobile .home  {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

ul#menu-mobile .burgerItem {
    position: absolute;
    right: 70px;
    top: 50%;
    transform: translateY(-40%);
}

ul#menu-mobile .cart  {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {

    ul#menu, ul#menu-mobile {
        font-size: 14px;
    }

}

@media screen and (max-width: 900px) {

    ul#menu {
        position: fixed;
        z-index: 2;
        background: #000;
        color: #00ff00;
        top: 80px;
        bottom: 0;
        left: -100%;
        width: 100%;
        padding: 0px 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        font-size: 24px;
        text-align: center;
    }

    ul#menu-mobile {
        display: flex;
        justify-content: flex-end;
    }

    ul#menu li.home, ul#menu li.cart {
       display: none;
    }

    ul#menu li a:hover {
        background: #fff;
        color: #000;
    }

}

li.home, li.cart {
    line-height: 0;
    font-size: 0;
    cursor: pointer;
}

li.home img {
    height: 60px;
    width: auto;
}

li.cart img {
    height: 30px;
    width: auto;
}

li.burgerItem img {
    height: 20px;
    width: auto;
}

.section {
    position: relative;
    padding: 140px 160px 160px 160px;
}

@media screen and (max-width: 1440px) {

    .section {
        padding: 140px 100px 100px 100px;
    }

    body {
        font-size: 16px;
    }

}

@media screen and (max-width: 640px) {

    .section {
        padding: 140px 40px 40px 40px;
    }

    .home .section {
        padding: 40px 40px 40px 40px;
    }

    .home .section.homeTrick {
        padding: 140px 40px 40px 40px;
    }


    body {
        font-size: 16px;
    }

}

.scroll {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

a.graphicLink {
    position: relative;
    color: #00ff00;
    font-size: 24px;
    font-family: 'Druk Wide Bold Bold';
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-left: 30px;
    display: inline-block;
}

a.graphicLink:hover {
    background: #fff;
    color: #000;
}

    a.graphicLink:before {
        content: "";
        display: block;
        width: 20px;
        height: 36px;
        background-image: url(../img/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -30px;
        top: 0px;
    }

@media screen and (max-width: 640px) {

    a.graphicLink:before {
        content: "";
        display: block;
        width: 10px;
        height: 18px;
        background-image: url(../img/arrow.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: -20px;
        top: 4px;
    }

}

.titleScribble {
    position: relative;
    margin-top: 50px;
}

.titleScribble:after {
        content: "";
        display: block;
        width: 307px;
        height: 42px;
        background-image: url(../img/trace.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -130px;
        left: 0;
    }

.titleScribble.moveUp:after {
    bottom: -60px;
}



/*.titleScribble.moveOver:after {
        left: -100px;
    }*/

    .titleScribble.noScribble:after {
        display: none;
    }

    .scribble{
        content: "";
        display: block;
        width: 307px;
        height: 42px;
        background-image: url(../img/trace.svg);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -60px;
        right: 0;
    }

    .scribble2{
        content: "";
        display: block;
        width: 462px;
        height: 204px;
        background-image: url(../img/scribble-2.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 40px;
        left: -100px;
    }

    .scribble2bottom {
        content: "";
        display: block;
        width: 462px;
        height: 204px;
        background-image: url(../img/scribble-2.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -100px;
        right: -200px;
    }

    .scribble2bottom2 {
        content: "";
        display: block;
        width: 50%;
        height: 100px;
        background-image: url(../img/scribble-2.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,0%);
    }

    .grass{
        content: "";
        display: block;
        width: 238px;
        height: 155px;
        background-image: url(../img/grass.webp);
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        bottom: -60px;
        right: -60px;
    }

    .mosaic .grass{
        content: "";
        width: 119px;
        height: 78px;
        bottom: 0px;
        left: 60px;
    }

@media screen and (max-width: 1200px) {

    .scribble2{
        width: 200px;
        height: 88px;
        top: 40px;
        left: -100px;
    }

    .grass{
        width: 100px;
        height: 65px;
        bottom: -60px;
        right: -60px;
    }

}

@media screen and (max-width: 640px) {

    .titleScribble:after {
        width: 200;
        height: 27px;
        bottom: -80px;
        left: 0;
    }

    .titleScribble.moveUp:after {
        bottom: -40px;
    }

    .scribble{
        width: 200px;
        height: 27px;
        bottom: -60px;
    }

    a.graphicLink {
        font-size: 16px;
    }

    .scribble2bottom {
        width: 231px;
        height: 102px;
        bottom: -50px;
        right: -30px;
    }

    .home .titleScribble {
        margin-top: 0px;
    }


}

.rightSide, .rightSide h2 {
    text-align: right;
}

    .rightSide .titleScribble:after {
        left: auto;
        right: 0;
    }


@media screen and (max-width: 640px) {

    .scribble2{
        width: 150px;
        height: 66px;
        top: 40px;
        left: 0px;
    }

    .grass{
        width: 100px;
        height: 65px;
        bottom: -60px;
        right: 0px;
    }

    .rightSide .titleScribble:after {
        left: auto;
        right: 0px;
        background-position: center right;
    }

}
.scroll img {
    height: 50px;
    width: auto;
}

/* COCKTAILS */

.mosaic {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    height: 90%;
    width: 96%;
    max-width: 1400px;
    margin: auto;
}

.mosaic a {
    background-size: cover;
    background-position: center top;
    font-size: 14px;
    position: relative;
    flex-basis: calc(100%/4);
    height: calc(50% - 60px); 
    margin-bottom: 60px;: ;
}

.mosaic a .layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background:rgba(29,29,27,0.82);
    color: #00ff00;
    text-align: center;
    transition: 0.2s;
    font-family: 'Druk Wide Bold Bold';
    text-transform: uppercase;
    font-size: 20px;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.mosaic a:hover .layer {
    opacity: 1;
}

.mosaic a .default {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mosaic > div {
    flex-basis: calc(100%/6);
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1200px) {

    .mosaic a, .mosaic > div {
        flex-basis: calc(100%/3);
        height: 400px;
    }

}

@media screen and (max-width: 900px) {

    .mosaic a, .mosaic > div {
        flex-basis: calc(100%/2);
        height: 400px;
    }

}

@media screen and (max-width: 480px) {

    .mosaic a, .mosaic > div {
        height: 300px;
        flex-basis: 100%;
    }

}

.mosaic h3 {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    width: 100%;
    text-align: center;
}

    .mosaic h3 span {
        font-size: 20px;
        background: #fff;
        color: #13100d;
        font-family: 'Druk Wide Bold Bold';
        display: inline;
        box-shadow: 0.2em 0 0 #13100d,-0.2em 0 0 #13100d;
        text-align: center;
        letter-spacing: 0px;
        word-break: break-word;
    }

    .mosaic a:hover > h3 span {
        background: #13100d;
        color: #fff;
    }

@media screen and (min-width: 1025px) {

    .vodkas-slider .slick-track, .vodkaSlideHome .slick-track {
        display: flex !important;
        width: 100% !important;
    }

    .vodkas-slider .slick-slide, .vodkaSlideHome .slick-slide {
        flex: 1 1 auto !important;
    }

}

.slick-slide {
    position: relative;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {

    .vodkas-slider .slick-slide img {
        width: 80%;
        margin: auto;
    }

    .vodkas-slider .slick-slide > div {
        padding-bottom: 70px !important;
        text-align: center;
    }

}

.slick-slide .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.slick-slide:hover .hover {
    opacity: 1;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.slick-prev {
    left: -40px;
    background: none;
    border: none;
    font-size: 0px;
}

.slick-next {
    right: -40px;
    background: none;
    border: none;
    font-size: 0px;
}

.slick-prev:before {
    display: block;
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(../img/arrow-left.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}


.slick-next:before {
    display: block;
    content: "";
    width: 40px;
    height: 20px;
    background-image: url(../img/arrow-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

/* NOS VODKAS */

.vodkaContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

@media screen and (min-width: 1921px) {

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

}
 
.vodkaBottle1 {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .vodkaBottle1 img {
        width: 90%;
        height: auto;
    }

.vodkaContainer > a {
    flex-basis: 45%;
}

    .vodkaTitle1 {
        margin-bottom: 5px;
    }

    .vodkaTitle1 span {
        background: #fff;
        color: #1d1d1b;
        font-family: 'Druk Wide Bold Bold';
        font-size: 36px;
    }

    .vodkaTitle2 {
        text-align: center;
        margin: 10px;
    }

        .vodkaTitle2 > div {
            background: #fff;
            color: #1d1d1b;
            text-transform: uppercase;
            font-family: 'Druk Wide Bold Bold';
            display: inline-block;
            font-size: 60px;
            text-align: center;
            letter-spacing: 2px;
            padding: 10px;
            line-height: 64px;
        }

        .anotherTitle {
            text-transform: uppercase;
            font-family: 'Druk Wide Bold Bold';
            display: inline-block;
            font-size: 60px;
            letter-spacing: 2px;
            padding: 10px;
            line-height: 64px;
            color: #fff;
            margin-top: 10px;
            margin-bottom: 10px;
        }

    .vodkaTitle3 {
        text-align: center;
    }

        .vodkaTitle3 > div {
            text-transform: uppercase;
            font-family: 'Druk Wide Bold Bold';
            display: inline-block;
            font-size: 36px;
            letter-spacing: 2px;
        }

.vodkaCocktail {
    flex-basis: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.vodkaContainer * {
    transition: 0.2s;
}

    .vodkaCocktail > div {
        width: 100%;
        text-align: center;
    }

        .vodkaCocktail > div > a > div > div {
            background: #fff;
            color: #1d1d1b;
            font-family: 'Druk Wide Bold Bold';
            display: inline-block;
            font-size: 24px;
            padding: 2px 5px;
            margin-top: 5px;
        }

        .vodkaCocktail > div > a:hover > div > div {
            background: #1d1d1b;
            color: #fff;
        }

    .vodkaCocktail img {
        width: 100%;
        max-width: 260px;
        height: auto;
    }

    .vodkaContainer > a:hover .vodkaTitle2 > div {
        font-size: 72px;
        line-height: 78px;
    }

    .vodkaContainer > a:hover .vodkaTitle3 > div {
        font-size: 44px;
    }

@media screen and (max-width: 1200px) {

    .vodkaContainer {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .vodkaBottle1 {
        flex-basis: 50%;
    }

    .vodkaBottle1 img {
        max-width: 300px;
        margin: auto;
    }

    .vodkaContainer > a {
        flex-basis: 50%;
    }

    .vodkaTitle1 span {
        font-size: 24px;
    }

        .vodkaTitle2 > div, .anotherTitle {
            font-size: 40px;
            line-height: 44px;
        }

        .vodkaTitle3 > div {
            font-size: 26px;
        }

        .vodkaContainer > a:hover .vodkaTitle2 > div {
            font-size: 50px;
            line-height: 54px;
        }

        .vodkaContainer > a:hover .vodkaTitle3 > div {
            font-size: 36px;
        }

    .vodkaCocktail {
        flex-basis: 15%;
    }

        .vodkaCocktail > div > div > div {
            font-size: 16px;
        }
    
}

@media screen and (max-width: 800px) {

    .vodkaContainer {
        flex-direction: column;
    }

    .vodkaCocktail img {
        max-width: 120px;
    }

        .vodkaTitle2 > div, .anotherTitle {
            font-size: 30px;
            line-height: 34px;
        }

        .vodkaTitle3 > div {
            font-size: 18px;
        }

        .vodkaContainer > a:hover .vodkaTitle2 > div {
            font-size: 30px;
            line-height: 34px;
        }

        .vodkaContainer > a:hover .vodkaTitle3 > div {
            font-size: 18px;
        }

}

@media screen and (max-width: 640px) {

    .vodkaCocktail img {
        max-width: 80%;
    }

    .vodkaBottle1 img {
        max-width: 200px;
        margin: auto;
    }

    .vodkaToCocktail .scribble {
        display: none;
    }

    .vodkaChars > div:nth-child(2) {
        display: none;
    }

}

/* VODKAS */

.vodkaIntro {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.vodkaBottle {
    flex-basis: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .vodkaBottle img {
        width: 90%;
        height: auto;
        max-width: 400px;
    }

.vodkaDesc {
    flex-basis: 65%;
}

    .vodkaDesc img {
        height: 200px;
        width: auto;
    }

    .vodkaDesc > div {
        margin-left: 200px;
        margin-top: 50px;
    }

    .vodkaDesc p:first-of-type {
        color: #00ff00;
        text-transform: uppercase; 
        font-family: 'Druk Wide Bold Bold';
        font-size: 24px;
    }

    .vodkaDesc p:not(:first-of-type), .vodkaDesc div div p {
        margin-top: 20px;
    }

.vodkaChars {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

    .vodkaChars > div:nth-child(1) {
        flex-basis: 50%;
        padding-right: 40px;
        display: flex;
        flex-direction: column;
    }

    .vodkaChars > div:nth-child(2) {
        flex-basis: 50%;
        padding-left: 40px;
        text-align: center;
    }

    .vodkaChars > div:nth-child(2) img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

.charRow {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

    .charRow > div:first-child {
         padding-right: 40px;
    }

        .charRow > div:first-child img {
            width: 100px;
            height: auto;
        }

    .charRow span {
        color: #00ff00;
        text-transform: uppercase;
        font-family: 'Druk Wide Bold Bold';
        font-size: 24px;
    }

.vodkaToCocktail {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

    .vodkaToCocktail > div:nth-child(1) {
        flex-basis: 50%;
        padding-right: 40px;
    }

        .vodkaToCocktail > div:nth-child(1) img {
            width: 100%;
            height: auto;
        }

    .vodkaToCocktail > div:nth-child(2) {
        flex-basis: 50%;
        padding-left: 40px;
    }

.moveLeft {
    position: relative;
    left: -120px;
}

.round {
    display: block;
    width: 100px;
    height: 100px;
    background-image: url(../img/round.svg);
    background-size: contain;
    transition: 0.2s;
}

    .round.roundBisonGrass {
        background-image: url(../img/round-bison-grass.svg);
        margin: 20px auto;
    }

    .round.roundBiala {
        background-image: url(../img/round-biala.svg);
        margin: 20px auto;
    }

    .round.roundRose {
        background-image: url(../img/round-rose.svg);
        margin: 20px auto;
    }

    .round.roundLemon {
        background-image: url(../img/round-lemon.svg);
        margin: 20px auto;
    }

    .round.roundFire {
        background-image: url(../img/round-fire.svg);
        margin: 20px auto;
    }

    .round.roundIce {
        background-image: url(../img/round-ice.svg);
        margin: 20px auto;
    }

    .round {
        transition: 0.2s;
    }

    .round:hover {
        background-image: url(../img/round-hover.svg);
    }

     .vodkaContainer > a:hover .round {
        background-image: url(../img/round-hover.svg);
    }

@media screen and (max-width: 1200px) {

    .moveLeft {
        left: 0px;
    }

    .vodkaBottle {
        flex-basis: 40%;
    }

    .vodkaDesc {
        flex-basis: 55%;
    }

    .vodkaDesc div {
        margin-left: 50px;
    }

    .vodkaDesc img {
        height: 140px;
        width: auto;
    }

    .vodkaToCocktail, .vodkaChars {
        flex-direction: column;
    }

    .vodkaToCocktail > div:nth-child(1), .vodkaToCocktail > div:nth-child(2), .vodkaChars > div:nth-child(1), .vodkaChars > div:nth-child(2) {
        flex-basis: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }

        .charRow > div:first-child img {
            width: 50px;
        }

}

@media screen and (max-width: 640px) {

    .vodkaIntro {
        flex-direction: column;
        padding-bottom: 100px;
    }

    .vodkaBottle {
        flex-basis: 100%;
    }

    .vodkaBottle img {
       max-width: 250px;
       margin: auto;
    }

    .vodkaDesc {
        flex-basis: 100%;
    }

    .vodkaDesc div {
        margin-left: 0;
    }

    .vodkaDesc img {
        width: 100%;
        height: auto;
    }

    .round {

        width: 50px;
        height: 50px;

    }

}

.vodkaFooter {
    text-align: center;
    margin-bottom: 40px;
}

    .vodkaFooter > img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

.vodkaQualite {
    margin: 40px 0px;
}
    
    .vodkaQualite > div {
        background: #fff;
        color: #1d1d1b;
        font-family: 'Druk Wide Bold Bold';
        display: inline-block;
        font-size: 24px;
        padding: 2px 5px;
    }

.awards {
    display: flex; 
    align-items: left; 
    justify-content: flex-start; 
    flex-direction: column; 
    width: fit-content; 
    margin: auto;
}

.awardRow {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 20px;
}

    .awardRow > div:nth-child(1) {
        padding-right: 40px;
    }

        .awardRow > div:nth-child(1) img {
            width: 100px;
            height: auto;
        }

    .awardRow > div:nth-child(2) {
       text-align: left;
    }

    .awardRow > div:nth-child(2) span {
        color: #fff; 
        text-transform: uppercase; 
        font-family: 'Druk Wide Bold Bold'; 
        font-size: 24px;
    }

/* COCKTAIL - SINGLE */

.cocktailContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    align-items: stretch;
}

.glass {
    flex-basis: 35%;
    text-align: center;
    position: relative;
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;*/
    height: 100%;
}

    .glass img {
        width: 100%;
        max-width: 600px;
        height: auto;
        margin: auto;
    }

.core {
    flex-basis: 63%;
    padding-top: 60px;
}

    .core h1 {
        background: #13100d;
        color: #fff;
        font-family: 'Druk Wide Bold Bold';
        font-size: 48px;
        padding: 2px 5px;
        width: fit-content;
        display: inline;
    }

    .core h2 {
        font-size: 24px; 
        color: #000;
        text-transform: none;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .core ul, .core ol {
        list-style-position: inside;
        font-family: 'Druk Wide Bold Bold';
        font-size: 18px;
        margin-bottom: 20px;
    }

    .core ul li:not(:last-child), .core ol li:not(:last-child) {
        margin-bottom: 10px;
    }

    .core ul {
        width: fit-content;
        /*background: #000;*/
        color: #fff;
    }

    .core ol {
        color: #fff;
    }

    .label{
        background: #fff;
        color: #1d1d1b;
        font-family: 'Druk Wide Bold Bold';
        display: inline-block;
        font-size: 24px;
        padding: 2px 5px;
        margin-top: 15px;
        margin-bottom: 25px;
        text-transform: uppercase;
        position: relative;
    }

    .labelRose:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #d33387;
        z-index: -1;
    }

    .labelBisonGrass:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #00ff00;
        z-index: -1;
    }

    .labelBiala:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #66c8ff;
        z-index: -1;
    }

    .labelLemon:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #fff596;
        z-index: -1;
    }

    .labelFire:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #C52A3F;
        z-index: -1;
    }

    .labelIce:after {
        display: block;
        content: " ";
        left: -5px;
        top: 5px;
        right: 5px;
        bottom: -5px;
        position: absolute;
        background: #8CC1EB;
        z-index: -1;
    }

.ingredients-recette {
    display: flex; 
    align-items: flex-start;
}

    .ingredients-recette > div {
        flex-basis: 50%;
    }

@media screen and (max-width: 900px) {

    .ingredients-recette {
        flex-direction: column;
    }

        .ingredients-recette > div {
            flex-basis: 100%;
        }

}

.ingredients-recette ul, .ingredients-recette ol {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.bottle {
    flex-basis: 15%;
    display: flex;
    flex-direction: column;
    text-align: center;
}

@media screen and (max-width: 1200px) {

    .glass {
        flex-basis: 25%;
    }

    .core {
        flex-basis: 73%;
        padding-top: 0px;
    }

    .bottle {
        flex-basis: 10%;
    }

    .core h1 {
        font-size: 36px;
        margin-top: 0px;
    }

    .core h2 {
        font-size: 18px; 
    }

    .core ul, .core ol {
        font-size: 16px;
    }

}

.subMenu {
    position: fixed;
    max-width: 1080px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    /*display: flex;*/
}

    .subMenu a {
        display: inline-block;
        color: #fff;
        height: 240px;
        position: relative;
        bottom: -80px;
        transition: 0.2s;
        margin: 0px 5px;
        padding: 10px;
        /*flex: 1 1 0;*/
        text-align: center;
        background-size: cover;
        background-position: center top;
        font-size: 14px;
    }

    .subMenu a:hover {
        bottom: 0px;
    }

    .subMenu h3 {
        font-size: 14px;
        background: #13100d;
        color: #fff;
        font-family: 'Druk Wide Bold Bold';
        display: inline;
        box-shadow: 0.2em 0 0 #13100d,-0.2em 0 0 #13100d;
        text-align: center;
        letter-spacing: 0px;
        word-break: break-word;
    }
 
@media screen and (max-width: 1200px) {

    .fp-scrollable.fp-responsive .fp-is-overflow.fp-section, .fp-scrollable .fp-section, .fp-scrollable .fp-slide {
        height: auto !important;
    }

}
 
@media screen and (max-width: 1024px) {

    .subMenu {
        transform: none;
        left: 80px;
        right: 80px;
    }
}
 
@media screen and (max-width: 640px) {

    .cocktailContainer {
        flex-direction: column;
    }

    .subMenu {
        position: relative;
        bottom: -40px;
        margin: 0px 40px;
        left: 0;
    }

    .subMenu a {
        bottom: 0px;
        background-position: center top;
    }

    .glass {
        flex-basis: 100%;
    }

    .core {
        flex-basis: 100%;
    }

    .core h1 {
        font-size: 24px;
    }

    .bottle {
        flex-basis: 100%;
    }

    .bottle img {
        max-width: 150px;
    }

    /*.subMenu {
        display: none;
    }*/

}

/* SAVOIR-FAIRE & HISTOIRE */

.layout5050, .layout3070, .layout7030 {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

    .layout5050 > div:nth-child(1) {
        flex-basis: 50%;
        padding-right: 40px;
        position: relative;
    }

    .layout5050 > div:nth-child(2) {
        flex-basis: 50%;
        padding-left: 40px;
        position: relative;
    }

    .layout3070 > div:nth-child(1) {
        flex-basis: 30%;
        padding-right: 40px;
        position: relative;
    }

    .layout3070 > div:nth-child(2) {
        flex-basis: 70%;
        padding-left: 40px;
        position: relative;
    }

    .layout7030 > div:nth-child(1) {
        flex-basis: 70%;
        padding-right: 40px;
        position: relative;
    }

    .layout7030 > div:nth-child(2) {
        flex-basis: 30%;
        padding-left: 40px;
        position: relative;
    }

    .layout5050 h3:not(:first-child), .layout3070 h3:not(:first-child), .layout7030 h3:not(:first-child) {
        margin-top: 20px;
    }

    .layout5050 p:not(:first-child), .layout3070 p:not(:first-child), .layout7030 p:not(:first-child) {
        margin-top: 20px;
    }

    .layout5050 img, .layout3070 img, .layout7030 img {
        width: 100%; height: auto;
    }

    .layout5050 video, .layout3070 video, .layout7030 video {
        width: 100%;
        margin-bottom: 20px;
    }

.baseline {
    margin-top: 20px;
    color: #00ff00;
    text-transform: uppercase;
    font-family: 'Druk Wide Bold Bold';
    font-size: 20px;
}

@media screen and (max-width: 1200px) {

    .grass {
        display: none;
    }

    .mosaic .grass{ 
        display: block;
    }

    .layout5050, .layout3070, .layout7030 {
        flex-direction: column;
    }

    .layout5050 > div:nth-child(1), .layout5050 > div:nth-child(2), .layout3070 > div:nth-child(1), .layout3070 > div:nth-child(2), .layout7030 > div:nth-child(1), .layout7030 > div:nth-child(2) {
        flex-basis: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .layout5050 img, .layout3070 img, .layout7030 img {
        margin: auto;
        max-width: 500px;
        margin-bottom: 40px;
    }

}

@media screen and (min-width: 1921px) {

    .vodkaIntro, .vodkaChars, .vodkaToCocktail, .cocktailContainer {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .glass img {
        max-width: 350px;
    }

}

.homeTrick {
    min-height: calc(var(--vh, 1vh) * 100) !important;
}

.vodkaSlideHome {
    margin: 80px auto 0px;
    width: 100%;
    /*max-width: 1300px;*/
}

.vodkaSlideHome img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 640px) {

    .vodkaSlideHome {
        margin: 40px auto 0px;
    }

    .vodkaSlideHome .slick-slide img {
        width: 70%;
        height: auto;
        margin: auto;
    }

}