@font-face {
    font-family: 'GarageGothic';
    src: url('../fonts/subset-GarageGothic-Bold.woff2') format('woff2'),
    url('../fonts/subset-GarageGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'GarageGothic';
    src: url('../fonts/subset-GarageGothic-Black.woff2') format('woff2'),
    url('../fonts/subset-GarageGothic-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
html {
    font-size: 62.5%;
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body {
    font-family: 'GarageGothic';
    font-weight: 700;
    color: #ffffff;
    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-tradeshow-jf,sans-serif;
    font-weight: 400;
    font-style: normal;
}
strong {
    font-weight: 900;
}
.v-md {
    display: none;
}
.img-100 {
    max-width: 100%;
}
.no-margin {
    margin: 0 !important;
}
#top-section {
    background-image: url("../img/site/top-bg-desktop.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 484px;
    position: relative;
}
.styled-btn {

    font-weight: 700;
    font-style: normal;
    font-size: 2.4rem;
    line-height: 5rem;
    padding: 0 3.4rem;
    letter-spacing: 0.2rem;
    color: #ffffff;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd85be+0,ec6dab+100 */
    background: rgb(253,133,190); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,133,190,1) 0%, rgba(236,109,171,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,133,190,1) 0%,rgba(236,109,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,133,190,1) 0%,rgba(236,109,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd85be', endColorstr='#ec6dab',GradientType=0 ); /* IE6-9 */
    display: inline-block;
    position: relative;
    margin: 4rem 0 2rem;
    text-transform: uppercase;
    cursor: pointer;
}
.top-logo {
    position: absolute;
    left: 0;
    top: 1rem;
}
.top-text-box {
    text-transform: uppercase;
    color: #ffffff;
    margin-top: 33rem;
    text-shadow: 0 6px 21px rgba(70,31,7, .38);
}
.ttb-1 {
    font-size: 2.5rem;
    line-height: 2.8rem;
    letter-spacing: 0.2rem;
}
.top-header {
    font-size: 6rem;
    margin-top: 1.5rem;
    line-height: 6.5rem;
    letter-spacing: .5rem;
}
#middle-section {
    background-image: url("../img/site/middle-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: #a586d2;
    min-height: 851px;
    position: relative;
    padding: 6rem 0 0;
}
#content {
    background: #a586d2;
}
.middle-header {
    font-size: 3rem;
    line-height: 3.4rem;
    letter-spacing: 0.2rem;
}
.middle-header strong {
    font-size: 4rem;
    line-height: 4.2rem;
    text-transform: uppercase;
}
.arrow-circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -35px;
    margin-bottom: -35px;
    z-index: 1;
    cursor: pointer;
}
.prod-1-color {
    background-color: #35b6db;
}
.prod-2-color {
    background-color: #f5ec81;
}
.prod-2-color .rectangle {
    color: #066c7b;
}
.prod-3-color {
    background-color: #fd85be;
}
#product-slider {
    margin-top: 3rem;
}
.ps-inside {
    display: flex;
	padding-top: 35px;
}
.ps-image img {
    padding: 7.5rem;
}
.ps-desc {
    text-align: left;
}
.ps-desc-inside {
    padding-right: 4rem;
}
.product-slide .ps-inside {
    overflow: hidden;
}
.product-slide input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}
.product-slide input:not(:checked) + .ps-inside {
    width: 0 !important;
    transition: width 0.6s;
}
.product-slide input:checked + .ps-inside {
    transition: width 0.6s;
}
.product-slide {
    display: flex;
    position: relative;;
    align-items: center;
}
.product-slider-wrapper {
    display: flex;
}
.ps-name {
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 900;
    letter-spacing: .2rem;
    text-transform: uppercase;
}
.ps-desc-p1 {
    font-size: 3rem;
    line-height: 3rem;
    margin: 4rem 0;
}
.ps-desc-p2 {
    font-size: 2.4rem;
    line-height: 3rem;
    margin: 3rem 0;
}
.rectangle {
    display: block;
    background: inherit;
    color: #ffffff;
    position: absolute;
    width: 4rem;
    height: 4rem;
    transform: rotate(-45deg);
    top: 50%;
    right: -2rem;
    margin-top: -2rem;
    line-height: 4rem;
    font-size: 1.3rem;
    z-index: 1;
    text-transform: uppercase;
}
.rectangle span::after {
    content: "rozwiń";
    display: block;
    transform: rotate(45deg);
}
.prod-2-color .rectangle {
    color: #066c7b;
}
.top-mobile {
    display: none;
}

