body {
    min-width: 270px;
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    line-height: 1.4em;
    /*font-family: 'Inter', ui-sans-serif,system-ui,-apple-system, Arial, Sans-Serif, Arial CE, Verdana;*/
}

.bodyflex {
}

select, input, button, textarea {
    font-family: 'Inter',ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: inherit;
}

a {
    color: #005db1;
    fill: #005db1;
    text-decoration: none;
    border: 0;
    outline: 0;
}

    a:hover, a:active {
        color: #d0021b;
        fill: #d0021b;
        text-decoration: none;
    }

button {
    cursor: pointer;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.vlozpole {
    display: flex;
    align-items: center;
    padding: 0 9px;
    height: 36px;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
}

textarea.vlozpole {
    padding-top: 4px;
    padding-bottom: 4px;
}

    .vlozpole:focus, .vlozpole:active {
        border-color: #005db1;
    }

    .vlozpole:invalid {
        border-color: #d0021b;
    }


    .vlozpole:invalid ~ .pole-chyba {
        display: flex;
    }

    .vlozpole:focus:invalid {
        border-color: #005db1;
    }

        .vlozpole:focus:invalid ~ .pole-chyba {
            display: none;
        }

.pole-chyba, .chyba {
    display: none;
    position: absolute;
    color: #d0021b;
    font-size: 15px;
    background-color: #f8d7da;
    border-radius: 5px;
    padding: 0 4px;
}

.odkaz:hover {
    color: #d0021b;
    fill: #d0021b;
}

.hov-modkraj:hover {
    border-color: #005db1;
}

.bledemod {
    background-color: #e7eef5;
    border-radius: 6px;
}

.radio {
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid #a2a2a2;
    transition: 0.2s all linear;
    margin: 4px 4px;
    padding: 4px 6px 4px 0px;
    vertical-align: text-top;
    outline: 0;
    cursor: pointer;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

    .radio:checked {
        border: 5px solid #005db1;
    }

    .radio:invalid {
        box-shadow: 0 0 2px 1px red;
    }

.radio-sezn {
    display: flex;
    align-items: center;
}

.radio-stitek {
    padding: 6px 6px;
}

/*#region FONTY */
.normal {
    font-weight: normal;
}

.tucne, strong, b {
    font-weight: bold;
}

.semituc {
    font-weight: 600;
}
/*#endregion*/

/*#region MODALY */
modal-cs-open:checked body {
    position: fixed;
}

.modal-cs-open:checked ~ .modal-outer {
    position: fixed;
    display: flex !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    z-index: 2147483646 !important;
}

    .modal-cs-open:checked ~ .modal-outer .modal-wrap2 {
        display: flex !important;
        flex-direction: column;
        position: relative;
        /*margin: 3% auto;*/
        height: 96%;
        padding: 0 0;
        font-size: 16px;
        background-color: #fff;
        z-index: 9999;
        width: 100%;
        max-width: 892px;
        border-radius: 5px;
        z-index: 2147483646 !important;
    }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .footTitle {
            display: none;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-header {
            display: block !important;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 {
            height: 100%;
            overflow: auto !important;
        }

            .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .hid-inmodal-flex {
                display: flex !important;
            }

            .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .menu-cs-flex {
                display: flex !important;
                flex-direction: column;
            }

        .modal-cs-open:checked ~ .modal-outer .headprofil {
            margin: 10px 0 0 0;
            box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
            background-color: rgb(255, 255, 255);
            border-radius: 4px;
            overflow: hidden;
            display: flex;
            flex-direction: row;
            -webkit-box-pack: start;
            justify-content: start;
            padding: 14px;
            -webkit-box-align: center;
            align-items: center;
            color: #000;
            fill: #005db1;
            text-decoration: none;
            font-size: 15px;
            font-weight: 600;
        }

    .modal-cs-open:checked ~ .modal-outer .menu-item {
        font-size: 15px;
        font-weight: 600;
    }

            .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .menu-podkat {
                -webkit-order: 1;
                -ms-flex-order: 1;
                order: 1;
            }

            .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .menu-hidden {
                display: block;
            }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-footer2 {
            display: flex;
            padding: 20px 20px;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .footUl li {
            width: 100% !important;
            border: 1px solid #e2e2e2;
            border-radius: 5px;
            margin-bottom: 6px;
            box-sizing: border-box;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .footUl .footASel {
            width: 100%;
            padding-left: 16px;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 .menu-wrap2 .footUl .footASel:hover {
            background-color: #f2f2f2;
        }

        .modal-cs-open:checked ~ .modal-outer .modal-wrap2 ul li .strongdesk {
            background-color: #ebf3f9;
            border-left: 4px solid #005db1;
            border-radius: 5px;
        }

        .modal-cs-open:checked ~ .modal-outer .city-vzdal-flex {
            margin-bottom: 12px;
        }

        .modal-cs-open:checked ~ .modal-outer .city-vzdal-flex > div {
            flex: 1 0 0 !important;
            width: calc(50% - 12px);
        }

    .modal-cs-open:checked ~ .modal-outer .modal-overlay {
        display: flex;
        z-index: 2147483645 !important;
    }

.menu-header, .menu-header2 {
    text-align: right;
    width: 100%;
}

.menu-close, .menu-close2 {
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    margin: 10px 8px;
    width: 34px;
    height: 34px;
    cursor: pointer;
    color: #005db1;
    fill: #005db1;
}

    .menu-close:hover, .menu-close:active.menu-close2:hover, .menu-close2:active {
        color: #d0021b;
        fill: #d0021b;
    }

.menu-hidden {
    display: none;
}

.menu-footer, .menu-footer2, .menu-footer3 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.menu-footer2 {
    display: none;
}

.modal-overlay {
    display: none;
    z-index: 9998;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

.sirka650 {
    max-width: 650px !important;
}
/*#endregion  */

/*#region MOBILE ONLY */
.mob-hid-desk-flex {
    display: none !important;
}

.mob-hid-desk-flex-row {
    display: none !important;
}
/*#endregion*/

/*#region HEADER */
#headflex {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    align-items: center;
    box-sizing: border-box;
    /*    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 100;
    border-bottom: 1px solid #b2b2b2;*/
}

#headflexl {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: auto;
    padding-left: 12px;
}

#headflexr {
    flex: 0 1 auto;
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    padding: 5px 4px 5px 0;
    font-size: 14px;
    text-align: center;
    flex-basis: min-content;
}

#headmenu {
    fill: #005db1;
    padding-left: 6px;
}

#headinzert {
    display: flex;
    align-items: center;
    padding: 6px 7px 6px 5px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background-color: #296aaa;
    background-color: #0c56c7;
    background-color: #005db1;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}

    #headinzert div {
        text-align: center;
    }

    #headinzert:hover {
        background-color: #157bd7;
    }

.headprofil {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5px 12px;
    padding: 0 0;
    color: #005db1;
    fill: #005db1;
    border: none;
    outline: 0;
    background: transparent;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
}

/*    .headprofil:hover, .headprofil:active {
        color: #d0021b;
        fill: #d0021b;
    }*/

.pridinzeratfix {
    display: block;
    padding: 5px 5px;
    text-decoration: none;
    color: #fff;
    background-color: #384b61;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    position: fixed;
    bottom: -80px;
    right: 20px;
    font-size: 12.5px;
    text-align: center;
    transition: bottom 0.3s; /* Transition effect when sliding down (and up) */
}

.menu-tlacitko {
    min-height: 36px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menu-item {
    margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: start;
    padding: 14px;
    -webkit-box-align: center;
    align-items: center;
    color: #000;
    fill: #005db1;
    text-decoration: none;
    outline: 0;
    border: none;
}

#aLogo {
    display: flex;
    align-self: center;
    padding: 8px 12px 8px 0; /*height: 44px; background: url(/images/mobile/logo.mobile.2.png) no-repeat left center;*/
}

#iLogo {
    width: 170px;
}

#h5motto {
    display: flex;
    align-self: center;
    font-size: 12.5px;
    margin: 0 0;
    padding: 0 0 0 0px;
    color: #434140;
    font-weight: normal;
    /*color: #004d90;*/
}
/*#endregion*/

/*#region SEARCHBOX */
.prouzek {
    height: 5px;
    background: #f81415 url(https://www.aaannunci.it/images/background_cervena2.svg);
    background-size: 450px 154px;
}

.prouzek-mod {
    height: 1px;
    background-color: #d5e3f0;
    box-sizing: border-box;
}

.hledat-holder {
    width: 100%;
    margin: 0px auto;
    position: relative;
    /*background-color: #dfdede;*/
    /*    background-color: #ebeae9;*/
    background-color: #e7eef5;
    border: 1px solid #d5e3f0;
    box-sizing: border-box;
    /*box-shadow: rgba(0, 0, 0, 0.25) 0px 1px*/
}

.hledat-box {
    margin: 0 auto;
    padding: 0 0 6px 0;
    /*    background-color: #ebeae9;
    background-color: #dfdede;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 1px 0px 0px;*/
    /*border-bottom: 1px solid #dcdce0;*/
}

.fSearch {
    position: relative;
    margin: 0px auto;
    max-width: 1024px;
    padding: 6px 6px;
    background: #f81415 url(https://www.aaannunci.it/images/background_cervena2.svg);
    background-size: cover;
}

.hledat-co {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}

    .hledat-co > div {
        position: relative;
        display: flex;
        flex: auto;
        align-items: center;
    }

.hledat-kde {
    display: flex;
    grid-column-gap: 2%;
    margin: 0 auto;
    max-width: 1024px;
    position: relative;
    padding: 6px 6px 0 6px;
    min-height: 31px;
}

