:root {
    --topbar-bg: #E60881;
    --slider-bg: #F5F7FB;
    --border-soft: #ebebeb;
    --footer-bg: #040D21;
    --footer-header-bg: #040C1E;
    --footer-bottom-bg: #030B1A;
    --footer-link: #707d9d
}

.h1-marquee {
    overflow: hidden;
    white-space: nowrap;
    font-size: 1.5rem;
    padding: 0;
    margin: 0
}

.h1-marquee h1 {
    margin-bottom: .1rem;
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 15s linear infinite;
    font-size: inherit;
    font-family: "Arial Black", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(207, 216, 223, .4)
}

@keyframes scroll-left {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.gray {
    background: #f5f8fb
}

.bijela {
    background: #fff
}

.pink1 {
    background: #fdf4f8
}

.pink2 {
    background: #ffc1f2
}

.pink3 {
    background: #fff8fc
}

.green {
    background: #c0fcf8
}

.blue-light {
    background: #f2f6fa
}

.calendario,
.gray,
.najave,
.novosti {
    position: relative
}

#menu {
    background-color: #f5f7fb;
    color: #fff;
    position: fixed;
    z-index: 1000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -ms-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out
}

.menu-close {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0
}

.Exp-serach {
    position: relative;
    margin-top: -4.5625rem;
    width: 0%;
    min-width: 4.375rem;
    height: 2.875rem;
    float: right;
    overflow: hidden;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden
}

.ExpInput {
    background: #fefbfc none repeat scroll 0 0;
    border: solid .0625rem #ffe3f3;
    color: #191919;
    font-family: inherit;
    font-size: .875rem;
    height: 2.875rem;
    margin: 0;
    outline: medium none;
    padding: 0 2%;
    position: absolute;
    right: 0;
    top: 0;
    width: 66%;
    max-width: 31.875rem;
    z-index: 10
}

input[type=search].ExpInput {
    -webkit-appearance: none;
    -webkit-border-radius: 0
}

.ExpInput::-webkit-input-placeholder {
    color: #6f6f6f;
    font-size: .8125rem
}

.ExpInput:-moz-placeholder {
    color: #191919
}

.ExpInput::-moz-placeholder {
    color: #191919
}

.ExpInput:-ms-input-placeholder {
    color: #191919
}

.ExpIcon,
.Expbtn {
    width: 2.875rem;
    height: 2.875rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 2.875rem;
    text-align: center;
    cursor: pointer
}

.Expbtn {
    background: #fff;
    opacity: 0;
    color: transparent;
    color: red;
    border: none;
    outline: 0;
    z-index: -1
}

.ExpIcon {
    color: #fff;
    background: #9c0558;
    z-index: 90;
    padding: 0;
    height: 2.875rem;
    width: 2.875rem
}

.ExpIcon:before {
    content: ""
}

.serchicon {
    width: 1.5rem;
    margin: .6875rem
}

.Exp-serach.Exp-serach-open,
.no-js .Exp-serach {
    width: 100%
}

.Exp-serach.Exp-serach-open .ExpIcon,
.no-js .Exp-serach .ExpIcon {
    background: #a10680;
    color: #fff;
    z-index: 11
}

.ExpInput:focus {
    background-color: #fff;
    border-color: #dbdbf9
}

@media only screen and (max-width:1280px) {
    .Exp-serach {
        margin-top: -3.9375rem;
        z-index: 999
    }

    .ExpInput {
        width: 70%
    }
}

header {
    width: 100%;
    position: relative;
    z-index: 2
}

header.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff
}

header.fixed-header .head-control {
    transition-property: background-color, box-shadow, line-height, height;
    transition-duration: .4s
}

.head-control {
    font-size: 0;
    margin: 0 auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    position: relative
}

.head-wrap {
    width: 100%;
    max-width: 93.75rem;
    margin: 0 auto;
    position: relative;
    display: table
}

.menu-wrap {
    width: 100%;
    max-width: 93.75rem;
    margin: 0 auto;
    position: relative
}

.header-top {
    background-color: #004b7f;
    height: 3.75rem;
    color: #fff;
    line-height: 3.75rem;
    -webkit-box-shadow: inset 0 -.0625rem .125rem 0 rgba(0, 0, 0, .1);
    box-shadow: inset 0 -.0625rem .125rem 0 rgba(0, 0, 0, .1)
}

.head-control.header-top {
    text-align: center
}

#site-header {
    position: sticky;
    top: 0;
    z-index: 1040;
    transition: transform .8s ease;
    backface-visibility: hidden
}

#site-header.header--hidden {
    transform: translateY(-100%)
}

ul.topmenu {
    display: inline-block;
    font-size: .75rem;
    vertical-align: middle;
    line-height: 3.75rem;
    padding: 0;
    margin: 0
}

ul.topmenu li {
    display: inline-block;
    margin: 0 .625rem;
    white-space: nowrap
}

ul.topmenu li a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    font-size: .85rem;
    transition: color .3s ease
}

ul.topmenu li a:hover {
    color: #ff0
}

@media only screen and (max-width:768px) {
    .none768 {
        display: none !important
    }
}

.header-mid {
    width: 100%;
    line-height: 3.75rem;
    background: #fff;
    box-shadow: rgba(0, 0, 0, .1) 0 .25rem .375rem -.0625rem, rgba(0, 0, 0, .06) 0 .125rem .25rem -.0625rem
}

header.sticky .header-top {
    height: 0;
    line-height: 0
}

#logo {
    position: relative;
    margin: 0;
    display: inline-block
}

#logo {
    margin-bottom: 0
}

.logoimg {
    width: 10rem;
    vertical-align: middle
}

.logoimgspan {
    width: 11.25rem;
    margin: .625rem 0 0 .625rem;
    vertical-align: middle
}

.logoimg-shrink {
    width: 12.5rem !important;
    transition: width .6s ease-in-out;
    margin: .625rem 0 1.25rem
}

header.sticky .header-mid #logo {
    line-height: 3.75rem;
    transition-property: line-height;
    transition-duration: .6s
}

header.sticky .header-mid,
header.sticky .header-mid nav.primary-nav ul {
    line-height: 1.65;
    transition-property: background-color, box-shadow, line-height, height;
    transition-duration: .6s
}

.container {
    padding-left: 0;
    padding-right: 0
}

.content {
    padding-top: 3.125rem !important
}

@media only screen and (max-width:1280px) {
    .nav>ul>li {
        display: inline-block;
        padding: 0 .8125rem
    }
}

@media only screen and (max-width:1080px) {
    header.fixed-header+div.main-content {
        padding-top: 8.125rem !important
    }

    header.sticky .header-mid .logo {
        line-height: 3.75rem
    }

    .logo {
        margin: 0 auto;
        text-align: center;
        float: none;
        line-height: 5rem
    }
}

.nav-button {
    display: none
}

.nav-close {
    display: none
}

.nav {
    display: block;
    position: relative;
    bottom: auto;
    overflow: visible;
    text-align: center
}

.nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav li {
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: -.25rem
}

.nav>ul>li {
    display: inline-block;
    padding: 0 1.25rem
}

@media only screen and (max-width:1280px) {
    .nav>ul>li {
        display: inline-block;
        padding: 0 1rem
    }

    .logoimg {
        width: 11.25rem
    }
}

.primary-nav a {
    transition: background .3s ease
}

.nav a,
.nav a:visited {
    display: block;
    font-weight: 700;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: .875rem;
    padding: 1.25rem 0;
    letter-spacing: .0625rem
}

.nav-top {
    float: left
}

.nav a.hack {
    padding: 0
}

.nav ul a:hover {
    color: #e2000f
}

a.stroke {
    padding: 0;
    position: relative
}

a.stroke:after {
    content: '';
    width: 0%;
    transition: all .3s ease;
    left: 50%
}

a.stroke:before {
    content: '';
    width: 0%;
    transition: all .3s ease;
    left: 50%
}

a.stroke:hover:after {
    content: '';
    position: absolute;
    bottom: -1.375rem;
    left: 50%;
    background: #e2000f;
    height: .125rem;
    width: 50%
}

a.stroke:hover:before {
    content: '';
    position: absolute;
    bottom: -1.375rem;
    left: 0;
    background: #e2000f;
    height: .125rem;
    width: 50%
}

.nav .nav-submenu li {
    min-width: 16.25rem
}

.nav ul ul {
    min-width: 18.75rem;
    text-transform: none;
    display: none;
    position: absolute;
    top: 100%;
    z-index: 901;
    background-color: #fff;
    text-align: left;
    line-height: 1.6;
    -webkit-box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, .2);
    box-shadow: 0 .25rem .375rem 0 rgba(0, 0, 0, .2)
}

.nav ul ul.lijevo {
    right: 0
}

.nav ul ul.desno {
    left: 0
}

.nav ul ul.short {
    min-width: 12.5rem
}

.nav .nav-submenu ul.short li {
    min-width: 12.5rem
}

.nav ul ul li {
    margin-left: 0;
    border-top: .0625rem solid #dbdbea
}

.nav ul ul li:first-child {
    border-top: .0625rem solid #f4f4f9
}

.nav ul ul a:hover {
    color: #fff !important;
    background: #b50665
}

.nav ul ul a,
.nav ul ul a:visited {
    padding: 1.125rem;
    text-transform: none;
    color: #000;
    font-weight: 700
}

.nav ul ul ul {
    top: .3125rem;
    left: 95%;
    z-index: 902
}

.nav ul ul ul ul {
    z-index: 903
}

.nav ul ul ul ul ul {
    z-index: 904
}

li.nav-active a {
    color: #8e5fc0
}

.lang1 {
    width: 4.25rem;
    display: inline-block;
    padding-right: .625rem;
    padding-top: .8125rem
}

a.lang {
    width: 3.75rem;
    display: inline-block;
    padding-right: .625rem
}

a:hover.lang {
    width: 3.75rem;
    display: inline-block;
    padding-right: .625rem
}

.arro::before {
    border-style: solid;
    border-width: .2em .2em 0 0;
    content: '';
    display: inline-block;
    height: .34em;
    width: .34em;
    position: relative;
    top: .11em;
    left: .5em;
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-top: -.21875rem
}

.arro:before {
    top: 0;
    transform: rotate(135deg)
}

@media all and (min-width:1080px) and (max-width:1400px) {

    .nav a,
    .nav a:visited {
        letter-spacing: 0
    }
}

@media all and (min-width:1080px) and (max-width:1280px) {

    .nav a,
    .nav a:visited {
        padding: 1.5rem 0
    }
}

.nav ul ul a:visited,
header.sticky .header-mid .nav ul ul a {
    line-height: 1.6
}

