html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none
}

    a:hover, a:active, a:link, a:focus, a:visited {
        text-decoration: none
    }

:focus {
    outline: 0
}

body {
    line-height: 1;
    color: #000;
    background: #fff
}

ol, ul {
    list-style: none
}

table {
    border-collapse: separate;
    border-spacing: 0
}

caption, th, td {
    text-align: left;
    font-weight: normal
}

blockquote:before, blockquote:after, q:before, q:after {
    content: ""
}

blockquote, q {
    quotes: "" ""
}

.topbar {
    color: black;
    background-color: #FFC400;
    padding: 10px 0;
}

    .topbar a {
        color: black;
        font-weight: bold;
        text-decoration: underline;
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1rem;
    margin-left: -1rem
}

    .row.reverse {
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse
    }

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.col-xs-offset-1 {
    margin-left: 8.333%
}

.col-xs-offset-2 {
    margin-left: 16.667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.333%
}

.col-xs-offset-5 {
    margin-left: 41.667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.333%
}

.col-xs-offset-8 {
    margin-left: 66.667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.333%
}

.col-xs-offset-11 {
    margin-left: 91.667%
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1
}

.last-xs {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1
}

@media only screen and (min-width:48em) {
    .container {
        width: 46rem
    }

    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-sm-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-sm-offset-1 {
        margin-left: 8.333%
    }

    .col-sm-offset-2 {
        margin-left: 16.667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.333%
    }

    .col-sm-offset-5 {
        margin-left: 41.667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.333%
    }

    .col-sm-offset-8 {
        margin-left: 66.667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.333%
    }

    .col-sm-offset-11 {
        margin-left: 91.667%
    }

    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width:62em) {
    .container {
        width: 61rem
    }

    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-md-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-md-offset-1 {
        margin-left: 8.333%
    }

    .col-md-offset-2 {
        margin-left: 16.667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.333%
    }

    .col-md-offset-5 {
        margin-left: 41.667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.333%
    }

    .col-md-offset-8 {
        margin-left: 66.667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.333%
    }

    .col-md-offset-11 {
        margin-left: 91.667%
    }

    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@media only screen and (min-width:75em) {
    .container {
        width: 71rem
    }

    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        padding-right: 1rem;
        padding-left: 1rem
    }

    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%
    }

    .col-lg-2 {
        -ms-flex-preferred-size: 16.667%;
        flex-basis: 16.667%;
        max-width: 16.667%
    }

    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%
    }

    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%
    }

    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%
    }

    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%
    }

    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%
    }

    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%
    }

    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%
    }

    .col-lg-offset-1 {
        margin-left: 8.333%
    }

    .col-lg-offset-2 {
        margin-left: 16.667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.333%
    }

    .col-lg-offset-5 {
        margin-left: 41.667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.333%
    }

    .col-lg-offset-8 {
        margin-left: 66.667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.333%
    }

    .col-lg-offset-11 {
        margin-left: 91.667%
    }

    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start
    }

    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center
    }

    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end
    }

    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start
    }

    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center
    }

    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end
    }

    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }

    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1
    }

    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1
    }
}

@font-face {
    font-family: 'pikasocz';
    src: url('../fonts/pikasocz.eot?7fo4uh');
    src: url('../fonts/pikasocz.eot?7fo4uh#iefix') format('embedded-opentype'),url('../fonts/pikasocz.ttf?7fo4uh') format('truetype'),url('../fonts/pikasocz.woff?7fo4uh') format('woff'),url('../fonts/pikasocz.svg?7fo4uh#pikasocz') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'pikasocz' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'pikasocz' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-minus:before {
    content: "";
    color: #ffc400
}

.icon-plus:before {
    content: "";
    color: #ffc400
}

.icon-acko:before {
    content: "";
    color: #ffc400
}

.icon-auto:before {
    content: "";
    color: #ffc400
}

.icon-balon:before {
    content: "";
    color: #ffc400
}

.icon-bod:before {
    content: "";
    color: #ffc400
}

.icon-dum:before {
    content: "";
    color: #ffc400
}

.icon-fb:before {
    content: "";
    color: #ffc400
}

.icon-krizek:before {
    content: "";
    color: #ffc400
}

.icon-kytara:before {
    content: "";
    color: #ffc400
}

.icon-menu:before {
    content: "";
    color: #ffc400
}

.icon-mobil:before {
    content: "";
    color: #ffc400
}

.icon-nahrdelnik:before {
    content: "";
    color: #ffc400
}

.icon-obalka:before {
    content: "";
    color: #ffc400
}

.icon-pocitac:before {
    content: "";
    color: #ffc400
}

.icon-pracka:before {
    content: "";
    color: #ffc400
}

.icon-prsten:before {
    content: "";
    color: #ffc400
}

.icon-telefon:before {
    content: "";
    color: #ffc400
}

.icon-vrtacka:before {
    content: "";
    color: #ffc400
}

.icon-zlate-cihly:before {
    content: "";
    color: #ffc400
}
/* Grid variables */
/*#region ### TAGS*/
html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-size: 1.5rem;
    font-family: "Poppins";
    color: #3F3F3F;
}