.tbSearch {
    /* margin: 2px 2% 2px 0px; */
    width: 100%;
    padding: 8px 5px;
    height: 38px;
    vertical-align: middle;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 3px 0px 0px 3px; /* box-shadow: 0 0 2px #888; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

    .tbSearch:focus {
        outline: none;
        border-color: #005db1;
        font-size: 16px;
    }

.resetSrch {
    position: absolute;
    display: flex;
    align-items: center;
    margin: 2px auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 4px;
    padding: 5px;
    font-size: 14px;
    background-color: #fff;
    color: #666;
}

    .resetSrch:active {
        border: 0;
        border-radius: 50%;
        color: #000;
        background-color: #eee;
    }

#naseptkontej {
    position: relative;
    box-sizing: border-box;
    display: none;
}

#nasept {
    position: absolute;
    margin: -1px 0 0 0;
    width: 100%;
    max-height: 75vh;
    border: 1px solid #ccc;
    font-size: 14px;
    background-color: #fff;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    z-index: 998;
    box-sizing: border-box;
    overflow: auto;
}

.aSrchPrdKw {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    color: #000;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 998;
    fill: #666;
}

    .aSrchPrdKw:hover {
        background-color: #ddd;
        text-decoration: none;
    }

.aSrchPrdKwSel {
    background-color: #ddd;
}

.nasept-kat2 {
    color: #a2a2a2;
    font-size: 14px;
}

.nasept-ico {
    margin-right: 6px;
}

.hledat-tlacit {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0px;
    padding: 6px 4px;
    width: 15%;
    max-width: 56px;
    height: 38px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0px 3px 3px 0px;
    background: #e5e5e5;
    color: #384b61;
    fill: #005db1;
}

    .hledat-tlacit:hover, .hledat-tlacit:active {
        color: #d0021b;
        fill: #d0021b;
        background: #ddd;
    }

.hledat-tlacitExt {
    display: block;
    padding: 6px 6px;
    width: auto;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
}

.hlavni-select {
    width: 49%;
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow: hidden;
    height: 40px;
    /* border: 1px solid #bfbfbf;
    border: 1px solid #709fd3;*/
    border: 1px solid #8e9fc3;
    padding: 0 8px;
    font-size: 15px;
    color: #000;
    fill: #005db1;
    text-decoration: none;
    border-radius: 3px; /* box-shadow: 0 0 2px #888; */
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer;
}

    .hlavni-select:hover, .hlavni-select:active {
        color: #000;
    }

    .hlavni-select > span {
        flex: auto;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
/*#endregion*/

/*#region DROBEN NAVIGACE */
.droben {
    margin: 0px auto;
    max-width: 1024px;
    min-width: 270px;
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 8px 5px 8px;
    box-sizing: border-box;
    font-size: 13.6px;
    color: #000;
    white-space: nowrap;
    font-weight: normal;
}

.droben-flex {
    display: flex;
    align-items: center;
    margin: 0 auto;
    grid-column-gap: 8px;
    flex-wrap: wrap;
}

.droben-ol {
    display: flex;
    align-items: center;
    grid-column-gap: 4px;
    flex-wrap: wrap;
}

.droben-li {
    display: flex;
    height: 32px;
    align-items: center;
    white-space: nowrap;
}

    .droben-li svg {
        width: 10px;
        height: 10px;
        margin-right: 6px;
        padding-top: 2px;
        fill: #a2a2a2
    }

    .droben-oddel {
        width: 16px;
        height: 16px;
    }

.aBrd, .drobenpozice {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 4px;
    font-size: 13.6px;
    color: #384b61;
    text-decoration: none;
    white-space: nowrap;
}

.drobenpozice {
    color: #888;
}
/*#endregion*/

/*#region SEZNAM INZER TITUL */
#nadpisflex {
    display: flex;
    flex-wrap: nowrap;
    max-width: 1024px;
    margin: 12px auto 0 auto;
    margin: 12px 18px;
    box-sizing: border-box;
    column-gap: 12px;
}

#nadpisobr {
    padding: 4px 0;
    max-width: 80px;
    max-height: 60px;
}

#flexh1podnad {
    flex: auto;
    align-self: center;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: center;
}

#iHeading {
    display: block;
    max-width: 65px;
    height: auto;
    max-height: 60px;
    margin: 0 auto;
    border-radius: 5px;
}

.h1Heading, .h1Heading2, .h2Heading, .h2Heading2 {
    align-self: center;
    margin: 0 17px;
    font-weight: 600;
    line-height: 1.4em;
}

.h1Heading, .h1Heading2 {
    margin: 0 0;
    font-size: 22px;
}

.h1dlouhe, .h1Heading2 {
    font-size: 20px;
}

.h1Heading {
    margin: 0 0;
}

.h2Heading, .h2Heading2 {
    margin: 0 18px 0 18px;
    padding-top: 4px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #555;
}

.h2Heading {
    margin: 0px 18px;
}

.podnadpis, .podnadpis2 {
    margin: 0 18px 0 18px;
    font-size: 15px;
    padding-top: 4px;
    line-height: 1.5em;
    word-break: break-word;
}

.podnadpis {
    margin: 0px 18px;
}
/*#endregion */

/*#region STRANKA 404 */
.dNoAd1, .dPage404 {
    margin: 12px 5px;
    padding: 15px 3%;
    border: dashed 1px #aaa;
    color: #444;
    font-size: 16px;
    text-align: center;
    border-radius: 4px;
    background: #f1f5f9;
    border: 1px solid #98bfe1;
    color: #4f9bdc;
}

.dPage404 {
    border: none;
}

#h1NoAd1, #dTitNoAd1, #h1NoAd1Mob {
    font-size: inherit;
    margin: 0 0;
    padding: 0 0 3px 0;
}

.dNoAd2 {
    margin: 0 10px 32px 10px;
    padding: 10px 3%;
    max-width: 1024px;
}
/*#endregion*/

/*#region ADVERTSBAR */
.zrus-filtri-obal {
    position: relative;
    overflow-x: initial;
}

.zrus-filtri {
    margin: 15px 10px 0 10px;
    display: flex;
    padding-right: 15px;
    flex-wrap: nowrap;
    overflow: auto;
    align-items: center;
    grid-column-gap: 12px;
}

.zrus-filtr {
    display: inline-flex;
    align-items: center;
    padding: 4px 4px 4px 8px;
    border: 1px solid #a2a2a2;
    grid-column-gap: 5px;
    font-size: 13.4px;
    fill: #005db1;
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    stroke: #000;
}

    .zrus-filtr:hover, .zrus-filtr:active {
        border: 1px solid #005db1;
        stroke: #005db1;
    }

.zrusit-filtr-blinder {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 100%;
    box-sizing: border-box;
    background: linear-gradient(to left, rgb(255, 255, 255) 30%, rgba(255, 255, 255, 0) 100%);
}

.button-filters {
    display: inline-flex;
    align-items: center;
    padding: 0px 11px;
    border: 1px solid #a2a2a2;
    height: 38px;
    grid-column-gap: 4px;
    fill: #005db1;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    outline: 0;
    cursor: pointer;
}

#pocetinzer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    max-width: 1024px;
    margin: 12px 10px 22px 10px;
    padding: 4px 2px 4px 12px;
    grid-column-gap: 6px;
    font-style: normal;
    border-bottom: 1px solid #a2a2a2;
}

.h2-jako {
    flex: auto;
    margin: 0 0;
    margin-right: 6px;
    padding: 0 0;
    align-self: center;
    font-size: 15px;
}

#sCountAds {
    display: inline-block;
    vertical-align: sub;
}
/*#endregion*/

/*#region LEVE MENU */
.menu-wrap2 {
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
}

.footTitle, .footLiTit {
    padding: 14px 10px 14px 0;
}

.footUl {
    clear: both;
    display: flex;
    flex-wrap: wrap;
    margin: 0px 0px;
    padding: 0 0 15px 0;
    list-style-type: none;
    font-size: 14px;
    grid-column-gap: 12px;
    box-sizing: border-box;
}

.footLi, .footLi2 {
    width: calc(50% - 6px);
    box-sizing: border-box;
}

.aFootLink, .footASel, .footLi2, .footLiDum {
    display: flex;
    align-items: center;
    position: relative;
    border-width: 0;
    padding: 8px 14px 8px 0;
    color: #000;
    fill: #004d90;
    text-decoration: none;
    text-align: left;
    font-size: 14px;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;
    background-color: transparent;
}

    .aFootLink:hover, .footASel:hover, .footLi2:hover {
        color: #005db1;
        fill: #005db1;
        text-decoration: underline;
    }

.footASel, .footLi2 {
    font-size: 15px;
}

.footASelI {
    padding: 8px 14px 8px 0;
}

.aFootLink {
    color: #6a6a6a;
    width: 50%;
}

.footMImg {
    padding-right: 4px;
    align-self: center;
}


.footLiDum {
    width: 100%;
    cursor: default;
    border: none !important;
}

.filtruj {
    width: 100%;
    padding: 8px 4px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #005db1;
    border-radius: 5px;
    outline: 0;
    border: none;
    font-size: inherit;
}
/*#endregion*/

/*#region MUJ SELECT*/
.muj-select-label {
    display: block;
    padding-top: 12px;
    font-weight: 600;
    text-align: left;
}

.muj-select-check:checked ~ div .list-absolut, .muj-select-check:checked ~ .list-absolut, .muj-select-focus:focus .list-absolut, .muj-select-focus:focus-within .list-absolut, .text-select:focus ~ div .list-absolut {
    max-height: 45vh;
    border: 1px solid #b2b2b2;
    z-index: 2147483647 !important;
}

.muj-select-check:checked ~ label .otocit {
    transform: rotate(180deg);
}

