html {
    font-size: 62.5%;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #414141;
    max-width: 1920px;
    text-align: center;
    font-size: 1.6rem;
}
.top, #content {
    max-width: 1920px;
    margin: auto;
}
.container-fluid.keep-width {
    max-width: 1200px;
}
.s-font {
    font-family: 'Open Sans', sans-serif;
}
strong {
    font-weight: 700;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}


.shadow-wrap img {
    position: relative;
    filter: drop-shadow(0 0 100px rgba(0,0,0,.6));
}




.styled-btn {
    font-size: 2.6rem;
    line-height: 6.4rem;
    padding: 0 3.5rem;
    font-weight: 700;
    color: #FFFFFF;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c7d100+0,a2bb00+100 */
    background: #16216a;
    display: inline-block;
    margin: 2rem auto;
}
#top-section {
    background-image: url("../img/site/top-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 616px;
    padding-bottom: 4rem;
}
.top-products-wraper {
    position: relative;
}
.top-products {
    margin: 3rem 0 -4rem;
}
.top-header {
    font-size: 4.2rem;
    line-height: 5rem;
    color: #16216a;
    font-weight: 800;
    margin-bottom: 2rem;
}
.top-p1 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1.5rem;
}
.top-p2 {
    font-size: 2rem;
    line-height: 3.1rem;
    margin-top: 1.5rem;
}
.product-row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-row:first-of-type {
    margin-bottom: -6rem;
}
.product-data {
    width: 100%;
}
.image-right .product-data {
    text-align: right;
    padding-right: 3rem;
}

.image-left .product-data {
    text-align: left;
    padding-left: 3rem;
    margin-top: 9rem;
}

.poduct-name {
    font-size: 4.2rem;
    line-height: 5rem;
    color: #16216a;
    font-weight: 300;
}
.product-data p {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 3rem;
    font-weight: 300;
}
.image-right .product-data p {
}
.image-left .product-data p {
}
.product-img {
    align-self: center;
    max-width: 100%;
    filter: drop-shadow(0 0 80px rgba(0,0,0,.34));
}
.product-disclaimer {
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 700;
    text-align: left;
    margin-top: 5rem;
    margin-bottom: -10rem;
}
.top-products-small {
    display: none;
}





#content {
    background-image: url("../img/site/bottom-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 1011px;
    padding-top: 150px;
}
#content.pg-opinia {
	background:#fff;
	padding-top: 0px;
}
.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: transparent;
    border-top: none;
    padding: 0 0 15px;
}
.footer p {
    margin-top: 3rem;
    color: #16216a;
    font-size: 1.6rem;
    font-weight: 300;
}
.regulation-link {
    color: #16216a;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {


    font-family: 'Open Sans', sans-serif;
    font-size: 3.6rem;
    line-height: 4rem;
    text-transform: none;
    color: #000;
    font-weight: 800;

}

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

.poll #counter #counter-current {
    font-size: 4.8rem;
    color: #ffffff;
}
.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: #ffffff;
    border-color: #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;
    color: #000;
}
.poll-question.multi-image .checked-style {
    margin-bottom: -30px;
    border-radius: 0;

    background: #ffffff;
    border: 1px solid #000000;
    color: #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: #16216a;
    border: 1px solid #16216a;
    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: #16216a;
    border: 1px solid #16216a;
    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: #16216a;
    border: 1px solid #16216a;
    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: 'Open Sans', sans-serif;
}
.form-navi .btn.next {
    background: #16216a;
    border: 1px solid #16216a;
    color: #FFFFFF;
    line-height: 50px;
    height: 50px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 2rem;
}
.form-navi .btn.prev {
    background: #ffffff;
    border: 1px solid #000000;
    color: #000000;
    line-height: 50px;
    height: 50px;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 2rem;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 12px 0;
    font-size: 1.6rem;
    font-weight: 300;
    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;
}
#content2 {
    max-width: 100%;
    margin: 0 auto;
    padding: 8rem 0 5rem;
    display: flex;
}
#content2 .poll {
    width: 70%;
    max-width: 630px;
    margin: auto;
}
#content2 .show-box {
    width: 30%;
    border: 1px solid #FFFFFF;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: 1rem;
    font-weight: 300;
    color: #000;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.btn.prev, .btn.next {
    width: calc(50% - 8px);
    text-transform: uppercase;
    margin: 1.5rem 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: 100%;
    border:1px solid #000000;
    border-left: 0;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 400;
    color: #000000 !important;
    margin: 0;
    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) {
    #top-section {
        background-image: none;
        min-height: unset;
        padding-top: 0;
    }
    .top-products-small {
        display: block;
        width: 100%;
    }
    .top-products {
        display: none;
    }

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

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

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

    html {
        font-size: 50%;
    }



    .hidden-mobile-br {
        display: none;
    }
    .product-data {
        text-align: justify;
    }
    .product-img {
        max-width: 30%;
    }
    .product-disclaimer {
        margin-bottom: -14rem;
    }
    .product-row:first-of-type {
        margin-bottom: -5rem;
    }








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


    html {
        font-size: 40%;
    }



    #top-section {
        background-image: url("../img/site/top-mobile.jpg");
        min-height: 62rem;
        padding-top: 50rem;
    }
    #top-section .justify-content-end {
        justify-content: center !important;
        display: block;
    }
    .top-products-small {
        display: none;
    }
    .top-products {
        display: block;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-left: 5%;
        margin: 0 auto 4rem;
    }
    .top-product-wraper {
        text-align: center;
    }


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

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

@media screen and (max-width: 635px) {
    .product-img {
        max-width: 100%;
        width: 50%;
    }
    .product-row {
        flex-direction: column-reverse;
    }
    .product-row:first-of-type {
        margin-bottom: 10rem;
    }
    .product-row.image-left {
        flex-direction: column;
    }
    .product-data {
        text-align: center !important;
    }
    .image-left .product-data {
        margin-top: 0;
    }
    .product-disclaimer {
        text-align: center;
        font-size: 1.2rem;
        line-height: 1.4rem;
        font-weight: 400;
    }


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



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



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

}

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

}

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

}