h1 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: bold;
    color: #FFC400;
    margin-bottom: 3.2rem;
}

a {
    color: #FFC400;
}

    a:hover {
        text-decoration: underline;
    }

strong {
    font-weight: 800;
}

    strong u {
        text-decoration: none;
        color: #FFC400;
    }

p {
    line-height: 2.6rem;
    padding-bottom: 4rem;
}

img {
    height: auto;
    width: 100%;
}
/*#endregion*/
/*#region ### Common classes*/
.btn {
    padding: 1.4rem 5.2rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
    border-radius: 6px;
    background-color: #FFC400;
    border: 0;
    color: #3F3F3F;
    font-weight: bold;
    display: inline-block;
    opacity: 1;
    transition: 0.3s;
}

    .btn:hover {
        text-decoration: none;
        opacity: 0.6;
    }

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.margin-top {
    margin-top: 4rem;
}

.underline {
    text-decoration: underline !important;
}

    .underline:hover {
        text-decoration: none !important;
    }
/*#endregion*/
/*#region ### Grid*/
.container {
    width: 100%;
}

    .container > .row {
        margin-right: 3rem;
        margin-left: 3rem;
    }

@media only screen and (min-width: 75em) {
    .container {
        width: 960px;
        margin: 0 auto;
        padding: 0 203px;
    }

        .container > .row {
            margin-right: -1rem;
            margin-left: -1rem;
        }

        .container.kde-nas-najdete-container {
            padding: 0 14.3rem;
        }
}

section {
    margin-top: 4.5rem;
    margin-bottom: 4.5rem;
}

    section .subtitle {
        font-size: 4.2rem;
        line-height: 5.2rem;
        font-weight: 800;
        margin-bottom: 3rem;
    }
/*#endregion*/
/*#region ### Main page sections*/
header {
    /*padding-top: 2.4rem;*/
    position: fixed;
    width: 100%;
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1200;
}


    header .header-in {
        padding: 1.4rem 0;
    }

    header img.web-logo {
        height: 40px;
        width: 177px;
    }

    header a.menu {
        font-size: 1.6rem;
        color: #FFC400;
        font-weight: 800;
    }

        header a.menu:hover {
            text-decoration: none;
        }

        header a.menu i {
            margin-left: 1.5rem;
            position: relative;
            top: 0.2rem;
        }

.aktualni-nabidka-container {
    padding-bottom: 8rem;
}

    .aktualni-nabidka-container h1 {
        text-align: center;
        font-size: 4rem;
        line-height: 5.2rem;
        font-weight: bold;
    }

    .aktualni-nabidka-container .fb-frame {
        border-radius: 32px;
        height: 60rem;
        padding-top: 2.5rem;
        margin: 0 15rem;
        background-color: #EFF2F5;
    }

        .aktualni-nabidka-container .fb-frame .fb-frame-in {
            margin: 0 auto;
            height: 600px;
            width: 500px;
        }

            .aktualni-nabidka-container .fb-frame .fb-frame-in .fb-page iframe {
                border-radius: 10px;
            }