.muj-select-obal {
    position: relative;
    border: 1px solid #a2a2a2;
    border-radius: 3px;
}

    .muj-select-obal:focus, .muj-select-obal:focus-within {
        border-color: #005db1;
    }


.muj-select-oddo {
    display: flex;
    grid-column-gap: 6%;
}

.muj-select-oddo > div {
    width: 47%;
}

.muj-select, .text-select {
    display: flex;
    align-items: center;
    padding: 0 9px;
    height: 38px;
    color: #000;
    fill: #005db1;
    text-decoration: none;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    box-sizing: border-box;
    font-size: 15px;
}

.muj-select {
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.text-select {
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    outline: none;
}

    .text-select:not(:placeholder-shown) ~ div .list-hist {
        max-height: 0;
        border: none;
    }

.text-select-vymaz {
    position: absolute;
    top: calc(50% - 15px);
    right: 3px;
    background-color: #fff;
    margin: 0 0;
    padding: 3px 3px;
    display: flex;
    border: none;
    outline: none;
    cursor: pointer;
}

.muj-select span {
    align-items: center;
    flex: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.muj-select-list {
    clear: both;
    margin: 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 100%;
    list-style-type: none;
    background-color: #fff;
    transition: max-height .1s ease-in-out, border-width 0.1s ease-in-out;
    will-change: max-height;
    max-height: 0;
    overflow-y: scroll;
}

.list-absolut {
    position: absolute;
    border-radius: 0 0 5px 5px;
    box-sizing: border-box;
    z-index: 2147483646 !important;
}

.list-nasept {
    max-width: 65vw;
    width: 150%;
}

.muj-select-item {
    display: flex;
    align-items: center;
    padding: 10px 5px;
    margin: 0px 4px;
    fill: #004d90;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    border-top: 1px solid #ddd;
    transition: background-color 0.1s ease;
    cursor: pointer;
}

    .muj-select-item:hover {
        background-color: #f2f2f2;
    }

.muj-select-list li:first-child .muj-select-item {
    border-top: none;
}

.muj-select-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.otocit {
    min-width: 18px;
    transition: transform .1s ease-in-out;
}
/*#endregion*/

/*#region MESTO PSC*/
.city-vzdal-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

    .city-vzdal-flex > div {
        flex: 1 1 0;
        width: calc(50% - 12px);
    }
/*#endregion*/

/*#region SEZNAM INZERATU */
.items {
    z-index: 0;
    max-width: 1024px;
    margin: 0 10px;
    border-bottom: 1px solid #bfbfbf;
    padding: 26px 2px;
    min-height: 76px;
    background: #fff no-repeat right;
    text-decoration: none;
}

.item-link {
    position: relative;
    text-decoration: none;
    cursor: pointer;
    border: none;
    outline: 0;
    background-color: transparent;
    text-align: left;
}

    .item-link:visited {
        color: #565656;
    }

    .item-link:hover .item .item-cont .item-titul > a {
        text-decoration: underline;
        color: #005db1;
        outline: 0;
    }

    .item-link .item .item-cont .item-titul > a:focus, .item-link .item .item-cont .item-titul > a:active {
        outline: 0;
    }

.firstad {
    padding-top: 0px;
}

.lastad {
    margin-bottom: 12px;
    padding-bottom: 0px;
    border: none;
}

.item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.item.velobr {
    flex-wrap: wrap;
}

.item-obr {
    width: 140px;
    min-width: 140px;
}

    .item-obr.velobr {
        width: 100%;
    }

.item-fig {
    margin: 0 0;
}
/*.item-obr-frm {
width: 128px;
min-height: 94px;
line-height: 91px;
height: auto;
text-align: center;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #f5f5f5;
}*/

.item-im {
    font-size: 15px;
    display: block;
    -webkit-object-fit: contain;
    object-fit: contain;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .item-im.velobr {
        width: 100%;
        height: auto;
        aspect-ratio: 4 / 3;
        max-height: 340px;
        background-color: #f6f4f3;
        border-width: 0px;
    }

@media (min-width: 490px) {
    .item-im.velobr.cover {
        object-fit: contain;
    }
}

.cover {
    object-fit: cover;
}

.scaledown {
    object-fit: scale-down;
}

.item-im-tile {
    width: 100%;
    height: auto;
    max-height: 240px;
    object-fit: cover;
}

.item-obr-frm2 {
    text-align: center;
    width: 128px;
    height: 95px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNDguMTggODAuODciICB4bWxuczp2PSJodHRwczovL3ZlY3RhLmlvL25hbm8iPjxwYXRoIGQ9Ik0xOS40OCA1Mi44OUgxNS44bC0xLTIuOEg5LjczbC0xIDIuOEg1LjE4bDUuMS0xMy44Mmg0LjF6TTE0IDQ3LjU2bC0xLjctNS0xLjcgNXptMjAuMjMgNS4zM2gtMy42N2wtMS0yLjhoLTUuMDhsLTEgMi44aC0zLjU1TDI1IDM5LjA3aDQuMXptLTUuNDktNS4zM2wtMS43LTUtMS43IDV6TTQ5IDUyLjg5aC0zLjY5bC0xLTIuOGgtNS4wOGwtMSAyLjhoLTMuNTVsNS4xLTEzLjgyaDQuMXptLTUuNS01LjMzbC0xLjctNS0xLjcgNXoiIGZpbGw9IiNhYWEiLz48cGF0aCBkPSJNNjEuMjUgNTIuODlINTcuOXYtNS4xN3EwLS42My0uMDYtMS4yNmEyLjY0IDIuNjQgMCAwIDAtLjIzLS45MiAxLjA1IDEuMDUgMCAwIDAtLjU0LS41IDIuNDUgMi40NSAwIDAgMC0xLS4xNiAzIDMgMCAwIDAtLjkyLjE1IDUuNjEgNS42MSAwIDAgMC0xIC40N3Y3LjM5aC0zLjM2VjQyLjQ3aDMuMzR2MS4xNWE4Ljc2IDguNzYgMCAwIDEgMS43MS0xLjA3IDQuMzYgNC4zNiAwIDAgMSAxLjgyLS4zNyAzLjUxIDMuNTEgMCAwIDEgMi42NCAxIDQuMTIgNC4xMiAwIDAgMSAxIDN6bTEzLjU0IDBoLTMuMzV2LTUuMTdjMC0uNDIgMC0uODQtLjA3LTEuMjZhMi42OCAyLjY4IDAgMCAwLS4yMi0uOTIgMS4wOSAxLjA5IDAgMCAwLS41NC0uNSAyLjQ1IDIuNDUgMCAwIDAtMS0uMTYgMyAzIDAgMCAwLS45Mi4xNSA1LjA2IDUuMDYgMCAwIDAtMSAuNDd2Ny4zOWgtMy4zN1Y0Mi40N2gzLjM1djEuMTVhOC4yMSA4LjIxIDAgMCAxIDEuNzEtMS4wNyA0LjMyIDQuMzIgMCAwIDEgMS44Mi0uMzcgMy41NCAzLjU0IDAgMCAxIDIuNjQgMSA0LjEyIDQuMTIgMCAwIDEgMSAzem0xMy40NSAwaC0zLjM1di0xLjE1YTEwLjA5IDEwLjA5IDAgMCAxLTEuNyAxLjA3IDQuMjcgNC4yNyAwIDAgMS0xLjgzLjM2IDMuNDggMy40OCAwIDAgMS0yLjY2LTEgNC4xNCA0LjE0IDAgMCAxLS45My0yLjkzdi02Ljc3aDMuMzV2Ni40OGEyLjUgMi41IDAgMCAwIC4yNC44NyAxLjE3IDEuMTcgMCAwIDAgLjUzLjUgMi42NiAyLjY2IDAgMCAwIDEgLjE1IDMuNTEgMy41MSAwIDAgMCAxLS4xNSA0LjEzIDQuMTMgMCAwIDAgMS0uNDd2LTcuMzhoMy4zNXptMTMuNjIgMGgtMy4zNXYtNS4xN2ExMC42NCAxMC42NCAwIDAgMC0uMDctMS4yNiAyLjQ2IDIuNDYgMCAwIDAtLjIyLS45MiAxLjA1IDEuMDUgMCAwIDAtLjU0LS41IDIuNDUgMi40NSAwIDAgMC0xLS4xNiAzIDMgMCAwIDAtLjkyLjE1IDUuNjEgNS42MSAwIDAgMC0xIC40N3Y3LjM5aC0zLjM3VjQyLjQ3aDMuMzV2MS4xNWE4LjIxIDguMjEgMCAwIDEgMS43MS0xLjA3IDQuMzIgNC4zMiAwIDAgMSAxLjgyLS4zNyAzLjU0IDMuNTQgMCAwIDEgMi42NCAxIDQuMTIgNC4xMiAwIDAgMSAxIDN6bTguNDkuMjhhOC45MyA4LjkzIDAgMCAxLTIuNDktLjMzIDUuNTkgNS41OSAwIDAgMS0yLTEgNC41OSA0LjU5IDAgMCAxLTEuMjgtMS43MSA2Ljc0IDYuNzQgMCAwIDEgMC00LjkyIDQuODUgNC44NSAwIDAgMSAxLjQyLTEuNzYgNS41NiA1LjU2IDAgMCAxIDEuOTUtMSA4LjMzIDguMzMgMCAwIDEgMi4yOS0uMzEgOC4xMyA4LjEzIDAgMCAxIDIgLjIzIDkuNTMgOS41MyAwIDAgMSAxLjY4LjYxdjIuODRoLS40N2wtLjQ3LS4zOWE0Ljg4IDQuODggMCAwIDAtLjY3LS40MyA0LjIxIDQuMjEgMCAwIDAtLjg0LS4zNCAzLjY2IDMuNjYgMCAwIDAtMS0uMTQgMi41NCAyLjU0IDAgMCAwLTIuMDUuODUgMy40NyAzLjQ3IDAgMCAwLS43MiAyLjMxIDMuMiAzLjIgMCAwIDAgLjczIDIuMjggMi43NCAyLjc0IDAgMCAwIDIuMDkuNzggNC40NSA0LjQ1IDAgMCAwIDEuMTQtLjE0IDQuMTggNC4xOCAwIDAgMCAuODQtLjM0IDUuMjMgNS4yMyAwIDAgMCAuNTUtLjM5bC40NS0uNGguNDd2Mi44NWE5LjUzIDkuNTMgMCAwIDEtMS42NS41OSA3LjkzIDcuOTMgMCAwIDEtMS45Ny4yNnptOS4yLTEyLjE3SDExNnYtMi41NWgzLjU0em0tLjA5IDExLjkxaC0zLjM1VjQyLjQ3aDMuMzV6bTYuNzMtLjAyaC0zLjQ3di0zLjY1aDMuNDd6TTEzMi45MSA0MWgtMy41NHYtMi41NWgzLjU0em0tLjEgMTEuOTFoLTMuMzRWNDIuNDdoMy4zNHptOS44MS0uMTJhNy45NCA3Ljk0IDAgMCAxLTEuMTQuMjIgMTIgMTIgMCAwIDEtMS40Ny4wOCA0LjQ0IDQuNDQgMCAwIDEtMi45LS43OSAzLjMgMy4zIDAgMCAxLTEtMi43di00Ljg3aC0xLjM3di0yLjI2aDEuMzd2LTNoMy4zNXYzaDMuMTJ2Mi4yNmgtMy4wOHY0LjdhMi4xMSAyLjExIDAgMCAwIC4xNS43MyAxLjA1IDEuMDUgMCAwIDAgLjQ2LjUyIDIgMiAwIDAgMCAxIC4xOSAzIDMgMCAwIDAgLjY4LS4xMSAzLjEyIDMuMTIgMCAwIDAgLjU4LS4yMWguMjh6IiBmaWxsPSIjY2NjIi8+PHJlY3QgeD0iNTUuMzQiIHdpZHRoPSIzNy4xMyIgaGVpZ2h0PSIzNy4xMyIgcng9IjEuNCIgZmlsbD0iI2RkZCIvPjxwYXRoIGQ9Ik02NS41NSAxNC41NnYtNC40NEg3MHY0LjQ0em0wIDEyLjM1di00LjQ0SDcwdjQuNDR6bTguNjkgNi44MXExLjMxLTIuOCAxLjg1LTQuMzFhMzIuODQgMzIuODQgMCAwIDAgMS0zLjQ2IDM1LjU5IDM1LjU5IDAgMCAwIC42Ny0zLjczIDI4LjQ0IDI4LjQ0IDAgMCAwIC4yNC0zLjYxIDMwLjI4IDMwLjI4IDAgMCAwLS44MS03LjEyIDQ3Ljc4IDQ3Ljc4IDAgMCAwLTMtOC4xNWgzYTI5LjE0IDI5LjE0IDAgMCAxIDMuNyA3LjIxIDIzLjQ4IDIzLjQ4IDAgMCAxIDEuMzIgNy43MyAyNi40OSAyNi40OSAwIDAgMS0xIDcuMDggMjkuNjUgMjkuNjUgMCAwIDEtMy45MSA4LjM2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik04LjcyIDgwLjY2SDYuMjZsLTMuOTItNy4wOXY3LjA5SDBWNzAuNDhoMy4xNGwzLjI0IDUuODN2LTUuODNoMi4zNHptMi4wNyAwVjcwLjQ4aDYuODh2MS45NGgtNC4zNHYxLjc5aDR2MS45NGgtNHYyLjU3aDQuMzR2MS45NHptMTEuNzUuMTlhOC4zOSA4LjM5IDAgMCAxLTIuMDUtLjIzIDEwLjUxIDEwLjUxIDAgMCAxLTEuNjQtLjU2di0yLjQyaC4yM2E1LjY4IDUuNjggMCAwIDAgMS42OSAxIDUuMDggNS4wOCAwIDAgMCAxLjc5LjM1IDUuMjIgNS4yMiAwIDAgMCAuNTggMCAxLjggMS44IDAgMCAwIC41Ny0uMTUgMS4zOSAxLjM5IDAgMCAwIC40Ni0uMzMuODEuODEgMCAwIDAgLjE4LS41NS43Ni43NiAwIDAgMC0uMy0uNjIgMiAyIDAgMCAwLS43Mi0uMzVsLTEuMTEtLjI2YTguMzggOC4zOCAwIDAgMS0xLjEtLjMgMy40NCAzLjQ0IDAgMCAxLTEuNy0xLjEyIDIuOTMgMi45MyAwIDAgMS0uNTEtMS43NiAyLjczIDIuNzMgMCAwIDEgMS4yMS0yLjMyIDUgNSAwIDAgMSAzLS44OCA5LjE4IDkuMTggMCAwIDEgMS44MS4xOCA4LjQ3IDguNDcgMCAwIDEgMS42MS41djIuMzNoLS4yM2E0LjkgNC45IDAgMCAwLTEuMzEtLjg3IDQuMzEgNC4zMSAwIDAgMC0xLjY4LS4zNCAzLjY0IDMuNjQgMCAwIDAtLjYgMCAyLjE0IDIuMTQgMCAwIDAtLjU2LjE4IDEuMjEgMS4yMSAwIDAgMC0uNDIuMzMuNzYuNzYgMCAwIDAtLjE3LjQ4Ljc1Ljc1IDAgMCAwIC4yOC42MiAyLjc2IDIuNzYgMCAwIDAgMS4wNy40MWwxIC4yM2E4LjE0IDguMTQgMCAwIDEgMSAuMyAzLjM3IDMuMzcgMCAwIDEgMS41NyAxIDIuNjEgMi42MSAwIDAgMSAuNTIgMS43IDIuOTQgMi45NCAwIDAgMS0xLjE5IDIuNDQgNS4xMyA1LjEzIDAgMCAxLTMuMjggMS4wMXptOC44NyAwYTguMzMgOC4zMyAwIDAgMS0yLjA1LS4yMyAxMSAxMSAwIDAgMS0xLjY1LS41NnYtMi40MkgyOGE1Ljc2IDUuNzYgMCAwIDAgMS42OCAxIDUuMTYgNS4xNiAwIDAgMCAxLjc5LjM1IDUgNSAwIDAgMCAuNTggMCAyIDIgMCAwIDAgLjU4LS4xNSAxLjI1IDEuMjUgMCAwIDAgLjQ1LS4zMy44MS44MSAwIDAgMCAuMTktLjU1Ljc2Ljc2IDAgMCAwLS4zLS42MiAyLjEgMi4xIDAgMCAwLS43Mi0uMzVsLTEuMTEtLjI2YTguMTIgOC4xMiAwIDAgMS0xLjExLS4zIDMuNDEgMy40MSAwIDAgMS0xLjY5LTEuMTIgMi45NCAyLjk0IDAgMCAxLS41Mi0xLjc2QTIuNzYgMi43NiAwIDAgMSAyOSA3MS4xOGE1IDUgMCAwIDEgMy0uODggOS4xNiA5LjE2IDAgMCAxIDEuOC4xOCA4LjI1IDguMjUgMCAwIDEgMS42MS41djIuMzNoLS4yMWE0LjgyIDQuODIgMCAwIDAtMS4zOS0uODIgNC4yMyA0LjIzIDAgMCAwLTEuNjctLjM0IDMuNjcgMy42NyAwIDAgMC0uNjEgMCAyLjQxIDIuNDEgMCAwIDAtLjU2LjE4IDEuMTcgMS4xNyAwIDAgMC0uNDEuMzMuNzEuNzEgMCAwIDAtLjE3LjQ4Ljc3Ljc3IDAgMCAwIC4yNy42MiAyLjg0IDIuODQgMCAwIDAgMS4wNy40MWwxIC4yM2E4LjE0IDguMTQgMCAwIDEgMSAuMyAzLjQyIDMuNDIgMCAwIDEgMS41NyAxIDIuNjEgMi42MSAwIDAgMSAuNTIgMS43IDIuOTIgMi45MiAwIDAgMS0xLjIgMi40NCA1LjA5IDUuMDkgMCAwIDEtMy4yMSAxLjAxem05Ljg0LjAyYTQuNTkgNC41OSAwIDAgMS0zLjE2LTFBMy43MiAzLjcyIDAgMCAxIDM3IDc3di02LjVoMi41NnY2LjM1YTIuNTMgMi41MyAwIDAgMCAuNCAxLjU4IDEuNTIgMS41MiAwIDAgMCAxLjMuNTIgMS41NCAxLjU0IDAgMCAwIDEuMjktLjUgMi40NSAyLjQ1IDAgMCAwIC40Mi0xLjZ2LTYuMzdoMi41NVY3N2EzLjc3IDMuNzcgMCAwIDEtMS4wNyAyLjg4IDQuNDggNC40OCAwIDAgMS0zLjIuOTl6bTE0Ljk1LS4yMWgtMi40NmwtMy45My03LjA5djcuMDloLTIuMzNWNzAuNDhoMy4xM2wzLjI1IDUuODN2LTUuODNoMi4zNHptLjk3IDBsMy40NC0xMC4xOGgyLjc5bDMuNDMgMTAuMThINjQuMmwtLjYzLTIuMDhoLTMuMmwtLjY0IDIuMDh6TTYzIDc2Ljc0bC0xLTMuMzYtMSAzLjM2em0xNCAzLjkyaC01LjQ2di0xLjc4SDczdi02LjYyaC0xLjQ2di0xLjc4SDc3djEuNzhoLTEuNDR2Ni42Mkg3N3ptMTIuMTEgMGgtMi41NHYtNi43NWwtMS44NSA0LjM2SDgzbC0xLjg1LTQuMzZ2Ni43NWgtMi40VjcwLjQ4aDIuOTRsMi4yNiA1IDIuMjUtNWgyLjk0em0xMi41MSAwaC0yLjU1di02Ljc1bC0xLjg1IDQuMzZoLTEuNzRsLTEuODYtNC4zNnY2Ljc1aC0yLjRWNzAuNDhoMi45NGwyLjI2IDUgMi4yNS01aDN6bTEuMDEgMGwzLjQ0LTEwLjE4aDIuNzhsMy40NCAxMC4xOGgtMi42M2wtLjY2LTIuMDhoLTMuMmwtLjY0IDIuMDh6bTUuODQtMy45MmwtMS0zLjM2LTEgMy4zNnptMTMuMzQgMy4zNGExMi44MSAxMi44MSAwIDAgMS0xLjc0LjUzIDguNTggOC41OCAwIDAgMS0yLjExLjI2IDUuMyA1LjMgMCAxIDEgLjA0LTEwLjU5IDcuMyA3LjMgMCAwIDEgMi4wNy4yNSAxMC42IDEwLjYgMCAwIDEgMS42Ni42NnYyLjM4aC0uMjNjLS4xMy0uMDktLjMtLjIzLS41My0uNDFhNiA2IDAgMCAwLS42OC0uNDQgNC40OCA0LjQ4IDAgMCAwLS44OC0uMzggMy43NCAzLjc0IDAgMCAwLTEuMDctLjE2IDMuMjcgMy4yNyAwIDAgMC0xLjE5LjIxIDIuOSAyLjkgMCAwIDAtMSAuNjMgMy4wNiAzLjA2IDAgMCAwLS42NCAxIDQuMyA0LjMgMCAwIDAtLjIzIDEuNDYgMy40OCAzLjQ4IDAgMCAwIC44OSAyLjYzIDMuNDEgMy40MSAwIDAgMCAyLjQ1Ljg1aC43Vjc3aC0ydi0xLjkzaDQuNDV6bTcgLjU4aC01LjQ4di0xLjc4aDEuNDZ2LTYuNjJoLTEuNDZ2LTEuNzhoNS40OHYxLjc4aC0xLjQ2djYuNjJoMS40NnptMTAuNDIgMGgtMi40NmwtMy45My03LjA5djcuMDloLTIuMzRWNzAuNDhoMy4xNGwzLjI1IDUuODN2LTUuODNoMi4zNHptMi4wNiAwVjcwLjQ4aDYuODl2MS45NGgtNC4zNXYxLjc5aDR2MS45NGgtNHYyLjU3aDQuMzV2MS45NHoiIGZpbGw9IiNjY2MiLz48L3N2Zz4=);
    background-size: 81%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    border-radius: 3px;
}

    .item-obr-frm2.velobr {
        display: none;
    }
    

.iregprov {
    height: 15px;
    vertical-align: bottom;
}

.item-cont {
    flex: auto;
}

.item-cont-tile {
}

.item-titul {
    margin: 0 0;
    padding: 0 0;
    font-size: 15.5px;
    color: #000;
    /*color: #082a49;*/
    white-space: normal;
    overflow: auto;
    text-overflow: inherit;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

    .item-titul.velobr {
        padding: 8px 0 0 0;
        font-size: 18px;
    }

    .item-titul > a > span {
        position: absolute;
        top: 0rem;
        right: 0rem;
        bottom: 0rem;
        left: 0rem;
    }

.item-titul-tile {
    margin: 0px;
    padding: 4px 5px;
    color: #036;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    font-size: 16px;
    font-weight: 600;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.item-txt {
    margin-top: 8px;
    color: #333;
    font-size: 14px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
    line-height: 1.4em;
}

.item-txt.velobr {
    font-size: 15px;
}

.clamp {
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.item-txt-tile {
    font-size: 12px;
    padding: 5px 5px;
    color: #666;
    overflow: hidden;
    box-sizing: border-box;
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-all;
    word-break: break-word;
}

.item-txt-tile-ovr {
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 58%, rgba(255,255,255,1) 81%);*/
    position: absolute;
    bottom: 0;
    height: 33px;
    width: 100%;
    left: 0;
}

.item-tags {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
}

.item-tag {
    background-color: #e2f1ff;
    margin: 4px 3px 0 0;
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 13.5px;
    color: #444;
}

.hr {
    max-width: 1024px;
    margin: 26px 10px 0 10px;
    height: 1px;
    border: none;
    border-bottom: 1px solid #bfbfbf;
    clear: both;
}

.hr-prvni {
    margin-bottom: 26px;

}

.dPrice {
    margin-top: 3px;
    font-size: 0.91em;
    color: #555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item-prc {
    color: #000;
    padding: 10px 0 0 0;
    font-size: 15px;
}

    .item-prc.velobr {
        padding: 6px 0 0 0;
        font-size: 19px;
        text-align: right;
    }

    .item-prc.semituc.velobr {
        font-size: 16.5px;
    }

.item-prc-ext {
    font-weight: 600;
}

.item-prc-tile {
    padding: 2px 5px 2px 5px;
    font-size: 16px;
    text-align: right;
    margin-top: -28px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    z-index: 800;
    position: absolute;
    right: 0;
}

.sAdRegDate {
    font-size: 0.85em;
}

.item-reg {
    display: inline-flex;
    align-items: baseline;
    margin-top: 10px;
    font-size: 14px;
    color: #444;
    fill: #d0021b;
}

    .item-reg.velobr {
        font-size: 15.5px;
    }

.item-reg-tile {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #555;
    padding: 0 0 0 5px;
    margin: 0 0 15px 0;
    fill: #d0021b;
}

.item-prov {
    padding-left: 4px;
}

.item-regreg {
}

.item-dtm, .item-cat {
    color: #757575;
    font-size: 12.4px;
    text-align: right;
    padding-top: 3px;
}

.item-cat-flex {
    display: inline-flex;
}

.item-dtm-tile, .item-cat-tile {
    display: none;
}

.skryty-tele {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    border: none;
    margin: 0 0;
    font-size: inherit;
    color: #005db1;
    outline: none;
    background: none;
}

/*.ukaz-tele:after {
        margin-left: 0.25rem;
        border-left-width: 1px;
        padding-left: 0.25rem;*/
        /*line-height: 1;*/
        /*content: "VEDI";*/
        /*font-size: .55rem;*/
        /*color: #005db1;
    }*/

/*.tecky-tele {
    display: inline-block;
    padding: 0 0.1em;
    letter-spacing: .2em;
}

    .tecky-tele:before {
        display: inline-block;
        filter: blur(4px);
        content: "•••••";
        clear: both;
    }*/

.imajl {
    display: inline-flex;
    align-items: center;
}
/*#endregion*/
/*#region PAGING */
.dPag {
    display: flex;
    justify-content: center;
    margin: 17px auto 17px auto;
    width: 94%;
    max-width: 1024px;
    text-align: center;
}

.dPag1 {
    width: 33.3%;
}

.dPag2 {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 33.3%;
    color: #555;
    font-size: 15px;
}

#pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 6px;
    text-align: center;
    font-size: 14px;
}

.aPag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    box-sizing: border-box;
    height: 42px;
    color: #005db1;
    fill: #005db1;
    background: none;
    min-width: 42px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14.5px;
    cursor: pointer;
    outline: 0;
}

#strankodsaz {
    margin-bottom: 84px;
}
/*#endregion*/

/*#region HLEDAT PODOBNE */
.hledat-podob-nadpis {
    margin: 45px 0 8px 8px;
    font-size: 14px;
}

#ulTag2 {
    margin: 0 0 12px 0;
    padding: 0 0;
}