@media only screen and (max-width:1080px) {
    .head-contact {
        display: block;
        text-align: center
    }

    .nav ul ul li>a::before {
        left: 0
    }

    .nav ul ul li:hover>a {
        padding-left: 0 !important
    }

    .nav ul ul li:hover>a::before {
        width: 0
    }

    .nav ul ul a,
    .nav ul ul a:visited {
        padding: 1.25rem 0
    }

    .nav>ul>li {
        padding: 0
    }

    li a.stroke {
        padding: 1.25rem 0
    }

    li a.stroke:hover:after {
        background: 0 0
    }

    li a.stroke:hover:before {
        background: 0 0
    }

    .nav {
        display: none;
        background: #fff none repeat scroll 0 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 7.5rem;
        z-index: 900;
        border-bottom: 0
    }

    #logo {
        line-height: 5rem
    }

    #logo {
        text-align: center;
        margin: 0 auto
    }

    .logoimgspan {
        width: 9.375rem
    }

    header.sticky .header-mid .nav-button {
        top: 0
    }

    header.sticky .header-mid .nav {
        top: 3.75rem
    }

    .nav-button {
        display: block;
        width: 4.375rem;
        height: 3.75rem;
        position: absolute;
        z-index: 999;
        top: .625rem;
        cursor: pointer;
        background: #fff;
        padding: .6875rem;
        left: .3125rem
    }

    .nav-button span {
        display: block;
        position: absolute;
        z-index: 999;
        height: .125rem;
        width: 2.5rem;
        background: #000;
        opacity: 1;
        left: .9375rem;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -ms-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    .nav-button span:first-child {
        top: 1.3125rem
    }

    .nav-button span:nth-child(2),
    .nav-button span:nth-child(3) {
        top: 1.875rem
    }

    .nav-button span:nth-child(4) {
        top: 2.4375rem
    }

    .nav-button:hover span:first-child {
        transform: translateX(-.1875rem)
    }

    .nav-button:hover span:nth-child(2) {
        transform: translateX(.375rem)
    }

    .nav-button:hover span:nth-child(4) {
        transform: translateX(-.1875rem)
    }

    .nav-button.active span:first-child {
        top: 1.8125rem;
        opacity: 0
    }

    .nav-button.active span:nth-child(2) {
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        transform: rotate(225deg);
        transition-delay: .25s
    }

    .nav-button.active span:nth-child(3) {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        transition-delay: .25s
    }

    .nav-button.active span:nth-child(4) {
        top: 1.8125rem;
        opacity: 0
    }

    .nav-lock-scroll {
        overflow: hidden
    }

    .nav a {
        padding: 1.25rem 0;
        letter-spacing: .0625rem;
        color: #fff;
        font-weight: 700;
        line-height: 1.6
    }

    .nav ul a:hover {
        color: #fff !important
    }

    .nav>ul {
        background: #f5f7fb;
        padding: .3125rem 1.25rem .625rem
    }

    .nav>ul>li {
        display: block;
        background: #fff;
        margin: .25rem;
        box-shadow: 0 .0625rem .1875rem rgba(0, 0, 0, .1)
    }

    .nav .nav-submenu li {
        min-width: 16.25rem
    }

    .nav .nav-submenu>ul {
        position: relative;
        left: 0;
        top: 0
    }

    .nav .nav-submenu ul li a {
        border: none !important
    }

    .nav .nav-submenu ul li a:hover {
        background-color: #e0007c;
        color: #fff !important
    }

    .nav .nav-submenu ul ul li a {
        padding-left: 3.75rem;
        border: none !important
    }

    .nav .nav-submenu ul ul ul li a {
        padding-left: 5rem;
        border: none !important
    }

    .nav ul ul li {
        border-top: .0625rem solid #fff
    }

    .nav-active,
    .nav-active a {
        background-color: #fdf1f5
    }

    .nav a:hover,
    .nav ul ul {
        background-color: #b50665;
        text-align: center
    }

    .nav ul li.nav-submenu>a::after {
        top: 1rem
    }

    .nav ul li a {
        color: #112942
    }

    .nav ul ul {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}

.nav ul ul.lijevo {
    left: auto !important;
    right: 0 !important
}

@media (max-width:1080px) {
    .menu-wrap {
        justify-content: center
    }

    #logo {
        margin-left: auto;
        margin-right: auto
    }

    #sidebar-toggle {
        position: absolute;
        right: 0;
        top: 1rem
    }
}

@media (max-width:480px) {
    .logoimg {
        width: 9.375rem;
        margin: .375rem 0 0
    }
}

@media (max-width:380px) {
    .logoimg {
        width: 6.25rem;
        margin: .3125rem 0 0
    }
}

.menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    position: relative;
    width: 100%;
    min-height: 5rem
}

#logo {
    flex-shrink: 0
}

.nav.primary-nav {
    margin-left: 1rem
}

#sidebar-toggle {
    margin-left: auto;
    position: relative;
    top: 0;
    right: 0;
    z-index: 10000
}

header.fixed-header+div.main-content {
    padding-top: 8rem
}

@media only screen and (max-width:1080px) {
    header.fixed-header+div.main-content {
        padding-top: 8.125rem !important
    }
}

.mid-wrap {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    overflow: visible !important
}

.mid-content {
    flex: 1 1 auto;
    min-width: 0
}

.sidebar {
    flex: 0 0 20rem;
    max-width: 20rem;
    position: sticky;
    top: 8rem;
    align-self: flex-start;
    height: max-content
}

::root {
    --header-offset: 8rem
}

.sidebar {
    top: var(--header-offset)
}

.mid-wrap {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    overflow: visible !important
}

.mid-content {
    flex: 1 1 auto;
    min-width: 0
}

.sidebar {
    flex: 0 0 20rem;
    max-width: 20rem;
    position: sticky;
    top: 8rem;
    align-self: flex-start;
    height: max-content
}

::root {
    --header-offset: 8rem
}

.sidebar {
    top: var(--header-offset)
}

.mid-wrap {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    overflow: visible !important
}

.mid-content {
    flex: 1 1 auto;
    min-width: 0
}

.sidebar {
    flex: 0 0 20rem;
    max-width: 20rem;
    position: sticky;
    top: 8rem;
    align-self: flex-start;
    height: max-content
}

::root {
    --header-offset: 8rem
}

.sidebar {
    top: var(--header-offset)
}

.post-row {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 2rem 1.5rem 1rem;
    background: #fff;
    margin-bottom: 1rem
}

.post-title a {
    margin: 0 0 .35rem 0;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 600;
    color: #333
}

.date {
    margin: .15rem 0 .7rem 0;
    font-size: .9rem
}

.post-grid {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 1rem;
    align-items: start
}

.zoom1 {
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16/9;
    background: #f3f3f3
}

.zoom1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: transform .45s ease, filter .45s ease
}

.post-row:hover .zoom1 img {
    transform: scale(1.08);
    filter: contrast(1.02) saturate(1.02)
}

.post-text {
    padding: 1rem;
    color: #333;
    line-height: 1.55
}

@media (max-width:720px) {
    .post-grid {
        grid-template-columns: 1fr
    }

    .post-text {
        padding: .9rem
    }
}

@media (prefers-reduced-motion:reduce) {

    .post-row,
    .zoom1 img {
        transition: none
    }
}

main .main-inner {
    display: flex
}

.content-area {
    flex: 0 0 70%;
    max-width: 72%;
    border-left: 1px solid #ebebeb;
    padding-left: 1.5rem
}

.sidebar {
    flex: 0 0 calc(28% - 1.3125rem);
    max-width: calc(28% - 1.3125rem);
    position: sticky;
    top: 0;
    padding: 0 0 1rem;
    height: fit-content
}

@media (max-width:992px) {
    main .main-inner {
        flex-direction: column
    }

    .content-area,
    .sidebar {
        flex: 0 0 100%;
        max-width: 100%
    }

    .sidebar {
        position: static
    }

    .wrap72 {
        border-right: 0 !important
    }

    .border-right {
        border-right: 0 !important
    }
}

.layout {
    width: 100%;
    max-width: 87.5rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 72% 28%;
    align-items: stretch
}

.wrap72 {
    display: grid;
    grid-template-columns: 55% 45%;
    align-items: stretch;
    border-right: 1px solid #ebebeb
}

.border-right {
    border-right: 1px solid #ebebeb
}

p.title {
    text-align: center;
    color: #000;
    margin: 1.1rem 0 2rem;
    position: relative;
    font-size: 1.3rem;
    font-weight: 600
}

p.title::after {
    content: "";
    display: block;
    width: 12.5rem;
    margin: 1rem auto 0;
    border-bottom: 1px solid
}

p.title-1::after {
    border-color: #f46ca3
}

p.title-2::after {
    border-color: #8a6cff
}

p.title-3::after {
    border-color: #d44b4b
}

.title-wrapper {
    text-align: center
}

.title-line {
    text-align: center;
    margin: 2rem 0 3rem;
    position: relative;
    display: inline-block
}

.title-line::after {
    content: "";
    position: absolute;
    left: 10%;
    bottom: -.9375rem;
    width: 0;
    height: .1875rem;
    background-color: #e84f7e;
    transition: width 1s ease
}

.title-line.animate::after {
    width: 80%
}

.home h2 {
    font-size: 1.5rem;
    letter-spacing: 0
}

.home h3 {
    font-size: 1.3rem
}

.block {
    flex: 1;
    padding: 0 2.5rem;
    background: #fff
}

.link-block {
    position: relative
}

.block-link {
    position: absolute;
    inset: 0;
    z-index: 10;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    cursor: pointer
}

h2.first-title {
    font-size: 1.5rem;
    letter-spacing: 0
}

.link-block:hover h2.first-title,
.link-block:hover h3.first-title {
    color: #b50665;
    transition: color .3s ease
}

.link-block:hover p {
    color: #3d6fec;
    transition: color .3s ease
}

.col--novosti {
    position: relative;
    background: #fff
}

.col--novosti .block {
    flex: 0 0 auto;
    background: 0 0;
    border-left: 0;
    border-right: 0
}

.col--novosti::after,
.col--novosti::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ebebeb;
    pointer-events: none
}

.col--novosti::before {
    left: 0
}

.col--novosti::after {
    right: 0
}

@media (max-width:1023px) {

    .col--novosti::after,
    .col--novosti::before {
        display: none
    }
}

.date5 {
    margin-bottom: .625rem;
    background: url("../icon/slash.svg") repeat-x left center;
    background-size: .375rem .5625rem;
    overflow: hidden;
    font-size: .75rem
}

.date5 span {
    line-height: 1.5rem;
    color: #999;
    background: #fff url(../icon/sat.png) no-repeat left center;
    padding-left: 1.5rem;
    padding-right: .5rem
}

.date5 .category-label {
    display: inline-block;
    padding: 0 .5rem;
    margin-left: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    color: #777
}

.date5 a.category-link {
    display: inline-block;
    position: relative;
    padding: 0 .375rem;
    margin-left: -.75rem;
    line-height: 1.5rem;
    color: #555;
    text-decoration: none;
    font-style: italic;
    background: #fff;
    z-index: 1
}

.date5 a.category-link:hover {
    color: #e60881
}

hr.divider80 {
    width: 80%;
    margin: 2rem auto;
    border: 0;
    border-top: 1px solid #ddd
}

hr.divider90 {
    width: 90%;
    margin: .125rem auto;
    border: 0;
    border-top: 1px solid #ddd
}

hr.divider100 {
    width: 100%;
    margin: 0 auto;
    border: 0;
    border-top: 1px solid #ddd
}

hr.divider4 {
    width: 80%;
    margin: 1rem auto 2rem;
    border: 0;
    border-top: .25rem solid #ddd
}

