/* Others */

:root {
    font-size: 10px;
}

.svetla>* {
    color: #fff;
}

.svetla a {
    color: #fff;
}

.svetla a:hover {
    color: #fff;
}

mark {
    background-color: var(--color-sorbet-yellow);
}

a.no-text {
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

a.no-text.icon {
    padding: 0;
}

.width-1-3 {
    width: 33.33% !important;
    flex-basis: auto !important;
}

.width-2-3 {
    width: 66.66% !important;
    flex-basis: auto !important;
}

.no-navigation-sidebar .width-2-3 {
    width: 100% !important;
    flex-basis: auto !important;
}

.wp-block-column.width-1-3 {
    width: calc(33.33% - 5rem) !important;
}

.wp-block-column.width-2-3 {
    width: calc(66.66% - 5rem) !important;
}

.wp-block-column.padding-side>*:not(.wp-block-image, .gallery-carousel) {
    margin-left: 5rem;
    margin-right: 5rem;
}

.offset-left {
    padding-left: 8rem !important;
}

.has-text-align-center {
    text-align: center !important;
}

/* Wrapper */

#wrapper {
    position: relative;
    max-width: 100%;
    padding-top: 14rem;
    background-color: var(--bg-color-light);
}

/* Container */

.container {
    position: relative;
    max-width: 168rem;
    padding: 0 5rem;
    margin: 0 auto;
}

/* Body */

body:not(.wp-admin) {
    font-family: 'Rhymes Display';
    font-size: 1.6rem;
    line-height: 2.4rem;
    font-style: normal;
    font-weight: normal;
    color: var(--font-color-dark);
    margin: 0;
    padding: 0;
}


/* Picture */

picture img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Breadcrumbs */

nav.breadcrumbs {
    padding: 1.8rem 5rem;
    background-color: var(--bg-color-light);
    border-bottom: 1px solid var(--border-color-grey);
    display: flex;
    align-items: center;
}

nav.breadcrumbs>a.home {
    width: 2.4rem;
}

nav.breadcrumbs>.separator {
    margin: 0 0.5rem;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    overflow: hidden;
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.4rem;
    background-image: url(../icons/beak-down.svg);
    transform: rotate(-90deg);
    display: inline-block;
}

[data-theme="dark"] nav.breadcrumbs>.separator {
    background-image: url(../icons/beak-down-white.svg);
}

/* Columns */

.columns {
    display: flex;
    flex-wrap: wrap;
    padding: 0rem 5rem 0 0;
    margin-left: -5rem;
    margin-right: -5rem;
}

.columns .column {
    padding: 0;
    margin: 0 0 5rem 5rem;
    width: calc(25% - 5rem);
    position: relative;
}

.columns.color-bullets .column>* {
    padding-left: 2.7rem;
}

.columns.color-bullets .column:before {
    content: "";
    width: 0.6rem;
    height: 1.2rem;
    display: block;
    position: absolute;
    left: 0rem;
    top: 1.2rem;
}

.columns.color-bullets .column:after {
    content: "";
    width: 0.6rem;
    height: 1.2rem;
    display: block;
    position: absolute;
    left: 0.6rem;
    top: 1.2rem;
}

.columns.color-bullets .column:nth-child(9n-8):before {
    background-color: var(--color-candy-pink);
}

.columns.color-bullets .column:nth-child(9n-8):after {
    background-color: var(--color-mandarin);
}

.columns.color-bullets .column:nth-child(9n-7):before {
    background-color: var(--color-emerald);
}

.columns.color-bullets .column:nth-child(9n-7):after {
    background-color: var(--color-park-green);
}

.columns.color-bullets .column:nth-child(9n-6):before {
    background-color: var(--color-citrine);
}

.columns.color-bullets .column:nth-child(9n-6):after {
    background-color: var(--color-new-blue);
}

.columns.color-bullets .column:nth-child(9n-5):before {
    background-color: var(--color-harvest);
}

.columns.color-bullets .column:nth-child(9n-5):after {
    background-color: var(--color-mist);
}

.columns.color-bullets .column:nth-child(9n-4):before {
    background-color: var(--color-levander);
}

.columns.color-bullets .column:nth-child(9n-4):after {
    background-color: var(--color-mist);
}

.columns.color-bullets .column:nth-child(9n-3):before {
    background-color: var(--color-citrine);
}

.columns.color-bullets .column:nth-child(9n-3):after {
    background-color: var(--color-mandarin);
}