.liTag2 {
    display: inline-block;
}

.aTag2 {
    display: inline-block;
    padding: 7px 6px;
    margin: 0 4px 4px 4px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    font-size: 15px;
    color: #222;
    cursor: pointer;
}
    .aTag2:hover {
        color: #005db1;
        border-color: #005db1;
        background-color: #f7f7f7;
        text-decoration: none;
    }

/*#endregion*/

/*#region PATICKA */
.patickaoddel {
    border-top: 1px solid #ddd;
}

.patickanav {
    margin: 0px auto;
    max-width: 1024px;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
}

.patickanav-li {
    width: calc(50% - 6px);
    box-sizing: border-box;
}

.patickanav-link {
    display: flex;
    align-items: center;
    padding: 8px 14px 8px 0px;
    color: #000;
    fill: #005db1;
    font-size: 15px;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
    outline: none;

}

footer {
    background-color: #ededed;
    margin-top: 12px;
    font-size: 14px;
}

.prouzek-dolni {
    width: 100%;
    height: 4px;
    background: #f81415 url(https://www.aaannunci.it/images/background_cervena2.svg);
    background-size: 450px 154px;
}

.paticka {
    margin: 0 auto;
    padding: 24px 15px;
    max-width: 1024px;
    box-sizing: border-box;
}