hr.hr-slash {
    width: 80%;
    border: none;
    margin: 1rem auto;
    height: .3125rem;
    background-image: repeating-linear-gradient(-45deg, #dbdbea 0, #dbdbea .0625rem, transparent .125rem, transparent .1875rem)
}

hr.slash100 {
    width: 94%;
    border: none;
    margin: 1rem auto;
    height: .3125rem;
    background-image: repeating-linear-gradient(-45deg, #dbdbea 0, #dbdbea .0625rem, transparent .125rem, transparent .1875rem)
}

@media (min-width:1204px) {
    .wrap72>.col:nth-child(2) .block {
        border-left: 0;
        border-right: 0
    }
}

@media (max-width:1023px) {
    .layout {
        grid-template-columns: 1fr 28%
    }

    .wrap72 {
        grid-template-columns: 1fr
    }
}

@media (max-width:900px) {
    .layout {
        grid-template-columns: 1fr
    }
}

.blu-shadow {
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 .375rem 1rem 0 rgba(134, 160, 226, .5)
}

.blu-shadow3 {
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 .375rem 1rem 0 rgba(134, 160, 226, .3)
}

.blu-shadow15 {
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 .375rem 1rem 0 rgba(134, 160, 226, .15)
}

.blu-shadow7 {
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 .375rem 1rem 0 rgba(134, 160, 226, .7)
}

.bluedea {
    background-color: #f4f9ff
}

.br-space {
    display: block;
    margin-top: .5em
}

.icon-block {
    margin-bottom: 1rem;
    text-align: center
}

.icon-block i {
    font-size: 4.5rem;
    color: #777;
    margin-bottom: 1rem;
    display: inline-block
}

.icon-block h4 {
    margin-bottom: .5rem;
    font-size: 1.3rem
}

.icon-block p {
    margin: 0;
    font-size: 1rem
}

.col.event p.title,
.sidebar p.title {
    margin: 1.1rem 0 3.25rem
}

.kalendar .event {
    margin: 1rem 0 0
}

.kalendar .event+.event {
    margin-top: 3rem
}

.kalendar .event-link {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 0
}

.kalendar h4 {
    font-family: Roboto, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    margin: 0 0 1rem 0;
    line-height: 1.4
}

.kalendar .datum {
    color: #b50665;
    display: inline;
    white-space: nowrap
}

.kalendar .sep {
    color: #b50665;
    font-size: .8rem;
    margin: 0 .5rem;
    display: inline;
    white-space: nowrap
}

.kalendar p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    transition: color .25s ease
}

.kalendar .divider100 {
    border: 0;
    height: 1px;
    width: 100%;
    background: rgba(0, 0, 0, .12);
    margin: 1rem 0 1.2rem
}

.kalendar .event-link:focus-visible h4,
.kalendar .event-link:hover h4 {
    color: #b50665;
    transition: color .25s ease
}

.kalendar .event-link:focus-visible p,
.kalendar .event-link:hover p {
    color: #2e6aa5
}

.kalendar .event-link:focus-visible {
    outline: 2px solid rgba(25, 103, 210, .35);
    outline-offset: 2px;
    border-radius: 4px
}

@media (max-width:480px) {
    .kalendar h4 {
        gap: .15rem
    }

    .kalendar .sep {
        margin: 0 .4rem
    }
}

.bs .col--novosti::after,
.bs .col--novosti::before {
    content: none !important;
    display: none !important
}

@keyframes slideFadeBlurIn {
    0% {
        opacity: 0;
        transform: translateX(-30px);
        filter: blur(4px)
    }

    100% {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0)
    }
}

.slide-left {
    opacity: 0
}

.slide-left.in-view {
    animation: slideFadeBlurIn .8s cubic-bezier(.25, .1, .25, 1) forwards
}

.slide-left:first-child {
    animation-delay: 0s
}

.slide-left:nth-child(2) {
    animation-delay: .3s
}

.slide-left:nth-child(3) {
    animation-delay: .6s
}

.slide-left:nth-child(4) {
    animation-delay: .9s
}

.slide-left:nth-child(5) {
    animation-delay: 1.2s
}

.slide-left:nth-child(6) {
    animation-delay: 1.5s
}

.slide-left:nth-child(7) {
    animation-delay: 1.8s
}

.slide-left:nth-child(8) {
    animation-delay: 2.1s
}

.slide-left:nth-child(9) {
    animation-delay: 2.4s
}

.slide-left:nth-child(10) {
    animation-delay: 2.7s
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    margin-bottom: 1rem
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #333, #555);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity .5s ease
}

.video-thumbnail.loaded {
    opacity: 1
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 0, 0, .8);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .3)
}

.play-button:hover {
    background: rgba(255, 0, 0, .9);
    transform: translate(-50%, -50%) scale(1.1)
}

