html {
    font-size: 62.5%;
}
body {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #000000;
    max-width: 1920px;
    text-align: center;
    font-size: 1.6rem;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.s-font {
    font-family: 'Lato', sans-serif;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
.top-woman {
    max-width: 100%;
}
.top-logo {
    padding: 20px 0 40px;
}

.styled-btn {
    font-size: 3.4rem;
    line-height: 6.8rem;
    padding: 0 2.5rem;
    font-weight: 300;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #c7d100; /* Old browsers */
    background: -moz-linear-gradient(top, #9e4ea8 0%, #7c2c80 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9e4ea8 0%,#7c2c80 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9e4ea8 0%,#7c2c80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e4ea8', endColorstr='#7c2c80',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
#top-section {
    background-image: url("../img/site/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    height: 646px;
    padding-bottom: 4rem;
}
#logo-box {
    margin: 1.2rem 0;
}
.top-text-box {
    color: #FFFFFF;
    width: 649px;
    max-width: 100%;
}
.big-header {
    font-weight: 300;
    font-size: 4.2rem;
    text-transform: uppercase;
    margin: 4rem auto 2rem;
    text-shadow: 2px 2px rgba(0,0,0, .7);
}
.big-header strong {
    color: #FFFFFF;
    font-weight: 900;
}
.big-header strong.blue-color {
    color: #017ec1;
}
.small-text {
    color: #000000;
    margin: 1.5rem 0 1rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
}
.strong-black {
    font-size: 2rem;
    margin: 1.5rem 0 .5rem;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2.8rem;
}

.top-list {
    margin: 0;
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 5px;
}
.top-list li {
    list-style: none;
    text-align: left;
    color: #000000;
}
.top-list li strong {
    color: #017ec1;
}
.top-list li:before {
    content: '';
    width: 4px;
    height: 1px;
    background: #000000;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}
.button-box {
    margin: 2rem 0;
}
.button-box span {
    line-height: 2rem;
    padding: 1.3rem 2rem;
    display: inline-block;
    font-weight: 700;
    text-transform: uppercase;
}
#video-box {
    background-image: url("../img/site/video-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.player-box {
    margin: 12rem auto;
    cursor: pointer;
}
.player-box .big-header {
    margin-top: 0;
}
#video-player img {
    width: 100%;
}
#products-section {
    padding-bottom: 4rem;
    margin-top: 3.5rem;
}
.products-set-bg {

    background-image: url("../img/site/lines-bg.png");
    background-repeat: no-repeat;
    background-position: 0 40%;
    background-size: 100%;
}
.products-set-picture img {
    margin: 10rem 0 5rem;
    width: 100%;
}
.prizes-box {
    margin-bottom: 6rem;
}
.prizes-list {
    line-height: 2.8rem;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}
.prize-wrap {
    position: relative;
    width: 550px;
    margin: auto;
    clear: both;
}
.prize-left {
    border-left: 3px solid #2f8fc8;
}
.prize-left:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    left: -3px;
    top: -1.5px;
    background: #2f8fc8;
}
.prize-left:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    left: -3px;
    bottom: -1.5px;
    background: #2f8fc8;
}
.prize-right {
    border-right: 3px solid #2f8fc8;
}
.prize-right:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    right: -3px;
    top: -1.5px;
    background: #2f8fc8;
}
.prize-right:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 32px;
    right: -3px;
    bottom: -1.5px;
    background: #2f8fc8;
}
.prize-name {
    font-size: 2.4rem;
    color: #abc000;
    text-transform: uppercase;
    position: absolute;
    line-height: 3rem;
    top: 50%;
    margin-top: -1.5rem;
}
.prize-name strong {
    font-weight: 900;
    color: #2f8fc8;
}
.prize-left .prize-name {
    right: calc(100% + 30px);
    padding-right: 5px;
}
.prize-right .prize-name {
    left: calc(100% + 30px);
    padding-left: 5px;
}
.prize-left .prize-name:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 28px;
    right: -29px;
    top: 50%;
    margin-top: -1.5px;
    background: #2f8fc8;
}
.prize-right .prize-name:before {
    content: '';
    position: absolute;
    height: 3px;
    width: 28px;
    left: -29px;
    top: 50%;
    margin-top: -1.5px;
    background: #2f8fc8;
}
.product-img {
    max-width: 100%;
}
.small-header {
    text-transform: uppercase;
    font-size: 2.4rem;
    color: #127dbc;
    font-weight: 300;
    margin: 2rem 0;
    line-height: 1.2;
}
.small-header-green {
    color: #b4c600;
}
.small-header span {
    font-weight: 900;
}
.small-header strong {
    font-weight: 900;
    color: #7d2d81;
}
#products-section .align-items-end {
    margin-top: -12rem;
}
.text-to-left {
    text-align: left;
}
.text-to-left .product-img {
    margin-right: 0;
}
.text-to-right .product-img {
    margin-left: 0;
}
.text-to-right {
    text-align: right;
}
.product-desc {
    font-size: 1.6rem;
    line-height: 2.3rem;
    margin: 1.5rem 0 6rem;
    max-width: 650px;
    display: inline-block;
}
.product-spec {
    margin: 0;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 2.3rem;
    padding-left: 5px;
}
.product-spec li {
    list-style: none;
    text-align: left;
}
.product-spec li:before {
    content: '';
    width: 4px;
    height: 1px;
    background: #000000;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    margin-top: -3px;
}