.paticka-nav-logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    grid-row-gap: 34px;
    width: fit-content;
    margin: 0 auto;
}

.paticka-nav {
    display: flex;
    max-width: 630px;
    flex-wrap: wrap;
    grid-column-gap: 16px;
    grid-row-gap: 6px;
}

.paticka-logo {
    width: 100%;
    text-align: center;
}

 .paticka-logo-obr {
max-width: 160px;
}

.paticka-link, .paticka-sdilej {
    display: flex;
    align-items: center;
    width: calc(50% - 8px);
    min-height: 30px;
    padding: 0;
    outline: 0;
    border: 0;
    cursor: pointer;
    background: none;
    color: #000;
    text-decoration: none;
}
    .paticka-link:hover, .paticka-link:active {
        color: #005db1;
        fill: #005db1;
    }

.paticka-sdilej {
    grid-column-gap: 8px;
}

.paticka-obec {
    padding: 22px 0 0 0;
    text-align: center;
}
/*#endregion*/

/*#region KOVER TEXT */
.cover-sekce, .cover-sekce-top, .cover-sekce-full {
    margin: 10px 18px 36px 18px;
    max-width: 1024px;
    font-size: 15px;
    line-height: 1.4em;
}

.cover-sekce-top {
    margin-top: 20px
}

