html {
    font-size: 10px;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000;
    font-size: 1.8rem;
    max-width: 1920px;
    text-align: center;

}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
#content {
    background-image: url("../img/site/bottom-bg.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 1rem;
    padding-top: 140px;
}
.container-fluid.keep-width {
    max-width: 1200px;
}
.s-font {
    font-family: 'Pangolin', cursive;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}

.top-section {
    max-width: 1920px;
    margin: auto;
    background-image: url("../img/site/top-bottom-flex.jpg");
    background-position: bottom center;
    background-color: #ffffff;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}
.top-section .container-fluid.keep-width {
    padding: 0;
}
.middle-section {
    position: relative;
    padding: 4rem 0;
    background: rgb(246,246,246);
    background: -moz-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(246,246,246,1) 0%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f6f6",endColorstr="#ffffff",GradientType=1);
}
.bottom-section {
    min-height: 400px;
    background: #ffffff;
}
.top-box {
    background-image: url("../img/site/top-bg.png");
    background-repeat: no-repeat;
    padding-bottom: 4rem;
    background-position: top center;
    position: relative;
}

.styled-btn {
    display: inline-block;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 5rem;
    padding: 0 2.8rem;
    cursor: pointer;
    background: #e32855;
    color: #FFFFFF;
    position: relative;
    margin-top: 2.8rem;
    box-shadow: 0 0 4.386rem .714rem rgba(0, 0, 0, 0.75);
    z-index: 10;
}
.top-box-content {
    position: relative;
    padding-top: 43rem;
}
.top-header {
    font-size: 4rem;
    color: #ffffff;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}
.middle-header {
    font-size: 4rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.top-circle {
    position: absolute;
    left: 4rem;
    bottom: 22rem;
}
.top-product {
    position: absolute;
    right: -10%;
    bottom: 3rem;
}
.top-logo {
    margin-top: 14rem;
}
.quote-box {
    border: 1px solid #a0a0a0;
    max-width: 66.3rem;
    margin: 5rem auto 4rem;
    position: relative;
    padding: 3.5rem 4.5rem 1.5rem;
    font-size: 1.875rem;
    line-height: 2.4rem;
    font-style: italic;
}
.quote-signature {
    margin: 2rem auto 0;
    max-width: 70%;
}
.quote-box span {
    display: block;
    width: 70px;
    height: 1px;
    position: absolute;
    left: 50%;
    top: -1px;
    margin-left: -35px;
    background: #f9f9f9;
}
.quote-icon {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -20px;
    z-index: 2;
}
.line-description {

}
.line-description-header {
    font-size: 2.2rem;
    font-weight: 700;
    border: 1px solid #a0a0a0;
    display: inline-block;
    line-height: 5rem;
    padding: 0 2.2rem;
}
.line-description-box {
    max-width: 42.5rem;
    margin: 3rem auto;
    text-align: center;
}
.line-description-box p {
    font-size: 2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 1rem;
}
.line-description-box div {
    padding: 1rem 2rem;
    position: relative;
}
.line-description-box div:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 17px;
    border-top: 3px solid #e32855;
    border-left: 3px solid #e32855;
    border-bottom: 3px solid #e32855;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.line-description-box div:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 17px;
    border-top: 3px solid #e32855;
    border-right: 3px solid #e32855;
    border-bottom: 3px solid #e32855;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.line-description-box ul {
    list-style: none;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 2.1rem;
    padding: 0;
    margin: 0 0 0 13px;
}
.line-description-box ul li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin: 1rem 0;
}
.line-description-box ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e32855;
}
.icons-set {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 1rem -2rem;
}
.icon-box {
    width: 9.5rem;
    margin: 0 2rem;
}
.icon-box img {
    max-width: 100%;
}
.icon-box span {
    display: block;
    font-size: 1.3rem;
    line-height: 1.6rem;
    text-align: center;
    margin-top: 1rem;
}
.action-box {
    margin: 4rem auto;
}
.ab-p1 {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: 1rem;
    font-weight: 700;
}
.ab-a1 {
    display: inline-block;
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 5rem;
    padding: 0 2.8rem;
    cursor: pointer;
    background: #e32855;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
}
.products-header {
    font-size: 2.2rem;
    line-height: 4rem;
    margin-bottom: -2.2rem;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.product-box {
    margin-bottom: -10rem;
}
.product-pic {
    max-width: 100%;
}
.product-name {
    text-transform: uppercase;
}
.pn-1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
}
.pn-2 {
    font-size: 2.2rem;
    line-height: 2.6rem;
    font-weight: 400;
}
.pn-3 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 400;
    margin: .5rem auto 1rem;
}
.pn-4 {
    font-size: 1.7rem;
    line-height: 2.1rem;
    font-weight: 400;
}
.product-desc {
    list-style: none;
    margin: 4rem auto 3rem;
    padding: 0 0 0 30%;
    text-align: left;
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.product-desc li {
    position: relative;
    text-align: left;
    padding-left: 20px;
    margin: 1rem 0;
}
.product-desc li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1rem;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e32855;
}
.show-ingredients {
    display: inline-block;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 4rem;
    padding: 0 1.4rem;
    cursor: pointer;
    background: #e32855;
    color: #FFFFFF;
    position: relative;
    text-transform: uppercase;
}
.hidden-desc {
    display: none;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 3.5rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.9rem;
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 0;
    width: 44rem;
    margin-left: -20rem;
}
.hidden-desc.showed {
    display: block;
}
.close-hidden-desc {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-weight: 700;
    color: #e32855;
    cursor: pointer;
}
.hidden-desc-content strong {
    display: block;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}
