
html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #000000;
    max-width: 1920px;
    text-align: center;
}
.container-fluid.keep-width {
    max-width: 1200px;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: scriptorama-markdown-jf, sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
#top-section {
    position: relative;
    background-image: url("../img/site/top-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.left-col {
    min-height: 625px;
}
.styled-btn {
    font-weight: 700;
    color: #000000;
    background: #ffffff;
    border: 4px solid #000;
    text-align: center;
    font-size: 1.8rem;
    line-height: 5.2rem;
    margin: 2rem auto 0;
    position: relative;
    bottom: -3rem;
    padding: 0 6.8rem;
    display: inline-block;
    text-transform: uppercase;
    cursor: pointer;
}

.top-logo {
    text-align: right;
    margin: 3.5rem 0 1rem;
}
.top-row {
    display: flex;
    align-items: center;
}
.top-picture {
    width:60%;
    height:auto;
    max-width:100%;
    max-height:100%;
    align-self: center;
    display: block;
}
.top-text-box {
    color: #ffffff;
    text-align: left;
    padding-left: 2rem;
    min-width: 0;
    flex: 3;
}
.top-header {
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 4.5rem;
    text-transform: uppercase;
}
.top-p1 {
    font-size: 2.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin: 2rem auto;
}
.top-p2 {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 2rem;
}
.top-p2 strong {
    font-weight: 700;
    text-transform: uppercase;
}
.middle-section {
    padding: 8rem 0 0;
    text-align: center;
}
.middle-header {
    text-transform: uppercase;
    font-size: 4.5rem;
    line-height: 2.6rem;
    font-weight: 700;
    margin-bottom: 2rem;
}
.middle-header > span {
    font-size: 2.6rem;
}
.middle-pic-wrap {
    text-align: right;
}
.middle-text-box {
    width: 42rem;
    height: 42rem;
    border: 4px solid #000;
    border-radius: 50%;
    display: flex;
    position: relative;
    align-content: center;
    align-items: center;
}
.middl-text-box-inside {
    text-align: center;
    width: 100%;
}
.middl-text-box-inside p {
    font-size: 1.8rem;
    line-height: 2.4rem;
}
.middl-text-box-inside p:first-of-type {
    margin-bottom: 2rem;
}
.middl-text-box-inside p strong {
    font-weight: 900;
}
.middle-quote {
    position: absolute;
}
.mq-top {
    left: 0;
    top: 3.8rem;
}
.mq-bottom {
    right: 0;
    bottom: 3.8rem;
}
.bottom-section {
    background: #f8f8f8;
    margin: 3rem auto 0;
    padding: 5rem 0;
}
.product-rotator-wraper {
    max-width: 1000px;
    margin: 0 auto;
}
.product-rotator {

    padding: 0 6rem;
}
.product-slide {
    display: flex;
    align-items: center;
    width: 99%;
}
.product-rotator .product-slide .product-picture {
    width: 26%;
    text-align: center;
    min-width: 15rem;
}
.product-rotator .product-slide .product-picture img {
    max-width: 100%;
    margin: 0 auto;
    width: auto;
}
.product-desc-inside {
    border: 4px solid #000000;
    border-radius: 12px;
    padding: 4rem 3rem 5rem;
    text-align: left;
    max-width: 60rem;
    position: relative;
}
.product-name {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-bottom: 2.5rem;
    font-weight: 900;
    text-transform: uppercase;
}
.product-desc-inside p {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.4rem;
}
.min-arrow {
    position: absolute;
    left: -11px;
    top: 45%;
    margin-top: -33px;
    width: auto !important;
}
.owl-nav {
    position: absolute;
    height: 0;
    top: 50%;
    left: 0;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}
.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}
.owl-carousel .owl-nav button.owl-next {
    background-image: url("../img/site/arrow-right.png");
    width: 42px;
    height: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -21px;
    right: 0;
    outline: 0 !important;
}
.owl-carousel .owl-nav button.owl-prev {
    background-image: url("../img/site/arrow-left.png");
    width: 42px;
    height: 71px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -21px;
    left: 0;
    outline: 0 !important;
}
.owl-carousel button.owl-dot
















































.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: #000000;
    border-top: none;
    position: relative;
}
.footer::before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    top: 0;
    left: 0;
    width: 100%;
    background: #646464;
}
.footer p {
    font-size: 1.7rem;
    color: #ffffff;
    font-weight: 400;
}
.regulation-link {
    color: #000000;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: 'Lato', sans-serif;
}
.poll hgroup > h1 {


    font-family: 'Lato', sans-serif;
    font-size: 4.5rem;
    line-height: 4.5rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
    margin-top: 5rem;

}
.poll hgroup > h1 > strong {
    display: block;
    font-weight: 700;
}

.poll #counter {
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: 700;
    margin: 4rem auto 1rem;
}

.poll #counter #counter-current {
    font-size: 4.5rem;
    color: #ffffff;
    font-weight: 700;
}
.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;
    border: 4px solid #000000;
}
.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 #000000;
}
.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: #c8c8c8;

    border-color: #c8c8c8;
    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: #c8c8c8;

    border-color: #c8c8c8;
    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;
    font-weight: 500;
    border: 4px 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: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.form-navi .btn.prev {
    background: #cdb77b;
    border: 1px solid #cdb77b;
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 15px 0;
    font-size: 1.7rem;
    font-weight: 500;
    color: #000000 !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;
}
#content {

    background: #e9d4c5;
}
#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.8rem;
    line-height: 2.2rem;
    text-transform: uppercase;
    font-weight: 900;
    color: #000000;
    margin: 2rem auto 1rem;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 52px;
    border: 4px solid #000000;
    height: 58px;
    color: #000000;
    background: transparent;
    font-weight: 700;
}
.form-navi .btn.next {
    border: 1px solid #000000;
    line-height: 54px;
    height: 58px;
    color: #ffffff;
    background: #000000;
    font-weight: 700;
}
.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, .poll-form .next.btn:hover {
    background: #000000;
    color: #ffffff;
    border-color: #000000;
}
.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;
}
.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%;
    }

}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .top-picture {
        width: 60%;
    }

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

    .top-row {
        flex-direction: column-reverse;
    }
    .top-text-box, .top-logo {
        text-align: center;
        padding: 0;
    }
    .top-logo {
        margin-bottom: 3rem;
    }
    .top-picture {
        width: 90%;
        margin: 2rem auto 0;
    }






    .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) {
    .middle-pic-wrap {
        text-align: center;
    }
    .middle-pic-wrap img {
        max-width: 80%;
        margin: 0 auto;
    }
    .middle-text-box {
        margin: 4rem auto 0;
    }






    .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: 576px) {
    .product-slide {
        flex-direction: column;
    }
    .owl-nav {
        top: 20%;
    }
    .product-desc-inside {
        text-align: center;
    }
    .product-picture {
        margin-bottom: 3rem;
    }
    .min-arrow {
        top: 0;
        transform: rotate(90deg);
        left: 50%;
        margin-left: -14px;
    }
    .product-rotator .product-slide .product-picture {
        width: auto;
    }
    .product-rotator .product-slide .product-picture img {
        max-width: 80%;
    }

    .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%;
    }

    .middle-quote {
        width: 10rem;
    }


    .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: 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) {

}
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

}

