@font-face {
    font-family: 'Degular';
    src: url('fonts/Degular-Regular.svg#Degular-Regular') format('svg'),
    url('fonts/Degular-Regular.ttf') format('truetype'),
    url('fonts/Degular-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DegularBold';
    src: url('fonts/Degular-Bold.svg#Degular-Bold') format('svg'),
    url('fonts/Degular-Bold.ttf') format('truetype'),
    url('fonts/Degular-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

:root {
    --container-width: 1680px;
    --yellow: #FFDA00;
    --yellow-light: #FFF265;
    --font-huge: 58px;
    --font-big: 45px;
    --font-medium: 35px;
    --line-height: 1.1;
}

body {
    width: 100%;
    margin: 0;
    padding: 100px 0 0;
    background-color: var(--yellow);
    color: #000;
    font-family: Degular, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    overflow-x: hidden;
}

body.helper_css {
    padding: 162px 0 0;
}

body#tinymce {
    padding: 0 15px;
    background-color: #fff;
    text-align: left;
}

.container-full {
    clear: both;
    position: relative;
    width: 100%;
    z-index: 1;
}

.container {
    clear: both;
    position: relative;
    width: var(--container-width);
    margin: 0 auto;
    padding-left: 80px;
    padding-right: 80px;
    z-index: 1;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: var(--yellow);
    z-index: 26;
}

.web-accessibility-mode {
    display: none;
}

.helper_css .web-accessibility-mode {
    display: block;
    padding: 1px 15px 5px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

.web-accessibility-mode p {
    display: inline-block;
}

.web-accessibility-mode p + p {
    margin-left: 40px;
}

.web-accessibility-mode a {
    text-decoration: none;
}

.font-increase {
    cursor: pointer;
}

.font-decrease {
    cursor: pointer;
}

.header-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--container-width);
    margin: auto;
}

.helper_css_container {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    z-index: 30;
}

.logo {
    position: relative;
    padding-top: 5px;
    z-index: 53;
}

.logo img {
    width: 200px;
}

header nav {
}

header nav ul {
    margin: 0;
    padding: 0;
    transition: all 350ms linear;
    list-style-type: none;
}

header nav ul li {
    display: inline-block;
    margin: 0;
    font-family: DegularBold;
    font-size: 28px;
    line-height: var(--line-height);
}

header nav ul li a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
}

header nav > ul > li:hover > a, header nav > ul > li.active > a {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

header nav ul ul {
    display: none;
    grid-template-columns: repeat(auto-fill, 24%);
    justify-content: space-between;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    width: var(--container-width);
    margin: auto;
    padding: 35px 0;
    background-color: var(--yellow);
    text-align: left;
    z-index: 2;
}

header.fixed nav ul ul {
}

header nav ul li:hover ul {
    display: grid;
}

header nav ul ul:before, header nav ul ul:after {
    position: absolute;
    top: 0;
    right: -50vw;
    width: 50vw;
    height: 100%;
    background-color: var(--yellow);
    content: "";
    z-index: 2;
}
header nav ul ul:before {
    right: auto;
    left: -50vw;
}

header nav ul ul li {
    display: block;
    flex: 0 0 25%;
    padding: 0 30px 15px;
    font-size: 22px;
}

header nav ul ul li a {
    display: inline;
    padding: 0;
}

header nav ul ul li.active a {
    text-decoration: underline;
}

header nav ul li:hover ul ul {
    display: block;
}


header nav ul ul li img {
    position: relative;
    top: 3px;
    width: 18px;
    margin-right: 10px;
}

header nav ul ul ul {
    display: block;
    position: static;
    width: auto;
    margin: 0;
    padding: 10px 0 0;
}

header nav ul ul ul:before, header nav ul ul ul:after {
    display: none;
}

header nav ul ul ul li {
    padding: 5px 0;
    font-family: Degular;
    font-size: 20px;
}

.header-right {
    display: flex;
    padding: 0 0 0 20px;
}

.header-search {
    position: relative;
    padding-top: 10px;
}

.header-search label {
    font-size: 0;
}

.header-search input {
    position: relative;
    top: 3px;
    width: 250px;
    height: 30px;
    padding: 0 0 0 5px;
    border: 0;
    border-bottom: 2px solid #000;
    background: transparent;
    font-size: 18px;
    font-style: italic;
}

.header-search button {
    position: absolute;
    top: 32px;
    right: 0;
    border: 0;
    background-color: transparent;
    cursor: pointer;
}
.header-search button:hover {
}

.header-search button img {
    width: 18px;
    transition: all 350ms linear;
}
.header-search button:hover img {
}

.header-lang {
    position: relative;
    padding-left: 15px;
    font-family: DegularBold;
}

.header-lang p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 43px;
    border: 2px solid #000;
    cursor: pointer;
}

.header-lang ul {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #000;
    background-color: var(--yellow);
    z-index: 2;
}

.header-lang ul li {
    display: block;
    padding: 8px;
}

.header-lang a {
    text-decoration: none;
}

.header-lang-list {
    display: none;
    position: absolute;
    top: 60px;
    left: 15px;
    background-color: var(--yellow);
    text-align: left;
    z-index: 2;
}
.header-lang-list.active {
    display: block;
}