.uroky-container .uroky-claims {
    margin-top: 7rem;
    font-size: 2rem;
}

    .uroky-container .uroky-claims .uroky-claim {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

        .uroky-container .uroky-claims .uroky-claim.middle {
            border-left: 1px rgba(63, 63, 63, 0.14) solid;
            border-right: 1px rgba(63, 63, 63, 0.14) solid;
        }

.kde-nas-najdete-container {
    padding-bottom: 12rem;
}

    .kde-nas-najdete-container h1 {
        font-size: 4rem;
        line-height: 5.2rem;
        text-align: center;
        font-weight: bold;
    }

footer {
    padding: 1.2rem 0;
    background-color: #3F3F3F;
    color: #FFF;
}
/*#endregion*/
/*#region ### Slider tabs */
.slider-tabs {
    margin: 6rem 0 0 0;
}

    .slider-tabs.left {
        margin-right: 3.5rem;
    }

    .slider-tabs.right {
        margin-left: 3.5rem;
    }

    .slider-tabs .tab {
        border-top: 1px rgba(63, 63, 63, 0.14) solid;
        padding: 1.8rem 0;
        cursor: pointer;
    }

        .slider-tabs .tab h2 {
            font-size: 2rem;
            line-height: 2.6rem;
            font-weight: 800;
            padding-left: 56px;
            padding-top: 1rem;
            padding-bottom: 1rem;
            padding-right: 6rem;
            position: relative;
            font-family: "Poppins" !important;
        }

            .slider-tabs .tab h2::before {
                font-family: "pikasocz";
                position: absolute;
                left: 0;
                font-size: 3rem;
                top: 5px;
                font-weight: normal;
            }

            .slider-tabs .tab h2::after {
                font-family: "pikasocz";
                content: '\e90c';
                color: #FFC400;
                position: absolute;
                right: 0;
                font-size: 3rem;
                top: 5px;
            }

            .slider-tabs .tab h2.icon-nahrdelnik::before {
                top: 11px;
            }

            .slider-tabs .tab h2.icon-mobil::before {
                left: 8px;
            }

            .slider-tabs .tab h2.icon-pracka::before {
                left: 6px;
            }

            .slider-tabs .tab h2.icon-auto::before {
                font-size: 2.2rem;
                left: 3px;
                top: 8px;
            }

            .slider-tabs .tab h2.icon-vrtacka::before {
                font-size: 1.8rem;
                top: 13px;
            }

            .slider-tabs .tab h2.icon-kytara::before {
                left: 3px;
            }

            .slider-tabs .tab h2.icon-balon::before {
                left: 9px;
            }

            .slider-tabs .tab h2.icon-zlate-cihly::before {
                font-size: 2rem;
                left: 3px;
                top: 12px;
            }

        .slider-tabs .tab .tab-content {
            max-height: 0;
            transition: max-height 0.3s ease-in;
            overflow: hidden;
        }

            .slider-tabs .tab .tab-content p {
                padding-top: 1rem;
                padding-bottom: 0;
            }

        .slider-tabs .tab:hover h2::after,
        .slider-tabs .tab.open h2::after {
            content: '\e90d';
        }

        .slider-tabs .tab:hover .tab-content,
        .slider-tabs .tab.open .tab-content {
            max-height: 500px;
            transition: max-height 0.4s ease-out;
        }

    .slider-tabs:last-child {
        border-bottom: 1px rgba(63, 63, 63, 0.14) solid;
    }
/*#endregion*/
/*#region ### Branches panel*/
.branch-fb-name {
    color: #FFC400;
    font-size: 2.4rem;
    line-height: 3.2rem;
    position: relative;
    font-family: "Poppins" !important;
    margin: 2.4rem 0 2.4rem 66px;
    font-weight: 800;
    display: inline-block;
}

    .branch-fb-name::before {
        font-family: "pikasocz";
        font-weight: normal;
        position: absolute;
        left: -66px;
        font-size: 5rem;
        top: 14px;
    }

.branch-panel {
    margin: 1rem;
    padding: 35px 50px 45px 50px;
    box-shadow: 0 0 30px 15px rgba(63, 63, 63, 0.14);
    border-radius: 32px;
}

    .branch-panel h2 {
        font-size: 4rem;
        line-height: 5.2rem;
        font-weight: 800;
    }

    .branch-panel .branch-img {
        border-radius: 12px;
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .branch-panel .branch-tel,
    .branch-panel .branch-email,
    .branch-panel .branch-address {
        font-size: 2rem;
        line-height: 2.6rem;
        position: relative;
        font-family: "Poppins" !important;
        margin-left: 6rem;
        padding: 1.5rem 0;
        font-weight: 800;
        color: #3F3F3F;
        display: inline-block;
    }

        .branch-panel .branch-tel::before,
        .branch-panel .branch-email::before,
        .branch-panel .branch-address::before {
            font-family: "pikasocz";
            font-weight: normal;
            position: absolute;
            left: -5rem;
            color: #FFC400;
        }

        .branch-panel .branch-tel.icon-telefon::before,
        .branch-panel .branch-email.icon-telefon::before,
        .branch-panel .branch-address.icon-telefon::before {
            font-size: 3rem;
            top: 2rem;
        }

        .branch-panel .branch-tel.icon-obalka::before,
        .branch-panel .branch-email.icon-obalka::before,
        .branch-panel .branch-address.icon-obalka::before {
            font-size: 2.1rem;
            top: 1.6rem;
        }

        .branch-panel .branch-tel.icon-bod::before,
        .branch-panel .branch-email.icon-bod::before,
        .branch-panel .branch-address.icon-bod::before {
            font-size: 4rem;
            top: 2.8rem;
        }

    .branch-panel .branch-map {
        overflow: hidden;
        border-radius: 12px;
        margin-top: 2rem;
    }
/*#endregion*/
/*#region ### Side menu*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1500;
    top: 0;
    right: 0;
    background-color: rgba(253, 252, 236, 0.9);
    overflow-x: hidden;
    transition: 1s;
    padding-top: 28px;
    backdrop-filter: blur(50px);
}

    .sidenav .sidenav-in {
        margin-left: 128px;
    }

        .sidenav .sidenav-in a {
            padding-bottom: 2.8rem;
            text-decoration: none;
            font-size: 3.2rem;
            display: block;
            color: #3F3F3F;
            transition: 0.3s;
            font-weight: 800;
        }

            .sidenav .sidenav-in a:hover {
                text-decoration: underline;
            }

            .sidenav .sidenav-in a.branch-fb-name {
                color: #FFC400;
                font-size: 2.4rem;
                margin: 0 0 0 66px;
            }

        .sidenav .sidenav-in .closebtn {
            font-size: 1.6rem;
            line-height: 2.6rem;
            padding-bottom: 4.5rem;
            text-align: right;
            color: #FFC400;
            padding-right: 127px;
        }

            .sidenav .sidenav-in .closebtn:hover {
                text-decoration: none;
            }

            .sidenav .sidenav-in .closebtn .icon-krizek {
                position: relative;
                font-size: 2rem;
                top: 3px;
            }

        .sidenav .sidenav-in .title {
            font-size: 1.6rem;
            line-height: 2.6rem;
            padding-bottom: 4.5rem;
            color: #FFC400;
        }
/*#endregion*/
@media only screen and (min-width: 62.1em) {
    .eshop-container {
        background: url(../image/pikaso-banner-5-bg.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding-top: 6rem;
        padding-bottom: 4rem;
        margin-top: 8rem;
        background-size: 1152px;
    }

    .jsme-pikaso-container {
        background: url(../image/pikaso-banner-1-bg.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding-top: 6rem;
        padding-bottom: 4rem;
        margin-top: 9rem;
        background-size: 1152px;
    }

    .nase-sluzby-container {
        background: url(../image/pikaso-banner-2-bg.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding-top: 8rem;
        padding-bottom: 12rem;
        background-size: 1152px;
    }

    .uroky-container {
        background: url(../image/pikaso-banner-3-bg.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding-top: 8rem;
        padding-bottom: 8rem;
        background-size: 1112px;
    }

    .doplnkove-sluzby-container {
        background: url(../image/pikaso-banner-4-bg.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding-top: 8rem;
        padding-bottom: 12rem;
        background-size: 1068px;
    }
}

@media only screen and (max-width: 62em) {
    .hide-md {
        display: none;
    }

    section .subtitle {
        font-size: 3rem;
        line-height: 4rem;
        margin-bottom: 2rem;
    }

    header {
        /*padding-top: 1.4rem;*/
        position: fixed;
    }

        header a.menu {
            position: relative;
            top: 10px;
        }

    .eshop-container {
        background: url(../image/pikaso-banner-5.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding: 6rem 0 0 0;
        margin-top: 0;
        background-size: 420px;
    }

        .eshop-container h1 {
            margin-top: 350px;
        }

    .jsme-pikaso-container {
        background: url(../image/pikaso-banner-1.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding: 6rem 0 0 0;
        margin-top: 10rem;
        background-size: 420px;
    }

        .jsme-pikaso-container h1 {
            margin-top: 250px;
        }

    .aktualni-nabidka-container {
        padding-bottom: 0;
    }

        .aktualni-nabidka-container h1 {
            font-size: 2.4rem;
            line-height: 2.6rem;
        }

        .aktualni-nabidka-container .fb-frame {
            border-radius: 0;
            height: 60rem;
            padding-top: 0;
            margin: 0;
            background: none;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .aktualni-nabidka-container .fb-frame .fb-frame-in {
                border-radius: 12px;
                margin: 0 0;
                height: 600px;
                width: 300px;
                overflow: hidden;
            }

                .aktualni-nabidka-container .fb-frame .fb-frame-in .fb-page iframe {
                    border-radius: 10px;
                }

    .nase-sluzby-container {
        background: url(../image/pikaso-banner-2.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding: 6rem 0 0 0;
        margin-top: 8rem;
        background-size: 520px;
    }

        .nase-sluzby-container h1 {
            margin-top: 330px;
        }

        .nase-sluzby-container .text-center {
            text-align: left;
        }

    .uroky-container {
        background: url(../image/pikaso-banner-3.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding: 6rem 0 0 0;
        margin-top: 8rem;
        background-size: 500px;
    }

        .uroky-container h1 {
            margin-top: 290px;
        }

        .uroky-container .uroky-claims {
            margin-top: 0;
            text-align: left;
        }

            .uroky-container .uroky-claims .uroky-claim.middle {
                border-left: none;
                border-right: none;
            }

        .uroky-container .text-center {
            text-align: left;
        }

    .doplnkove-sluzby-container {
        background: url(../image/pikaso-banner-4.png);
        background-position-y: top;
        background-position-x: center;
        background-repeat: no-repeat;
        padding: 6rem 0 4rem 0;
        margin-top: 8rem;
        background-size: 420px;
    }

        .doplnkove-sluzby-container h1 {
            margin-top: 290px;
        }

        .doplnkove-sluzby-container .center-xs {
            text-align: left;
        }

    .container.kde-nas-najdete-container {
        padding-bottom: 0;
    }

        .container.kde-nas-najdete-container h1 {
            font-size: 2.4rem;
            line-height: 2.6rem;
        }

        .container.kde-nas-najdete-container .row {
            margin-left: 0;
            margin-right: 0;
        }

    .slider-tabs {
        margin-top: 0;
    }

        .slider-tabs.left {
            margin-right: 0;
        }

        .slider-tabs.right {
            margin-left: 0;
        }

    .branch-panel {
        padding: 22px 30px;
    }

        .branch-panel h2 {
            font-size: 3rem;
            line-height: 4rem;
        }

        .branch-panel .branch-img {
            margin-top: 12px;
        }

    .branch-fb-name {
        font-size: 2rem;
        line-height: 2.6rem;
    }

        .branch-fb-name::before {
            font-size: 4.5rem;
        }

    .sidenav {
        background: url(../image/menu-bg.png) repeat;
    }

        .sidenav .sidenav-in {
            background: url(../image/pikasocz-logo-horizontalni-bez-mezer.svg) no-repeat top left;
            background-size: 170px;
            background-position: left top;
            margin-left: 48px;
        }

            .sidenav .sidenav-in .closebtn {
                padding-right: 38px;
                padding-bottom: 3.5rem;
            }

                .sidenav .sidenav-in .closebtn .icon-krizek {
                    font-size: 3rem;
                }

            .sidenav .sidenav-in .title {
                padding-bottom: 32px;
            }

            .sidenav .sidenav-in a {
                font-size: 2.4rem;
                line-height: 4rem;
                padding-bottom: 1rem;
            }

                .sidenav .sidenav-in a.branch-fb-name {
                    margin-left: 45px;
                    font-size: 2.4rem;
                    line-height: 3.2rem;
                    padding-left: 25px;
                }

                    .sidenav .sidenav-in a.branch-fb-name::before {
                        left: -45px;
                        top: 14px;
                        font-size: 5rem;
                    }
}

@media only screen and (max-width: 325px) {
    .btn {
        padding: 1.4rem 3.2rem;
    }

    .branch-panel .branch-tel,
    .branch-panel .branch-email,
    .branch-panel .branch-address {
        font-size: 1.5rem;
    }

    .sidenav .sidenav-in {
        margin-left: 15px;
    }
}