.product-img-mobile {
    display: none;
    margin: 1.5rem auto;
}






#content {
    background-image: url("../img/site/form-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: none;
}
.footer p {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-weight: 300;
}
.regulation-link {
    color: #2f8fc8;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {
    font-family: 'Lato', sans-serif;
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    margin-top: 0;
}

.poll hgroup > h1 strong {
    text-shadow: none;
    letter-spacing: 2px;
    color: #fff;
}

.poll #counter {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 300;
}

.poll #counter #counter-current {
    font-size: 2.4rem;
    color: #fff;
}
.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 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f8fc8+0,0071b4+100 */
    background: #2f8fc8; /* Old browsers */
    background: -moz-linear-gradient(top, #2f8fc8 0%, #0071b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f8fc8 0%,#0071b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f8fc8 0%,#0071b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8fc8', endColorstr='#0071b4',GradientType=0 ); /* IE6-9 */
    border-color: transparent;
    border-radius: 2px;
}
.poll-question.single-image label > img {
    max-width: none;
}
.poll-question.single-image .checked-style {
    margin-bottom: -30px;
    border-radius: 50%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f8fc8+0,0071b4+100 */
    background: #2f8fc8; /* Old browsers */
    background: -moz-linear-gradient(top, #2f8fc8 0%, #0071b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f8fc8 0%,#0071b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f8fc8 0%,#0071b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8fc8', endColorstr='#0071b4',GradientType=0 ); /* IE6-9 */
    border: 1px solid transparent;
    color: #FFFFFF;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f8fc8+0,0071b4+100 */
    background: #2f8fc8; /* Old browsers */
    background: -moz-linear-gradient(top, #2f8fc8 0%, #0071b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f8fc8 0%,#0071b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f8fc8 0%,#0071b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8fc8', endColorstr='#0071b4',GradientType=0 ); /* IE6-9 */
    border: 1px solid transparent;
    color: #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%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #c7d100; /* Old browsers */
    background: -moz-linear-gradient(top, #c7d100 0%, #a2bb00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7d100 0%,#a2bb00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7d100 0%,#a2bb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d100', endColorstr='#a2bb00',GradientType=0 ); /* IE6-9 */
    border-color: #2d958f;
    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;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #c7d100; /* Old browsers */
    background: -moz-linear-gradient(top, #c7d100 0%, #a2bb00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7d100 0%,#a2bb00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7d100 0%,#a2bb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d100', endColorstr='#a2bb00',GradientType=0 ); /* IE6-9 */
    border-color: #2d958f;
    width: 18px;
    height: 18px;
    margin: 3px auto;
}
.poll-question.single-image label > span {
    display: block;
    color: #FFFFFF;
    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 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #c7d100; /* Old browsers */
    background: -moz-linear-gradient(top, #c7d100 0%, #a2bb00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7d100 0%,#a2bb00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7d100 0%,#a2bb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d100', endColorstr='#a2bb00',GradientType=0 ); /* IE6-9 */
    border: 1px solid transparent;
    color: #FFFFFF !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-weight: 700;
    font-size: 1.5rem;
    font-family: 'Lato', sans-serif;
}
.form-navi .btn.next {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #c7d100; /* Old browsers */
    background: -moz-linear-gradient(top, #c7d100 0%, #a2bb00 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c7d100 0%,#a2bb00 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c7d100 0%,#a2bb00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7d100', endColorstr='#a2bb00',GradientType=0 ); /* IE6-9 */
    border: 1px solid transparent;
    color: #FFFFFF;
    line-height: 62px;
    height: 62px;
    font-weight: 300;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 3.4rem;
}
.form-navi .btn.prev {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2f8fc8+0,0071b4+100 */
    background: #2f8fc8; /* Old browsers */
    background: -moz-linear-gradient(top, #2f8fc8 0%, #0071b4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #2f8fc8 0%,#0071b4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #2f8fc8 0%,#0071b4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f8fc8', endColorstr='#0071b4',GradientType=0 ); /* IE6-9 */
    border: 1px solid transparent;
    color: #FFFFFF;
    line-height: 62px;
    height: 62px;
    font-weight: 300;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 3.4rem;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 20px 0;
    font-size: 1.8rem;
    font-weight: 300;
    color: #FFFFFF !important;
}

p.txt.rules > a {
    color: #fff;
    text-decoration: underline;
}
#form_footer span {
    font-size: 2rem;
    line-height: 4rem;
    vertical-align: bottom;
}
#form_footer img {
    padding: 0 5px;
}
#content2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 6.5rem 0 3rem;
    display: flex;
}
#content2 .poll {
    width: 70%;
    max-width: 630px;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll #counter {
    margin-top: 30px;
}
.poll #counter {
    font-size: 2.6rem;
    font-weight: 300;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-size: 1.8rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 300;
    color: #FFFFFF;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.btn.prev, .btn.next {
    width: calc(40% - 10px);
    text-transform: uppercase;
    margin: 2rem 0;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.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-small {
    display: none;
}

.white-bg {
    background: #FFFFFF;
}
.poll-question.single .option.option-other label {
    width: 120px;
    float: left;
}
.poll-question.single .option.option-other:after {
    content: "";
    clear: both;
    display: block;
}
.poll-question.single .option.option-other .inline {
    display: block;
    float: left;
    width: calc(100% - 120px);
    padding: 0;
}
.poll-question.single .option.option-other .inline input {
    width: 95%;
    border:1px solid #000000;
    border-left: 0;
    text-align: left;
    padding: 10px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000 !important;
    margin: 10px;
    height: 42px;
    outline: 0;

}

.poll-question.single .option.option-other .inline input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #cfcfcf;
    opacity: 1; /* Firefox */
}

.poll-question.single .option.option-other .inline input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cfcfcf;
}

.poll-question.single .option.option-other .inline input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cfcfcf;
}
.poll-question.single .option.option-other input[type="radio"]:checked + label + .inline input {
    outline: 0;
    border:1px solid #114037;
}
@media screen and (max-width: 1600px) {

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

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

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

    #video-box {
        background-position: top left;
        background-size: auto 100%;
    }
    #top-section, #content {
        background-position: 80% 0%;
    }
    #logo-box {
        margin-bottom: 10rem;
    }
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    html {
        font-size: 50%;
    }
    .top-text-box {
        width: 400px;
    }
    .prize-wrap {
        width: 450px;
    }
}
@media screen and (max-width: 991px) {
    .top-text-box {
        background: rgba(255,255,255,0.9);
        padding: 10px;
    }
    .big-header {
        font-size: 3.8rem;
        color: #000;
        text-shadow: none;
        line-height: 1.2;
    }
    .big-header strong {

        color: #000;
        text-shadow: none;
    }
    #top-section .big-header {
        margin-top: 0;
    }
    #top-section {

        height: unset;
    }
    #logo-box {
        margin-bottom: 30rem;
    }
    .prize-wrap {
        width: 300px;
        padding: 0 5px;
    }

    html {
        font-size: 50%;
    }


    .visible-midium {
        display: inline-block;
        margin: auto;
    }
    .hidden-midium {
        display: none !important;
    }
    .v-md {
        display: block;
        margin: auto;
        width: 100%;
    }


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

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

    .small-header {
        text-align: center;
    }
    .product-spec {
        text-align: center;
    }
    .product-img {
        display: none;
    }
    .text-to-left,
    .text-to-right,
    .text-to-left .product-desc,
    .text-to-right .product-desc {
        text-align: center;
    }
    .product-img-mobile {
        display: block;
        max-width: 50%;
    }
    .products-set-bg {
        background-position: 0 25%;
    }
    html {
        font-size: 40%;
    }
    .prize-right .prize-name, .prize-left .prize-name {
        font-size: 2.4rem;
        text-transform: uppercase;
        line-height: 3rem;
        top: unset;
        left: unset;
        right: unset;
        position: static;
        margin: 1rem auto 0.5rem;
        padding: 0;
        background: #FFFFFF;
        margin-top: -10px;
        width: 180px;
    }
    .prize-wrap {
        border:3px solid #2f8fc8;
        width: 80%;
        margin-top: 5rem;
        padding-bottom: 10px;
    }
    .prize-2, .prize-3{
        width: 85%;
        margin-bottom: 15px;
    }
    .prize-left .prize-name:before {
        content: none;
    }
    .prize-right .prize-name:before {
        content: none;
    }

    .prize-wrap:before, .prize-wrap:after {
        content: none;
    }


    #products-section .align-items-end {
        margin: 0;
    }

    .small-text br {
        display: none;
    }


    .visible-small {
        display: block;
    }
    .hidden-small {
        display: none;
    }
    #content2 {
        flex-direction:row-reverse;
        flex-flow: row wrap;
    }
    #content2 .poll, #content2 .show-box {
        width: 100%;
    }

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

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

}
@media screen and (max-width: 576px) {
    .products-set-picture img {
        margin: 3rem 0 0rem;
    }
    .button-box {
        display: block;
    }
    .button-box span {
        font-size: 1.8rem;
        line-height: 2.1rem;
    }



    .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) {
    .button-box span {
        font-size: 1.6rem;
    }

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

    #logo-box {
        margin-bottom: 5rem;
        text-align: center;
    }
    #logo-box img {
        max-width: 60%;
    }
    .products-set-bg {
        background-position: 0 15%;
    }
    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) {

    .button-box span {
        font-size: 1.1rem;
        line-height: 2.1rem;
    }
    .big-header {
        font-size: 2.8rem
    }
    .styled-btn {
        font-size: 3rem;
    }
    .prize-right .prize-name, .prize-left .prize-name {
        width: 160px;
    }

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

}

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

}

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

}