.header-lang-list p {
    margin: 0;
    padding: 5px 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.header-lang-list p + p {
    border-top: 0;
}

.header-lang-list p:hover {
    background-color: #fff;
}

.menu-responsive {
    display: none;
    position: fixed;
    top: 34px;
    right: 3vw;
    z-index: 49;
}

.menu-responsive span {
    position: relative;
    display: block;
    width: 23px;
    height: 17px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    font-size: 0;
}

.menu-responsive span:before {
    position: absolute;
    top: 4px;
    display: block;
    width: 100%;
    height: 3px;
    content: "";
    background-color: #000;
}

.social-media {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 5;
}

.social-media a {
    display: block;
    margin-top: 5px;
}

.social-media img {
    max-height: 20px;
    transition: all 350ms linear;
}

.social-media img:hover {
    opacity: .5;
}

.site-slider {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
    text-align: left;
}

.site-slider:before {
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #fff;
    content: "";
}

.slider-home {
    height: 500px;
}

.slide-content {
    display: flex;
    align-items: center;
}

.slide-img {
    flex: 0 0 33%;
}

.slide-img img {
    width: 100%;
}

.slide-img + div {
    padding-left: 40px;
    padding-right: 100px;
}

.slide-title {
    font-size: var(--font-huge);
    line-height: var(--line-height);
    font-style: italic;
}
.slide-title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-family: DegularBold;
    font-style: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slide-date {
    padding: 15px 0;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.slide-date span {
    display: inline-block;
    width: 230px;
}

.slide-text {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slider-home .link {
    text-align: right;
}

.site-message {
    padding: 1px 40px 1px 80px;
    background-color: #000;
    color: #fff;
    text-align: left;
}

.site-message:before {
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #000;
    content: "";
}

.message-close {
    position: absolute;
    top: 5px;
    right: 15px;
    margin: 0;
    font-family: Tahoma, Verdana;
    font-size: var(--font-medium);
}

.message-close a {
    text-decoration: none;
}
.message-close a:hover {
    opacity: .5;
    text-decoration: none;
}

.site-links {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--yellow-light);
}

.site-links:before {
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 50vw;
    height: 100%;
    background-color: var(--yellow-light);
    content: "";
}

.links-content {
    text-align: left;
}

.links-categories {
    padding-bottom: 20px;
    font-size: var(--font-huge);
}

.links-categories a {
    display: inline-block;
    margin-right: 25px;
    padding: 3px 12px 3px 2px;
    font-family: DegularBold;
}

.links-categories a:hover,
.links-categories a.active {
    background-color: #000;
    color: #fff;
    font-style: italic;
    text-decoration: none;
}

.links-list {
    display: flex;
    flex-wrap: wrap;
    font-size: 28px;
}

.links-list p {
    margin: 10px 10px 10px 0;
}

.links-list p a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 42px 0 10px;
    border: 2px solid #000;
    background: transparent url("../img/arrow-r.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    font-family: DegularBold;
    text-decoration: none;
}

.links-list p a:hover {
    background: #000 url("../img/arrow-r-wh.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    color: #fff;
}

.site-news {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #fff;
}

.site-news:before {
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 50vw;
    height: 100%;
    background-color: #fff;
    content: "";
}

.news-content {
    display: flex;
    text-align: left;
}

.news-img {
    flex: 0 0 33%;
}
.main-left .news-img {
    padding-top: 30px;
}

.news-img img {
    width: 100%;
}

.news-right {
    flex: 1;
    padding-left: 40px;
}

.news-categories {
    margin: 15px 0;
    padding: 0 100px 0 0;
    list-style-type: none;
}

.news-categories li {
    display: inline-block;
    margin-right: 20px;
    padding: 1px 13px 5px 5px;
    font-family: DegularBold;
    font-size: var(--font-huge);
    line-height: var(--line-height);
    text-decoration: underline;
    cursor: pointer;
}

.news-categories li:hover,
.news-categories li.active {
    background-color: #000;
    color: #fff;
    font-style: italic;
}

.news-right .link {
    float: right;
    margin-top: -78px;
    text-align: right;
}
.news-right .news-list .link {
    float: none;
    margin: -10px 0 0;
}
.main-left .news-right > .link {
    margin: -85px 0 0;
}

.news-wrapper > div {
    display: none;
}
.news-wrapper > div.active {
    display: block;
}

.news-list {
    clear: both;
    padding-top: 10px;
}

.news-list > div {
    border-top: 1px solid #000;
}
.news-list > div:first-child {
    border-top: 0;
}

.news-list-img {
    display: none;
}

.news-list-date {
    margin-bottom: -10px;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
}

.news-list-date span {
    display: inline-block;
    width: 130px;
}

.news-list-title {
    font-size: var(--font-medium);
    line-height: var(--line-height);
}
.news-list .active .news-list-title {
    font-family: DegularBold;
}

.news-list-title a {
    text-decoration: none;
}

.news-list .link {
    display: none;
}
.news-list .active .link {
    display: block;
}

.news-activities-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: -30px;
}

.news-activities-header .link {
    margin-top: 5px;
}

.site-portals {
    padding-top: 40px;
    text-align: left;
}

.site-portals > .title {
    font-size: var(--font-huge);
}

.slider-portals {
    padding: 30px 50px 10px;
    background: linear-gradient(180deg, transparent 45%, #fff 45%);
    font-family: DegularBold;
    font-size: 18px;
    text-align: center;
}

.slide-portals-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 150px;
    margin: auto;
    background-color: #000;
}

.slide-portals-img img {
    width: 50%;
}

.slider-portals a {
    display: block;
    text-decoration: none;
}

.portals-wrapper {
    padding: 10px 100px 100px;
    background-color: #fff;
    overflow: auto;
}

.portals-map {
    float: right;
    width: 45%;
    margin-top: -100px;
    padding-left: 30px;
}

.portals-bottom {
    clear: both;
    display: flex;
    align-items: flex-end;
    gap: 50px;
    padding-top: 50px;
}

.governor {
    padding: 20px 60px 40px;
    background-color: var(--yellow);
}

.governor > p {
    font-family: DegularBold;
    font-size: var(--font-medium);
    line-height: var(--line-height);
}
.governor > p span {
    display: block;
    font-family: Degular;
    font-style: italic;
}

.governor-content {
    display: flex;
    gap: 25px;
}

.governor-img {
    width: 300px;
}

.magazine {
    display: flex;
    gap: 30px;
    flex: 0 0 460px;
}

.magazine > div {
    position: relative;
}

.magazine .link {
    position: absolute;
    bottom: -10px;
    left: 0;
}

.magazine > div + div {
    flex: 0 0 200px;
}

.site-log {
    padding-top: 50px;
    padding-bottom: 50px;
}

.log-wrapper {
    display: flex;
    gap: 7%;
    text-align: left;
}

.log-wrapper > div:first-child {
    position: relative;
    flex: 0 0 50%;
}

.site-log .title {
    padding-bottom: 30px;
}

.site-log label {
    font-size: 0;
}

.site-log input {
    width: 100%;
    height: 70px;
    padding: 0 25px;
    border: 2px solid var(--yellow-light);
    background-color: var(--yellow-light);
    font-size: 18px;
}

.log-buttons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.log-buttons a {
    margin-right: 5px;
}

.log-buttons img {
    max-height: 35px;
}

.log-buttons .link {
    margin-left: 10px;
}

.news-feed p {
    margin: 5px 0;
}

.news-feed strong {
    font-style: italic;
    font-size: 16px;
}

.log-wrapper > div + div {
    position: relative;
    flex: 1;
}

.log-wrapper > div + div .link {
    position: absolute;
    bottom: 0;
    right: 0;
}

.slider-benefits {
    padding: 20px 50px;
    text-align: center;
}

.slider-benefits .slick-slide > div {
    padding: 0 20px;
}

.slider-benefits p {
    margin: 10px auto;
    padding: 0 15px;
}

.slider-benefits strong {
    font-family: DegularBold;
    font-weight: normal;
}

.slider-benefits-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: var(--yellow);
}

.slider-benefits-img img {
    height: 80px;
    margin: auto;
}

.slider-benefits-text {
    font-size: 15px;
}

.filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 0;
}

.filters > div {
    width: 48.5%;
    padding: 0 0 20px;
}

.filters > div > * {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    border: 2px solid #000;
    background-color: #fff;
    font-family: DegularBold;
    font-size: 22px;
}

.filters > div select {
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    appearance: none;
    cursor: pointer;
}

.filters-list {}

.filters-list > div {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
}

.filters-list-icon {
    flex: 0 0 30px;
}

.filters-list-icon img {
    position: relative;
    top: 3px;
    width: 18px;
}

.filters-list-title {
    flex: 1;
    padding-right: 20px;
    font-family: DegularBold;
}

.filters-list-title span {
    font-family: Degular;
}

.filters-list-size {
    flex: 0 0 90px;
}

.filters-list-action {
    display: flex;
    font-family: DegularBold;
}

.filters-list-action a {
    margin-left: 10px;
}

.filters-list-action img {
    position: relative;
    top: -2px;
    width: 30px;
    margin-bottom: -10px;
}

.files-list {
    padding: 10px 0 20px;
}

.files-list p {
    display: flex;
    align-items: center;
    line-height: 1;
}

.files-list a {
    text-decoration: none;
}
.files-list a strong {
    font-family: DegularBold;
    font-weight: normal;
}

.files-list img {
    position: relative;
    top: 2px;
    max-width: 25px;
    margin-right: 15px;
}

.icon-link {
}

.icon-link a,
.icon-link a:hover {
    text-decoration: none;
}

.icon-link img {
    position: relative;
    top: 6px;
    max-width: 25px;
    margin: 0 10px;
}
.icon-link a img:first-child {
    margin-left: 0;
}

.site-next {
    padding-top: 50px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, transparent 55%, #fff 55%);
    text-align: left;
}

.next-content {
    display: flex;
    justify-content: center;
    gap: 5%;
    padding: 15px 0 0;
}

.next-content > div {
    font-family: DegularBold;
    font-size: 18px;
    text-align: center;
}

.next-content img {
    max-height: 200px;
}

.next-content a {
    text-decoration: none;
}

.grants-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr 1fr .5fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px 0;
    text-align: center;
}
.grants-box.grants-box-2levels {
    grid-template-rows: 1fr .5fr;
}

.grants-box > *:first-child { grid-area: 1 / 1 / 3 / 3; }
.grants-box > *:first-child + * { grid-area: 1 / 3 / 2 / 5; }
.grants-box > *:first-child + * + * { grid-area: 2 / 3 / 3 / 5; }
.grants-box > *:first-child + * + * + * { grid-area: 3 / 1 / 4 / 3; }
.grants-box > *:first-child + * + * + * + * { grid-area: 3 / 3 / 4 / 4; }
.grants-box > *:first-child + * + * + * + * + * { grid-area: 3 / 4 / 4 / 5; }
/*.grants-box > *:first-child + * + * + * + * + * + * { grid-area: 3 / 4 / 4 / 5; }*/

.grants-box.grants-box-2levels > *:first-child { grid-area: auto / auto / auto / auto; grid-column: span 2; }
.grants-box.grants-box-2levels > *:first-child + * { grid-area: auto / auto / auto / auto; grid-column: span 2; }
.grants-box.grants-box-2levels > *:first-child + * + * { grid-area: 2 / 1 / 3 / 2; }
.grants-box.grants-box-2levels > *:first-child + * + * + * { grid-area: 2 / 2 / 3 / 3; }
.grants-box.grants-box-2levels > *:first-child + * + * + * + * { grid-area: 2 / 3 / 3 / 4; }
.grants-box.grants-box-2levels > *:first-child + * + * + * + * + * { grid-area: 2 / 4 / 3 / 5; }