.cover-sekce-full {
    font-size: 16px;
    line-height: 1.5em;
}

.cover-titul {
    font-size: 18px;
}

.cover-titul-full {
    font-size: 25px;
}

.cover-titul2 {
    margin: 1.5em 0 0.5em 0;
    font-size: 17.5px;
}

.cover-titul-full2 {
    margin: 1.8em 0 0.6em 0;
    font-size: 21px;
}

.cover-segment-nadodsaz {
    margin-top: 1.8em !important;
}

.cover-segment-pododsaz {
    margin-bottom: 1.8em !important;
}

.cover-podtit1 {
    display: block;
    padding-top: 10px;
    font-size: 16px;
    font-weight: normal;
}

.cover-podtit2 {
    display: block;
    padding-top: 10px;
    font-size: 15.6px;
}

.cover-faq {
    margin: 1.5em 0 0.1em 0;
    font-size: 17.5px;
    font-weight: 600;
}

.cover-vrpavo {
    float: right;
    width: 125px;
    padding: 5px 5px 5px 20px;
}

.cover-flex {
    display: flex;
    grid-column-gap: 20px;
    flex-direction: column;
}

.cover-flex-obr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
}

.cover-flex-sloup1 {
    justify-self: center;
    justify-items: center;
    justify-content: center;
    width: 100%;
}

.cover-flex-sloup1-obr {
    display: block;
    margin: 0 auto;
    height: auto;
    max-width: 630px;
    max-height: 450px;
    width: 100%;
    object-fit: contain;
}

.cover-flex-sloup1-obr-portret {
    display: block;
    margin: 0 auto;
    height: auto;
    max-height: 450px;
    aspect-ratio: 4 / 3;
    object-fit: contain;
    max-width: 100%;
    border-radius: 6px;
}

.cover-obr-full {
    display: block;
    height: auto;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

.cover-txt {
    margin-top: 6px;
    margin-bottom: 14px;
}

.cover-popisek {
    margin: 6px auto;
    text-align: center;
}

.cover-ul {
    list-style: disc;
    margin: 0 0;
    padding-left: 30px;
}

.cover-li {
    margin: 12px 0;
}

    .cover-li::marker {
        color: #082a49;
    }

.cover-ciselist {
    display: inline-block;
    border-radius: 8px;
    width: 20px;
    height: 20px;
    padding: 0 2px;
    background-color: #e7e7e8;
    text-align: center;
}

.cover-sedabubli, .cover-bledabubli {
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: #e7e7e8;
    border-radius: 6px;
    margin: 1em 0;
    color: #353535;
    line-height: 1.4em;
}

.cover-bledabubli {
    color: #082a49;
    background-color: #e7eef5;
}

.cover-koment {
    color: #082a49;
    font-size: 14px;
}

.cover-gal {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-items: center;
    gap: 2%;
}

.cover-galitm {
    display: flex;
    flex: 0 1 100%;
    padding: 10px 0;
    text-align: center;
}

.cover-galobr {
    height: auto;
    width: 100%;
    margin: 0 auto;
}

.cover-grid-2-4-sloup {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cover-grid-1-2-sloup {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

ul.cover-vyhoda {
    padding: 0 0;
    list-style-type: none;
}

li.cover-vyhoda {
    display: flex;
    column-gap: 12px;
}

.cover-vyhoda-svg, .cover-nevyhoda-svg {
    padding-top: 0.2em;
    min-width: 16px;
    min-height: 16px;
    stroke: #29ab36;
}

.cover-nevyhoda-svg {
    stroke: #b22222;
}

.cover-vlast {
    max-width: 1024px;
    padding: 12px 12px;
    background-color: #e7eef5;
    border-radius: 6px;
    margin: 0 auto;
    margin-top: 24px;
}

.cover-vlast-dvasloupce, .cover-vlast-jedensloup, .cover-vlast-bar-obal {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 1.6rem;
    grid-column-gap: 1.3rem;
    margin: 0 auto;
    margin-top: 24px;
}

.cover-vlast-jedensloup {
    flex-wrap: nowrap;
}

.cover-vlast-flex {
    flex: auto;
    min-width: calc(50% - 1.3rem);
    flex-wrap: nowrap;
    display: flex;
    grid-column-gap: 12px;
}

.cover-vlast-ikon {
    margin-top: 3px;
    width: 100%;
    max-width: 32px;
    max-height: 32px;
    min-width: 32px;
    color: #082a49;
    fill: #082a49;
}

.cover-vlast-lbl, .cover-vlast-bar-lbl {
    font-weight: 600;
    color: #082a49;
}

.cover-vlast-bar-lbl {
    margin-bottom: 4px;
    font-size: 16px;
}

.cover-vlast-txt {
    margin: 0 0 0 0;
}

.cover-vlast-bar-obal {
    margin: 0 auto;
    grid-column-gap: 1.6rem;
}

.cover-vlast-bar-flex {
    grid-column-gap: 1.3rem;
    width: 100%;
}

.cover-vlast-bar-skryto {
    height: 0;
    transition: height 0.25s ease-in;
    overflow: hidden;
}

#vlast-bar-check-vice:checked ~ .cover-vlast-bar-skryto {
    margin-top: 1.6rem;
    height: auto;
    height: calc-size(auto, size);
}

#vlast-bar-check-vice:checked ~ .cover-vlast-bar-vice .cover-vlast-bar-vice-lbl {
    display: none;
}

#vlast-bar-check-vice:checked ~ .cover-vlast-bar-vice .cover-vlast-bar-mene-lbl {
    display: inline-flex !important;
}

.cover-vlast-bar, .cover-vlast-bar-progres {
    width: 100%;
    background-color: #fff;
    height: 10px;
    box-sizing: border-box;
    border-radius: 12px;
}

.cover-vlast-bar-progres {
    background-color: #082a49;
}

.cover-vlast-bar-vice {
    display: flex;
    justify-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 12px;
}

.cover-vlast-bar-vice-lbl {
    display: inline-flex;
    grid-column-gap: 6px;
    align-content: center;
    align-items: center;
    padding: 10px 10px;
    cursor: pointer;
    color: #005db1;
    fill: #005db1;
}

.cover-autor-img {
    max-width: 48px;
    max-height: 48px;
    object-fit: cover;
    border-radius: 50%;
}

.cover-autor-vice {
    height: 0;
    max-width: 120px;
    transition: height 0.25s ease-in;
    overflow: hidden;
}

#cover-autor-check:checked ~ div .cover-autor-vice {
    height: auto;
    height: calc-size(auto, size);
    max-width: unset;
}

#cover-autor-check:checked ~ .cover-autor-lbl {
    display: none;
}

@media only screen and (min-width: 600px) {
    .cover-galitm {
        flex: 0 1 49%;
    }

    .cover-flex {
        flex-direction: row-reverse;
    }

    .cover-vlast-bar-flex {
        flex: auto;
        width: calc(50% - 0.8rem);
    }
}

.cover-tab, .cover-tab2 {
    max-width: 1024px;
    border-collapse: collapse;
    border: 1px solid #808080;
    min-width: 75%;
    margin: 0 auto;
}

.cover-tab2 {
    border: none;
    margin-top: 24px;
}

.cover-td1, .cover-td2 {
    border: 1px solid #808080;
    padding: 0.30em 0.40em;
}

.cover-td1 {
    color: #082a49;
    background-color: #e7eef5;
    vertical-align: middle;
    height: 30px;
}

.cover-tab2-td1, .cover-tab2-td2 {
    border-bottom: 2px solid #e7eef5;
    padding: 0.30em 0.40em;
}

.cover-tab2-td1 {
    color: #082a49;
}

.lbl-ctidal {
    display: inline-block;
    cursor: pointer;
    color: #005db1;
    text-decoration: underline;
}

.cover-ctidal {
    display: none;
}

.ctidal:checked ~ .cover-ctidal {
    display: block;
}

.ctidal:checked ~ .cover-txt .cover-ctidal {
    display: initial;
}

.ctidal:checked ~ .cover-txt label, .ctidal:checked ~ .cover-txt .cover-skovej {
    display: none;
}
/*#endregion*/

/*#region RUZNE */
.grid-odpoved-obal {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
}

.grid-odpoved-titul {
    margin-top: 24px;
    font-size: 21px;
    text-align: center;
}

