<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
    background-image: url("images/background.jpg");
    background-position: center top;
    background-repeat: no-repeat;

    font-size: 1em;
    font-family: "Open Sans",sans-serif;

    margin: 0;
}


h1
{
    color: #960706;
    font-size: 1.4em;
    font-weight: normal;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 63px;
}

h1 a, h1 a:hover
{
    color: #960706;
    text-decoration: none;
}

h2
{
    color: #000;
    text-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

h2 ~ h2
{
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
}

a
{
    color: #000;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}



ul
{
    list-style: outside none none;
    padding: 0;
}

li
{
    background-image: url("images/icon-chevron-right.png");
    background-position: 0 6px;
    background-repeat: no-repeat;
    line-height: 1.6em;
    padding-left: 30px;
}


label
{
    display: inline-block;
    float: left;
    margin-top: 0.4em;
    text-align: right;
    width: 40%;
}

input, textarea, button
{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid #aaa;
    border-radius: 3px;
    font-size: 1em;
    margin-bottom: 4px;
    margin-left: 20px;
    padding: 0 0 0 39px;
    width: 50%;
}

input
{
    background-blend-mode: lighten;
    background-position: 4px center;
    background-repeat: no-repeat;
    height: 2em;
}

input:focus, textarea:focus
{
    background-blend-mode: normal;
    border-color: #000;
    background-color: rgba(255, 255, 255, 0.7);
}

textarea
{
    font-family: "Open Sans",sans-serif;
    height: 10em;
    padding: 5px 20px;
}

button
{
    background-color: #d6cda6;
    height: 2em;
    margin-bottom: 0;
    padding: 0;
    width: calc(50% + 42px);
}

.trans, .trans *
{
    transition: all 0.3s ease-in-out 0s;
}

#body
{
    font-size: 1.3em;
}


#header
{
    height: 166px;
    margin: auto;
    width: 1200px;
}



#page
{
    margin: auto;
    width: 1400px;
}

#content
{
    margin: auto;
    width: 1203px;
    position: relative;
}






#menu a
{
    display: block;
    float: left;
    height: 300px;
    position: relative;
    width: 300px;
    margin-right: 1px;
    color: #FFF;

}


#menu a:last-child
{
    margin-right: 0;
}


#menu a img
{
    transition: all .4s ease 0s;
}

#menu a:hover img
{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: all .4s ease 0s;
}


#menu a span
{
    bottom: 140px;
    display: block;
    font-size: 1.6em;
    font-variant: small-caps;
    font-weight: bold;
    position: absolute;
    right: -130px;
    width: 100%;

    -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
    transform: rotate(-90deg);
}



#menu a:hover span
{
    color: #DDD;
    transition: all .4s ease 0s;
}


#menu
{
    height: 300px;
    margin: auto;
    width: 1203px;
}
/* #header a img
{
    margin-left: 35px;
    margin-top: 30px;
} */

#header &gt; div:first-child
{
    float: left;
    margin: 13px 0 0;
    position: relative;
    text-align: center;
    width: 25%;
}


#header &gt; div:last-child
{
    float: right;
    margin: 75px 0 0;
    width: 24%;
}


#header &gt; div:first-child span {
    color: #a5a7a8;
    display: inline-block;
    font-weight: bold;
    margin-top: 67px;
}

.push-left
{
    float: left;
    width: 40%;
}

.push-right
{
    float: right;
    width: 55%;
}

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

input[name="jmeno"]
{
    background-image: url(images/icon-person.png);
}
input[name="email"]
{
    background-image: url(images/icon-email.png);
}
input[name="telefon"]
{
    background-image: url(images/icon-telephone.png);
}
input[name="mesto"]
{
    background-image: url(images/icon-home.png);
}

.gap p
{
    margin-left: 20px;
    text-align: justify;
}

.mysection
{
    display: none;
}


.required
{
    position: relative;
}

.required label::after, .required-info label::after
{
    color: #f00;
    content: "*";
    font-size: 1.7em;
    font-weight: bold;
    margin-left: auto;
    margin-top: -15px;
    position: absolute;
}

.required-info
{
    margin-top: 10px;
}
.required-info label
{
    margin-right: 20px;
}


.red
{
    background-color: rgba(255, 0, 0, 0.1);
    border-color: #f00;
}

.error, .oki
{
    background-color: #fff;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 0;
    width: calc(100% - 20px);
    z-index: 1000;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.75);
    margin: 0 auto;
}

.error
{
    border-color: #f00;
}
.oki
{
    border-color: #0f0;
}