.play-button::before {
    content: '';
    width: 0;
    height: 0;
    border-left: 25px solid #fff;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    margin-left: 5px
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.content-after {
    height: 600px;
    background: linear-gradient(135deg, #f093fb 0, #f5576c 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px
}

.performance-info {
    background: #fff;
    padding: 1.2rem;
    margin: 1.2rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.ani-lista {
    color: #333;
    background-color: #f5f8fb;
    padding: 1rem;
    margin-bottom: 1.5rem;
    overflow: hidden
}

.title {
    text-align: center;
    margin: 1rem 0;
    font-size: 1.2rem;
    font-weight: 700
}

.ca-menu {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px
}

.ca-menu li {
    width: 100%;
    position: relative;
    display: block;
    background: #fff;
    border: solid 2px #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    margin-bottom: 4px;
    transition: all .3s linear;
    cursor: pointer
}

.ca-menu li:last-child {
    margin-bottom: 0
}

.ca-menu li:hover {
    background: #f0f7fc;
    transform: translateY(-1px);
    box-shadow: 0 1px 7px rgba(0, 0, 0, .1)
}

.ca-menu li a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #333;
    position: relative;
    padding: 13px 20px 12px;
    min-height: 80px
}

.ca-icon {
    flex-shrink: 0;
    width: clamp(30px, 5vw, 50px);
    height: clamp(30px, 5vw, 50px);
    margin-right: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    border-radius: 50%;
    background: rgba(37, 154, 221, .1)
}

.ca-icon img {
    width: clamp(24px, 4vw, 32px);
    height: clamp(24px, 4vw, 32px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    animation: iconLoad .5s cubic-bezier(.4, 0, .2, 1)
}

.ca-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden
}

h3.ca-main {
    font-size: clamp(16px, 1.6vw, 18px);
    font-weight: 600;
    margin-bottom: 5px;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    margin-top: 0
}

h3.ca-main.blue {
    color: #410597;
    font-weight: 400
}

h4.ca-sub {
    font-size: clamp(12px, 1.5vw, 15px);
    color: #666;
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    margin-bottom: 0;
    margin-top: 0
}

.ca-menu li:hover .ca-icon {
    transform: scale(1.1);
    background: rgba(37, 154, 221, .2)
}

.ca-menu li:hover .ca-icon img {
    filter: drop-shadow(0 0 8px rgba(37, 154, 221, .4));
    transform: scale(1.1)
}

.ca-menu li:hover .ca-main {
    color: #2676ac;
    animation: slideFromTop .3s cubic-bezier(.4, 0, .2, 1)
}

.ca-menu li:hover .ca-sub {
    animation: slideFromBottom .3s cubic-bezier(.4, 0, .2, 1)
}

@keyframes slideFromTop {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideFromBottom {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes iconLoad {
    0% {
        opacity: 0;
        transform: scale(.8)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

.ca-menu li a:focus {
    outline: 3px solid #259add;
    outline-offset: 2px
}

.ca-menu li a:focus:not(:focus-visible) {
    outline: 0
}

.ca-arrow {
    font-size: .7rem;
    color: #4e6200;
    margin-left: 1rem;
    transition: color .3s ease, transform .3s ease;
    flex-shrink: 0
}

.ca-menu li a {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ca-menu li:hover .ca-arrow {
    color: #e60881
}

@media (max-width:768px) {
    .ca-menu li a {
        padding: 15px
    }

    .ca-icon {
        margin-right: 15px
    }

    .ca-content {
        gap: 2px
    }
}

@media (max-width:480px) {
    .ca-menu li a {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem 5px;
        align-items: center;
        justify-content: center;
        position: relative
    }

    .ca-icon {
        margin: 0;
        margin-bottom: 10px;
        align-self: center;
        position: relative;
        left: 0;
        right: 0
    }

    .ca-content {
        align-items: center;
        text-align: center;
        width: 100%;
        position: relative;
        left: 0;
        right: 0
    }

    h3.ca-main {
        font-size: 18px;
        word-wrap: break-word;
        hyphens: auto;
        margin-top: 7px
    }

    h4.ca-sub {
        font-size: 15px;
        word-wrap: break-word;
        hyphens: auto
    }
}

@media (max-width:450px) {
    .ani-lista {
        padding: 0 .2rem 1rem
    }

    .ca-menu li a {
        padding: 1rem 3px;
        flex-direction: column
    }

    .ca-icon {
        margin: 0 auto 10px auto;
        display: block;
        position: static
    }

    .ca-content {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        display: block
    }

    h3.ca-main {
        font-size: 17px;
        line-height: 1.3
    }

    h4.ca-sub {
        font-size: 14px;
        line-height: 1.2
    }
}

@media (max-width:400px) {
    .ani-lista {
        padding: 0 .1rem 1rem
    }

    .ca-menu li a {
        padding: .8rem 2px;
        flex-direction: column
    }

    .ca-icon {
        margin: 0 auto 8px auto;
        display: block;
        position: static
    }

    .ca-content {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        display: block
    }

    h3.ca-main {
        font-size: 16px
    }

    h4.ca-sub {
        font-size: 13px
    }
}

@media (max-width:479px) {
    .ca-arrow {
        display: none !important
    }

    .ca-icon {
        display: none !important
    }

    .ca-menu li a {
        justify-content: center;
        text-align: center
    }

    .ca-content {
        align-items: center
    }
}

@media (max-width:1200px) and (min-width:1080px) {
    .ca-menu li a {
        padding: .5rem 1.2rem;
        min-height: 60px
    }

    .ca-content h4.ca-sub {
        display: none
    }

    .ca-content h3.ca-main {
        font-size: 75%
    }
}

.sidebar img {
    max-width: 480px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.image-banner {
    margin-bottom: 1rem
}

.image-hover-zoom {
    overflow: hidden
}

.image-hover-zoom img {
    transition: transform .4s ease;
    width: 100%;
    display: block
}

.image-hover-zoom:hover img {
    transform: scale(1.05)
}

.image-caption,
.image-caption a {
    text-align: center;
    padding-top: 1rem;
    text-decoration: none;
    color: #333;
    transition: color .3s
}

.image-caption a:hover {
    color: #2e6aa5
}

.newsletter-card {
    background: #fff;
    border: 1px solid #eceff4;
    border-radius: 8px
}

.newsletter-card h3 {
    background: #e84f7e;
    color: #fff;
    padding: 1.4rem 1rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    letter-spacing: .2px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.newsletter-card .wrapp {
    padding: 0 1.5rem
}

.newsletter-card p {
    font-size: .938rem;
    padding: 1rem 0 .8rem
}

.newsletter-card .form-control {
    background: #fbfcfd;
    border: 1px solid #e9ecef;
    width: 100%;
    border-radius: 4px;
    font-size: .925rem;
    text-align: center;
    padding: .7rem .75rem;
    margin-bottom: 1rem
}

.newsletter-card .form-control::placeholder {
    color: #9aa3af
}

.newsletter-card .form-control:focus {
    border-color: #dde1e6;
    border-width: 1px;
    background: #fff;
    box-shadow: none;
    outline: 0
}

.newsletter-card .form-check-input {
    width: 1rem;
    height: 1rem;
    margin-top: .2rem;
    border-color: #cfd6e0
}

.newsletter-card .form-check-input:checked {
    background-color: #102e5c;
    border-color: #102e5c
}

.newsletter-card .form-check-label {
    color: #4b5563;
    font-size: .8rem;
    line-height: 1.35
}

.newsletter-card .invalid-feedback {
    display: none;
    margin: .25rem 0 1.5rem;
    font-size: .8rem;
    color: #c7363f
}

.newsletter-card .was-validated .form-check-input:invalid~.invalid-feedback,
.newsletter-card .was-validated .form-control:invalid~.invalid-feedback {
    display: block
}

.newsletter-card .btn-primary {
    background-color: #57b894;
    border: 0;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 6px;
    padding: .8rem 1rem;
    font-weight: 600;
    box-shadow: none;
    margin: 1rem 0
}

.newsletter-card .btn-primary:focus,
.newsletter-card .btn-primary:hover {
    background-color: #4e9d80;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    cursor: pointer
}

.newsletter-card .form-result {
    font-size: .875rem;
    border-radius: 6px;
    padding: .5rem .75rem !important;
    margin-top: .75rem !important
}

.newsletter-card .mb-2 {
    margin-bottom: .6rem !important
}

.newsletter-card .d-grid {
    margin-top: .2rem
}

.d-none {
    display: none
}

.d-grid {
    display: grid
}

.text-danger {
    color: #dc3545
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.small {
    font-size: .875em
}

.columns {
    display: flex
}

.columns__column {
    flex: 1;
    margin: 0 2%;
    display: flex;
    flex-direction: column
}

.columns__content {
    flex: 1
}

@media all and (max-width:1280px) {
    .columns {
        flex-direction: column
    }
}

.columns__column60 {
    width: 60%;
    margin: 0 2%;
    display: flex;
    flex-direction: column
}

.columns__column40 {
    width: 40%;
    margin: 0 2%;
    display: flex;
    flex-direction: column
}

@media all and (max-width:1280px) {
    .columns__column60 {
        margin: 0 auto;
        display: block
    }

    .columns__column40 {
        width: 100%
    }
}

.js-parallax[style*=height],
.parallax[style*=height] {
    height: auto !important
}

.js-parallax,
.parallax {
    position: relative;
    display: block;
    overflow: hidden
}

.js-parallax::after,
.parallax::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, .35));
    z-index: 1;
    pointer-events: none
}

.js-parallax>div[id],
.parallax>div[id] {
    z-index: 0
}

.parallax-inner {
    position: relative;
    z-index: 2;
    width: 100%
}

.parallax-grid {
    display: grid;
    gap: 1.5rem
}

@media (min-width:768px) {
    .parallax-grid {
        grid-template-columns: 1fr
    }
}

@media (min-width:992px) {
    .parallax-grid {
        grid-template-columns: 1fr 1fr
    }
}

.parallax h2 {
    margin: 0 0;
    font-size: 36px;
    position: relative;
    z-index: 10;
    color: #fff;
    text-align: center
}

.parallax-features {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 1.125rem
}

.parallax-features li {
    position: relative;
    padding-left: 1.25rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.parallax-features li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

@media (max-width:575.98px) {
    .parallax h2 {
        font-size: 28px
    }
}

.title-lin {
    font-family: Cormorant, serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 33px
}

.title--lines {
    text-transform: uppercase;
    align-items: center;
    display: flex;
    justify-content: center
}

.title--lines:after,
.title--lines:before {
    width: 32px;
    height: 1px;
    background-color: #000;
    content: '';
    display: inline-block;
    margin: 0 15px
}

.title--upper {
    text-transform: uppercase
}

.rowF {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: flex-start
}

.rowE {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: stretch
}

.box {
    display: flex;
    flex: 1;
    margin: 0 2%;
    flex-direction: column
}

.box-0 {
    display: flex;
    flex: 1;
    margin: 0;
    flex-direction: column
}

.box_20mini {
    flex-basis: calc(20% - 10px);
    margin: 5px;
    text-align: center
}

.box_20 {
    flex-basis: 20%
}

.box_25 {
    flex-basis: 25%
}

.box_30 {
    flex-basis: 30%
}

.box_33 {
    flex-basis: 33.3333%
}

.box_34 {
    flex-basis: 34%
}

.box_40 {
    flex-basis: 40%
}

.box_50 {
    flex-basis: 50%
}

.box_60 {
    flex-basis: 60%
}

.box_66 {
    flex-basis: 66%
}

.box_70 {
    flex-basis: 70
}

.box_80 {
    flex-basis: 80%
}

.box_100 {
    flex-basis: 100%
}

.box_20s {
    flex-basis: calc(20% - 30px);
    margin: 15px
}

.box_25s {
    flex-basis: calc(25% - 30px);
    margin: 15px
}

.box_30s {
    flex-basis: calc(30% - 30px);
    margin: 15px
}

.box_33s {
    flex-basis: calc(33.3333% - 30px);
    margin: 15px
}

.box_34s {
    flex-basis: calc(34% - 30px);
    margin: 15px
}

.box_40s {
    flex-basis: calc(40% - 30px);
    margin: 15px
}

.box_50s {
    flex-basis: calc(50% - 30px);
    margin: 15px
}

.box_60s {
    flex-basis: calc(60% - 30px);
    margin: 15px
}

.box_66s {
    flex-basis: calc(66% - 30px);
    margin: 15px
}

.box_70s {
    flex-basis: calc(70% - 30px);
    margin: 15px
}

.box_80s {
    flex-basis: calc(80% - 30px);
    margin: 15px
}

.box_20m {
    flex-basis: calc(20% - 50px);
    margin: 25px
}

.box_30m {
    flex-basis: calc(30% - 50px);
    margin: 25px
}

.box_33m {
    flex-basis: calc(33.3333% - 50px);
    margin: 25px
}

.box_34m {
    flex-basis: calc(34% - 50px);
    margin: 25px
}

.box_40m {
    flex-basis: calc(40% - 50px);
    margin: 25px
}

.box_50m {
    flex-basis: calc(50% - 50px);
    margin: 25px
}

.box_60m {
    flex-basis: calc(60% - 50px);
    margin: 25px
}

.box_66m {
    flex-basis: calc(66% - 50px);
    margin: 25px
}

.box_70m {
    flex-basis: calc(70% - 50px);
    margin: 25px
}

.box_80m {
    flex-basis: calc(80% - 50px);
    margin: 25px
}

.box_20b {
    flex-basis: calc(20% - 80px);
    margin: 40px
}

.box_30b {
    flex-basis: calc(30% - 30px);
    margin: 15px
}

.box_33b {
    flex-basis: calc(33.3333% - 80px);
    margin: 40px
}

.box_40b {
    flex-basis: calc(40% - 80px);
    margin: 40px
}

.box_50b {
    flex-basis: calc(50% - 80px);
    margin: 40px
}

.box_60b {
    flex-basis: calc(60% - 80px);
    margin: 40px
}

.box_70b {
    flex-basis: calc(70% - 80px);
    margin: 45px
}

.box_80b {
    flex-basis: calc(80% - 80px);
    margin: 40px
}

[class*=box_] {
    flex-grow: 1
}

@media (min-width:901px) and (max-width:1280px) {
    .box {
        flex-basis: calc(50% - 4%)
    }

    [class*=box_] {
        flex-basis: calc(50% - 4%)
    }
}

@media (max-width:900px) {
    [class*=box_] {
        flex-basis: 100%
    }

    .box,
    .box-0 {
        flex-basis: 100%
    }
}

.box1 {
    display: flex;
    flex: 1;
    margin: 0 1%;
    flex-direction: column
}

.box06 {
    display: flex;
    flex: 1;
    margin: 0 .6%;
    flex-direction: column
}

@media (min-width:901px) and (max-width:1280px) {
    .box1 {
        flex-basis: calc(50% - 2%);
        margin-bottom: 10px
    }

    .box06 {
        flex-basis: calc(50% - 1.2%);
        margin-bottom: 10px
    }
}

@media (max-width:900px) {

    .box06,
    .box1 {
        flex-basis: 100%;
        margin-bottom: 10px
    }
}

.bigbox {
    display: flex;
    flex: 1;
    margin: 0 2%;
    flex-direction: column
}

@media (min-width:901px) and (max-width:1280px) {
    .bigbox {
        flex-basis: calc(50% - 4%)
    }
}

@media (max-width:1023px) {
    .bigbox {
        flex-basis: 100%
    }
}

.head-space {
    padding: 170px 0 2rem
}

h2.title-post {
    font-size: 30px;
    line-height: 34px;
    margin: 1em 0 1em;
    font-weight: 600
}

.mid-wrap {
    width: 100%;
    display: flex;
    gap: 2rem;
    align-items: flex-start
}

.mid-content {
    /*flex: 0 1 66%;*/
    max-width: 66%;
    min-width: 0
}

.side {
    flex: 0 1 32%;
    max-width: 32%;
    min-width: 0;
    position: sticky;
    top: 0
}

@media (max-width:1079px) {
    .mid-wrap {
        flex-direction: column;
        gap: 1.5rem
    }

    .mid-content,
    .side {
        flex: 0 0 100%;
        max-width: 100%
    }

    .side {
        width: 100% !important;
        position: relative !important;
        top: auto !important;
        z-index: 0 !important;
        margin-bottom: 2rem !important
    }
}

@media (min-width:993px) and (max-width:1079px) {
    main .main-inner {
        display: block !important;
        overflow: hidden !important
    }

    .side>div {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto
    }
}

.lf-cont_det {
    float: left;
    width: 60%;
    max-width: 500px;
    overflow: hidden;
    margin: 15px 40px 20px 0
}

.align-right {
    width: 100%;
    max-width: 300px;
    float: right;
    overflow: hidden;
    margin: 0 0 5px 20px
}

.img-central {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width:1023px) {

    .align-right,
    .lf-cont_det {
        float: none;
        max-width: 960px;
        margin: 25px auto
    }
}

.firstcharacter {
    color: #000;
    float: left;
    padding-left: 3px;
    padding-right: 10px;
    padding-top: 4px;
    font: 60px/40px "Times New Roman", Times, serif
}

blockquote {
    border-left: 4px solid #ebecef;
    padding-left: 20px;
    color: #666;
    margin: 5px 0 20px;
    font-style: italic;
    font-family: "Segoe UI", sans-serif
}

.under {
    text-decoration: underline
}

.under-red {
    text-decoration: underline red
}

.red {
    color: red
}

h2.single-news {
    font-size: 25px;
    margin: 0;
    padding: 50px 0 10px
}

h3.subtitle {
    font-weight: 600;
    padding-top: 48px
}

h2.title-first,
h3.title-first {
    font-size: 30px;
    margin: 0;
    padding: 25px 0
}

.first-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    margin: 25px 0 30px;
    text-transform: uppercase
}

.block .first-title {
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.4;
    margin: 20px 0 12px;
    text-transform: none
}

h4.mapa {
    display: inline-block;
    background-image: url(../icon/mapa.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 24px;
    padding: 0 40px 0;
    margin: 30px 0 0
}

.document-list {
    list-style-type: none;
    padding: 0
}

.document-item {
    background-color: #fff;
    padding: 10px;
    box-shadow: 0 0 30px 0 rgba(51, 51, 96, .15);
    border-radius: 3px;
    border-left: 10px solid #004b7f;
    margin: 0 30px 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color .3s
}

.document-link {
    text-decoration: none;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.document-link:hover {
    color: #e3010f
}

.document-item:hover {
    box-shadow: 0 0 30px 0 rgba(51, 51, 96, .075)
}

.document-name {
    font-size: 16px
}

.document-icon {
    font-size: 24px;
    margin-left: 15px
}

.document-item:first-child {
    margin-top: 30px
}

.document-item:last-child {
    margin-bottom: 30px
}

.doc-icon {
    width: 24px
}

ul.lista {
    margin-bottom: 30px
}

ul.lista li {
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    background: transparent url(../icon/aro.png) no-repeat scroll left 9px
}

ul.listasidebar li {
    margin-bottom: 13px;
    padding: 0 20px 0 30px;
    position: relative
}

ul.listasidebar li::before {
    content: '';
    background: transparent url(../icon/arog.svg) no-repeat;
    width: 12px;
    height: 24px;
    position: absolute;
    left: 10px;
    top: 1px
}

ul.listasidebar li a {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 500
}

ul.listasidebar li a:hover {
    color: var(--color-accent)
}

ol.listabar li {
    margin-bottom: 13px;
    padding: 0 20px 0 40px;
    position: relative;
    list-style: none;
    counter-increment: listabar-counter
}

ol.listabar li::before {
    content: counter(listabar-counter) ".";
    color: var(--color-secondary);
    font-size: 15px;
    font-weight: 500;
    position: absolute;
    left: 10px;
    top: 1px
}

ol.listabar li a {
    font-size: 15px;
    color: #1d1d1d;
    font-weight: 500
}

ol.listabar li a:hover {
    color: var(--color-accent)
}

.mb-20 {
    margin-bottom: 2rem !important
}

.ac-content ul.lista {
    margin-bottom: 30px
}

.ac-content ul.lista li {
    margin-bottom: 10px;
    padding: 0;
    background: transparent url(../icon/aro.png) no-repeat scroll left 12px
}

ol {
    list-style: decimal;
    padding-left: 20px
}

ol.lista li {
    margin-bottom: 12px
}

ol.lista2column,
ul.lista2column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2
}

@media(max-width:600px) {

    ol.lista2column,
    ul.lista2column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

ol.lista2column li,
ul.lista2column li {
    padding: 0 0 12px 15px;
    background: transparent url(../icon/aro.png) no-repeat scroll left 8px
}

ol.lista3column,
ul.lista3column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin: 2rem
}

ol.lista3column li,
ul.lista3column li {
    margin-right: 20px;
    padding: 0 0 12px 0;
    font-size: 15px;
    list-style-type: circle
}

ul.lista3column li.grupa {
    font-size: 16px;
    list-style-type: none;
    margin-left: -20px
}

@media(max-width:800px) {

    ol.lista3column,
    ul.lista3column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(max-width:600px) {

    ol.lista3column,
    ul.lista3column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

ol.lista4column,
ul.lista4column {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    margin: 1rem
}

ol.lista4column li,
ul.lista4column li {
    margin-right: 20px;
    padding: 0 0 12px 0;
    font-size: 15px;
    list-style-type: disc
}

ul.lista4column li.grupa {
    font-size: 16px;
    list-style-type: none;
    margin-left: -20px
}

@media(max-width:800px) {

    ol.lista4column,
    ul.lista4column {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(max-width:600px) {

    ol.lista4column,
    ul.lista4column {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.limit3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
    max-height: calc(1.5em * 3)
}

a.long-link {
    color: #9932cc;
    cursor: pointer;
    text-decoration: none;
    display: inline;
    padding-bottom: 1px;
    transition: all .35s linear;
    background: linear-gradient(to bottom, #9932cc 0, #9932cc 98%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: left 100%
}

a.long-link:hover {
    background-size: 100% 1px;
    color: #e60881
}

.pagination {
    font-size: 14px;
    text-align: center;
    margin: 10px auto
}

.pagination a {
    padding: 8px 14px;
    border: 1px solid #e4e8eb;
    border-radius: 3px;
    background: #fbfbfd;
    color: #333;
    text-decoration: none
}

.pagination .next:hover,
.pagination .prev:hover,
.pagination a.active,
.pagination a:hover {
    border-color: #2e6aa5;
    background: #2e6aa5;
    color: #fff
}

.pagination a.active:hover {
    cursor: default
}

.pagination .prev:before {
    content: "« ";
    font-weight: 400
}

.pagination .next:after {
    content: " »";
    font-weight: 400
}

:root {
    --scene: clamp(420px, 60vw, 800px);
    --first-offset: 50px;
    --bg: #0b0f14
}

.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

.cage6 {
    width: 100%;
    padding-top: 50px;
    overflow: hidden
}

.items {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -50px;
    overflow: hidden
}

.items__inner {
    position: relative;
    width: min(100%, var(--scene));
    height: var(--scene);
    margin-inline: auto;
    background: #fff;
    overflow: hidden;
    touch-action: none
}

.items__layer {
    position: absolute;
    inset: 0;
    transform: none
}

.items__layer .items__item {
    position: absolute;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(41, 13, 3, .45);
    border-radius: 6px;
    overflow: hidden
}

.items__layer .items__item img.full-width {
    display: block;
    width: 100%;
    height: auto
}

.items__layer:first-child .items__item {
    top: calc(25% + var(--first-offset));
    left: 15%;
    width: 42.5%;
    aspect-ratio: 34/44
}

.items__layer:nth-child(2) .items__item {
    top: 59%;
    left: 52.5%;
    width: 45%;
    aspect-ratio: 4/3
}

.items__layer:nth-child(3) .items__item {
    top: 48%;
    left: 12%;
    width: 50%;
    aspect-ratio: 1/1
}

.items__layer:nth-child(4) .items__item {
    top: 12.5%;
    left: 50%;
    width: 43.75%;
    aspect-ratio: 35/48
}

.items__layer:nth-child(5) .items__item {
    top: 43%;
    left: 25%;
    width: 50%;
    aspect-ratio: 16/9
}

@media (max-width:1200px) and (min-width:1024px) {
    :root {
        --scene: clamp(420px, 68vw, 800px)
    }

    .items__layer:first-child .items__item {
        top: calc(7% + var(--first-offset));
        left: 15%;
        width: 42.5%;
        aspect-ratio: 34/44
    }

    .items__layer:nth-child(5) .items__item {
        left: 40%
    }
}

.fallback-grid {
    display: none;
    margin-top: 16px
}

@media (max-width:1024px) {
    .items {
        display: none
    }

    .fallback-grid {
        display: block;
        column-count: 2;
        column-gap: 12px
    }

    .fallback-grid img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        display: block;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        margin: 0 0 12px
    }
}

@media (prefers-reduced-motion:reduce) {
    .items {
        display: none
    }

    .fallback-grid {
        display: block;
        column-count: 2;
        column-gap: 12px
    }

    .fallback-grid img {
        width: 100%;
        height: auto;
        border-radius: 6px;
        display: block;
        break-inside: avoid;
        -webkit-column-break-inside: avoid;
        margin: 0 0 12px
    }
}

.items__layer:first-child .items__item {
    top: 5%;
    left: 15%;
    width: 42.5%;
    aspect-ratio: 34/44
}

@media (max-width:1200px) and (min-width:768px) {
    .items__layer:first-child .items__item {
        top: 5%;
        left: 15%;
        width: 42.5%;
        aspect-ratio: 34/44
    }
}

:root {
    --cluster-shift: -30px
}

@media (min-width:769px) {
    #js-scene .items__layer {
        translate: var(--cluster-shift) 0
    }
}

@media (max-width:1200px) and (min-width:768px) {
    :root {
        --cluster-shift: -20px
    }
}

.spl-footer {
    text-align: center !important
}

.spl-title {
    font-size: .9rem !important;
    font-weight: 700
}

.spl-description {
    font-size: .8rem !important
}

.spl-button,
.spl-description,
.spl-title {
    margin-bottom: 12px !important
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    font-family: Nunito, sans-serif;
    font-optical-sizing: auto;
    line-height: 1.65;
    letter-spacing: .01em;
    color: #000;
    overflow-x: hidden;
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column
}

ol,
ul {
    padding: 0;
    margin: 0
}

li {
    padding: 0;
    margin: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.35;
    margin-bottom: 1rem;
    font-weight: 500;
    letter-spacing: .02em
}

h1,
h2,
h3 {
    font-weight: 500;
    font-family: Roboto, sans-serif
}

h4,
h5,
h6 {
    font-weight: 600
}

h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem
}

h2.long {
    font-size: 1.5rem;
    margin: 2rem 0 1.25rem
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 1.25rem
}

h4 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem
}

h5 {
    font-size: 1.1875rem;
    margin-bottom: 1.4375rem
}

p {
    margin-bottom: 1rem
}

p:has(+ div),
p:has(+ h3),
p:has(+ h4),
p:has(+ h5),
p:has(+ ul) {
    margin-bottom: 2rem
}

.bold,
strong {
    font-weight: 700
}

.italic,
italic {
    font-family: "Segoe UI", sans-serif !important;
    font-style: italic
}

.center {
    text-align: center
}

.strong,
strong {
    font-weight: 700
}

a {
    color: #9932cc;
    text-decoration: none
}

a:hover {
    color: #e60881
}

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

html {
    scroll-behavior: smooth
}

:target {
    scroll-margin-top: 110px
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 110px
}

.smooth-scroll {
    scroll-behavior: smooth
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
        scroll-padding-top: 0
    }

    .smooth-scroll {
        scroll-behavior: auto
    }
}

.container-xl,
.container-xxl,
.container-xxxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container-xl,
    .container-xxl,
    .container-xxxl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container-xxl,
    .container-xxxl {
        max-width: 1320px
    }
}

@media (min-width:1500px) {
    .container-xxxl {
        max-width: 1500px
    }
}

:root {
    --s-1: 1rem;
    --s-2: 2rem;
    --s-3: 3rem;
    --s-5: 5rem;
    --s-7: 7rem;
    --s-10: 10rem
}

@media (max-width:767px) {
    :root {
        --s-1: 0.75rem;
        --s-2: 1.5rem;
        --s-3: 2.25rem;
        --s-5: 3.5rem;
        --s-7: 4.5rem;
        --s-10: 6rem
    }
}

@media (max-width:480px) {
    :root {
        --s-1: 0.5rem;
        --s-2: 1rem;
        --s-3: 1.5rem;
        --s-5: 2.5rem;
        --s-7: 3.5rem;
        --s-10: 4.5rem
    }
}

.m-1 {
    margin: var(--s-1) !important
}

.mt-1 {
    margin-top: var(--s-1) !important
}

.mb-1 {
    margin-bottom: var(--s-1) !important
}

.ml-1 {
    margin-left: var(--s-1) !important
}

.mr-1 {
    margin-right: var(--s-1) !important
}

.mx-1 {
    margin-left: var(--s-1) !important;
    margin-right: var(--s-1) !important
}

.my-1 {
    margin-top: var(--s-1) !important;
    margin-bottom: var(--s-1) !important
}

.m-2 {
    margin: var(--s-2) !important
}

.mt-2 {
    margin-top: var(--s-2) !important
}

.mb-2 {
    margin-bottom: var(--s-2) !important
}

.ml-2 {
    margin-left: var(--s-2) !important
}

.mr-2 {
    margin-right: var(--s-2) !important
}

.mx-2 {
    margin-left: var(--s-2) !important;
    margin-right: var(--s-2) !important
}

.my-2 {
    margin-top: var(--s-2) !important;
    margin-bottom: var(--s-2) !important
}

.m-3 {
    margin: var(--s-3) !important
}

.mt-3 {
    margin-top: var(--s-3) !important
}

.mb-3 {
    margin-bottom: var(--s-3) !important
}

.ml-3 {
    margin-left: var(--s-3) !important
}

.mr-3 {
    margin-right: var(--s-3) !important
}

.mx-3 {
    margin-left: var(--s-3) !important;
    margin-right: var(--s-3) !important
}

.my-3 {
    margin-top: var(--s-3) !important;
    margin-bottom: var(--s-3) !important
}

.m-5 {
    margin: var(--s-5) !important
}

.mt-5 {
    margin-top: var(--s-5) !important
}

.mb-5 {
    margin-bottom: var(--s-5) !important
}

.ml-5 {
    margin-left: var(--s-5) !important
}

.mr-5 {
    margin-right: var(--s-5) !important
}

.mx-5 {
    margin-left: var(--s-5) !important;
    margin-right: var(--s-5) !important
}

.my-5 {
    margin-top: var(--s-5) !important;
    margin-bottom: var(--s-5) !important
}

.m-7 {
    margin: var(--s-7) !important
}

.mt-7 {
    margin-top: var(--s-7) !important
}

.mb-7 {
    margin-bottom: var(--s-7) !important
}

.ml-7 {
    margin-left: var(--s-7) !important
}

.mr-7 {
    margin-right: var(--s-7) !important
}

.mx-7 {
    margin-left: var(--s-7) !important;
    margin-right: var(--s-7) !important
}

.my-7 {
    margin-top: var(--s-7) !important;
    margin-bottom: var(--s-7) !important
}

.m-10 {
    margin: var(--s-10) !important
}

.mt-10 {
    margin-top: var(--s-10) !important
}

.mb-10 {
    margin-bottom: var(--s-10) !important
}

.ml-10 {
    margin-left: var(--s-10) !important
}

.mr-10 {
    margin-right: var(--s-10) !important
}

.mx-10 {
    margin-left: var(--s-10) !important;
    margin-right: var(--s-10) !important
}

.my-10 {
    margin-top: var(--s-10) !important;
    margin-bottom: var(--s-10) !important
}

.p-1 {
    padding: var(--s-1) !important
}

.pt-1 {
    padding-top: var(--s-1) !important
}

.pb-1 {
    padding-bottom: var(--s-1) !important
}

.pl-1 {
    padding-left: var(--s-1) !important
}

.pr-1 {
    padding-right: var(--s-1) !important
}

.px-1 {
    padding-left: var(--s-1) !important;
    padding-right: var(--s-1) !important
}

.py-1 {
    padding-top: var(--s-1) !important;
    padding-bottom: var(--s-1) !important
}

.p-2 {
    padding: var(--s-2) !important
}

.pt-2 {
    padding-top: var(--s-2) !important
}

.pb-2 {
    padding-bottom: var(--s-2) !important
}

.pl-2 {
    padding-left: var(--s-2) !important
}

.pr-2 {
    padding-right: var(--s-2) !important
}

.px-2 {
    padding-left: var(--s-2) !important;
    padding-right: var(--s-2) !important
}

.py-2 {
    padding-top: var(--s-2) !important;
    padding-bottom: var(--s-2) !important
}

.p-3 {
    padding: var(--s-3) !important
}

.pt-3 {
    padding-top: var(--s-3) !important
}

.pb-3 {
    padding-bottom: var(--s-3) !important
}

.pl-3 {
    padding-left: var(--s-3) !important
}

.pr-3 {
    padding-right: var(--s-3) !important
}

.px-3 {
    padding-left: var(--s-3) !important;
    padding-right: var(--s-3) !important
}

.py-3 {
    padding-top: var(--s-3) !important;
    padding-bottom: var(--s-3) !important
}

.p-5 {
    padding: var(--s-5) !important
}

.pt-5 {
    padding-top: var(--s-5) !important
}

.pb-5 {
    padding-bottom: var(--s-5) !important
}

.pl-5 {
    padding-left: var(--s-5) !important
}

.pr-5 {
    padding-right: var(--s-5) !important
}

.px-5 {
    padding-left: var(--s-5) !important;
    padding-right: var(--s-5) !important
}

.py-5 {
    padding-top: var(--s-5) !important;
    padding-bottom: var(--s-5) !important
}

.p-7 {
    padding: var(--s-7) !important
}

.pt-7 {
    padding-top: var(--s-7) !important
}

.pb-7 {
    padding-bottom: var(--s-7) !important
}

.pl-7 {
    padding-left: var(--s-7) !important
}

.pr-7 {
    padding-right: var(--s-7) !important
}

.px-7 {
    padding-left: var(--s-7) !important;
    padding-right: var(--s-7) !important
}

.py-7 {
    padding-top: var(--s-7) !important;
    padding-bottom: var(--s-7) !important
}

.p-10 {
    padding: var(--s-10) !important
}

.pt-10 {
    padding-top: var(--s-10) !important
}

.pb-10 {
    padding-bottom: var(--s-10) !important
}

.pl-10 {
    padding-left: var(--s-10) !important
}

.pr-10 {
    padding-right: var(--s-10) !important
}

.px-10 {
    padding-left: var(--s-10) !important;
    padding-right: var(--s-10) !important
}

.py-10 {
    padding-top: var(--s-10) !important;
    padding-bottom: var(--s-10) !important
}

.top-bar .container-xxxl {
    position: relative
}

.top-bar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    justify-content: center;
    width: 100%
}

.top-bar a,
.top-bar li {
    color: rgba(255, 255, 255, .95);
    font-size: .75rem;
    text-decoration: none
}

.top-bar li i {
    margin-right: 5px
}

.top-bar a:hover {
    color: #cffb4d
}

.fas,
.top-bar .fa-solid {
    font-weight: 600;
    opacity: 60%
}

.top-bar ul.flags {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
    width: auto;
    z-index: 2
}

.top-bar ul.flags li {
    display: flex;
    align-items: center
}

.top-bar ul.flags .lang-flag {
    display: block;
    width: 24px;
    height: auto;
    border: 1px solid rgba(240, 248, 255, .6);
    border-radius: 2px;
    opacity: .9;
    transition: opacity .25s ease, border-color .25s ease, box-shadow .25s ease
}

.top-bar ul.flags a:focus-visible .lang-flag,
.top-bar ul.flags a:hover .lang-flag {
    opacity: 1;
    border-color: #cffb4d;
    box-shadow: 0 4px 14px rgba(16, 46, 92, .2);
    outline: 0
}

@media (max-width:768px) {
    .top-bar ul.flags .lang-flag {
        width: 22px
    }
}

@media (max-width:480px) {
    .top-bar ul.flags {
        gap: .4rem
    }

    .top-bar ul.flags .lang-flag {
        width: 20px
    }
}

.topbar-social {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: .5rem
}

.topbar-social a {
    opacity: 70%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, .6);
    transition: background-color .25s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease
}

.topbar-social a:hover {
    opacity: 100%;
    border-color: transparent
}

.topbar-social a.fb:hover {
    background: #1877f2;
    box-shadow: 0 6px 18px rgba(24, 119, 242, .35)
}

.topbar-social a.ig:hover {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    box-shadow: 0 6px 18px rgba(204, 35, 102, .35)
}

.topbar-social a.yt:hover {
    background: red;
    box-shadow: 0 6px 18px rgba(255, 0, 0, .35)
}

.top-bar.manifestacije-yellow a,
.top-bar.manifestacije-yellow li {
    color: #000 !important
}

.top-bar.knjiznica-lime a,
.top-bar.knjiznica-lime li {
    color: rgba(0, 0, 0, .9) !important
}

@media (max-width:1199.98px) {
    .top-bar ul:not(.flags) li:first-child {
        display: none
    }
}

@media (max-width:991.98px) {
    .topbar-social {
        display: none
    }
}

@media (max-width:767.98px) {
    .top-bar ul:not(.flags) li:nth-child(3) {
        display: none
    }

    .top-bar a,
    .top-bar li {
        font-size: .7rem
    }
}

@media (max-width:575.98px) {
    .top-bar ul {
        gap: 1rem
    }
}

.slider-wrapper.razno-gray {
    background: #f5f8fb !important
}

.slider-wrapper.kazaliste-purple {
    background: #8051a0 !important;
    color: #fff !important
}

.slider-wrapper.koncerti-red {
    background: #ed1c24 !important;
    color: #fff !important
}

.slider-wrapper.radionice-teal {
    background: #39b4ac !important;
    color: #fff !important
}

.slider-wrapper.film-blue {
    background: #00aeef !important;
    color: #fff !important
}

.slider-wrapper.knjiznica-lime {
    background: #c1d72f !important
}

.slider-wrapper.muzej-orange {
    background: #f58220 !important;
    color: #fff !important
}

.slider-wrapper.izlozbe-pink {
    background: #ec008c !important;
    color: #fff !important
}

.slider-wrapper.manifestacije-yellow {
    background: #ffeb00 !important
}

.kazaliste-purple {
    background: #8051a0;
    color: #fff
}

.koncerti-red {
    background: #ed1c24;
    color: #fff
}

.radionice-teal {
    background: #39b4ac;
    color: #fff
}

.film-blue {
    background: #00aeef;
    color: #fff
}

.knjiznica-lime {
    background: #c1d72f;
    color: #fff
}

.muzej-orange {
    background: #f58220;
    color: #fff
}

.izlozbe-pink {
    background: #ec008c;
    color: #fff
}

.manifestacije-yellow {
    background: #ffeb00;
    color: #000
}

.razno-gray {
    background: #f5f8fb;
    color: #000
}

.content-image {
    display: block;
    margin: 3em 0
}

.top-bar {
    height: 40px;
    background: #a4065d;
    color: #fff;
    display: flex;
    align-items: center
}

.top-bar.razno-gray {
    background: #a4065d !important
}

.top-bar.kazaliste-purple {
    background: #8051a0 !important
}

.top-bar.koncerti-red {
    background: #ed1c24 !important
}

.top-bar.radionice-teal {
    background: #39b4ac !important
}

.top-bar.film-blue {
    background: #00aeef !important
}

.top-bar.knjiznica-lime {
    background: #c1d72f !important
}

.top-bar.muzej-orange {
    background: #f58220 !important
}

.top-bar.izlozbe-pink {
    background: #ec008c !important
}

.top-bar.manifestacije-yellow {
    background: #ffeb00 !important
}

h1.titlepage {
    font-family: "Arial Black", Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
    padding: 170px 0 35px;
    margin: 0
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem
}

@media (max-width:1080px) {
    h1.titlepage {
        font-size: 1.7rem;
        padding: 150px 0 15px;
    }
}

@media (max-width:768px) {
    h1.titlepage {
        font-size: 1.4rem;
        padding: 140px 0 15px;
    }
}

@media (max-width:480px) {
    h1.titlepage {
        font-size: 1.2rem;
        padding: 130px 0 15px;
    }
}

.slider-wrap {
    background: var(--slider-bg);
    padding: 0;
    border-bottom: 1px solid #eef1f6
}

.slider {
    position: relative;
    overflow: hidden;
    border-radius: 1rem
}

.slider img {
    display: block;
    width: 100%;
    height: auto
}

.grid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem
}

@media all and (max-width:380px) {
    .grid {
        padding: 1rem
    }
}

.grid.flex12 {
    width: 100%;
    max-width: 1240px
}

.grid.flex16 {
    width: 100%;
    max-width: 1600px
}

.grid.flex18 {
    width: 100%;
    max-width: 1800px
}

.grid.flex {
    width: 100%;
    max-width: 100%;
    padding: 0 !important
}

.max960 {
    width: 100%;
    max-width: 960px !important;
    margin-right: auto;
    margin-left: auto
}

.max800 {
    width: 100%;
    max-width: 800px !important;
    margin-right: auto;
    margin-left: auto
}

.max600 {
    width: 100%;
    max-width: 600px !important;
    margin-right: auto;
    margin-left: auto
}

.max400 {
    width: 100%;
    max-width: 400px !important;
    margin-right: auto;
    margin-left: auto
}

.row-old {
    display: block;
    overflow: hidden;
    clear: both
}

.col_1 {
    width: 6%
}

.col_2 {
    width: 12%
}

.col_3 {
    width: 21%
}

.col_4 {
    width: 29.3333333333333%
}

.col_5 {
    width: 36%
}

.col_6 {
    width: 46%
}

.col_7 {
    width: 56%
}

.col_8 {
    width: 62.6666666667%
}

.col_9 {
    width: 71%
}

.col_10 {
    width: 80%
}

.col_11 {
    width: 86%
}

.col_12 {
    width: 96%
}

[class*=col_] {
    float: left;
    display: block;
    margin: .5em 2%
}

@media all and (max-width:1023px) {
    [class*=col_] {
        float: none;
        width: auto;
        clear: both;
        display: block
    }
}

.footer {
    background: #252937 url(../img/footertop.png) repeat-x left top;
    font-size: 15px;
    font-weight: 400;
    color: #8592a5;
    text-shadow: 0 0 1px #191c26
}

p.title-footer,
p.title-footer2 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
    margin: 15px 0 70px 0
}

ul.foter-content {
    display: block;
    margin-bottom: 12px
}

ul.foter-content li {
    padding-bottom: 8px
}

ul.foter-content li a {
    color: #7a889d
}

ul.foter-content li a:hover {
    color: rgba(255, 255, 255, .7)
}

#copyright {
    padding-top: 27px;
    font-size: 14px;
    text-align: center;
    padding-bottom: 30px;
    display: block;
    background: #1b1c27 url(../img/copy.png) repeat-x left top
}

#copyright a {
    color: #7a889d;
    text-decoration: none
}

#copyright a:hover {
    color: #c7363f
}

ul.social-ul {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 0 auto;
    overflow: hidden
}

ul.social-ul li {
    float: left;
    display: block;
    margin: 0 5px;
    box-sizing: border-box
}

.social-f {
    height: 32px;
    width: 32px;
    margin: 10px 10px 10px 0;
    float: left;
    background-size: cover;
    transition: all ease .3s
}

.facebook-f {
    background-image: url(../icon/fejs.svg)
}

.instagram-f {
    background-image: url(../icon/inst.svg)
}

.youtube-f {
    background-image: url(../icon/you.svg)
}

.social-f:hover {
    background-position: 0 -32px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .3);
    cursor: pointer
}