.grants-box > * {
    margin: 0;
    border: 2px solid #000;
}

.grants-box a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 5px 30px;
    text-decoration: none;
}

.grants-box .yellow a {
    background-color: var(--yellow);
    color: #000;
}

.grants-box .kanal_3 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: DegularBold;
    font-size: 28px;
}

.grants-box div a p:first-child {
    font-family: DegularBold;
    font-size: 28px;
}

.grants-box a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.grants-box img {
    position: relative;
    top: 3px;
    max-height: 25px;
    margin-right: 5px;
    transition: all 350ms linear;
}

.grants-box a:hover img {
    filter: invert(1);
}

.appeals-filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    padding: 10px 0;
}

.appeals-filter > * {
    grid-column: span 2;
}
.appeals-filter > *:first-child, .appeals-filter > *:first-child + * {
    grid-column: span 1;
}

.appeals-filter > * {
    border: 2px solid #000;
}

.appeals-filter label {
    font-size: 0;
}

.appeals-filter input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    font-family: DegularBold;
    font-size: 22px;
}

.appeals-filter input[type=date] {
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    appearance: none;
}

.appeals-filter select {
    width: 100%;
    height: 40px;
    padding: 0 35px 0 10px;
    border: 0;
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    font-family: DegularBold;
    font-size: 22px;
    appearance: none;
    cursor: pointer;
}

.appeals-list {
    padding: 5px 0 40px;
}

.appeals-list-item {
    border-bottom: 1px solid #000;
}

.appeals-list-item > div {
    display: flex;
    align-items: flex-end;
    margin-top: -20px;
}

.appeals-list-item > div > *:first-child {
    flex: 0 0 37%;
    padding-right: 20px;
}

.appeals-list-item > div > *:first-child span {
    display: inline-block;
    width: 160px;
}

.appeals-list-item > div > *:first-child + * {
    flex: 1;
}

.appeals-list-item > div > *:first-child + * span {
    display: inline-block;
    width: 250px;
}

.appeals-list-item > div > *:last-child {
    flex: 0 0 140px;
    text-align: right;
}

.appeals-list-item span, .appeals-list-item a {
    font-family: DegularBold;
}

.appeals-list-show-all {
    padding: 20px 0;
    font-family: DegularBold;
    text-align: center;
}

.grants-docs div + div a {
    font-family: DegularBold;
    text-decoration: none;
}
.grants-docs div + div a:hover {
    text-decoration: underline;
}

.yellow-light-box {
    position: relative;
    margin: 40px 0;
    padding: 1px 0 40px;
    background-color: var(--yellow-light);
}
.yellow-light-box:before {
    position: absolute;
    top: 0;
    left: -50vw;
    display: block;
    width: 50vw;
    height: 100%;
    background-color: var(--yellow-light);
    content: "";
    z-index: 2;
}
.yellow-light-box:after {
    position: absolute;
    top: 0;
    right: -80px;
    display: block;
    width: 80px;
    height: 100%;
    background-color: var(--yellow-light);
    content: "";
    z-index: 2;
}

.calendar-filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    padding: 10px 0;
}

.calendar-filter > * {
    margin: 10px 0;
}

.calendar-filter input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 2px solid #000;
    background: transparent;
    font-family: DegularBold;
    font-size: 22px;
}

.calendar-filter select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 2px solid #000;
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    font-family: DegularBold;
    font-size: 22px;
    appearance: none;
    cursor: pointer;
}

.calendar-list-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.calendar-list-item > div {
    flex: 1;
}

.calendar-list-item-date {
    margin-bottom: -20px;
    font-family: DegularBold;
    font-size: 16px;
    font-style: italic;
}

.calendar-list-item > p {
    flex: 0 0 210px;
    font-family: DegularBold;
    text-align: right;
}

.desk-filter {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 20px;
    padding: 10px 0;
}

.desk-filter > *:first-child, .desk-filter > *:first-child + *,
.desk-filter > *:last-child {
    grid-column: span 2;
}

.desk-filter > * {
    margin: 5px 0;
    border: 2px solid #000;
}

.desk-filter input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    background: transparent;
    font-family: DegularBold;
    font-size: 22px;
}
.desk-filter input[type="text"] {
    background: url("../img/icon-magnifier.svg") 98% 50% no-repeat;
    background-size: 22px 22px;
    font-family: Degular;
    font-style: italic;
    appearance: none;
}
.desk-filter input[type="date"] {
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    appearance: none;
}

.desk-filter select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 0;
    background: url("../img/arrow-d.png") 98% 50% no-repeat;
    background-size: 21px 24px;
    font-family: DegularBold;
    font-size: 22px;
    appearance: none;
    cursor: pointer;
}

.desk-list {}

.desk-list-item {
    padding: 5px 0 20px;
    border-bottom: 2px solid #000;
}

.desk-list-item span {
    margin-right: 25px;
    font-family: DegularBold;
}

.desk-list-item-data {
    display: flex;
    justify-content: space-between;
    margin: -15px 0;
}

.desk-list-item-data > *:first-child, .desk-list-item-data > *:first-child + * {
    flex: 0 0 40%;
}

.desk-list-item .text-right {
    font-family: DegularBold;
}

.news-page {
    padding-top: 1px;
}

.news-page-listing {
    padding-top: 50px;
}

.news {
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #000;
}

.news-page-img {
    flex: 0 0 140px;
}

.news > div {
    position: relative;
    flex: 1;
    padding-left: 4%;
}

.news .h3 {
    min-height: 90px;
    margin: 5px 0 15px;
}

.news-page-date {
    float: left;
    width: 150px;
}

.news-page-date + p {
    float: left;
}

.news > div > p:last-child {
    float: right;
    font-family: DegularBold;
}

.list-item {
    padding: 10px 0;
    border-bottom: 1px solid #000;
}

.list-item-date {
    margin-bottom: -20px;
    font-family: DegularBold;
    font-size: 16px;
    font-style: italic;
}

.list-item .text-right {
    font-family: DegularBold;
}

.main-info {
    display: flex;
    align-items: center;
    padding: 10px 0 25px;
}

.main-info > *:first-child {
    flex: 0 0 33%;
}

.main-info > * + * {
    padding-left: 40px;
}

.contact-input {
    position: relative;
}

.contact-input label {
    font-size: 0;
}

.contact-input input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 10px;
    border: 2px solid #000;
    font-style: italic;
    appearance: none;
}

.contact-input button {
    position: absolute;
    top: 8px;
    right: 15px;
    width: 24px;
    height: 24px;
    border: 0;
    background: transparent url("../img/icon-magnifier.svg") center center no-repeat;
    background-size: cover;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}

#select-departments-list {
    display: none;
}

.contact-wrapper {
    display: flex;
    gap: 40px;
}

.contact-wrapper > div:first-child {
    flex: 0 0 380px;
}

.contact-wrapper > div + div {
    flex: 1;
}

.contact-wrapper > div + div .h1 {
    margin-top: 24px;
}

.contact-wrapper > div + div + div {
    flex: 0 0 380px;
}

.contact-menu {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: var(--yellow-light);
    list-style-type: none;
}

.contact-menu li {
    padding: 8px 0;
    font-family: DegularBold;
}

.contact-menu li a {
    position: relative;
    display: block;
    padding-right: 35px;
    text-decoration: none;
}

.contact-menu li a:after {
    position: absolute;
    top: 50%;
    right: -5px;
    content: "→";
    font-size: 22px;
    transform: translateY(-50%);
    z-index: 2;
}
.contact-menu li.active a:after {
    transform: translateY(-50%) rotate(90deg);
}

.contact-menu li a:hover {
    text-decoration: underline;
}

.contact-menu li.active a {
    text-decoration: underline;
}

.palmtree-form {
    clear: both;
    padding: 15px 0;
}

.palmtree-form .form-group {
    padding: 15px 0 0;
}

.palmtree-form abbr {
    text-decoration: none;
}

.palmtree-form ::placeholder {
    font-style: italic;
    opacity: .6;
}

.palmtree-form label {
    font-weight: bold;
}

.palmtree-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #000;
}
.palmtree-form input[type=checkbox] {
    width: auto;
}