.cleaner
{
    clear: both;
    height: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

#author
{
    bottom: 3px;
    position: absolute;
    right: 3px;
}

#author a
{
    color: #fff;
}

#author a:hover
{
    color: #000;
}


/*new style for new-form schema*/

.schema {
    padding-top: 30px;
    max-width: 90%;
    margin: auto;
}

.schema h2 {
    font-size: 28px;
    line-height: 37px;
    color: #2C2C2C;
    text-align: center;
    margin-top: 0;
    margin-bottom: 50px;
}

.schema .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}

.schema .row .number {
    position: relative;
    margin-right: 20px;
    min-height: 120px;
}

.schema .row .number:before {
    content: "";
    position: absolute;
    top: 50px;
    left: 16px;
    width: 12px;
    height: 54px;
    background: url('../img/schema/arrow-down.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row.end .number:before {
    content: none;
}

.schema .row .number span {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #0778C6;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 4px;
    padding-left: 4px;
}

.schema .row .content {
    padding-top: 10px;
}

.schema .row .content&gt;h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.schema .row .content&gt;p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .top-tile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 90px;
}

.schema .row .content .top-tile .tile {
    position: relative;
    background: #BED8E9;
    padding: 19px 31px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 295px;
    margin-right: 30px;
}

.schema .row .content .top-tile .tile:before {
    content: "";
    position: absolute;
    top: 0;
    right: -23px;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url('../img/schema/plus.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .top-tile .tile:after {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 53px;
    background: url('../img/schema/arrow-tile.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .top-tile .tile:last-of-type {
    margin-right: 0;
}

.schema .row .content .top-tile .tile:last-of-type:before {
    content: none;
}

.schema .row .content .top-tile .tile:last-of-type:after {
    content: none;
}

.schema .row .content .top-tile .tile h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .top-tile .tile p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #667077;
    margin-top: 0;
    margin-bottom: 0;
}

.schema .row .content .info-text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 644px;
    margin-bottom: 90px;
}

.schema .row .content .info-text:before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 53px;
    background: url('../img/schema/arrow-tile.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .info-text p {
    position: relative;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    background: #C96868;
    padding: 14px 0;
}

.schema .row .content .info-text p&gt;span {
    position: relative;
    display: inline-block;
    margin: 0 10px;
}

.schema .row .content .info-text p&gt;span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -45px;
    width: 33px;
    height: 33px;
    background: url('../img/schema/warning.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .info-text p&gt;span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -45px;
    width: 33px;
    height: 33px;
    background: url('../img/schema/warning.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .switch {
    position: relative;
    width: 100%;
    max-width: 644px;
    margin-bottom: 90px;
}

.schema .row .content .switch:before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 53px;
    background: url('../img/schema/arrow-tile.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .switch .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.schema .row .content .switch .top&gt;p {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 30.8rem;
    height: 95px;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-box-shadow: inset 7px -7px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 7px -7px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 7px -7px 6px 0px rgba(0, 0, 0, 0.2);
}

.schema .row .content .switch .top&gt;p.opens {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.schema .row .content .switch .top&gt;p.one {
    background: #BED8E9;
}

.schema .row .content .switch .top&gt;p.one:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 23px;
    background: url('../img/schema/yes.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .switch .top&gt;p.two {
    background: #E4D4D5;
}

.schema .row .content .switch .top&gt;p.two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25%;
    bottom: 0;
    margin: auto;
    width: 23px;
    height: 23px;
    background: url('../img/schema/no.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .switch .context .one {
    position: relative;
    background: #BED8E9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.schema .row .content .switch .context .one .up {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #93A5B1;
}

.schema .row .content .switch .context .one .up h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.schema .row .content .switch .context .one .up p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .switch .context .two {
    position: relative;
    background: #E4D4D5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
}

.schema .row .content .switch .context .two .up {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #93A5B1;
}

.schema .row .content .switch .context .two .up h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.schema .row .content .switch .context .two .up p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .switch .context .two .down {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #93A5B1;
}

.schema .row .content .switch .context .two .down h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 0;
    margin-bottom: 20px;
}

.schema .row .content .switch .context .two .down p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
.schema .row .content .switch .context .two .down ol li{
    background: transparent;
    padding-left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;
}
.schema .row .content .switch .context&gt;div {
    display: none;
}

.schema .row .content .switch .context&gt;div.active {
    display: block;
}

.schema .row .content .blue-box {
    display: none;
    position: relative;
    background: #BED8E9;
    width: 100%;
    max-width: 644px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 90px;
}

.schema .row .content .blue-box.active {
    display: block;
}

.schema .row .content .blue-box:before {
    content: "";
    position: absolute;
    bottom: -73px;
    right: 0;
    left: 0;
    margin: auto;
    width: 11px;
    height: 53px;
    background: url('../img/schema/arrow-tile.png');
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.schema .row .content .blue-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .blue-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #93A5B1;
    margin-top: 0;
    margin-bottom: 0
}

.schema .row .content .green-box {
    position: relative;
    background: #B8D9C6;
    width: 100%;
    max-width: 644px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 90px;
}

.schema .row .content .green-box h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 10px;
}

