@import url("https://hello.myfonts.net/count/3a29cf");
@font-face {font-family: 'KomuB';src: url('webfonts/3A29CF_0_0.eot');src: url('webfonts/3A29CF_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/3A29CF_0_0.woff2') format('woff2'),url('webfonts/3A29CF_0_0.woff') format('woff'),url('webfonts/3A29CF_0_0.ttf') format('truetype');}
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');

body {
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
}

img.responsive {
    max-width: 100%;
}

.flex {
    display: flex;
}


video { 
   width:80%;
   height:auto;
   margin: 0 auto;
}

#lip-powder-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-family: KomuB, sans-serif;
    overflow: hidden;
    font-weight: normal;
    /*font-family: Komu B, sans-serif; <-- docelowa czcionka*/
}

#lip-powder-content .lip-powder-top {
    position: relative;
}

#lip-powder-content .lip-powder-navbar {
    padding: 34px 57px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #212121;
    opacity: 0.7;
}

#lip-powder-content .lip-powder-navbar li {
    list-style: none;
    margin: 0 20px;
}

#lip-powder-content .lip-powder-navbar li img {
    max-width: 100%;
}

#lip-powder-content .lip-powder-navbar li:last-child {
    list-style: none;
    margin: 0 20px;
}

#lip-powder-content .lip-powder-navbar a {
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    padding-left: 30px;
    display: inline-block;
}

#lip-powder-content .lip-powder-navbar a:hover, .lip-powder-navbar a:active {
    text-decoration: underline;
}

#lip-video {
    margin-top: -134px;
    margin-bottom: -3px;
    position: relative;
    z-index: -1;
    background: #000;
    text-align: center;

}

#myVideo {

}



.lip-color-box {
    width: 380px;
}

.lip-color-box div:first-of-type {
    text-align: center;
    font-size: 3vw;
    margin-bottom: 30px;

}

.colors {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.colors div {
    width: 48%;
}

.colors div img {
    width: 100%;
}

.quiz-btn {

    background: #a22630;
    font-size: 30px;
    letter-spacing: 2px;
    outline: none !important;
    border: none;
    text-align: center;
    padding: 15px 15px;
    margin: 30px 20px;
    cursor: pointer;
    position: relative;
    line-height: 1em;
}

.lip-powder-quiz a, .buy-btn a, .quiz-btn span, .quiz-btn a {
    text-decoration: none;
    color: #fff;

}

.quiz-header {
    font-size: 2vw;
    margin: .5em auto;
    text-align: center;
}

#quiz-results, #check-results {
    margin: 30px auto;
    width: 25%;
}



.lip-quiz-result-box {
    display: none;
    color: #a22630;
    font-size: 5vw;
    padding: 5vw 0;
}

.quiz-btn:hover {
    color: #fff;
    letter-spacing: 3px;
    background: rgba(162, 38, 48, 0.8);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.buy-btn {
    background: #A22630;
    font-size: 30px;
    letter-spacing: 2px;
    outline: none !important;
    border: none;
    width: 30%;
    text-align: center;
    padding: 15px 15px;
    margin: 30px auto;
    cursor: pointer;
    position: relative;
}

.buy-btn:hover {
    /*color: #fff;*/
    /*background: #bc2652;*/
    color: #404040 !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background: rgba(162, 38, 48, 0.8);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0, 0, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.lip-powder-quiz {
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.quiz-img {
    width: 35%;
}

.quiz-btn {
    width: 15%;
}

#quiz-modal .close {
    color: #aaa;
    position: absolute;
    right: 20px;
    top:20px;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#lip-powder-content .lip-powder-bottom {
    background-image: url("../img/bottom-background.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    position: relative;
}

.lip-powder-bottom > div:first-of-type {
    font-size: 4vw;
    letter-spacing: 4px;
    color: #a22630;
    text-align: center;
    margin-top: 1em;

}
#lip-powder-content .lip-powder-bottom a {
    text-decoration: none;
    color: white;
}

.powder-features {
    /*width: 90%;*/
    /*align-items: center;*/
    /*margin: -2em auto;*/

    width: 90%;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.powder-features figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    width: 80%;
}

.powder-features figure {
    text-align: center;
}

.powder-features figure:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#close figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#close figure:hover img {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

#kolor-desc, #moc-desc, #precyzja-desc, #lekkosc-desc {
     font-family: Arial, Helvetica, sans-serif;
    opacity: 0.0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;

}

.powder-descriptions {
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    align-items: center;
}