.grid-odpoved {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.odpoved-titul, .odpoved-titul2 {
    font-size: 21px;
}

.odpoved-titul {
    margin-top: 12px;
}

.sdilej-grid {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    width: 100%;
    margin-top: 32px;
}

.kolecko {
    padding: 8px;
    border-radius: 50%;
    background-color: #ebeae9;
}

.dobre {
    color: #2bc32b;
    fill: #2bc32b;
}

.spatne {
    color: #d0021b;
    fill: #d0021b;
}

.odpoved-text {
    margin: 24px auto 0 auto;
    max-width: 500px;
    padding: 0 10px;
}

.tlacitko, .tlac-bile, .tlac-bilesed, .tlac-cerv, .tlac-link {
    display: flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    grid-column-gap: 8px;
    padding: 8px 8px;
    text-align: center;
    color: #fff;
    fill: #fff;
    background-color: #fff;
    border: none;
    outline: 0;
    font-size: inherit;
    cursor: pointer;
}

.tlacitko {
    background-color: #005db1;
    border: 1px solid #005db1;
    border-radius: 5px;
}

    .tlacitko:hover, .tlacitko:active {
        background-color: #157bd7;
    }

.tlac-bile, .tlac-bilesed {
    color: #005db1;
    fill: #005db1;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
}

.tlac-bilesed {
    color: #505060;
    fill: #505060;
}

.tlac-cerv {
    border: 1px solid #d0021b;
    background-color: #d0021b;
    border-radius: 5px;
}

    .tlac-cerv:hover, .tlac-cerv:active {
        border-color: #a00615;
        background-color: #a00615;
    }

.tlac-link {
    color: #005db1;
    fill: #005db1;
}

.sirka100pro {
    width: 100%;
}

.dotted-phone {
    display: inline-block;
    padding: 0 0.3em;
    letter-spacing: .1em;
    font-size: 10px;
}

    .dotted-phone:before {
        display: inline-block;
        filter: blur(3px);
        content: "•••••";
        clear: both;
    }

.prihlaseni-iram {
    width: 100%;
    height: 98%;
    height: calc(100% - 26px);
    box-sizing: border-box;
    border: none;
    padding: 0 0;
    margin: 0 0;
}
/*#endregion*/
/*#region EMAIL VERIFIKACE */
#verifi-obal {
    max-width: 450px;
    margin: 20px auto 64px auto;
    padding: 12px 12px;
}

#form-verifi {
    padding: 12px 12px;
    color: #ea0407;
    fill: #ea0407;
    background-color: #fdd5d7;
    border-radius: 6px;
}

.tlac-obal {
    margin: 0 6px;
}

#btnPosliVeri[disabled] {
    color: #ccc;
}
/*#endregion*/
/*#region DETAIL INZERATU*/
.tlac-zpet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 32px;
    color: #005db1;
    fill: #005db1;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    background-color: #fff;
    outline: 0;
    cursor: pointer;
}

.detail-h1 {
    max-width: 1024px;
    margin: 0 auto;
    padding: 16px 8px;
    font-size: 24px;
    font-weight: bold;
}

/*#region OBRAZKY */
.obr-full-open:checked ~ .embla {
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.9);
    z-index: 2147483646 !important;
}

    .obr-full-open:checked ~ .embla .embla__container {
        aspect-ratio: initial;
    }

    .obr-full-open:checked ~ .embla .slide {
        max-height: 100vh;
        object-fit: scale-down;
    }

    .obr-full-open:checked ~ .embla #svgFullScr {
        display: none;
    }

    .obr-full-open:checked ~ .embla #svgFullScrExit {
        display: block !important;
    }

.det-obr-sipka, .det-obr-sipka-prava {
    position: absolute;
    display: inline-flex;
    align-items: center;
    justify-items: center;
    justify-content: center;
    top: 50%;
    transform: translateY(-50%);
    left: 3%;
    padding: 0 0;
    z-index: 900;
    width: 32px;
    height: 32px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background: rgba(0, 0, 0, 0.48);
    border: none;
    border-radius: 50%;
    outline: 0;
    user-select: none;
}

    .det-obr-sipka:active, .det-obr-sipka-prava:active, #tlac_obrfull:active, .tlac_obroblib:active {
        fill: #005db1;
    }

.det-obr-sipka-prava {
            left: unset;
            right: 3%;
        }

.det-obr-sipka-svg {
    width: 16px;
    height: 16px;
}

.det-obr-pocitadlo {
    position: absolute;
    padding: 0 4px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.48);
    border-radius: 5px;
}

.det-gal-obal {
    display: none;
    margin: 24px 0 0 0;
    max-width: 600px;
    font-size: 13px;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.det-gal-item, .det-gal-selected {
    display: none;
    justify-content: center;
    border: 1px solid #a2a2a2;
    padding: 0 0;
    width: 100px;
    height: 75px;
    text-align: center;
    outline: 0px;
    border-radius: 3px;
    background-color: transparent;
}

.det-gal-selected {
    border-color: #d0021b;
}

.imgGal {
    width: 100%;
    height: 100%;
    max-width: 100px;
    max-height: 100px;
    border-width: 0px;
    object-fit: contain;
}
/*#endregion*/

#tlac_obrfull, .tlac_obroblib {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    top: 2%;
    right: 2%;
    top: calc(2% - 6px);
    right: calc(2% - 8px);
    z-index: 900;
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    background-color: transparent;
    border: none;
    padding: 0;
    outline: 0;
}

.tlac_obroblib {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    right: unset;
    left: 2%;
    left: calc(2% - 6px);
    top: calc(2% - 4px);
    color: #005db1;
    fill: #fff;
}

.tlac_obroblib > svg, #tlac_obrfull > svg {
    padding: 4px;
    background: rgba(0, 0, 0, 0.48);
    border-radius: 5px;
}

.tlac_obroblib .srdicko2, .tlac-bile .srdicko2 {
    opacity: 0;
}

    .tlac_obroblib[data-jeboliben] .srdicko, .tlac-bile[data-jeboliben] .srdicko {
        opacity: 0;
    }

    .tlac_obroblib[data-jeboliben] .srdicko2, .tlac-bile[data-jeboliben] .srdicko2 {
        opacity: 1;
        fill: #d0021b;
    }

.det-detail {
    max-width: 1024px;
    margin: 0 auto;
    padding: 32px 8px 0 8px;
    font-size: 18px
}

.det-dvasloupce {
    display: grid;
    grid-row-gap: 1.6rem;
    grid-column-gap: 1.3rem;
    max-width: 1024px;
    margin: 0 auto;
    padding: 12px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    background-color: #e7eef5;
    border-radius: 6px;
    margin-top: 24px;
}

.det-filter-obal {
    display: grid;
    grid-row-gap: 1.6rem;
    grid-column-gap: 1.3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 1024px;
    margin: 24px auto 0 auto;
    padding: 8px 8px 0 8px;
}

.det-filter-flex {
    flex-wrap: nowrap;
    display: flex;
    grid-column-gap: 8px;
}

.det-filter-ikon {
    padding-top: 3px;
    max-width: 26px;
    max-height: 26px;
    color: #082a49;
    fill: #082a49;
}

.det-filter-lbl {
    color: #082a49;
    font-size: 15px;
}

.det-filter-txt {
    margin: 0 0 0 0;
    font-size: 16.5px;
}

.det-text {
    max-width: 1024px;
    margin: 0 auto;
    padding: 8px 8px 0 8px;
    font-size: 15px;
    word-break: break-word;
    line-height: 22px;
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
}

.det-ostati-flex {
    display: flex;
    flex-direction: column;
    justify-items: center;
    flex-wrap: wrap;
    align-items: end;
    grid-row-gap: 12px;
}

.det-bezpecnost {
    display: flex;
    grid-column-gap: 12px;
    margin: 12px 0;
    padding: 16px 16px;
    border: 1px solid #dcdce0;
    border-radius: 5px;
    font-size: 15px;
    line-height: 1.6em;
}

.det-ostatni-tlac {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    padding: 6px 6px;
    white-space: nowrap;
    font-size: 15px;
    color: #384b61;
    fill: #384b61;
    box-sizing: border-box;
    outline: none;
    border: none;
    background: none;
    cursor: pointer;
    text-decoration: underline;
}

.det-kont-obal {
    margin-top: 32px;
    padding: 24px 16px;
    box-sizing: border-box;
    border: 1px solid #a2a2a2;
    border-radius: 6px;
}

.det-kont-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

.det-uzivatel {
    display: flex;
    align-items: center;
    grid-column-gap: 12px;
    margin-top: 24px;
    flex: 0 0 100%;
}

.det-kontakty {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 12px;
    flex: auto;
}

.det-oddel {
    margin: 48px auto 32px auto;
    width: 100%;
    max-width: 1024px;
    border-top: 1px solid #e1dfde;
    box-sizing: border-box;
}

.det-odkazy-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
    width: 100%;
    border-top: 1px solid #e1dfde;
    padding-top: 24px;
}

.det-sekce-tagy, #navcatsubpata, .navcatsubpata {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 8px;
    box-sizing: border-box;
}

.det-cover-pozvan {
    padding: 34px 0 0 0;
}

.det-tag-titul {
    padding: 24px 0 12px 0;
}

.det-tag-flex {
    display: flex;
    flex-wrap: wrap;
    row-gap: 8px;
    column-gap: 8px;
    max-width: 665px;
}

.det-tag {
    display: block;
    background-color: #e2f1ff;
    /* background-color: #e7eef5; */
    padding: 9px 6px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
}

@media (min-width: 992px) {
    .detail-h1 {
        padding: 32px 8px;
        font-size: 32px;
    }

    .det-obr-sipka, .det-obr-sipka-prava {
        width: 40px;
        height: 40px;
    }

    .det-obr-sipka {
        left: 5%;
    }

    .det-obr-sipka-prava {
        right: 5%;
    }

    .det-obr-sipka-svg {
        width: 20px;
        height: 20px;
    }

    .det-gal-obal {
        flex-wrap: wrap;
    }

    .det-gal-obal, .det-gal-item, .det-gal-selected {
        display: flex;
        align-items: center;
        justify-items: center;
    }

    .det-filter-obal {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .det-kont-obal {
        padding: 22px 22px;
    }

    .det-kont-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .det-uzivatel {
        flex: 0 0 50%;
    }

    #navcatsubpata .footLi, #navcatsubpata .footLi2, .navcatsubpata .footLi, .navcatsubpata .footLi2 {
        width: calc(33% - 6px);
    }

    .det-obr-sipka:hover, .det-obr-sipka-prava:hover, #tlac_obrfull:hover, .tlac_obroblib:hover {
        fill: #005db1;
    }

    .det-tag {
        padding: 4px 6px;
    }
}
/*#endregion*/