ul.social-ul::after {
    content: "";
    display: table;
    clear: both
}

#copyright a,
.foter-content a {
    position: relative;
    transition: color .2s ease
}

#copyright a::after,
.foter-content a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 1px;
    width: 0;
    background: currentColor;
    transition: width .25s ease
}

#copyright a:hover::after,
.foter-content a:hover::after {
    width: 100%
}

@media (max-width:1023px) {
    .footer .col_3 {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto
    }

    .footer {
        background: #252937;
        background-image: none;
    }

    p.title-footer,
    p.title-footer2 {
        margin: 15px 0 0px 0
    }
}

#scroll-Top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all .3s cubic-bezier(.4, 0, .2, 1)
}

#scroll-Top.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

#scroll-Top .arrow {
    margin-top: 25px;
    display: inline-block;
    height: 12px;
    position: relative;
    width: 12px
}

#scroll-Top .arrow::after {
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-right-style: solid;
    border-right-width: 2px;
    content: '';
    display: inline-block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 12px
}

#scroll-Top .arrow.is-top {
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

#scroll-Top .arrow::after,
.arrow .arrow::after {
    border-color: #fff
}

#scroll-Top .return-to-top {
    position: relative;
    width: 48px;
    line-height: 48px;
    height: 48px;
    text-align: center;
    cursor: pointer;
    background: #9c0558;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -moz-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -ms-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    -o-transition: all .3s cubic-bezier(.4, 0, .2, 1);
    transition: all .3s cubic-bezier(.4, 0, .2, 1);
    z-index: 2;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
    border: none;
    outline: 0
}