.palmtree-form textarea {
    width: 100%;
    height: 75px;
    border: 0;
    border-bottom: 1px solid #000;
}

.palmtree-form button {
    float: right;
    border: 0;
    background-color: transparent;
    font-family: DegularBold;
    text-decoration: underline;
    cursor: pointer;
}

#mapka, #mapka > div {
    width: 100% !important;
    height: 380px !important;
    margin-top: 30px;
}

.contact-address span {
    display: inline-block;
    width: 45%;
}

.contact-hours span {
    display: inline-block;
    width: 100px;
}

.contact-item {
    padding: 5px 0;
    border-bottom: 1px solid #000;
}

.contact-item strong {
    font-family: DegularBold;
    font-weight: normal;
}

.contact-item > div {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.contact-item p {
    margin: 10px 0;
}

.contact-item + .h3 {
    padding-top: 15px;
}

.contact-item > div p:first-child,
.contact-item > div p:nth-child(3) {
    flex: 0 0 100px;
}
.contact-item > div p:first-child + p {
    flex: 1;
}
.contact-item > div p:last-child {
    flex: 0 0 120px;
    text-align: right;
}

.contact-item-large {
    padding: 10px 0;
}

.contact-item-large + .contact-item-large {
    border-top: 1px solid #000;
}

.contact-item-large > div {
    display: flex;
}

.contact-item-large-img {
    width: 120px;
    height: 110px;
    padding-right: 30px;
}
.contact-item-large-img img {
    max-height: 100%;
    /*border-radius: 50%;*/
}

.contact-item-large .h3 {
    padding-top: 5px;
}

.contact-item-large .h3 span {
    display: block;
    margin-top: 5px;
    font-family: Degular;
    font-size: 20px;
    font-style: italic;
    line-height: 1;
}

.contact-item-large > div + div {
    flex-wrap: wrap;
}

.contact-item-large > div + div > * {
    flex: 0 0 33.3333%;
    margin-top: -10px;
}

.contact-item-large > div + div > *:nth-child(3n) {
    text-align: right;
}

.contact-item-large > div + div strong {
    margin-right: 20px;
    font-family: DegularBold;
    font-weight: normal;
}

.contact-item-large + .h2 {
    padding-top: 15px;
}

.contact-item-large > div + div + * {
    margin-top: 0;
}

.tiles-list {
    display: flex;
    flex-wrap: wrap;
}
.tiles-list img {
    position: relative;
    top: 2px;
    width: 15px;
    margin-right: 8px;
}
.tiles-list p {
    flex: 0 0 23%;
    margin: 15px 1%;
}

.tiles-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0 20px;
    border: 2px solid #000;
    text-align: center;
    line-height: var(--line-height);
    text-decoration: none;
}
.tiles-list .tile-fill a {
    background-color: var(--yellow);
}

.tiles-list a:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}
.tiles-list a:hover img {
    filter: invert(1);
    transition: all 350ms linear;
}

#form_simple_example-recaptcha_placeholder label {
    font-size: 0;
}

.guests-login {
    position: relative;
    margin: 25px 0 50px;
    padding: 5px 50px 20px 0;
    background-color: var(--yellow);
}
.guests-login:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    width: 50vw;
    background-color: var(--yellow);
    content: "";
    z-index: 3;
}

.guests-login label {
    font-size: 0;
}

.guests-login input {
    width: 100%;
    height: 40px;
    border: 0;
    border-bottom: 1px solid #000;
    background-color: transparent;
}

.full-search-top input[type=text] {
    width: 300px;
    height: 40px;
    margin: 10px 30px 20px 0;
    border: 0;
    border-bottom: 1px solid #000;
}

.search-full-tabs div {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 0;
}

.search-full-tabs p {
    flex: 0 0 25%;
    margin: 2px 0;
    border: 2px solid #000;
    border-left: 0;
}

.search-full-tabs p:nth-child(4n+1) {
    border-left: 2px solid #000;
}

.search-full-tabs p a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    font-weight: bold;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
}

.search-full-tabs p a:hover, .search-full-tabs p.active a {
    background-color: #000;
    color: #fff;
}

.accordion-list {
    padding: 10px 0 20px;
}

.accordion-list > p {
    position: relative;
    padding-left: 50px;
    cursor: pointer;
}

.accordion-list > p:before {
    position: absolute;
    top: -2px;
    left: 0;
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font-size: 30px;
    content: "+";
    line-height: .85;
}
.accordion-list > p.active:before {
    content: "-";
}

.accordion-list > div {
    display: none;
    padding: 1px 0;
}
.accordion-list > div.active {
    display: block;
}

.survey-wrapper {
    margin: 30px 0;
    padding: 0 25px 15px;
    border: 1px solid var(--yellow);
    background-color: var(--yellow);
}

.survey-wrapper .h3 {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
}

.survey-wrapper h4 {
    margin-top: 0;
    padding-bottom: 15px;
}

.survey-option {
    position: relative;
    margin: 10px 0 0;
}

.survey-option label {
    padding: 0 0 0 35px;
}

.survey-option input[type=checkbox],
.survey-option input[type=radio] {
    position: absolute;
    left: 0;
    top: 3px;
    margin: 0 18px 0 0;
    transform: scale(1.5);
    transform-origin: 0 0;
    cursor: pointer;
}

.survey-option input[type=text] {
    height: 40px;
    margin: 10px 0;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #fff;
    font-style: italic;
}

.survey-amount {
    display: flex;
    justify-content: space-between;
    margin: 5px 0 0;
}

.survey-amount span {
    display: inline-block;
}

.survey-amount > span:first-child {
    position: relative;
    top: 7px;
    width: calc(100% - 75px);
    height: 14px;
    background-color: #fff;
}

.survey-amount > span:first-child span {
    float: left;
    height: 14px;
    background-color: #000;
}

.survey-amount > span + span {
    float: right;
    width: 75px;
    text-align: right;
}

.survey-wrapper button {
    height: 40px;
    margin: 10px 0;
    padding: 0 25px;
    background-color: #000;
    border: 1px solid #fff;
    color: #fff;
    font-weight: bold;
    transition: all 350ms linear;
    text-transform: uppercase;
    cursor: pointer;
}
.survey-wrapper button:hover {
    background-color: #fff;
    color: #000;
}

.survey-wrapper > p:last-child {
    font-size: 17px;
}

.galerie {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 1px 15px;
    padding: 25px 0;
}

.galerie a {
    display: block;
    height: 200px;
    overflow: hidden;
}

.galerie a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 2px solid #000;
    background: url("../img/arrow-d.png") 99% 50% no-repeat;
    background-size: 21px 24px;
    font-family: DegularBold;
    font-size: 22px;
    appearance: none;
    cursor: pointer;
}

.input {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 2px solid #000;
}

.slider-nav {
    padding: 20px 0 40px;
    font-family: DegularBold;
    font-size: 18px;
    text-align: center;
}

.slider-nav .slick-slide > div {
    padding: 0 15px;
}

.slider-nav a {
    display: block;
    text-decoration: none;
}

.slider-nav p {
    margin: 10px auto;
}

.slider-nav-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #000;
}
.site-module .slider-nav-img {
    width: 150px;
    height: 150px;
}

.slider-nav-img img, .slider-nav-img svg {
    max-height: 50%;
    margin: auto;
}

.slider-nav-img + p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.1;
}

.popisek_logo {
    padding: 0 10px;
    font-family: Degular, Arial;
    font-size: 15px;
    line-height: 1.1;
}

.img_pozvanka {
    max-height: 280px;
}

.img_remove_dimensions img {
    width: auto !important;
    height: auto !important;
}

.main-article {
    display: flex;
}

.main-article > *:first-child {
    flex: 0 0 33%;
    padding: 15px 0 0;
}

.main-article > * + * {
    padding-left: 40px;
}

.main-article > *:first-child img {
    width: 100%;
}

.main-content {
    display: flex;
    padding: 15px 0;
}

.main-left {
    flex: 1;
    padding-right: 6%;
}

.main-right {
    flex: 0 0 370px;
    margin-right: -80px;
}

.main-right > .link {
    padding-right: 80px;
    text-align: right;
}

.table-wrapper {
    padding: 10px 0 20px;
}

.table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    empty-cells: show;
}

.table-wrapper table td {
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #000;
}

.table-icon img {
    max-height: 24px;
    margin: 0 0 -5px 5px;
}

