/* -- start setup -- */
/*
font-family: 'Rubik', sans-serif;
*/

* {
    font-family: 'Rubik', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #DE1277;
}

.br1 {
    border: 1px solid Red;
}

/* -- common -- */
.horniIndex {
    vertical-align: super;
    font-size: 9px;
}

.i {
    font-style: italic;
}

sup {
    font-size: 0.7em;
}

/* -- float -- */
.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.textLeft {
    text-align: left !important;
}

.pb90 {
    padding: 0 0 90px 0;
}

.ml20 {
    margin-left: 20px !important;
}

.relative {
    position: relative;
}

@media(min-width: 768px) {
    .mb50 {
        margin-bottom: 50px !important;
    }
}

@media (min-width: 1280px) {
    .container {
        max-width: 1180px;
    }
}

.hiddenElement {
    visibility: hidden;
}

.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.maxW640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

/* -- all pages -- */
hr {
    display: none;
}

body {
    background-color: #fff7ea;
    overflow-x: hidden;
}

.topNavig {
    background-color: White;
    min-height: 110px;
    min-height: 70px;
    min-height: 60px;
    position: fixed;
    z-index: 99999;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;

}

@media only screen and (min-width : 768px) {
    .topNavig {
        min-height: 110px;
        min-height: 100px;
    }
}

.topNavigIn {
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width : 1200px) {
    .topNavigIn {
        padding-left: 86px;
        padding-right: 86px;
    }
}

.topLogo {
    width: 200px;
}