#scroll-Top .return-to-top:hover {
    background: #e60881;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, .3)
}

#scroll-Top .return-to-top:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .2)
}

#scroll-Top .return-to-top:focus {
    outline: 2px solid rgba(255, 255, 255, .4);
    outline-offset: 2px
}

#scroll-Top .return-to-top span {
    position: relative;
    bottom: 0;
    animation-name: top;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration: 1s
}

@keyframes top {
    0% {
        bottom: 0
    }

    100% {
        bottom: 7px
    }
}

@media (max-width:768px) {
    #scroll-Top {
        right: 15px;
        bottom: 15px
    }

    #scroll-Top .return-to-top {
        width: 44px;
        height: 44px;
        line-height: 44px
    }
}

@media (max-width:480px) {
    #scroll-Top {
        right: 10px;
        bottom: 10px
    }

    #scroll-Top .return-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px
    }
}

.arrow-button1 {
    display: inline-flex;
    align-items: center;
    color: #2c5aa0;
    font-style: italic;
    padding: 0 3px;
    font-weight: 700;
    font-size: 15px !important;
    letter-spacing: .044rem;
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease
}

.arrow-button1 .arrow1 {
    width: 6px;
    height: 6px;
    margin-left: 6px;
    border-right: 2px solid #2c5aa0;
    border-bottom: 2px solid #2c5aa0;
    transform: rotate(-45deg);
    position: relative;
    top: 1px;
    transition: all .3s ease
}