.line-separator {
    width: 80%;
    border-top: 1px solid #89867b;
    margin: 1rem 0 .5rem;
}
.flowers {
    position: absolute;
}
.flower-1 {
    left: 0;
    top: -5%;
}
.flower-2 {
    right: 0;
    top: 5%;
}
.petals {
    position: absolute;
}
.petals-1 {
    left: 12rem;
    top: 15%;
}
.petals-2 {
    right: 12rem;
    top: 38%;
}









.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    border-top: none;
    background: transparent;
    padding: 2rem 0;
}
.footer p {
    color: #fff;
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: 400;
}
.regulation-link {
    color: #e32855;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {
    font-family: 'Lato', sans-serif;
    font-size: 5.6rem;
    line-height: 5.6rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
    color: #ffffff;
    margin-top: 5rem;

}

.poll #counter {
    font-family: 'Lato', sans-serif;
    font-size: 4.6rem;
    line-height: 4.6rem;
    font-weight: 400 !important;
    color: #e32855;
}

.poll #counter #counter-current {
    color: #e32855;
}
.poll-question.single-image {
    text-align: center;
}

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

}
.poll-question input[type="radio"] + label, .poll-question input[type="checkbox"] + label {
    background: transparent;
    padding: 15px 10px;
    border: 1px solid #ffffff !important;
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #ffffff;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    background: transparent;
    border: 1px solid #ffffff;
}
.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: 1px solid #ffffff;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.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: 1px solid #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: 0 10px 30px 10px;
    float: none;
}
.color-main {
    color: #fcbbbc;
}
.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;
    font-weight: 400;
    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: transparent;
}
.form-navi .btn {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1.7rem;
}
.form-navi .btn.prev {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    line-height: 54px;
    font-weight: 700;
    cursor: pointer;
    font-size: 1.7rem;
    text-transform: uppercase;
}
.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;
}

p.txt.rules {
    color: #fff;
}

p.txt.rules > a {
    color: #e32855;
    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: 6rem auto 4rem;
    display: flex;
}
#content2 .poll {
    width: 70%;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll #counter {
    margin-top: 2rem;
    font-weight: 300;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-family: 'Lato', sans-serif;
    font-size: 1.7rem;
    line-height: 2.2rem;
    margin-top: 2rem;
    font-weight:400;
    color: #ffffff;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    height: 53px;
    line-height: 52px;
    color: #ffffff;
    font-weight: 700;
}
.form-navi .btn.prev span {
    display: inline-block;
    padding-right: 4rem;
    margin-left: -4rem;
}
.form-navi .btn.next span {
    display: inline-block;
    padding-left: 4rem;
    margin-right: -4rem;
}
.form-navi .btn.next {
    height: 53px;
    line-height: 52px;
    font-weight: 700;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover {
    background: #FFFFFF;
    border-color: #323e75;
}
.rules {
    text-align: center;
}
.form-navi {
    margin-top: 0;
}
button.btn[type="submit"] {
    background: #c82536;
}
.top-product-pic-mobile {
    display: none;
}
.visible-midium {
    display: none;
}
@media screen and (max-width: 1600px) {
    .flower-1 {
        top: -2%;
    }
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1314px) {
    .top-product {
        width: 40%;
        right: -5%;
    }
    .top-logo {
        margin-top: 14rem;
        margin-bottom: 4rem;
    }
    .top-box {
        padding-bottom: 0;
    }
}
@media screen and (max-width: 1200px) {
    .petals {
        opacity: 0.5;
    }
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    html {
        font-size: 9px;
    }
    body {
        font-size: 1.6rem;
    }
    .top-box-content {
        padding-top: 37rem;
    }
    .top-box {
        background-size: 80% auto;
    }
    .top-product {
        width: 50rem
    }

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

    html {
        font-size: 55%;
    }
    .top-product {
        position: static;
        width: auto;
        max-width: 90%;
        margin: 0 auto;

    }
    .top-box-content {
        padding-top: 50rem;
    }
    .flowers, .petals {
        display: none;
    }
    .top-circle {

    }


    .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-desc {
        padding: 0;
    }
    .show-ingredients {
        margin-bottom: 2rem;
    }
    .hidden-desc {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        width: 100%;
    }
    .product-name {
        margin-top: 5rem;
    }
    #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: 576px) {
    .top-logo {
        max-width: 40%;
        margin-top: 4rem;
    }
    .top-circle {
        max-width: 20%;
        bottom: 13rem;
    }
    .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) {
    .top-product {
        margin-top: 10rem;
    }

    .form-navi .btn.prev span, .form-navi .btn.next span {
        display: none;
    }

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

    html {
        font-size: 45%;
    }
    .poll hgroup > h1 {
        font-size: 4rem;
        line-height: 4rem;
    }
    .top-box {
        background-size: 700px auto;
    }
    .top-box-content {
        padding-top: 30rem;
    }
    .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) {



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

}

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

}

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

}