.topLogo a {
    top: 0;
    left: 26px;
    position: absolute;
    z-index: 999;
    width: 164px;
    height: 176px;

    width: 90px;
    height: 97px;
    background-image: url(../pcs/pcs_layout/logo.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75px 75px;
}

@media(min-width: 768px) {
    .topLogo a {
        top: 0;
        left: 26px;
        position: absolute;
        z-index: 999;
        width: 164px;
        height: 176px;
        background-image: url(../pcs/pcs_layout/logo.svg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
    }
}

@media(min-width: 1200px) {
    .topLogo a {
        left: 86px;
    }
}


.topMenu {
    margin-bottom: 0;
    min-height: 110px;
    min-height: 100px;
    padding-left: 0;
}

.topMenu li {
    list-style-type: none;
}

.topMenu li a {
    color: #5D104C;
    font-weight: 800;
    font-size: 14px;
    margin-left: 4px;
    margin-right: 4px;
    text-transform: uppercase;
}

@media only screen and (min-width : 1100px) {
    .topMenu li a {
        font-size: 15px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

.topMenu li a:HOVER,
.topMenu li a.active {
    color: #DE1277 text-decoration: none;
}

.topButton {
    background-color: #DE1277;
    font-weight: 800;
    border: none;
    display: block;
    color: White;
    font-size: 13px;
    width: 130px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

@media only screen and (min-width : 1100px) {
    .topButton {
        background-position: 27px center;
        font-size: 15px;
        width: 158px;
        height: 54px;
        line-height: 54px;

        -webkit-border-radius: 27px;
        -moz-border-radius: 27px;
        border-radius: 27px;

    }
}

.topButton:HOVER {
    color: White;
    text-decoration: none;
    background-color: #976C46;

}

.header {
    margin-top: 68px;
    margin-top: 58px;
    position: relative;
    z-index: 99;
    background-color: #fef5ea;
    min-height: 800px;
    /*    background: linear-gradient(180deg, #fef6ea 0%, #fde9ca 100%);*/


    background-image: url(../pcs/pcs_layout/2025header-mobile.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}



@media only screen and (min-width : 992px) {
    .header {
        background-image: url(../pcs/pcs_layout/2025header-mid.jpg);
        background-position: right center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width : 1700px) {
    .header {
        background-image: url(../pcs/pcs_layout/2025header.jpg);
        background-position: right center;
        background-repeat: no-repeat;
    }
}



.headerContent {
    min-height: 430px;
    position: relative;
    z-index:999;
}

@media only screen and (min-width : 992px) {
.headerContent {
    min-height: 800px;
    position: relative;
}
}


@media only screen and (min-width : 768px) {
    .header {
        margin-top: 110px;
        margin-top: 100px;
    }
}

.headerPhoto {
    margin: 20px auto;
    max-width: 60%;
}

@media only screen and (min-width : 1200px) {
    .headerPhoto {
        position: absolute;
        top: 20%;
        right: 0;
        z-index: 999;

        margin: 0;
        max-width: 100%;
    }
}

.headerPhoto img {
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-box-shadow: 0px 24px 28px -10px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 0px 24px 28px -10px rgba(0, 0, 0, 0.38);
    box-shadow: 0px 24px 28px -10px rgba(0, 0, 0, 0.38);
}


h1,
h1 strong {
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    font-weight: 800;
    text-transform: uppercase;
}

h1 strong {
    color: #5D104C
}

@media only screen and (min-width : 480px) {

    h1,
    h1 strong {
        font-size: 37px;
        line-height: 44px;
    }
}

@media only screen and (min-width : 768px) {

    h1,
    h1 strong {
        font-size: 46px;
        line-height: 54px;
    }
}

@media only screen and (min-width : 992px) {

    h1,
    h1 strong {
        font-size: 55px;
        line-height: 64px;
    }
}

@media only screen and (min-width : 1200px) {

    h1,
    h1 strong {
        font-size: 64px;
        line-height: 75px;
    }
}



h1 span {
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
    color: #5D104C;
    font-weight: 800;

    text-transform: uppercase;
}

@media only screen and (min-width : 480px) {
    h1 span {
        font-size: 65px;
        line-height: 76px;
    }
}

@media only screen and (min-width : 768px) {
    h1 span {
        font-size: 70px;
        line-height: 82px;
    }
}

@media only screen and (min-width : 992px) {
    h1 span {
        font-size: 75px;
        line-height: 88px;
    }
}

@media only screen and (min-width : 1200px) {
    h1 span {
        font-size: 80px;
        line-height: 94px;
    }
}

.subTitle {
    margin-bottom: 30px;
}

.subTitle,
.subTitle span {
    font-size: 16px;
    line-height: 19px;
    font-weight: normal;
    font-weight: 800;
    color: #5D104C;
}

.subTitle span {
    color: #DE1277;
}

@media only screen and (min-width : 768px) {

    .subTitle,
    .subTitle span {
        font-size: 20px;
        line-height: 24px;
    }
}


.content {
    padding-top: 35px;
    padding-bottom: 35px;
}

@media only screen and (min-width : 480px) {
    content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media only screen and (min-width : 768px) {
    .content {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width : 992px) {
    .content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media only screen and (min-width : 1200px) {
    .content {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .contentSmaller {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}


h2,
h2 span {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 800;
}

h2 span {
    color: #5D104C;
}

@media only screen and (min-width : 480px) {

    h2,
    h2 span {
        font-size: 28px;
        line-height: 33px;
    }
}

@media only screen and (min-width : 768px) {

    h2,
    h2 span {
        font-size: 32px;
        line-height: 38px;
    }
}

@media only screen and (min-width : 992px) {

    h2,
    h2 span {
        font-size: 36px;
        line-height: 43px;
    }
}

@media only screen and (min-width : 1200px) {

    h2,
    h2 span {
        font-size: 40px;
        line-height: 47px;
    }
}

h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 800;
    color: #DE1277;
}

@media only screen and (min-width : 480px) {
    h3 {
        font-size: 17px;
        line-height: 20px;
    }
}

@media only screen and (min-width : 768px) {
    h3 {
        font-size: 18px;
        line-height: 21px;
    }
}

@media only screen and (min-width : 992px) {
    h3 {
        font-size: 19px;
        line-height: 22px;
    }
}

@media only screen and (min-width : 1200px) {
    h3 {
        font-size: 20px;
        line-height: 24px;
    }
}

.jakSoutezit {
    background-color: #FFF7EB;


}

.kdeNakoupit {
    background-color: #FFFDFA;
}

.registrace {
    background: #FDDAA7;
    min-height: 800px;
    background-image: url(../pcs/pcs_layout/donuty-bcg.png);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.registrace2 {
    background-image: url(../pcs/pcs_layout/donuty-bcg2.png);
    background-position: top right;
    background-repeat: no-repeat;
}

.subTitleText {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #5D104C;
}

.subTitleText strong {
    font-weight: 800;
    font-size: 16px;
    color: #DE1277;
}


@media only screen and (min-width : 768px) {
    .subTitleText {
        font-size: 20px;
        line-height: 24px;
    }

    .subTitleText strong {
        font-size: 20px;
    }
}

.ico {
    min-height: 100px;
}

.icoNum {
    display: block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 10px auto;
    text-align: center;
    color: #FFFFFF;
    background: #5D104C;
    font-weight: 800;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.icoText {
    color: #DE1277;
}

.icoText strong {
    color: #5D104C;
    font-weight: 800;
}

.icoArrowPc {
    background-image: url(../pcs/pcs_layout/arrow-right.svg);
    background-position: center right;
    background-repeat: no-repeat;
    width: 180px;
    height: 9px;
    position: absolute;
    bottom: 90px;
    left: 50%;
}

.icoArrowMobile {
    background-image: url(../pcs/pcs_layout/arrow-down.svg);
    background-position: center center;
    background-repeat: no-repeat;
    width: 8px;
    height: 37px;
    margin: 10px auto;
}

.eshop {
    display: block;
    width: 170px;
    height: 170px;
    border: 1px solid #DE1277;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.eshop1 {
    background-image: url(../pcs/pcs_layout/tesco-logo.svg);
}

.eshop2 {
    background-image: url(../pcs/pcs_layout/rohlik-logo.svg);
}

.eshop3 {
    background-image: url(../pcs/pcs_layout/kosik-logo.svg);
}


.button {
    font-weight: 800;
    border: none;
    display: block;
    color: White;
    font-size: 15px;
    width: 250px;
    height: 64px;
    line-height: 64px;
    background-color: #5D104C;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    transition: background-color 0.5s;
    text-transform: uppercase;
}

.buttonCenter {
    margin-left: auto;
    margin-right: auto;
}

.button:HOVER {
    color: White;
    text-decoration: none;
    background-color: #DE1277;
}


.form {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

label {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #5D104C;
    margin-top: 20px;
}

@media only screen and (min-width : 768px) {
    label {
        margin-top: 5px;
    }

}

label a {
    font-weight: bold;
    color: #DE1277 font-size: 14px;
    text-decoration: underline;
}

label a:HOVER {
    color: #DE1277 text-decoration: none;
}

.form input,
.form select {
    border: 1px solid #f7b672;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.link {
    font-weight: bold;
    color: #DE1277;
}

.submitForm {
    border: none;
    color: White;
    background-color: #5e0c4d;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
    width: 313px;
    height: 64px;
    line-height: 64px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 40px auto 0 auto !important;
    font-size: 15px;
    display: block;
}


@media (min-width: 750px) {
    label {
        font-size: 15px;
        margin-top: 30px;
    }

    label a {
        font-size: 15px;
    }

    label.form-check-label {
        font-size: 15px;
        margin-top: 10px;
    }

    label.formCheckLabelFirst {
        margin-top: 30px;
        font-weight: normal;
    }

    .submitForm {
        margin-top: 30px;
    }

}

.custom-file-label {
    border: 1px solid #f7b672;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.custom-file-label::after {
    background-color: #5e0c4d;
    border: none;
    color: White;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Procházet";
}

#uspesne_odeslani {
    color: #5e0c4d;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 1rem;
}

#uspesne_odeslani {
    height: 50vh;
    font-size: 24px;
}

.linkWeb {
    color: #5e0c4d;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}

.linkWeb:HOVER {
    color: #DE1277;
    text-decoration: none;
}

.mailIco {
    font-weight: 800;
    font-size: 18px;
    color: #5D104C;
    background-image: url(../pcs/pcs_layout/ico-mail.svg);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 40px;
    display: block;
}

@media only screen and (min-width : 768px) {
    .mailIco {
        font-size: 24px;
        line-height: 28px;
        background-position: center left;
        padding-top: 0;
        padding-left: 46px;
        max-width: 520px;
        margin: 0 auto;
        display: block;
    }
}


.mailIco:HOVER {
    color: #DE1277;
    text-decoration: none;
}

.social {
    width: 180px;
    margin: 10px auto;
}

@media only screen and (min-width : 768px) {
    .social {
        margin: 25px auto;
    }
}

.social a {
    display: block;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5D104C;
    background-position: center;
    background-repeat: no-repeat;
}

.socialFb {
    background-image: url(../pcs/pcs_layout/facebook.svg);
}

.socialYt {
    background-image: url(../pcs/pcs_layout/youtube.svg);
}

.socialIn {
    background-image: url(../pcs/pcs_layout/instagram.svg);
}

.copy {
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #5D104C;
}

/* donut anim  */
.donut {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}

.donut1 {
    background-image: url(../pcs/pcs_layout/donut-jak-soutez-left.png);
    width: 200px;
    height: 289px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -250px;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .donut1 {
        width: 342px;
        height: 495px;
    }
}

.donut2 {
    background-image: url(../pcs/pcs_layout/donut-jak-soutez-right.png);
    width: 170px;
    height: 246px;
    position: absolute;
    bottom: 10%;
    right: 0;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .donut2 {
        width: 324px;
        height: 381px;
    }
}

.donut3 {
    background-image: url(../pcs/pcs_layout/donut-kde-koupit-left.png);
    width: 200px;
    height: 227px;
    position: absolute;
    bottom: -20%;
    left: 2%;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .donut3 {
        width: 344px;
        height: 391px;
    }
}

.donut4 {
    background-image: url(../pcs/pcs_layout/donut-kde-koupit-right.png);
    width: 180px;
    height: 262px;
    position: absolute;
    bottom: 10%;
    right: 0px;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .donut4 {
        width: 340px;
        height: 495px;
    }
}

.donut5 {
    background-image: url(../pcs/pcs_layout/donuty-registrace-right.png);
    width: 165px;
    height: 129px;
    position: absolute;
    bottom: -10%;
    right: 80px;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .donut5 {
        width: 389px;
        height: 305px;
    }
}

.headerDonut {
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
}


.headerDonut1 {
    background-image: url(../pcs/pcs_layout/donut-header1.png);
    width: 300px;
    height: 422px;

    width: 174px;
    height: 154px;

    position: absolute;
    top: 1%;
    left: 65%;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .headerDonut1 {
        width: 389px;
        height: 547px;

        width: 174px;
        height: 154px;

        left: 55%;
    }
}

.headerDonut2 {
    background-image: url(../pcs/pcs_layout/donut-header2.png);
    width: 110px;
    height: 110px;

    width: 190px;
    height: 192px;


    position: absolute;
    bottom: 20px;
    left: 40%;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .headerDonut2 {
        width: 226px;
        height: 225px;

        width: 190px;
        height: 192px;


    }
}

.headerDonut3 {
    background-image: url(../pcs/pcs_layout/2025donut-header3.png);
    width: 80px;
    height: 194px;
    position: absolute;
    top: 0%;
    right: 0;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .headerDonut3 {
        width: 156px;
        height: 379px;
    }
}

.headerDonut4 {
    background-image: url(../pcs/pcs_layout/2025donut-header4.png);
        width: 350px;
        height: 342px;

        width: 250px;
        height: 242px;

    position: absolute;
    top: 70%;
    left: 1%;
    z-index: 99;
}

@media only screen and (min-width : 1300px) {
    .headerDonut4 {
        width: 350px;
        height: 342px;
    }
}

@media only screen and (min-width : 1600px) {
    .headerDonut4 {
        top: 45%;
    }
}

/* mob */
.donutMobBcg {
    padding-top: 10px;
    padding-bottom: 10px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff7eb+0,fff7eb+50,fffdfa+51,fffdfa+100 */
    background: #fff7eb;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff7eb 0%, #fff7eb 50%, #fffdfa 51%, #fffdfa 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff7eb 0%, #fff7eb 50%, #fffdfa 51%, #fffdfa 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff7eb 0%, #fff7eb 50%, #fffdfa 51%, #fffdfa 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7eb', endColorstr='#fffdfa', GradientType=0);
    /* IE6-9 */
}

.donutMob {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.donutMob1 {
    background-image: url(../pcs/pcs_layout/donut-mob1.png);
    width: 291px;
    height: 248px;
    margin: 20px auto;
}


.donutMobBcg2 {
    padding-top: 10px;
    padding-bottom: 10px;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fffdfa+0,fffdfa+50,fddaa7+51,fddaa7+100 */
    background: #fffdfa;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fffdfa 0%, #fffdfa 50%, #fddaa7 51%, #fddaa7 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fffdfa 0%, #fffdfa 50%, #fddaa7 51%, #fddaa7 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fffdfa 0%, #fffdfa 50%, #fddaa7 51%, #fddaa7 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfa', endColorstr='#fddaa7', GradientType=0);
    /* IE6-9 */

}


.donutMob2 {
    background-image: url(../pcs/pcs_layout/donut-mob2.png);
    width: 297px;
    height: 237px;
    margin: 20px auto;
}





@media only screen and (max-width : 992px) {
    .menuSwitcher {
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 15px;
        width: 40px;
        height: 40px;
        background-image: url(../pcs/pcs_layout/menu-switch.svg);
        background-position: center;
        background-repeat: no-repeat;
    }

    .openMenu {
        background-color: #5D104C;
        position: absolute;
        position: fixed;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 300px;
        height: 100vh;
        z-index: 99999;
        display: none;
    }

    .mobileMenu {
        margin-top: 100px;
        padding-left: 0;
    }

    .mobileMenu li {
        list-style-type: none;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        margin-top: 15px;

        margin-bottom: 40px;
        margin-top: 40px;
    }

    .mobileMenu li a {
        display: block;
        text-align: center;
        color: White;
        font-weight: 600;
        font-size: 18px;
    }

    .menuOdd {
        border: 1px solid #336f9d;
    }

    .closeMenu {
        cursor: pointer;
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        width: 45px;
        height: 45px;
        background-color: #DE1277;

        background-image: url(../pcs/pcs_layout/menu-close.png);
        background-position: center;
        background-repeat: no-repeat;
        z-index: 99;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }


}

@media only screen and (min-width : 992px) {

    /* schovat */
    .openMenu,
    .mobileMenu {
        display: none !important;
    }
}