.powder-description {
    color: #ffffff;
    background-color: #843751;
    opacity: 0.8;
    text-align: center;
    margin-left: 1em;
    padding: 1em;
    width: 20%;
}

.lip-powder-quiz-content {
    text-transform: uppercase;
    background-image: url("../img/quiz-background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #000;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 60%;
    margin: 0 auto 5em;
    padding: 2em;
    position: relative;


}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.lip-powder-quiz-content .question {
    margin-bottom: 1.5em;
}

.lip-powder-quiz-content .question p {
    font-weight: bold;
    font-size: 2vw;

}

.lip-powder-quiz-content .answers {
   display: flex;
    justify-content: center;
    margin: 0.5em;
    font-size: 1.5vw;
}

.answers label {
    margin: 0 0.5em;
    display: flex;
    align-items: center;

}

.answers input[type='radio'] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 3px solid #a22630;
    border-radius: 50%;
    outline: none;
    margin-right: 0.3em;
}

.answers input[type='radio']:hover {
    box-shadow: 0 0 5px 0px #a22630 inset;
}

.answers input[type='radio']:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    /*margin: 20% auto;    */
    border-radius: 50%;
}

/*switcher styles*/

#container {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    position: relative;
    height: 600px;
    overflow: hidden;
}

#A, #B, #Z {
    position: absolute;
    top: 0;
    height: 100%;
}




.animate_me #A, .animate_me #B {

    -webkit-transition: width .3s ease-in-out;
    -moz-transition:    width .3s ease-in-out;
    -o-transition:      width .3s ease-in-out;
    -ms-transition:     width .3s ease-in-out;
    transition:         width .3s ease-in-out;

}

.animate_me #Z {
    -webkit-transition: left .3s ease-in-out;
    -moz-transition:    left .3s ease-in-out;
    -o-transition:      left .3s ease-in-out;
    -ms-transition:     left .3s ease-in-out;
    transition:         left .3s ease-in-out;
}


#A {
    left: 0;
    width: 50%;
    background-color: #fff;
    background-image: url("../img/left-bg.jpg");
    overflow: hidden;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto 100%;
   

}

#B {
    right: 0;
    width: 50%;
    background-color: #16161a;
    background-image: url("../img/right-bg.jpg");
    overflow: hidden;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: auto 100%;

}

#Z {
    left: 50%;
    width: 2%;
    position: relative;
}

#Z img.divider {
    height: 100%;
    width: auto;
    position: relative;
    left: -125%;
}

.or-image {
    position: absolute;
    cursor: move;
    bottom: 20px;
    width: 149px;
    height: auto;
    left: -240%;
}

#A > div.shades, #B > div.shades {
    position: absolute;
    top: 40px;
    text-align: center;
    display: flex;
    -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}


#A > div.copy, #B > div.copy {
    position: absolute;
    bottom: 45px;
    color: #a22630;
    font-size: 70px;
    letter-spacing: 2px;
}


#A > div.copy {
    left: 70px;
}

#A > div.copy:after {
    content: 'grzeczna?';
}


#B > div.copy {
    right: 100px;
}


#B > div.copy:after {
    content: "grzeszna?";
}


#A > div.shades {
    left: 600px;
}


#B > div.shades {
    right: 600px;
}


.a_active #A > div.shades {
    opacity: 1;

}


.a_active #A > div.copy:after {
    content: 'grzeczna';
}


.b_active #B > div.copy:after {
    content: 'grzeszna';
    padding-right: 0.34em;
}


.b_active #B > div.shades {
    opacity: 1;

}



#info {
    text-align: center;
    line-height: 2em;
}

.answers input[type='radio']:checked:before {
    background: #a22630;
}

.type1 {
    font-size: 4vw;
    letter-spacing: 4px;
    color: #a22630;
}



@media (max-width: 1600px) {
    #lip-powder-content .lip-powder-navbar {
        padding: 19px;
    }
}

@media (max-width: 1024px) {

}

@media (max-width: 1600px) {

    video { 
   width:90%;

}



}

@media (max-width: 768px) {

}

@media (max-width: 400px) {


    #lip-powder-content .lip-powder-navbar {
        padding: 3% 2%;
    }

}

@media (min-width: 1601px) {
    #A > div.shades {
    left: 800px;
}

 #B > div.shades {
    right: 800px;
}


#container {
    height: 670px;
}


.lip-color-box {
    width: 440px;
}

#A > div.copy, #B > div.copy {
    font-size: 90px;
}

}






.mobile-switcher {
    display: none;
}




.slider-container {
    display: none;
}