.arrow-button1 .arrow1::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 2px;
    bottom: calc(-2px / 2);
    right: 0;
    transform: rotate(45deg);
    transform-origin: bottom right;
    background: 0 0;
    opacity: 0;
    transition: all .3s ease
}

.arrow-button1:hover {
    color: red
}

.arrow-button1:hover .arrow1 {
    transform: rotate(-45deg) translate(4px, 4px);
    border-color: red
}

.arrow-button1:hover .arrow1::before {
    opacity: 1;
    width: 8px;
    background: red
}

a.zumba {
    color: #2c5aa0 !important
}

a.zumba:hover {
    color: red !important
}

.custom-card-link {
    margin-top: 1rem;
    border: none;
    font-size: .938rem;
    font-weight: 600;
    padding: 12px 10px 11px;
    background-color: #e6eef5;
    color: #000;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: color .1s cubic-bezier(.16, .08, .355, 1), background .1s cubic-bezier(.16, .08, .355, 1);
    cursor: pointer;
    width: auto !important;
    max-width: 180px;
    min-width: 11rem;
    outline: 0;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    display: block
}

@media (min-width:400px) {
    .custom-card-link {
        width: auto
    }
}

.custom-card-link:hover {
    background-color: #d62f32;
    color: #fff
}

.custom-card-arrow {
    position: relative;
    transition: background-color .3s ease-out
}

.custom-card-arrow span {
    display: inline-block;
    position: relative;
    transition: all .3s ease-out;
    will-change: transform
}

.custom-card-arrow:hover span {
    transform: translate3d(-1rem, 0, 0)
}

.custom-card-svg-arrow {
    position: absolute;
    width: 1.1em;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-out;
    will-change: right, opacity
}

.custom-card-arrow:hover .custom-card-svg-arrow {
    opacity: 1;
    right: -2rem
}

.custom-card-link {
    text-decoration: none;
    display: block
}

.custom-card-link:visited {
    color: inherit
}

.custom-card-link span {
    color: inherit
}

.fadein2s {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
    animation-delay: 2s
}

@keyframes fadeIn {
    to {
        opacity: 1
    }
}

.arrow-button1.zumba {
    display: none
}

@media (max-width:1280px) {
    .custom-card-link.custom-card-arrow.custom-card-border {
        display: none !important
    }

    .arrow-button1.zumba {
        display: inline-flex !important
    }
}

.logo-slider {
    overflow: hidden;
    width: 100%;
    background-color: #252937;
    padding-block: 1rem
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%
}

.marquee-track {
    display: inline-flex;
    gap: 2rem;
    animation: scroll-continuous linear infinite;
    animation-duration: var(--scroll-duration, 20s);
    width: max-content
}

.marquee-track img {
    max-width: 260px;
    aspect-ratio: 2/1;
    object-fit: contain;
    display: block;
    transition: transform .3s ease;
    margin: 0;
    opacity: .5
}

.marquee-track img:hover {
    transform: scale(1.1);
    opacity: 1
}

.logo-slider:hover .marquee-track {
    animation-play-state: paused
}

@keyframes scroll-continuous {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-50%)
    }
}

.zoom-wrapp {
    overflow: hidden;
    display: block;
    position: relative;
}

.zoom {
    overflow: hidden
}

.zoom-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .4s ease-out
}

.zoom-image:hover {
    transform: scale(1.15)
}

img.thumb {
    display: block;
    width: 100%;
    height: auto
}

img.thumb.loaded {
    filter: none
}

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

.thumb {
    display: block;
    width: 100%;
    height: auto;
    filter: blur(12px);
    transition: filter .35s ease
}

.thumb.loaded {
    filter: blur(0)
}

.slider-wrapper {
    width: 100%;
    margin-top: 95px;
    padding: 3rem 1rem;
    box-sizing: border-box;
    transition: background-color .6s ease, background .6s ease
}

.custom-slider {
    max-width: 1500px;
    margin: 0 auto;
    box-shadow: -1px -1px 2px rgba(0, 0, 0, .06), 4px 4px 6px rgba(0, 0, 0, .15)
}

.swiper-container {
    width: 100%;
    overflow: hidden;
    position: relative
}

.swiper-wrapper {
    transition-timing-function: cubic-bezier(.22, .61, .36, 1) !important
}

.swiper-slide {
    width: 100%;
    position: relative
}

.slide-content-wrap {
    display: flex;
    background: #fff
}

.slide-text {
    width: 40%;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    box-sizing: border-box;
    color: #2c3e50
}

.slide-text h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.slide-text .date {
    font-size: 1.1rem;
    font-weight: 700;
    color: #b50665;
    margin-bottom: 1rem
}

.slide-image {
    width: 60%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background-color: transparent;
    z-index: 0
}

@media (max-width:1023px) {
    .slide-image {
        justify-content: center
    }

    .slider-wrapper {
        padding: 1rem
    }
}

.slide-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    display: block
}

.slide-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .86);
    transform: translateX(101%);
    transition: transform .95s cubic-bezier(.22, .61, .36, 1);
    z-index: 3
}

.slide-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--slide-temp-bg) center/cover no-repeat;
    filter: blur(12px);
    transform: scale(1.05);
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease .05s
}

.slide-image.reveal-reset::after {
    opacity: 1;
    transition: none
}

.slide-image.reveal::after {
    opacity: 0
}

.slide-image.reveal-reset::before {
    transition: none !important;
    transform: translateX(0)
}

.slide-image.reveal::before {
    transform: translateX(101%)
}

.nav-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .5rem;
    z-index: 5;
    display: flex;
    margin: 0;
    pointer-events: auto
}

.slide-image .nav-arrows {
    left: auto;
    right: 0;
    transform: none;
    bottom: 0
}

.nav-arrows .arrow-btn {
    width: 75px;
    height: 75px;
    background: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s
}

.nav-arrows .arrow-btn img {
    width: 24px;
    height: 24px;
    filter: invert(100%)
}

.nav-arrows .arrow-btn:hover {
    background: #d62f32
}

.nav-arrows .arrow-btn:hover img {
    filter: invert(0%)
}

.nav-arrows {
    opacity: 0;
    transition: opacity .4s ease;
    transition-delay: 0s
}

.swiper-container:has(.swiper-slide-active .slide-image.reveal) .nav-arrows {
    opacity: 1;
    transition-delay: .55s
}

.swiper-container:has(.swiper-slide-active .slide-image.reveal-reset) .nav-arrows {
    opacity: 0;
    transition-delay: 0s
}

.swiper-container:not(:has(.swiper-slide-active .slide-image.reveal)) .nav-arrows {
    opacity: 0;
    transition-delay: 0s
}

.swiper-pagination {
    display: none !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    line-height: 0;
    padding: 0;
    margin: 0 !important;
    overflow: hidden;
    pointer-events: none
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px;
    border-radius: 50%;
    display: inline-block
}

