
html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #0e0e11;
    max-width: 1920px;
    text-align: center;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 400;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
#top-section {
    background-image: url('../img/site/top-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
#content {
    background-image: url('../img/site/bottom-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.styled-box {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    line-height: 4rem;
    padding: 0 2rem;
    color: #ffffff;
    background: transparent;
    border: 1px solid #FFFFFF;
    display: inline-block;
    position: relative;
    margin: 2rem auto;
    text-transform: uppercase;
}
.styled-btn {
    cursor: pointer;
}
.top-elements {
    display: flex;
    justify-content: flex-end;
}
.top-elements__right-text {
    min-height: 646px;
    position: relative;
}
.top-elements__right-text small {
    font-size: 8px;
    position: absolute;
    left: 0;
    bottom: 10px;
}
.loreal-logo {
    text-align: right;
}
.loreal-logo img {
    margin: 3rem 0 5rem;
}
.text-box {
    color: #FFFFFF;
    font-size: 2rem;
    text-align: left;
}
.eleseve-logo {
    margin-bottom: 2rem;
}
.tb-p1 {
    text-decoration: underline;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.tb-p2 {
    margin-bottom: 2rem;
}
.prod-set {
    position: absolute;
    bottom: -15rem;
    left: 50%;
    margin-left: -181.5px;
}
.prod-set-mobile {
    display: none;
}
#second-section {
    background: #a01c20;
    color: #FFFFFF;
    padding-top: 10rem;
}
.mid-header {
    font-size: 2rem;
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 4rem;
    line-height: 2.4rem;
    border-bottom: 1px solid #FFFFFF;
}
.product-box {
    padding: 4rem 0;
    line-height: 2rem;
}
.product-box *{
    font-size: 1.6rem !important;
}
.product-box__title {
    margin-bottom: 3rem;
}










.poll-text {
    font-size: 1.8rem;
    font-weight: 400;
    margin-top: 30px;
}
.footer {
    background: #FFFFFF;
    padding: 2rem 0;

}
.footer p {
    font-size: 1.6rem;
}
.regulation-link {
    color: #FFFFFF;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: 'Lato', sans-serif;
}
#content2 .bootstrap-on {
    width: 100%;
}
.poll hgroup > h1, .form-header {


    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 400;
    margin: 4rem auto;
    padding-bottom: 4rem;
    border-bottom: 1px solid #FFFFFF;
}

.poll #counter {
    font-size: 4.6rem;
    color: #FFFFFF;
    font-weight: 400;
    margin-top: 3rem;
}

.poll #counter #counter-current {
    font-size: 4.6rem;
    color: #FFFFFF;
    font-weight: 400;
}
.poll-question.single-image {
    text-align: center;
}

.poll-question.single-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.single-image > .option > label {
    border: 1px solid #000000;

}
.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    background: transparent;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid #000000;
}
.poll-question.single-image input[type="radio"] + label:hover .checked-style div,
.poll-question.single-image input[type="radio"]:checked + label .checked-style div,
.poll-question.single-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.single-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 50%;
    background: #FFFFFF;
    border-color: #FFFFFF;
    width: 18px;
    height: 18px;
    margin: 3px auto;
    font-weight: 300;
}
.poll-question.multi-image input[type="radio"] + label:hover .checked-style div,
.poll-question.multi-image input[type="radio"]:checked + label .checked-style div,
.poll-question.multi-image input[type="checkbox"] + label:hover .checked-style div,
.poll-question.multi-image input[type="checkbox"]:checked + label .checked-style div {
    border-radius: 0;
    background: #FFFFFF;
    border-color: #FFFFFF;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.single-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question.multi-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    float: none;
}
.poll-question.multi-image label > span {
    display: block;
    color: #000;
    font-weight: normal;
    margin-bottom: 5px;
}
.poll-question input[type="radio"] + label:hover, .poll-question input[type="radio"]:checked + label, .poll-question input[type="checkbox"] + label:hover, .poll-question input[type="checkbox"]:checked + label {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #000000 !important;
}
.poll-question.multi-image input[type="radio"] + label:hover, .poll-question.multi-image input[type="radio"]:checked + label, .poll-question.multi-image input[type="checkbox"] + label:hover, .poll-question.multi-image input[type="checkbox"]:checked + label {
    background: #FFFFFF;
}
.form-navi .btn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: transparent;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    background: #FFFFFF;
    border: 1px solid #000000;
    color: #000000;
    line-height: 54px;
    font-weight: 400;
    text-transform: uppercase;
    cursor: pointer;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
}
.poll-question .option label {
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #FFFFFF !important;
    border-color: #FFFFFF !important;
}