@media (max-width: 991px) {


.slider-container {
    display: block;
}


    #lip-powder-content .lip-powder-navbar {
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    #lip-powder-content .lip-powder-navbar li {
        width: 100%;
    }


    #lip-powder-content .lip-powder-navbar li:last-child {
        display: flex;
        flex-direction: column;
        align-items: center;
         max-height: 0;
             -webkit-transition: max-height .3s ease-in-out;
    -ms-transition: max-height .3s ease-in-out;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    }


    #lip-powder-content .lip-powder-navbar li:first-child {
display: flex;
justify-content: space-between;
align-items: center;
    }

    #lip-powder-content .lip-powder-navbar a {
        padding: 10px 0;
    }


    #lip-video{
        margin-top: 0;
    }

    .mobile-switcher {
        display: flex;
        align-items: center;
        width: 40px;
        justify-content: center;
        cursor: pointer;
    }

     .mobile-switcher img {
        width: 20px;
        height: auto;
        -webkit-transition: -webkit-transform .3s ease-in-out;
    -ms-transition: -ms-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;  
}


 .menu-open .mobile-switcher img {
      transform:rotate(-90deg);
    -ms-transform:rotate(-90deg);
    -webkit-transform:rotate(-90deg);
 }


#lip-powder-content .lip-powder-navbar li > img {
 height: 40px;
}


 #lip-powder-content .lip-powder-navbar.menu-open li:last-child {
    max-height: 92px;

 }


video { width: 100%; }


#container {
    height: 90vw;
}

.or-image {

    width: 80px;    
    left: 0;
    margin-left: -30px;
    bottom: 90px;
}


#A {
    background-position: 40% top;
}


#B {
    background-position: 75% top;
}


#A > div.copy {
    font-size: 10vw;
    left:4vw;
    bottom: 4vw;
}

#B > div.copy {
    font-size: 10vw;
    right:4vw;
    bottom: 4vw;
}


#lip-video {
    margin-top: -20vw;

}


#lip-powder-content .lip-powder-navbar {
    opacity: 0.9;
}


#A > div.shades {
    left: 15vw;
    width: 60vw;
    top:4vw;
}


#B > div.shades {
    right: 15vw;
    width: 60vw;
    top:4vw;
}



#A:before, #B:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    -webkit-transition: opacity 0.25s;
        -moz-transition: opacity 0.25s;
        -o-transition: opacity 0.25s;
        transition: opacity 0.25s;
    opacity: 0;
}


#B:before {
    background: #000;
}







.a_active #A:before {
    opacity: 0.8;
}


.b_active #B:before {
    opacity: 0.8;
}

.lip-color-box div:first-of-type {
    font-size: 5vw;
    margin-bottom: 10px;
}



.lip-powder-quiz {
    flex-direction: column;
}


.quiz-img {
    width: 90%;
    text-align: center;
}


.quiz-btn {
    width: auto;
    font-size: 8vw;
}


#close figure img {

    width: 20px;
}

.quiz-header {
    font-size: 5vw;
}

.lip-powder-quiz-content .question p {
    font-size: 5vw;
}


#quiz-results, #check-results {
    width: auto;
    font-size: 5vw;
}

.lip-powder-quiz-content .answers {
    margin: .5em 0 1em 0;
}

.lip-powder-quiz-content .answers {
    font-size: 4vw;
    flex-direction: column;
    align-items: center;
}

.lip-powder-quiz-content {
    padding: 20px;
    width: 80%;
}


#quiz-modal .close {
    right: 10px;
    top: 10px;
}

.answers label {
    margin: 5px 0;
}


.buy-btn {
    font-size: 8vw;
    width: 40vw;
}

.desktop {
    display: none;
}


.lip-powder-bottom > div:first-of-type {
    font-size: 8vw;
}



.power-features-slider {
    width: 70%;
    margin: 0 auto;
}


#lip-powder-content .lip-powder-bottom {
    min-height: auto;
}


.slider-container {
    position: relative;
}

.arrows {
    position: absolute;
    top:30%;
    width: 100%;
}

.arrows .prev-slide {
    position: absolute;
    left: 5vw;
    width: 40px;
    }

    .arrows .next-slide {
    position: absolute;
    right: 5vw;
    width: 40px;
    }

.arrows > div img {
    max-width: 100%;
    height: auto;
}


.slider-container .desc {
color: #ffffff;
    background-color: #843751;
    opacity: 0.8;
    text-align: center;
    padding: 1em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.slick-slide img {
    margin: 0 auto;
}


     }