/*#region PODOBNE INZERATY */
.podob-inz-titul {
    background-color: #ebeae9;
    border: 1px solid #dcdce0;
    padding: 6px 8px;
    margin-top: 42px;
    border-radius: 5px;
}

.podob-items {
    margin: 0 auto;
}
/*#endregion*/

/*#region MOBILE VS DESKTOP */
.hidden {
    display: none;
}

.mob-hid-desk-inline {
    display: none;
}

.mob-hid-desk-block {
    display: none;
}

.user-icon {
    display: block;
}

@media (min-width: 992px) {
    .mob-hid-desk-block {
        display: block;
    }

    .mob-hid-desk-flex {
        display: flex !important;
    }

    .mob-hid-desk-flex-row {
        display: flex !important;
        flex-direction: row;
    }

    .mob-hid-desk-inline, .desk-inline {
        display: inline;
    }

    .desk-flex-row {
        flex-direction: row;
    }

    .desk-flexinline {
        display: inline-flex;
        align-items: center;
        flex-direction: initial;
    }

    .desk-hidden {
        display: none;
    }

    #headflex {
        top: unset;
        position: initial;
    }

    #iLogo {
        width: 220px;
    }

    .menu-item {
        margin-top: 0;
        padding: 0 5px;
        box-shadow: none;
        border-radius: 0;
        flex-direction: row;
        -webkit-box-pack: start;
        justify-content: start;
        -webkit-box-align: center;
        align-items: center;
        color: #005db1;
        fill: #005db1;
        text-decoration: none;
        font-weight: normal;
    }

    .headprofil {
        font-size: 14px;
    }

        .headprofil svg {
            padding-right: 6px;
        }

    #headflexr {
        flex-basis: auto;
    }

    .hledat-holder {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-items: center;
    }

    .hledat-box {
        display: flex;
        flex-wrap: nowrap;
        max-width: 1024px;
        flex: auto;
        padding: 0 0;
    }

    .fSearch {
        background: none;
        max-width: 45%;
        flex: auto;
    }

    .hledat-tlacit {
        background: #f81415;
        color: #fff;
        fill: #fff;
    }

        .hledat-tlacit:hover, .hledat-tlacit:active {
            color: #005db1;
            fill: #005db1;
            background: #fb7e7f;
        }

    .hledat-co {
        /*border: 1px solid #bfbfbf;*/
        border-radius: 5px;
        /*border: 1px solid #709fd3;*/
        border: 1px solid #8e9fc3;
    }

    .hledat-kde {
        padding: 6px 6px;
        flex: auto;
    }

    #nadpisflex {
        flex-wrap: initial;
    }

    #nadpisobr {
/*        width: 97px;*/
        padding: 0 0;
        max-width: 97px;
        text-align: right;
    }

    #flexh1podnad {
        display: block;
        flex-wrap: unset;
        justify-items: initial;
        justify-content: initial;
    }

    #iHeading {
        max-width: 80px;
        max-height: 60px;
    }

    .h1Heading, .h1Heading2 {
        width: initial;
        /*margin: 0 18px 0 18px;*/
        text-align: left;
    }

    .h2-jako {
        text-align: right;
    }

    #pocetinzer {
        padding: 4px 0 2px 0;
    }

    .items.velobr {
        margin: 0 16px;
    }

    .item.velobr {
        flex-wrap: initial;
    }

    .item-titul, .item-titul.velobr {
        font-size: 16.5px;
    }

    .item-txt, .item-txt.velobr {
        font-size: 14px;
    }

    .clamp {
        overflow: auto;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        display: block;
    }

    .item-obr, .item-obr.velobr {
        width: 195px;
        min-width: 195px;
    }

        .item-obr.velobr {
            width: 235px;
            min-width: 235px;
        }

    .item-im, .item-im.velobr {
        max-width: 180px;
        min-width: 180px;
        max-height: 134px;
        min-height: 134px;
        background-color: initial;
        border-width: 1px;
    }

        .item-im.velobr {
            max-width: 220px;
            min-width: 220px;
            max-height: 164px;
            min-height: 164px;
        }

            .item-im.velobr.cover {
                object-fit: cover;
            }

    .item-obr-frm2, .item-obr-frm2.velobr {
        display: block;
        width: 180px;
        height: 115px;
    }

        .item-obr-frm2.velobr {
            width: 220px;
            height: 150px;
        }

    .item-reg.velobr {
        font-size: 14px;
    }

    .item-prc.velobr {
        font-size: 15px;
        text-align: initial;
    }

    .aPag {
        height: 36px;
        min-width: 36px;
    }

    .menu-wrap {
        overflow: initial;
        height: auto;
    }

    .modal-wrap, modal-rs-wrap, .modal-f1-wrap, .modal-f2-wrap {
        display: block !important;
        bottom: unset;
        left: unset;
        position: relative;
        right: unset;
        top: unset;
        margin: 3% 0px;
        padding: 0 0;
        font-size: 14.3px;
        background-color: #fff;
        z-index: initial;
        margin: 0px 0px 6px 0px;
        padding: 0 6px;
        background-color: transparent;
    }

    .modal-filtri-wrap {
        display: block !important;
        padding: 0 8px;
    }

    .menu-filtri-wrap {
        padding: 0 0;
    }

    .menu-close {
        line-height: 40px;
    }

    .menu-header {
        display: none;
    }

    .menu-footer {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footTitle, .footLiTit {
        padding: 8px 10px 8px 8px;
    }

    .oddo-2radky {
        flex-wrap: wrap;
        grid-row-gap: 6px;
    }

        .oddo-2radky > div {
            width: 100%;
            flex: auto;
        }

    .muj-select, .text-select, .button-filters {
        height: 34px;
    }

    .city-vzdal-flex > div {
        flex: auto;
        width: auto;
    }

    .aTag2 {
        padding: 4px 6px;
    }

    .aFootLink, .footASel, .footLi2 {
        width: 100%;
        border-bottom: 1px solid #dfdfdf;
        padding-left: 8px;
    }

    #navcatsubpata .aFootLink, #navcatsubpata .footASel, #navcatsubpata .footLi2, .navcatsubpata .aFootLink, .navcatsubpata .footASel, .navcatsubpata .footLi2 {
        border: none;
    }
    
    .footLiDum {
        padding-left: 8px;
    }

    #interkateg .footTitle {
        margin-top: 26px;
        border-top: 1px solid #ddd;
        padding: 23px 10px 14px 0;
    }

    .strongdesk {
        font-weight: bold;
    }

    footer {
        margin-top: 80px;
    }

    .patickaoddel {
        margin-top: 26px;
    }

    .patickanav {
        grid-row-gap: 2px;
    }

    .patickanav-li {
        width: calc(33% - 10px);
    }

    .paticka-logo {
        width: auto;
        text-align: initial;
    }

    .paticka-link, .paticka-sdilej {
        width: calc(33% - 12px);
        min-height: 28px;
    }

    .paticka-obec {
        padding-top: 32px;
    }

    .sirka650 .menu-wrap2 {
        padding: 15px 32px;
    }

    .cover-galitm {
        flex: 0 1 49%;
    }

    .cover-flex {
        flex-direction: row-reverse;
    }

    .sirka33 {
        max-width: 33%;
        min-width: 33%;
    }

    .sdilej-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cover-grid-2-4-sloup {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .cover-grid-1-2-sloup {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 410px) {
    #iLogo {
        width: 150px;
    }

    .det-dvasloupce, .det-filter-obal {
        grid-column-gap: 0.6rem;
    }

    .det-odkazy-flex {
        justify-content: center;
    }
    .det-odkazy-flex > div {
        text-align: center;
    }
}

@media (max-width: 390px) {
    #iLogo {
        width: 135px;
    }

    #h5motto {
        display: none;
    }

    .headprofil {
        margin-left: 6px;
        margin-right: 6px;
    }
}

@media (max-width: 369px) {
    #iLogo {
        width: 135px;
    }

    #h5motto {
        display: none;
    }

    .headprofil {
        margin-left: 4px;
        margin-right: 8px;
    }

    #headinzert {
        padding: 6px 6px;
    }

    #headinzert img {
        display: none;
    }
}

@media (max-width: 335px) {
    #iLogo {
        width: 125px;
    }

    #h5motto {
        display: none;
    }

    .headprofil {
        margin-left: 4px;
        margin-right: 4px;
    }

    #headinzert {
        padding: 6px 6px;
    }

    #headinzert img {
        display: none;
    }

    .footUl {
        grid-column-gap: 6px;
    }
}
/*#endregion*/

/*#region COOKIECONSENT */
#cc-main{background:transparent;color:var(--cc-primary-color);font-family:var(--cc-font-family);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15;position:relative;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;position:fixed;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{-webkit-appearance:none;appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#005db1;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#157bd7;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24rem;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1rem 1.3rem;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1rem 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3rem}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:3rem}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3rem}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw;--cc-modal-transition-duration:.35s}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:3rem!important;padding-right:1.3rem}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3rem}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1rem!important;padding-right:1.1rem!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%;--cc-modal-transition-duration:.35s}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}
/*#endregion*/