.swiper-pagination-bullet-active {
    background: #8f0002
}

@media (max-width:1023px) {
    .nav-arrows .arrow-btn {
        width: 50px;
        height: 50px
    }

    .slide-content-wrap {
        display: block
    }

    .slide-image {
        width: 100%
    }

    .slide-image img {
        max-height: 100%;
        max-width: 100%
    }

    .slide-text {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        padding: 2rem
    }

    .slide-image .nav-arrows {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        top: 0
    }
}

@media (max-width:600px) {
    .slide-text {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
        padding: 2rem 1rem .1rem
    }
}

.my-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start
}

.my-gallery a {
    display: block;
    width: 250px;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 4px;
    position: relative
}

.my-gallery a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
    display: block
}

.my-gallery a:hover img {
    transform: scale(1.15)
}

.lightbox-image a {
    display: block;
    overflow: hidden;
    border-radius: 4px
}

.lightbox-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .3s ease;
    object-fit: cover
}

.lightbox-image a:hover img {
    transform: scale(1.15)
}

.responsive-gallery {
    display: grid;
    gap: 15px
}

.responsive-gallery.cols-2 {
    grid-template-columns: repeat(2, 1fr)
}

.responsive-gallery.cols-3 {
    grid-template-columns: repeat(3, 1fr)
}

.responsive-gallery.cols-4 {
    grid-template-columns: repeat(4, 1fr)
}

.responsive-gallery.cols-5 {
    grid-template-columns: repeat(5, 1fr)
}

.responsive-gallery a {
    display: block;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
    aspect-ratio: 4/3
}

.responsive-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease;
    display: block
}

.responsive-gallery a:hover img {
    transform: scale(1.15)
}

.responsive-gallery.responsive {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr))
}

.lightbox-image.responsive {
    max-width: 800px;
    margin: 0 auto
}

figure.over {
    --l: 250px;
    --hov: 0;
    display: grid;
    overflow: hidden
}

figure.over img,
figure.over::after,
figure.over::before {
    grid-area: 1/1
}

figure.over::after,
figure.over::before {
    border-radius: var(--rad, 50%);
    transform: translate(var(--oxy, 0 0)) rotate(var(--raz, 0deg)) scale(var(--fxy, 2.82843));
    box-shadow: inset 0 0 0 var(--spr, calc(.5 * (1 - var(--hov)) * var(--l))) #666;
    mix-blend-mode: multiply;
    transition: .5s;
    pointer-events: none;
    content: ""
}

figure.over:nth-child(2n) {
    --rad: 0;
    --fxy: 1
}

figure.over:hover {
    --hov: 1
}

figure.over img {
    width: var(--l);
    height: auto;
    display: block;
    mix-blend-mode: luminosity
}

.double-box-row {
    display: flex;
    margin-top: 140px
}

.left-box,
.right-box {
    flex: 1 1 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.left-box {
    text-align: center
}

.left-box h2 {
    margin: 0;
    padding: 0 20px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    letter-spacing: 1px
}

.right-box {
    position: relative;
    overflow: hidden
}

.right-box img {
    max-height: 600px;
    height: 100%;
    width: auto;
    object-fit: contain;
    display: block;
    margin-left: auto
}

.double-box-row.fix640 {
    height: auto !important
}

.double-box-row .right-box img {
    max-height: 400px !important
}

.bg-galerija {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: 2/1;
    background-image: url('../images/bg-galerija-1.webp');
    background-size: cover;
    background-position: right 0 bottom 2rem;
    background-repeat: no-repeat
}

@media (max-width:768px) {
    .background-column {
        background-image: url('../thumb/bg-galerija-1.webp');
        background-size: contain;
        background-color: #faedf0;
        background-repeat: no-repeat;
        background-position: bottom right
    }
}

.visual {
    width: 100%;
    height: 400px;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 140px
}

@media (max-width:1080px) {
    .visual {
        margin-top: 120px
    }
}

.kazaliste-purple {
    background-color: #8051a0
}

.koncerti-red {
    background-color: #ed1c24
}

.radionice-teal {
    background-color: #39b4ac
}

.film-blue {
    background-color: #00aeef
}

.knjiznica-lime {
    background-color: #c1d72f
}

.muzej-orange {
    background-color: #f58220
}

.izlozbe-pink {
    background-color: #ec008c
}

.manifestacije-yellow {
    background-color: #ffeb00
}

.kazaliste-purple.visual {
    background-image: url('../img-400/kazaliste.webp')
}

.koncerti-red.visual {
    background-image: url('../img-400/koncerti.webp')
}

.radionice-teal.visual {
    background-image: url('../img-400/radionice.webp')
}

.film-blue.visual {
    background-image: url('../img-400/film.webp')
}

.knjiznica-lime.visual {
    background-image: url('../img-400/knjiznica.webp')
}

.muzej-orange.visual {
    background-image: url('../img-400/muzej.webp')
}

.izlozbe-pink.visual {
    background-image: url('../img-400/izlozbe.webp')
}

.manifestacije-yellow.visual {
    background-image: url('../img-400/manifestacije.webp')
}

@media (max-width:1199px) {
    .visual {
        height: 300px
    }

    .kazaliste-purple.visual {
        background-image: url('../img-300/kazaliste.webp')
    }

    .koncerti-red.visual {
        background-image: url('../img-300/koncerti.webp')
    }

    .radionice-teal.visual {
        background-image: url('../img-300/radionice.webp')
    }

    .film-blue.visual {
        background-image: url('../img-300/film.webp')
    }

    .knjiznica-lime.visual {
        background-image: url('../img-300/knjiznica.webp')
    }

    .muzej-orange.visual {
        background-image: url('../img-300/muzej.webp')
    }

    .izlozbe-pink.visual {
        background-image: url('../img-300/izlozbe.webp')
    }

    .manifestacije-yellow.visual {
        background-image: url('../img-300/manifestacije.webp')
    }
}

@media (max-width:991px) {
    .visual {
        height: 250px
    }

    .kazaliste-purple.visual {
        background-image: url('../img-250/kazaliste.webp')
    }

    .koncerti-red.visual {
        background-image: url('../img-250/koncerti.webp')
    }

    .radionice-teal.visual {
        background-image: url('../img-250/radionice.webp')
    }

    .film-blue.visual {
        background-image: url('../img-250/film.webp')
    }

    .knjiznica-lime.visual {
        background-image: url('../img-250/knjiznica.webp')
    }

    .muzej-orange.visual {
        background-image: url('../img-250/muzej.webp')
    }

    .izlozbe-pink.visual {
        background-image: url('../img-250/izlozbe.webp')
    }

    .manifestacije-yellow.visual {
        background-image: url('../img-250/manifestacije.webp')
    }
}

@media (max-width:767px) {
    .visual {
        height: 220px
    }

    .kazaliste-purple.visual {
        background-image: url('../img-220/kazaliste.webp')
    }

    .koncerti-red.visual {
        background-image: url('../img-220/koncerti.webp')
    }

    .radionice-teal.visual {
        background-image: url('../img-220/radionice.webp')
    }

    .film-blue.visual {
        background-image: url('../img-220/film.webp')
    }

    .knjiznica-lime.visual {
        background-image: url('../img-220/knjiznica.webp')
    }

    .muzej-orange.visual {
        background-image: url('../img-220/muzej.webp')
    }

    .izlozbe-pink.visual {
        background-image: url('../img-220/izlozbe.webp')
    }

    .manifestacije-yellow.visual {
        background-image: url('../img-220/manifestacije.webp')
    }
}

@media (max-width:575px) {
    .visual {
        height: 200px
    }

    .kazaliste-purple.visual {
        background-image: url('../img-200/kazaliste.webp')
    }

    .koncerti-red.visual {
        background-image: url('../img-200/koncerti.webp')
    }

    .radionice-teal.visual {
        background-image: url('../img-200/radionice.webp')
    }

    .film-blue.visual {
        background-image: url('../img-200/film.webp')
    }

    .knjiznica-lime.visual {
        background-image: url('../img-200/knjiznica.webp')
    }

    .muzej-orange.visual {
        background-image: url('../img-200/muzej.webp')
    }

    .izlozbe-pink.visual {
        background-image: url('../img-200/izlozbe.webp')
    }

    .manifestacije-yellow.visual {
        background-image: url('../img-200/manifestacije.webp')
    }
}

.umag {
    color: #494d60 !important
}

.umag h3,
h3.umag {
    font-size: 1.25rem
}

.umag h4,
h4.umag {
    font-size: 1.15rem;
    font-weight: 600;
    position: relative;
    display: inline-block
}

.umag h4::after,
h4.umag::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
    width: 34%;
    background-color: #4caf50;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .6s ease-out
}

.umag h4.in-view::after,
h4.umag.in-view::after {
    transform: scaleX(1)
}

.umag a,
a.umag {
    color: #066
}

.umag a:hover,
a.umag:hover {
    color: #00a3d9
}

.top-bar.savjetovaliste {
    background: #36bc9b
}

h1.titlepage.savjetovaliste {
    background: #f5fcfb;
    border-bottom: solid 1px #e8f9f4
}

.accordion-wrapper {
    background-color: #f5f8fb;
    padding: 3rem 2rem
}

.accordion-wrapper p {
    margin-bottom: 1rem !important
}

.ac-pane {
    margin-bottom: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    -webkit-transition: box-shadow .2s;
    -moz-transition: box-shadow .2s;
    transition: box-shadow .2s;
    padding: 15px
}

.ac-pane:last-child {
    margin-bottom: 0
}

.ac-title {
    font-size: 1em;
    font-weight: 600;
    color: #556b2f;
    text-decoration: none;
    padding: 15px;
    display: block;
    position: relative;
    cursor: pointer
}

.ac-title .icon {
    float: right;
    font-size: 15px;
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    line-height: 1.2
}

.ac-title .icon:before {
    content: "\f107"
}

.active .ac-title .icon:before {
    content: "\f106"
}

.ac-content {
    display: none;
    border: 1px solid #fff;
    margin-top: -1px;
    padding: 0 15px
}

.masonry {
    column-gap: 18px;
    column-fill: balance
}

@media (min-width:520px) {
    .masonry {
        column-count: 2
    }
}

@media (min-width:900px) {
    .masonry {
        column-count: 3
    }
}

@media (min-width:1280px) {
    .masonry {
        column-count: 4
    }
}

.masonry-item {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    margin: 0 0 18px
}

.zoom-image img {
    display: block;
    width: 100%;
    height: auto
}

.zoom-wrapp {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #f6f6f6
}

.zoom-image img {
    transition: transform .45s ease, filter .45s ease;
    transform-origin: 50% 50%
}

.zoom-wrapp:hover .zoom-image img {
    transform: scale(1.05)
}

.enterfx {
    opacity: 0;
    transform: scale(.25);
    will-change: transform, opacity
}

.enterfx.is-in {
    animation: zoomInOnly 1.1s cubic-bezier(.16, 1, .3, 1) both;
    animation-delay: var(--enterfx-delay, 0ms)
}

@keyframes zoomInOnly {
    0% {
        opacity: 0;
        transform: scale(.25)
    }

    60% {
        opacity: 1;
        transform: scale(1.012)
    }

    100% {
        opacity: 1;
        transform: scale(1)
    }
}

@media (prefers-reduced-motion:reduce) {
    .enterfx {
        opacity: 1;
        transform: none
    }

    .enterfx.is-in {
        animation: none
    }
}

ul.wp-block-list {
    list-style-type: none;
    padding-left: 1.5em;
    margin-bottom: 1.5em;
    line-height: 1.6
}

ul.wp-block-list li {
    margin-bottom: .5em
}