p.txt.rules > a {
    color: #000;
    text-decoration: underline;
}
#form_footer span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: bottom;
}
#form_footer img {
    padding: 0 5px;
}
#content2 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto 6rem;
    display: flex;
}
#content2 .poll {
    width: 70%;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 2rem;
    font-weight: 400;
    color: #FFFFFF;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 400;
    background: transparent;
}
.form-navi .btn.next {
    line-height: 46px;
    font-weight: 400;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
    text-transform: uppercase;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover {
    color: #FFFFFF;
    border-color: #FFFFFF;
}
.poll-form .next.btn:hover {
    background: #FFFFFF;
    color: #000000;
    border-color: #FFFFFF;
}
.rules {
    text-align: center;
}
.form-navi {
    margin-top: 0;
}
button.btn[type="submit"] {
    background: #E42384;
}
.top-product-pic-mobile {
    display: none;
}
.visible-midium {
    display: none;
}
.visible-lg {
    display: none;
}
.message p {
    font-size: 2rem;
    margin-top: 1em;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1380px) {

}
@media screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }

    .prod-set {
        width: 280px;
        margin-left: -140px;
        bottom: -12rem;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {


}
@media screen and (max-width: 991px) {
    #top-section {
        background-position: left center;
    }
    .prod-set {
        left: 350px;
        margin-left: unset;
    }
    .top-elements {
        justify-content: flex-start;
    }
    #top-section .container {
        max-width: 100%;
    }
    .visible-midium {
        display: inline-block;
        margin: auto;
    }
    .hidden-midium {
        display: none !important;
    }
    .v-md {
        display: block;
        margin: auto;
        width: 100%;
    }

    #content2 {

        padding: 0 15px 0 0;
    }

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

    .product-box *{
        font-size: 2rem !important;
    }
    .product-box {
        line-height: 2.4rem;
    }


    .visible-lg {
        display: block;
    }
    .h-sm {
        display: none !important;
    }
    #content2 {
        flex-direction:row-reverse;
        flex-flow: row wrap;
        padding: 0 15px;
    }
    #content2 .poll, #content2 .show-box {
        width: 100%;
    }

    .poll-question.single-image > .option {
        width: 25%;
    }
}

@media screen and (max-width: 700px) {
    #top-section {
        background-position: 12% center;
    }
    .loreal-logo {
        text-align: left;
    }
    .loreal-logo img {
        margin-bottom: 2rem;
    }
    .text-box {
        font-size: 1.6rem;
    }
    .eleseve-logo {
        max-width: 70%;
    }
    .prod-set {
        display: none;
    }
    .top-elements__right-text {
        min-height: auto;
        padding-bottom: 3rem;
    }
    .styled-btn {
        position: relative;
        z-index: 2;
    }
    .prod-set-mobile {
        display: block;
        width: 40%;
        margin-bottom: -3rem;
    }
    .top-elements {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 576px) {

    #top-section {
        background-position: 16% center;
    }
    .eleseve-logo {
        max-width: 54%;
    }
    .text-box {
        font-size: 2rem;
    }
    .poll-question.single-image > .option {
        float: none;
        margin: 15px auto;
    }

    .poll-question.single-image > .option {
        width: 75%;
    }

    .poll-question.single-image > .option, .poll-question.multi-image > .option {
        width: 48%;
        margin: 15px 1%;
    }

}

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


}
@media screen and (max-width: 440px) {
    html {
        font-size: 40%;
    }

    .poll-question .option {
        font-size: 12px;
    }
    .form-navi .btn.prev, .form-navi .btn.next {
        font-size: 16px;
    }
    #form_footer {
        padding: 20px 0;
    }

    #form_footer span {
        font-size: 1.5rem;
        line-height: 2.5rem;
    }

    #form_footer img {
        width: 140px;
    }
}

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

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

    #top-section {
        background-position: 18% center;
    }

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

}

@media screen and (min-width: 768px) {
    .v-sm {
        display: none !important;
    }
}

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

    .v-sm {
        display: none;
    }

}

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

}

