html {
    font-size: 62.5%;
}
body {
    font-family: "Times New Roman", serif;
    font-weight: 400;
    color: #000000;
    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-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
#content.pg-opinia {
    background: #c29d7a;
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.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: url("../img/site/top-bg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 472px;
    overflow: hidden;
    padding-bottom: 5rem;
    position: relative;
}

.styled-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 5rem;
    padding: 0 3.6rem;

    background: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);

    color: #FFFFFF;
    position: relative;
    font-family: 'Pangolin', cursive;
    margin: 1.5rem 0;
}

.top-text-box {
    background-image: url("../img/site/top-square.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.5rem 3rem;
    text-align: left;
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}
.ttb-top-row {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.top-header {
    font-size: 3rem;
    line-height: 3.3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 2.8rem;
    border-right: 2px solid #000000;
    margin: 0;
}
.top-logo {
    margin: 0 0 .2rem 2.5rem;
}
.ttb-p {
    margin-top: 1.5rem;
    line-height: 2.2rem;
}
.vege-logo {
    position: absolute;
    right: 1rem;
    bottom: 1.5rem;
}
.bielenda-logo {
    margin: 3rem 0 0;
}
.bielenda-wrapper {
    text-align: right;
}
.middle-section {
    padding: 4.5rem 0;
}
.middle-block {
    text-align: left;
    position: relative;
}
.middle-ambassador {
    position: relative;
    display: inline-block;
    padding: 0 3rem 3rem 0;
}
.middle-ambassador > div {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #ffee46;
    text-align: left;
    padding: .5rem 1rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.middle-text-block {
    background: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    padding: 1.5rem 4rem;
    position: absolute;
    right: 15px;
    width: 100%;
    z-index: 3;
    max-width: 65%;
}
.mtb-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.middle-cbd {
    margin-right: 2.5rem;
    align-self: center;
}
.mtb-row .mtb-p {
    padding-left: 2.8rem;
    border-left: 2px solid #000000;
}
.mtb-row p {
    line-height: 2.1rem;
}
.mtb-arrow {
    color: #FFFFFF;
    font-size: 2.5rem;
    display: inline-block;
    margin-left: 16.8rem;
    margin-top: 1.5rem;
    cursor: pointer;
}
.mtb-arrow span:before {
    content: 'więcej';
}
.mtb-arrow.opened span:before {
    content: 'mniej';
}
.mtb-arrow img {
    vertical-align: middle;
    padding-left: 1rem;
}
.mtb-arrow.opened img {
    transform: rotate(180deg);
}
.hidden-text {
    margin-top: 2rem;
}
.question-mark {
    position: absolute;
    right: 38%;
    top: 25rem;
}
.middle-header {
    font-size: 3rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 3rem;
}
.product-box {
    padding: 0 1.5rem;
}
.product-box_left .pb-title,  .product-box_left .pb-desc {
    text-align: right;
}
.product-box_right .pb-title,  .product-box_right .pb-desc {
    text-align: left;
}
.pb-image {
    margin-bottom: 2rem;
}
.pb-image img {
    max-width: 100%;
}
.pb-title {
    border-bottom: 1px solid #000000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 2.2rem;
}
.pb-title strong {
    display: inline-block;
    background: #ffee46;
    padding: 0 .5rem;
}
.pb-desc {
    font-size: 1.5rem;
    line-height: 1.8rem;
}
.pb-desc p {
    margin-bottom: 1.5rem;
}
.top-products {
    display: block;
    position: absolute;
    bottom: -49px;
    right: -43px;
    z-index: 0;
}
.keep-width {
    position: relative;
}







.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    border-top: none;
    background: #698a7e;
    padding: 2rem 0;
}
.footer p {
    color: #FFFFFF;
}
.footer-section {
    background: #698a7e;
}
.regulation-link {
    color: #000000;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
.poll hgroup > h1 {
    font-family: "Times New Roman", serif;
    font-size: 3.1rem;
    line-height: 3.5rem;
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;

}

.poll #counter {
    font-size: 5rem;
    line-height: 5.5rem;
    color: #587061;
}

.poll #counter #counter-current {

    color: #587061;
}
.poll-question.single-image {
    text-align: center;
}

.poll-question.single-image > .option {
    border: 1px solid #000000;
    margin: 0px 15px 30px 15px;
    font-family: "Times New Roman", serif;
    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: #FFFFFF;
    padding: 15px 10px;
    border: none;
    font-size: 18px;
    font-family: "Times New Roman", serif;
}
.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: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    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: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    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 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: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    border: none;
    font-weight: 700;
    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-family: 'Pangolin', cursive;
    font-weight: 400;
}
.form-navi .btn.next {
    background: #27915e;
    border: none;
    color: #FFFFFF;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
}
.form-navi .btn.prev {
    background: #FFFFFF;
    border: none;
    color: #FFFFFF;
    line-height: 54px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    padding: 10px 0;
    font-size: 1.6rem;
    font-weight: 400;
    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 {
    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: 700;
}
.poll-question-header {
    margin-top: 0;
}
.poll-question-header h3 {

    font-family: "Times New Roman", serif;
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-weight: 700;
    color: #000000;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    background: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    line-height: 46px;
    color: #FFFFFF;
    font-weight: 400;
}
.form-navi .btn.next {
    background: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    line-height: 46px;
    font-weight: 400;
}
.btn.prev, .btn.next {
    width: calc(50% - 10px);
    text-transform: capitalize !important;
    font-size: 25px;
    line-height: 44px;
    padding-top: 2px;
    margin-top: 10px;
}
.btn.prev + .btn.next {
    margin-left: 15px;
}
.btn.next {
    color: #FFFFFF;
}
.poll-form .prev.btn:hover, .poll-form .next.btn:hover {
    background: rgb(86,115,97);
    background: -moz-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    background: linear-gradient(90deg, rgba(86,115,97,1) 0%, rgba(99,142,123,1) 50%, rgba(86,115,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#567361",endColorstr="#567361",GradientType=1);
    color: #FFFFFF;
    border: none;
}
.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) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1314px) {
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
    .top-header {
        font-size: 2.2rem;
        line-height: 2.4rem;
        padding-right: 5%;
    }
    .middle-text-block {
        max-width: 60%;
    }
    body {
        font-size: 1.6rem;
    }
}
@media screen and (max-width: 991px) {
    html {
        font-size: 55%;
    }
    .question-mark {
        z-index: 2;
    }
    .middle-ambassador img {
        max-width: 70%;
    }
    .ttb-top-row {
        justify-content: flex-start;
    }
    .middle-text-block {
        position: relative;
        right: unset;
        top: unset;
        max-width: unset;
    }
    .mtb-arrow {
        margin-left: 18.8rem;
    }
    .top-products {
        display: block;
        position: static;
        max-width: 80%;
        margin: 2rem auto 0;
    }
    #top-section {
        min-height: unset;
        background-image: url("../img/site/top-mobile-bg.jpg");
        background-size: cover;
        padding-bottom: 0;
        text-align: center;
    }
    .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_left .pb-title,  .product-box_left .pb-desc {
        text-align: center;
    }
    .product-box_right .pb-title,  .product-box_right .pb-desc {
        text-align: center;
    }
    .question-mark {
        right: 10%;
        top: unset;
        bottom: 10rem;
    }
    #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) {
    .ttb-top-row {
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    .question-mark {
        width: 20%;
    }
    .mtb-row {
        flex-direction: column;
        align-items: center;
    }
    .mtb-row {
        text-align: center;
    }
    .middle-cbd {
        margin: 0 auto 1rem;
    }
    .mtb-row p {
        border: 0;
        text-align: center;
        padding: 0;
    }
    .mtb-arrow {
        margin: 1rem auto 0;
    }
    .top-text-box {
        text-align: center;
    }
    .styled-btn {
        margin: 2.5rem auto 1rem;
    }
    .top-logo {
        margin-bottom: 1rem;
    }
    .vege-logo {
        width: 70px;
    }
    .top-header {
        border: 0;
        padding: 0;
    }

    .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) {
    .vege-logo {
        width: 45px;
        right: 1rem;
        bottom: 2.3rem;
    }

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

}