.calendar-wrapper {
    margin: 25px 0;
    padding: 10px 25px;
    background-color: var(--yellow-light);
}

.calendar-month {
    font-family: DegularBold;
    font-size: 28px;
    text-align: center;
}

.contacts-light {
    margin: 30px 0 50px;
    padding: 10px 25px 20px;
    background-color: var(--yellow-light);
    text-align: center;
}

.contacts-light-img {
    width: 150px;
    margin: 50px auto 15px;
}

.contacts-light-img img {
    border-radius: 50%;
}

.contacts-light-all {
    padding: 35px 0;
    font-family: DegularBold;
}

.menu-main {
    margin: 30px 0 50px;
    padding: 10px 25px;
    background-color: var(--yellow-light);
    list-style-type: none;
}

.menu-main li {
    position: relative;
    padding: 5px 0;
    font-family: DegularBold;
    font-size: 28px;
}

.menu-main a {
    display: block;
    text-decoration: none;
}

.menu-main a:after {
    position: absolute;
    top: 5px;
    right: 0;
    content: "→";
    z-index: 2;
}
.menu-main .active a:after {
    right: -3px;
    transform: rotate(90deg);
}

.menu-main ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu-main li li {
    padding: 1px 0;
    font-family: Degular;
    font-size: 18px;
}

.menu-main li li.active {
    font-family: DegularBold;
    font-style: italic;
}

.menu-main li li a:after, .no-submenu a:after {
    display: none;
}

#universalModal {
    max-width: 990px;
}

.pas_loga .cls-1 {
    fill: none !important;
}

.site-content {
    padding-top: 35px;
    padding-bottom: 50px;
    padding-right: 80px;
    background-color: #fff;
    text-align: left;
}
.site-content:before {
    display: block;
    position: absolute;
    top: 0;
    left: -50vw;
    width: 50vw;
    height: 100%;
    background-color: #fff;
    content: "";
    z-index: 2;
}

.site-content-right {
    position: relative;
}

.site-content video {
    width: 100%;
    cursor: pointer;
}

.cont_pf {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cont_pf p:first-child {
    width: 27.5%;
}

.cont_pf p + p {
    flex: 1;
}

.site-module {
    position: relative;
}

.edit-backend {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 10px;
    background-color: #fff;
    text-decoration: none;
    z-index: 2;
}

.edit-backend img {
    width: 32px;
}

.modules-cols {
    display: flex;
    flex-wrap: wrap;
    padding: 15px 15px 0 0;
}

.modules-col-1 {
    width: calc(100% - 15px);
    margin: 0 0 15px 15px;
    padding: 0 15px;
}

.modules-col-2 {
    width: calc(50% - 15px);
    margin: 0 0 15px 15px;
    padding: 0 15px;
}

.modules-col-3 {
    width: calc(33.3333% - 15px);
    margin: 0 0 15px 15px;
    padding: 0 15px;
}

.modules-col-4 {
    width: calc(25% - 15px);
    margin: 0 0 15px 15px;
    padding: 0 15px;
}

.site-breadcrumbs {
    padding-bottom: 30px;
    text-align: left;
}

.site-breadcrumbs h1 {
    margin-top: 0.3em;
}

.breadcrumbs {
    font-size: 16px;
}
.breadcrumbs a {
    margin-right: 3px;
    font-style: italic;
}
.breadcrumbs img {
    position: relative;
    top: 2px;
    width: 12px;
}

.form-send-success {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.85);
    z-index: 123;
    overflow: hidden;
}

.form-send-success div {
    position: relative;
    max-width: 70vw;
    padding: 50px 90px;
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
}

.form-send-success a {
    position: absolute;
    top: -60px;
    right: -40px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-decoration: none;
    z-index: 2;
}
.form-send-success a:hover {
    transform: scale(1.2);
    text-decoration: none;
}

/*menu autocomplete */

.twitter-typeahead {
}

.tt-menu {
    top: 150% !important;
    left: auto !important;
    right: -5vw !important;
    width: 1450px;
    margin-top: -12px;
    padding: 10px 10px 25px;
    background-color: #fff;
    font-size: 18px;
    box-shadow: 0 0 15px #dfdfdf;
    text-align: left;
}

.title_search_produkt {
    margin-bottom: 15px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid #000;
    font-weight: bold;
    text-transform: uppercase;
}

.title_search_produkt span {
    text-transform: none;
}

.tt-menu .tt-suggestion {
    display: block;
    padding: 5px 0;
    line-height: 1.1;
    text-decoration: none;
}
.tt-menu .tt-suggestion:hover {
    background-color: #e5e5e5;
}

.tt-menu .result_container {
    display: flex;
    align-items: center;
}

.tt-menu .result_container img {
    width: 30px;
    max-height: 36px;
    margin-right: 10px;
}

.tt-menu .results_data {
    float: none;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0;
    font-size: 13px;
}

.tt-menu .results_data .product_name_search {
    display: inline-block;
    width: calc(100% - 200px);
    padding-right: 20px;
}

.tt-menu .search_dostupnost {
    width: 100px;
    padding-right: 20px;
}

.tt-menu .search_dostupnost p {
    display: inline-block;
    margin: 0;
    color: #749b77;
}

.tt-menu .search_cena {
    width: 80px;
}

.tt-menu .search_cena p {
    /*    display: inline-block;*/
    margin: 0;
    color: #b92a37;
}

.title_search_produkt_celkem {
    display: none;
    padding: 0 25px 0 0;
    font-style: italic;
    text-transform: uppercase;
}

.title_search_produkt_celkem span {
    color: #b92a37;
}

.show_all_result_menu {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #999;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
}

.show_all_result_menu:hover {
    background-color: #e5e5e5;
    text-decoration: none;
}

.naseptavac-img {
    padding: 20px 0 0;
    text-align: center;
}

.naseptavac-img img {
    max-width: 320px;
}

button.search_btn_home{
    float: right;
}

.tt-menu .tt-suggestion.cat_naseptavac {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    border: 1px solid #999;
}

.tt-dataset {
    float: left;
    width: 25%;
    padding: 0 10px;
}

/* konec menu autocomplete*/

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 3px;
    border: 2px solid #fff;
    font-style: italic;
    text-decoration: none;
}

.pagination a.active, .pagination a:hover {
    border: 2px solid #000;
    text-decoration: none;
}

.pagination a.inactive {
    pointer-events: none;
    opacity: .25;
}