.ps-formula{
    margin-bottom: 30px;
}

.ps-formula img{
    max-width: 100%;
}






.poll-text {
    font-size: 1.8rem;
    font-weight: 300;
    margin-top: 30px;
}
.footer {
    background: #fff;
    border-top: none;
    position: relative;
}
.footer p {
    font-size: 1.4rem;
    color: #066c7b;
}
.regulation-link {
    color: #ffffff;
    text-decoration: underline !important;
    margin-top: 40px;
    display: inline-block;
}
#poll-container {
    font-family: 'GarageGothic';
}
.poll hgroup > h1 {


    font-family: 'GarageGothic';
    font-weight: 900;
    text-shadow: 0 6px 21px rgba(65,7,70,.3);
    font-size: 6rem;
    line-height: 6.5rem;
    letter-spacing: .5rem;
    margin-top: 4rem;

}

.poll #counter {
    font-size: 8rem;
    color: #f5ec81;
    font-weight: 900;
    margin-top: 3rem;
    transform: rotate(10deg);
    letter-spacing: .5rem;
}

.poll #counter #counter-current {
    font-size: 8rem;
    color: #ffffff;
    font-weight: 900;
}
.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: #00b0bf;
    border: 1px solid #00b0bf;
    color: #ffffff !important;
}
.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: #f5ec81;
    border: 1px solid #f5ec81;
    color: #066c7b !important;
    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 {
    background: #f5ec81;
    border: 1px solid #f5ec81;
    color: #066c7b !important;
    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: #f5ec81;
    border: 1px solid #f5ec81;
    color: #066c7b !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: 'GarageGothic';
    font-weight: 400;
}
.form-navi .btn.next {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fd85be+0,ec6dab+100 */
    background: rgb(253,133,190); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(253,133,190,1) 0%, rgba(236,109,171,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(253,133,190,1) 0%,rgba(236,109,171,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(253,133,190,1) 0%,rgba(236,109,171,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd85be', endColorstr='#ec6dab',GradientType=0 ); /* IE6-9 */
    border: 1px solid rgb(253,133,190);
    color: #ffffff;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .2rem;
    font-size: 2.4rem;
}
.form-navi .btn.prev {
    background: #FFFFFF;
    border: 1px solid #ffffff;
    color: #066c7b;
    line-height: 54px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: .2rem;
    font-size: 2.4rem;
}
.poll-question .option {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
}
.poll-question .option label {
    font-family: 'GarageGothic';
    padding: 10px 0;
    font-size: 2.4rem;
    font-weight: 700;
    color: #ffffff !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-image: url("../img/site/bottom-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#content2 {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 3rem;
    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: 'GarageGothic';
    font-size: 2.4rem;
    line-height: 3rem;
    margin-top: 2rem;
    font-weight: 700;
    color: #ffffff;
}
.poll-question, .form-navi, .form-submit {
    max-width: none;
}
.form-navi .btn.prev {
    line-height: 46px;
    font-weight: 900;
}
.form-navi .btn.next {
    line-height: 46px;
    font-weight: 900;
}
.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: #FFFFFF;
    color: #8f5744;
    border-color: #8f5744;
}
.rules {
    text-align: center;
}
.form-navi {
    margin-top: 0;
    padding: 0 10%;
}
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;
}
.material{
    width: 100%;
    text-align: center;
    height: 24px;
    text-transform: uppercase;
    color: #999999;
    border-bottom: solid 1px #dadada;
    padding-top: 5px;
    font-family:'Lato', sans-serif;
    font-size:12px;
    font-weight:300;
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1464px) {
}
@media screen and (max-width: 1380px) {
    .top-logo {
        left: 1rem;
    }
}
@media screen and (max-width: 1200px) {
    html {
        font-size: 55%;
    }

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


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

    #top-section {
        background-image: url("../img/site/top-bg-mobile-slice.jpg");
        background-repeat: repeat-y;
        background-position: center center;
        background-size: contain;
        min-height: unset;
        position: relative;
    }
    .top-mobile {
        display: block;
        width: 100%;
    }
    .top-text-box {
        margin-top: 12rem;
    }
    .top-logo {
        left: 50%;
        margin-left: -71.5px;
        top: 2rem;
    }
    .product-slider-wrapper {
        display: block;
    }
    .product-slide input:not(:checked) + .ps-inside {
        width: unset !important;
        transition: width 0.6s;
    }
    .rectangle {
        display: none;
    }
    .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) {
    .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) {
    .ps-image img {
        padding: 2rem;
    }
    .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: 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) {

}