.schema .row .content .green-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #93A5B1;
    margin-top: 0;
    margin-bottom: 0;
}

.schema .row .content .green-box.noactive h3 {
    margin-bottom: 0;
}

.schema .row .content .green-box.noactive p {
    display: none;
}

.schema .row .content .note {
    position: relative;
    background: #E5DBC2;
    width: 100%;
    max-width: 962px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 30px;
}

.schema .row .content .note h3 {
    position: relative;
    overflow: hidden;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #000;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

.schema .row .content .note h3 span {
    position: relative;
    background: #E5DBC2;
    display: inline-block;
    padding: 0 10px;
    z-index: 2;
}

.schema .row .content .note h3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background: #D1D2CE;
    z-index: 1;
}

.schema .row .content .note p {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 748px) {
    .schema .row .content .top-tile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }
    .schema .row .content .info-text {
        max-width: 95%;
    }
    .schema .row .content .switch {
        max-width: 95%;
    }
    .schema .row .content .blue-box {
        max-width: 95%;
    }
    .schema .row .content .green-box {
        max-width: 95%;
    }
    .schema .row .content .note {
        max-width: 95%;
    }
    .schema .row .content .top-tile .tile {
        margin-right: 0;
        margin-bottom: 50px;
    }
    .schema .row .content .top-tile .tile:before {
        top: unset;
        bottom: -30px;
        left: 0;
        right: 0;
    }
    .schema .row .content .top-tile .tile:after {
        content: none;
    }
    .schema .row .content .switch .top&gt;p.one:before {
        left: 10%;
    }
    .schema .row .content .switch .top&gt;p.two:before {
        left: 10%;
    }
    .schema .row .content .info-text p&gt;span:after {
        content: none;
    }
    .schema .row .content .info-text p&gt;span {
        padding-top: 40px;
    }
    .schema .row .content .info-text p&gt;span:before {
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media only screen and (max-width: 499px) {
    .schema .row .number {
        margin-right: 10px;
    }
    .schema .row .number span {
        width: 30px;
        height: 30px;
        font-size: 17px;
        padding-bottom: 2px;
        padding-left: 2px;
    }
    .schema .row .content {
        padding-top: 0;
    }
    .schema .row .content&gt;h3 {
        font-size: 16px;
    }
    .schema .row .content&gt;p {
        font-size: 14px;
    }
    .schema .row .content .top-tile .tile h3 {
        font-size: 16px;
    }
    .schema .row .content .top-tile .tile p {
        font-size: 14px;
    }
    .schema .row .content .top-tile .tile {
        padding: 19px 15px;
        max-width: 95%;
    }
    .schema .row .content .info-text p {
        font-size: 15px;
    }
    .schema .row .content .switch .top&gt;p {
        font-size: 14px;
    }
    .schema .row .content .switch .top&gt;p.one:before {
        width: 21px;
        height: 16px;
    }
    .schema .row .content .switch .top&gt;p.two:before {
        width: 13px;
        height: 13px;
    }
    .schema .row .content .switch .context .two .up h3 {
        font-size: 16px;
    }
    .schema .row .content .switch .context .two .up p {
        font-size: 14px;
    }
    .schema .row .content .switch .context&gt;div {
        padding: 30px 15px;
    }
    .schema .row .content .blue-box {
        padding: 30px 15px;
    }
    .schema .row .content .blue-box h3 {
        font-size: 16px;
    }
    .schema .row .content .blue-box p {
        font-size: 14px;
    }
    .schema .row .content .green-box {
        padding: 30px 15px;
    }
    .schema .row .content .green-box h3 {
        font-size: 16px;
    }
    .schema .row .content .green-box p {
        font-size: 14px;
    }
    .schema .row .content .note {
        padding: 30px 15px;
    }
    .schema .row .content .note h3 {
        font-size: 16px;
    }
    .schema .row .content .note p {
        font-size: 14px;
        line-height: 22px;
    }
}</pre></body></html>