.pagination img {
    max-height: 18px;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    z-index: 1;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    /*display: block;*/
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-autoplay-toggle-button {
    display: none;
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 20px;
}
.slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: 1px solid #000;
    border-radius: 10px;
    background: #fff;
    font-size: 0;
    transition: all 350ms linear;
    cursor: pointer;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover,
.slick-dots li button:focus {
    background: #000;
}

/* Arrows */
.slick-prev, .slick-next {
    position: absolute;
    top: 30px;
    width: 47px;
    height: 41px;
    border: 2px solid #000;
    background: transparent url("../img/arrow-l.png") 50% 50% no-repeat;
    background-size: 22px 22px;
    font-family: DegularBold;
    font-size: 0;
    transition: all 350ms linear;
    line-height: 40px;
    cursor: pointer;
    z-index: 3;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
    background: transparent url("../img/arrow-r.png") 50% 50% no-repeat;
    background-size: 22px 22px;
}
.slick-prev:hover {
    background: #000 url("../img/arrow-l-wh.png") 50% 50% no-repeat;
    background-size: 22px 22px;
}
.slick-next:hover {
    background: #000 url("../img/arrow-r-wh.png") 50% 50% no-repeat;
    background-size: 22px 22px;
}

.slider-home .slick-prev, .slider-home .slick-next {
    top: 45%;
    background-color: #fff;
}
.slider-home .slick-prev {
    left: -80px;
}
.slider-home .slick-prev:hover, .slider-home .slick-next:hover {
    background-color: #000;
}

.slider-portals .slick-prev {
    left: -80px;
}
.slider-portals .slick-next {
    right: -80px;
}

.slider-nav .slick-prev {
    left: -80px;
}
.slider-nav .slick-next {
    right: -80px;
}

.slick-slider .slick-slide{
    display: none;
}
.slick-slider .slick-slide:first-child{
    display: block;
}
.slick-initialized.slick-slider .slick-slide,
.slick-initialized.slick-slider .slick-slide:first-child{
    display: block;
}

.blocker {
    background-color: rgba(0,0,0,0.95);
    z-index: 55;
}

.title {
    font-family: DegularBold;
    font-size: var(--font-medium);
    line-height: var(--line-height);
}

.title span {
    margin-left: 20px;
    font-family: Degular;
    font-size: 20px;
    font-style: italic;
}

.link, .link-white, .link-black, .link-black2 {
    position: relative;
    padding: 15px 0;
}

.link a, .link-white a, .link-black a, .link-black2 > *, .link button,
.full-search-top button, .formular-section button {
    float: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 40px 0 10px;
    border: 2px solid #000;
    background: transparent url("../img/arrow-r.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    font-family: DegularBold;
    font-size: 28px;
    transition: all 350ms linear;
    text-decoration: none;
    cursor: pointer;
}
.link-black a {
    background: #000 url("../img/arrow-r-wh.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    color: #fff;
}
.link-black2 > * {
    padding: 0 10px;
    background: #000 none;
    color: #fff;
}
.link a:hover, .link-white a:hover, .link-black a:hover, .link-black2 > *:hover, .link button:hover,
.full-search-top button:hover, .formular-section button:hover {
    background: #000 url("../img/arrow-r-wh.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    color: #fff;
    text-decoration: none;
}
.link-black a:hover {
    background: #fff url("../img/arrow-r.png") calc(100% - 10px) 50% no-repeat;
    background-size: 22px 22px;
    color: #000;
}
.link-black2 > *:hover {
    background: #fff none;
    color: #000;
}
.link a + a, .link-white a + a, .link-black a + a, .link button + button {
    margin-left: 10px;
}

mark {
    display: inline-block;
    width: 18px;
    height: 11px;
    margin-left: 2px;
    background: transparent url("../img/icon-external-link.svg") center center no-repeat;
    background-size: 11px 11px;
    font-size: 0;
    text-decoration: none;
}
footer ul mark, header nav > ul > li:hover > a mark, header nav > ul > li.active > a mark {
    filter: contrast(0) brightness(2);
}

a[href^="tel:"], a[href^="tel:"]:hover {
    text-decoration: none;
}

.halves {
    display: flex;
    justify-content: space-between;
}

.halves > * {
    width: 48%;
}

.thirds {
    display: flex;
    justify-content: space-between;
}

.thirds > * {
    width: 30%;
}

iframe {
    max-width: 100%;
}

footer {
    padding-top: 40px;
    padding-bottom: 30px;
    background-color: #000;
    color: #fff;
    text-align: left;
}

footer .container {
    display: flex;
}

.footer-col {
    width: 33.3333%;
}

.footer-col:first-child + .footer-col .title {
    padding-bottom: 40px;
}

footer strong {
    font-family: DegularBold;
    font-weight: normal;
}

footer ul {
    list-style-type: none;
}

footer ul li {
    padding: 8px 10px 8px 0;
    font-family: DegularBold;
}

.footer-media {
    padding-bottom: 40px;
}

.footer-media a {
    display: inline-block;
    margin-right: 15px;
}

.footer-media img {
    height: 20px;
    filter: invert(1);
}

.hours {
    line-height: 2;
}
.hours span {
    display: inline-block;
    width: 100px;
}

.site-bottom {
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: #262626;
    color: #fff;
    font-size: 16px;
    overflow: auto;
}

.site-bottom p {
    float: left;
}

.site-bottom p + p {
    float: right;
}

.to-top {
    display: none;
    position: fixed;
    bottom: 100px;
    right: 3vw;
    padding: 5px;
    background-color: #fff;
    cursor: pointer;
    z-index: 3;
}

.container:after,
.container-full:after {
    clear: both;
    display: block;
    content: '';
}

.clear, .cleaner {
    clear: both;
    display: block;
    height: 1px;
    border: 0;
    font-size: 0;
}

.black {
    color: #000;
}

.white {
    color: #fff;
}

.grey {
    color: #999;
}

.red {
    color: #b60e0e;
}

.blue {
    color: #034C85;
}

.yellow {
    color: #FAD103;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-family: DegularBold;
    font-weight: normal;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

h1, .h1 {
    clear: both;
    margin-top: .7em;
    margin-bottom: .4em;
    font-family: DegularBold;
    font-size: var(--font-huge);
    font-weight: normal;
    line-height: 1.2em;
    overflow-wrap: break-word;
}

h1 span {
    display: block;
    font-size: 30px;
}

h2, .h2 {
    clear: both;
    margin-top: .8em;
    margin-bottom: .5em;
    font-family: DegularBold;
    font-size: var(--font-big);
    font-weight: normal;
    line-height: 1.2em;
    overflow-wrap: break-word;
}

h3, .h3 {
    margin-top: .8em;
    margin-bottom: .5em;
    font-family: DegularBold;
    font-size: var(--font-medium);
    font-weight: normal;
    line-height: 1.2em;
    overflow-wrap: break-word;
}

h4, .h4 {
    clear: both;
    margin: 25px 0 15px;
    font-family: DegularBold;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.2em;
    overflow-wrap: break-word;
}

.font10 {
    font-size: 10px;
}

.font11 {
    font-size: 11px;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.font28 {
    font-size: 28px;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-20 {
    padding-top: 20px;
}

.padding-top-30 {
    padding-top: 30px;
}

.padding-top-40 {
    padding-top: 40px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-top-60 {
    padding-top: 60px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-bottom-30 {
    padding-bottom: 30px;
}

.padding-bottom-40 {
    padding-bottom: 40px;
}

.padding-bottom-50 {
    padding-bottom: 50px;
}

.padding-bottom-60 {
    padding-bottom: 60px;
}

.no-margin {
    margin: 0;
    padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-size: 18px;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity: 1;
    font-size: 18px;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-size: 18px;
}
:-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-size: 18px;
}

input, textarea, select, option, button {
    color: #000;
    font-family: Degular, Verdana, sans-serif;
    font-size: 18px;
}

textarea {
    max-width: 100%;
    resize: none;
}

ul {
    margin: 15px 0;
    padding: 0 0 0 20px;
}

p {
    margin: 15px 0;
    padding: 0;
}

a {
    color: inherit;
    transition: all 250ms linear;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    border: 0;
}

input:focus, textarea:focus {
    outline: none;
    box-shadow: 0 0 5px #000;
}
.odber_uredni_deska input:focus, .odber_uredni_deska textarea:focus {
    box-shadow: none;
}

* {
    box-sizing: border-box;
}

@media (max-width: 1680px) {
    body {
        padding: 80px 0 0;
    }
    :root {
        --container-width: 100%;
    }
    .container {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    header {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .logo img {
        width: 140px;
    }
    header nav ul li {
        padding: 15px 5px;
        font-size: 26px;
    }
    header nav ul li a {
        padding: 15px;
    }
    header nav ul ul {
        top: 70px;
    }
    .header-search input {
        width: 13vw;
    }
    .main-right {
        margin-right: -50px;
    }
    .slider-home {
        height: auto;
        padding-left: 70px;
    }
    .slider-home .slick-prev {
        left: 0;
    }
    .governor-img {
        width: 200px;
    }
    .slider-portals .slick-prev {
        left: 0;
    }
    .slider-portals .slick-next {
        right: 0;
    }
    .tt-menu {
        position: fixed !important;
        top: 78px !important;
        left: 2vw !important;
        right: 2vw !important;
        width: auto;
    }
    .cont_pf {
        flex-wrap: wrap;
    }
    .cont_pf p:first-child {
        order: 2;
        width: 100%;
        padding: 15px 0 0;
        text-align: center;
    }
    .cont_pf p + p {
        order: 1;
        flex: 0 0 100%;
        height: 50vw;
    }
}

@media (max-width: 1506px) {
    :root {
        --font-huge: 45px;
        --font-big: 30px;
        --font-medium: 25px;
    }
    header nav ul li {
        font-size: 22px;
    }
    header nav ul li a {
        padding: 10px;
    }
    header nav ul ul li {
        font-size: 20px;
    }
    .slide-content {
        align-items: flex-start;
    }
    .slide-title {
        font-size: var(--font-medium);
    }
    .tiles-list a {
        height: 90px;
    }
    .portals-bottom {
        display: block;
        padding-top: 20px;
    }
    .magazine {
        justify-content: space-between;
        padding-top: 40px;
    }
    .main-left .news-right > .link {
        margin: -70px 0 0;
    }
    .desk-list-item-data {
        display: block;
        margin: 0;
    }
    .contact-wrapper {
        flex-wrap: wrap;
    }
    .contact-wrapper > div + div + div {
        flex: 0 0 calc(100% - 420px);
        margin-left: auto;
    }
    .contact-wrapper .contact-item-large > div + div {
        display: block;
    }
    .contact-wrapper .contact-item-large > div + div > :nth-child(3n) {
        text-align: left;
    }
    .contact-wrapper .contact-item-large > div + div strong {
        display: inline-block;
        min-width: 85px;
    }
    .list-item-date {
        margin-bottom: -10px;
    }
    .grants-box div a p:first-child {
        font-size: 24px;
    }
    .grants-box p a {
        font-size: 24px;
    }
    .galerie {
        grid-template-columns: repeat(5, 1fr);
    }
    .galerie a {
        height: 16vw;
    }
}

@media (max-width: 1278px) {
    header nav ul li {
        padding: 15px 2px;
        font-size: 20px;
    }
    header nav ul li a {
        padding: 5px;
    }
}

@media (max-width: 1086px) {
    .menu-responsive {
        display: block;
    }
    .logo {
        background-color: var(--yellow);
    }
    header nav {
        position: fixed;
        top: 0;
        left: 0;
        float: none;
        display: block;
        width: 100vw;
        height: 100vh;
        padding: 70px 0 0;
        background-color: var(--yellow);
        transform: translateX(-100%);
        transition: all 350ms linear;
        z-index: 48;
        overflow-y: scroll;
    }
    header nav.active {
        transform: translateX(0);
    }
    header nav ul {
        text-align: left;
    }
    header nav ul li {
        display: block;
        padding: 10px 20px;
        border-bottom: 1px solid #000;
        font-size: 24px;
    }
    header nav ul li a {
    }
    header nav ul ul {
        display: block;
        position: static;
        width: auto;
        margin: 0;
        padding: 10px 0 0 20px;
    }
    header nav ul li:hover ul {
        display: block;
    }
    header nav ul ul:before, header nav ul ul:after {
        display: none;
    }
    header nav ul ul li {
        padding: 3px 0;
        border: 0;
    }
    header nav ul ul li a {
    }
    header nav ul ul ul li {
        padding: 2px 0;
        font-size: 16px;
    }
    .header-right {
        padding-right: 7vw;
    }
    .header-lang {
        display: none;
    }
    .header-search p {
        margin-top: 0;
    }
    .header-search input {
        width: 140px;
    }
    .header-search button {
        top: 17px;
    }
    .slider-home {
        padding-left: 0;
    }
    .slide-img + div {
        padding-right: 0;
    }
    .slide-title span {
        display: block;
    }
    .slide-text {
        display: none;
    }
    .slider-home .link {
        text-align: left;
    }
    .slider-home .slick-prev {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 60px;
    }
    .slider-home .slick-next {
        top: auto;
        bottom: 20px;
    }
    .tiles-list p {
        flex: 0 0 31.3%;
    }
    .portals-wrapper {
        padding: 10px 3vw 50px;
    }
    .portals-map {
        float: none;
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 0;
    }
    .site-module .slider-nav-img {
        width: 130px;
        height: 130px;
    }
    .slider-nav-img img, .slider-nav-img svg {
        height: 60px;
    }
    .site-log {
        padding-bottom: 20px;
    }
    .log-wrapper {
        display: block;
    }
    .log-wrapper > div + div .link {
        position: static;
    }
    .site-log .title {
        padding-bottom: 10px;
    }
    .main-content {
        display: block;
    }
    .main-left {
        padding-right: 0;
    }
    .main-right {
        margin-right: 0;
    }
    .main-left .news-right > .link {
        margin: -65px 0 0;
    }
    .menu-main li {
        font-size: 22px;
    }
    .desk-filter {
        display: block;
    }
    .calendar-wrapper {
        display: none;
    }
    .calendar-filter {
        display: block;
    }
    .calendar-list-item {
        display: block;
    }
    .news-page {
        padding-top: 0;
    }
    .news-page-listing {
        padding-top: 10px;
    }
    .news-content {
        display: block;
    }
    .news-img {
        display: none;
    }
    .news-right {
        padding: 0;
    }
    .news-right .link {
        margin-top: -65px;
        margin-bottom: 0;
        text-align: left;
    }
    .news-list-img {
        display: block;
    }
    .news-list > div {
        border-top: 0;
    }
    .news-list-title {
        font-family: DegularBold;
    }
    .news-list .link {
        display: block;
    }
    .news-list .link span {
        display: none;
    }
    .news-list .slick-prev {
        top: auto;
        bottom: 13px;
        left: auto;
        right: 60px;
    }
    .news-list .slick-next {
        top: auto;
        bottom: 13px;
    }
    .guests-login {
        padding: 5px 25px 20px;
    }
    .guests-login:before {
        display: none;
    }
    .main-info {
        display: block;
    }
    .main-info > * + * {
        padding: 15px 0 0;
    }
    .grants-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .grants-box > div {
        width: 100%;
    }
    .grants-box > p {
        width: 48.5%;
    }
    .appeals-list-item > div > :first-child + * span {
        display: block;
    }
    .appeals-filter > :first-child, .appeals-filter > :first-child + * {
        grid-column: span 2;
    }
    .appeals-filter > * {
        grid-column: span 4;
    }
    #select-departments-list {
        display: block;
    }
    .contact-wrapper {
        display: block;
    }
    .contact-item-large > div + div {
        display: block;
    }
    .contact-item-large > div + div > :nth-child(3n) {
        text-align: left;
    }
    .contact-item-large > div + div strong {
        display: inline-block;
        min-width: 85px;
    }
    .search-full-tabs p a {
        font-size: 18px;
    }
    .galerie {
        grid-template-columns: repeat(4, 1fr);
    }
    .galerie a {
        height: 20vw;
    }
    .link a, .link-white a, .link-black a, .link button {
        padding: 5px 40px 5px 10px;
        font-size: 18px;
    }
    .link a:after, .link-white a:after, .link-black a:after, .link button:after {
        font-size: 22px;
    }
    .halves {
        display: block;
    }
    .halves > * {
        width: auto;
    }
    .thirds {
        display: block;
    }
    .thirds > * {
        width: auto;
    }
    footer {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body {
        font-size: 18px;
    }
    :root {
        --font-huge: 30px;
        --font-big: 24px;
        --font-medium: 22px;
    }
    .container {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    header {
        padding: 0 5vw;
    }
    .site-slider {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .slide-date {
        padding: 0;
    }
    .slide-date span {
        display: block;
        width: auto;
    }
    .slider-home .slick-prev, .slider-home .slick-next {
        bottom: 27px;
    }
    .tiles-list p {
        flex: 0 0 48%;
        margin: 5px 1%;
    }
    .site-links {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .links-list {
        font-size: 20px;
    }
    .links-list p a {
        min-height: 38px;
        padding: 4px 40px 4px 10px;
    }
    .portals-map {
        width: 100%;
    }
    .governor {
        padding: 5px 3vw 15px;
    }
    .governor-content {
        display: block;
    }
    .main-left .news-right > .link {
        margin: -57px 0 0;
    }
    .main-article {
        display: block;
    }
    .main-article > :first-child {
        padding: 0;
    }
    .main-article > * + * {
        padding-left: 0;
    }
    .news .h3 {
        min-height: auto;
    }
    .news-page-date, .news-page-date + p, .news > div > p:last-child {
        float: none;
        width: auto;
        margin: 5px 0;
    }
    .filters {
        display: block;
    }
    .filters > div {
        width: auto;
    }
    .filters-list-title {
        break-after: left;
        margin-bottom: 0;
    }
    .filters-list-size {
        padding-left: 30px;
    }
    .filters-list-action {
        flex: 1;
        justify-content: flex-end;
    }
    .next-content > div {
        font-size: 16px;
    }
    .next-content > div:nth-child(n+5) {
        display: none;
    }
    .grants-box > p {
        width: 100%;
    }
    .appeals-list-item > div {
        display: block;
        margin-top: 0;
    }
    .appeals-list-item > div > :last-child {
        text-align: left;
    }
    .contact-item-large > div + div {
        padding-top: 10px;
    }
    .search-full-tabs p {
        flex: 0 0 50%;
    }
    .search-full-tabs p:nth-child(2n+1) {
        border-left: 2px solid #000;
    }
    .search-full-tabs p a {
        min-height: 60px;
        font-size: 16px;
    }
    .galerie {
        grid-template-columns: repeat(3, 1fr);
    }
    .galerie a {
        height: 25vw;
    }
    .fix_image_dimensions_respo img {
        height: auto !important;
    }
    .form-send-success div {
        padding: 20px 30px;
    }
    .slider-nav .slick-prev, .slider-nav .slick-next {
        display: none !important;
    }
    .cc-setting-click {
        display: none;
    }
    footer .container {
        display: block;
    }
    .footer-col {
        width: auto;
    }
    .footer-col + .footer-col {
        padding-top: 15px;
    }
    .footer-media {
        padding-bottom: 0;
    }
    .footer-col:first-child + .footer-col .title {
        padding-bottom: 0;
    }
    h4, .h4 {
        font-size: 20px;
    }
}

@media (max-width: 555px) {
    .slide-content {
        display: block;
    }
    .slide-img + div {
        padding-left: 0;
    }
    .tiles-list {
        display: block;
    }
    .tiles-list a {
        height: auto;
        padding: 10px 20px;
    }
    .links-categories a {
        display: block;
        margin-right: 0;
        text-align: center;
    }
    .links-list p {
        margin: 5px 10px 5px 0;
    }
    .desk-list-item span {
        margin-right: 15px;
    }
    .site-news {
        padding-top: 20px;
    }
    .news-categories {
        padding: 0 120px 0 0;
    }
    .news-categories li {
        display: block;
        margin-right: 0;
    }
    .news-list .slick-prev, .news-list .slick-next {
        bottom: -35px;
    }
    .news {
        display: block;
    }
    .news > div {
        padding-left: 0;
    }
    .site-portals {
        padding-top: 10px;
    }
    .slider-portals {
        padding: 10px 25px 0;
        background: linear-gradient(180deg, transparent 35%, #fff 35%);
    }
    .slide-portals-img {
        width: 120px;
        height: 120px;
    }
    .slider-portals .slick-prev,
    .slider-portals .slick-next {
        top: 5px;
        transform: scale(.7);
    }
    .slider-portals .slick-prev {
        transform-origin: 0 50%;
    }
    .slider-portals .slick-next {
        transform-origin: 100% 50%;
    }
    .site-module .slider-nav-img {
        width: 110px;
        height: 110px;
    }
    .slider-nav-img img, .slider-nav-img svg {
        height: 50px;
    }
    .next-content > div:nth-child(n+4) {
        display: none;
    }
    .contact-address span {
        display: block;
        width: auto;
        margin-bottom: 10px;
    }
    .contact-item > div {
        display: block;
        margin-top: 0;
    }
    .contact-item > div p:first-child, .contact-item > div p:nth-child(3) {
        clear: both;
        float: left;
        width: 100px;
        margin: 0;
    }
    .contact-item > div p:last-child {
        text-align: left;
    }
    .contact-item-large-img {
        flex: 0 0 90px;
        padding-right: 20px;
    }
    .contact-item-large .h3 {
        padding-top: 0;
    }
    .contact-item-large .h3 span {
        font-size: 16px;
    }
    .contact-item-large > div + div strong {
        width: 75px;
        margin-right: 0;
    }
    .full-search-top input[type="text"] {
        width: 100%;
    }
    .galerie {
        grid-template-columns: repeat(2, 1fr);
    }
    .galerie a {
        height: 35vw;
    }
}

@media (max-width: 412px) {
    .magazine > div + div {
        flex: 0 0 50%;
    }
    .next-content > div:nth-child(n+3) {
        display: none;
    }
    .appeals-filter > :first-child, .appeals-filter > :first-child + * {
        grid-column: span 4;
    }
    .site-bottom p, .site-bottom p + p {
        float: none;
    }
}

@media print {
    body {
        background-color: #fff;
    }
    header {
        position: absolute;
    }
    .header-search,
    .menu-responsive,
    .slider-home,
    .slider-portals,
    .tiles-list,
    .slider-nav,
    .contact-menu,
    #search_contact,
    #form_simple_example {
        display: none;
    }
    .to-top {
        visibility: hidden;
    }
}

/*  modul mapy start*/

#mapy_form {
    width: 100%;
}
#mapy_form > h3 {
    float: left;
    position: relative;
    top: -30px;
    padding: 1px 15px 5px;
    background-color: #FFF17E;
}
.mapasearch {
    float: right;
    position: relative;
}
#mapasearch {
    width: 100%;
    padding: 2px 30px 2px 0;
    border: 0;
    border-bottom: 1px solid #000;
}
.mapasearch button {
    position: absolute;
    top: 1px;
    left: 230px;
    border: 0;
    background: transparent;
    cursor: pointer;
    z-index: 2;
}
.mapasearch button img {
    height: 14px;
}
#mapy_form #m, #mapy_form #m > div {
}
.map-pin {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    width: 28px;
    margin: auto;
    font-size: 16px;
    font-weight: bold;
    transform: translateY(-50%);
    text-align: center;
}
#mapy_form .card {
    width: 330px;
    background: transparent;
    box-shadow: none;
}
#mapy_form .card-body {
    height: auto !important;
}
#mapy_form .close:after {
    border: 3px solid #000;
    background-color: #000;
    color: #fff;
    font-size: 14px;
}
.card-content {
    text-align: center;
}
.card-title {
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
    padding: 3px 6px;
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.card-text {
    margin-top: 0;
    padding: 0 15px;
    text-align: left;
}
.card-link {
    padding: 0 0 20px;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
}
.sights-hours > div {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    padding: 5px 0;
    border-bottom: 1px solid #000;
}
.sights-hours > div > p {
    width: 130px;
    height: 130px;
}
.sights-hours > div > p img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.sights-hours > div > div {
    flex: 1;
}
.sights-hours-bottom {
    display: flex;
    justify-content: space-between;
}
.sights-hours > div > div.sights-hours-bottom-mobile {
    display: none;
    flex: 0 0 100%;
    margin-top: -40px;
}
.sights-hours-bottom a {
    font-weight: bold;
}
.sights-hours-bottom-mobile p:last-child {
    font-weight: bold;
    text-align: right;
}
.sights-hours > div h3 {
    margin: 10px 0 -15px;
}
.sights-hours > div h3 a {
    text-decoration: none;
}
.sights-gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, 23%);
    grid-gap: 1%;
    justify-content: space-between;
}
.sights-gallery > div {
    position: relative;
    margin-bottom: 25px;
}
.sights-gallery > div > p:first-child {
    height: 330px;
}

.sights-gallery {
    grid-gap: unset;
}

.sights-gallery > div > p:first-child img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.sights-gallery > div > p:last-child {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    z-index: 2;
}
.sights-gallery > div > p:last-child span {
    border: 3px solid #000;
    background-color: #000;
}
.sights-gallery a, .sights-gallery a:hover {
    text-decoration: none;
}
.pin_list {
    padding: 35px 0 0;
}
.pin-text {
    position: relative;
}
.pin-text p {
    display: inline-block;
    padding: 6px 20px 6px 30px;
    background-color: #FFF17E;
    font-weight: bold;
}
.pin-text span {
    position: absolute;
    bottom: 8px;
    left: -20px;
    width: 36px;
    text-align: center;
}
.pin-text-black span {
    bottom: 10px;
}
.pin-text strong {
    position: absolute;
    top: 30%;
    left: 0;
    width: 36px;
    font-size: 18px;
    transform: translateY(-50%);
    line-height: 1;
    text-align: center;
}

.pin-text-black strong {
    color: #fff;
    font-size: 14px;
}
.mapasearch .tt-menu {
    left: auto !important;
    right: 0 !important;
}
.mapasearch .tt-dataset {
    width: 560px;
    padding: 1px 25px;
    background-color: #fff;
    font-size: 16px;
}
.mapasearch .result_container {
    display: flex;
    gap: 15px;
    padding: 5px 0;
}
.mapasearch .result_container + .result_container {
    border-top: 1px solid #000;
}
.mapasearch .result_container p:first-child {
    width: 60px;
    height: 60px;
    margin: 5px 0;
}
.mapasearch .result_container p:first-child img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
}
.mapasearch .result_container p:last-child {
    flex: 1;
    margin: 5px 0;
    line-height: 1;
}
.mapasearch .result_container p:last-child a {
    display: block;
    font-size: 21px;
    font-weight: bold;
    text-decoration: none;
}

/*  modul mapy konec */