.columns.color-bullets .column:nth-child(9n-2):before {
    background-color: var(--color-ebony-black);
}

.columns.color-bullets .column:nth-child(9n-2):after {
    background-color: var(--color-pale-grey);
}

.columns.color-bullets .column:nth-child(9n-1):before {
    background-color: var(--color-forest);
}

.columns.color-bullets .column:nth-child(9n-1):after {
    background-color: var(--color-new-blue);
}

.columns.color-bullets .column:nth-child(9n-0):before {
    background-color: var(--color-new-blue);
}

.columns.color-bullets .column:nth-child(9n-0):after {
    background-color: var(--color-levander);
}

.flex {
    display: flex;
    flex-flow: row;
    margin: 0 -2.5rem;
}

.flex>* {
    padding: 0 2.5rem;
}

/* Content */

main.page {
    margin-bottom: 10rem;
}

.main-page {
    padding-bottom: 5rem;
}

.main-page>* {
    max-width: 168rem;
    margin: 0 auto;
    padding: 0 5rem;
}

.main-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

section#content ul {
    padding: 0 0 0 2rem;
}

/* Image */

img {
    max-width: 100%;
    height: auto;
}

/* Table */

table {
    width: 100%;
    position: relative;
    border-collapse: collapse;
    margin: 5rem 0;
}

table th {
    padding: 1.3rem 2rem;
    border-bottom: 1px solid #D6D6D6;
    text-align: left;
}

table td {
    padding: 1.3rem 2rem;
    border-bottom: 1px solid #D6D6D6;
    text-align: left;
}

table tr:hover td {
    background-color: transparent;
}

/* Blocks */

.block {
    position: relative;
}

/* Error 404 */

.block-404 {
    height: 87vh;
    overflow: hidden;
}

.block-404 .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-404 .content {
    position: absolute;
    max-width: 98rem;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: var(--font-color-light);
    z-index: 2;
}

.block-404 .content h1 {
    font-size: 5.6rem;
    line-height: 6.6rem;
    margin: 0 0 3rem;
}

.block-404 .content h2 {
    font-size: 8rem;
    line-height: 8rem;
    margin: 0 0 3rem;
}

.block-404 .content h3 {
    font-size: 3.4rem;
    line-height: 4.6rem;
    margin: 0 0 3rem;
}

.block-404 .content a.button {
    margin: 0;
}

/* RESPONSIVE */

.desktop-only {
    display: block !important;
}

.mobile-only {
    display: none !important;
}

@media(max-width: 1600px) {

    :root {
        font-size: 8px;
    }

    body {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

}

@media(max-width: 1200px) {}

@media(max-width: 990px) {
    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }

    #wrapper {
        padding-top: 8rem;
        overflow-x: hidden;
    }

    main.page {
        margin-bottom: 5rem;
    }

    .flex {
        flex-flow: row wrap;
    }

    .block-404 {
        height: auto;
    }

    .block-404 .overlay {
        display: none;
    }

    .block-404 .content {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        max-width: 100%;
        text-align: left;
        padding: 3rem 2rem;
        color: var(--font-color-dark);
    }

    .block-404 .content h1 {
        font-size: 4rem;
        line-height: 5rem;
    }

    .block-404 .content h2 {
        font-size: 3rem;
        line-height: 4rem;
    }

    .block-404 .content h3 {
        font-size: 2rem;
        line-height: 3rem;
    }

    .wp-block-column.padding-side>*:not(.wp-block-image) {
        margin-left: 2rem;
        margin-right: 2rem;
    }
}

@media(max-width: 750px) {
    .container {
        padding: 0 1rem;
    }

    .columns .column {
        margin-bottom: 2rem;
    }

    nav.breadcrumbs {
        padding: 1rem;
        white-space: nowrap;
    }

    nav.breadcrumbs>a.home {
        padding: 0 0 0 2.4rem;
    }

    nav.breadcrumbs>.separator {
        overflow: visible;
    }

    .width-2-3 {
        max-width: 100% !important;
        width: 100% !important;
    }

    table {
        margin: 2rem 0;
    }

    .table-wrap {
        width: 100%;
        position: relative;
        overflow-x: auto;
    }

    .table-wrap table {
        width: 80rem;
    }
}

@media(max-width: 500px) {
    .offset-left {
        padding-left: 6rem !important;
    }
}

@media(max-width: 400px) {}